From 1f9024763d9224c4cd9a181bac27e6b9f12ad672 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 18 Sep 2024 14:14:53 -0400 Subject: refactor --- src/web/lang/apps/blog.php | 16 ---------------- src/web/lang/apps/error.php | 13 ------------- src/web/lang/apps/home.php | 36 ------------------------------------ src/web/lang/apps/projects.php | 4 ---- src/web/lang/blog.php | 16 ++++++++++++++++ src/web/lang/error.php | 13 +++++++++++++ src/web/lang/home.php | 36 ++++++++++++++++++++++++++++++++++++ src/web/lang/projects.php | 4 ++++ 8 files changed, 69 insertions(+), 69 deletions(-) delete mode 100644 src/web/lang/apps/blog.php delete mode 100644 src/web/lang/apps/error.php delete mode 100644 src/web/lang/apps/home.php delete mode 100644 src/web/lang/apps/projects.php create mode 100644 src/web/lang/blog.php create mode 100644 src/web/lang/error.php create mode 100644 src/web/lang/home.php create mode 100644 src/web/lang/projects.php (limited to 'src/web/lang') diff --git a/src/web/lang/apps/blog.php b/src/web/lang/apps/blog.php deleted file mode 100644 index 5ac766c..0000000 --- a/src/web/lang/apps/blog.php +++ /dev/null @@ -1,16 +0,0 @@ -RSS feed.'; - -$lang['comments'] = 'Comments'; -$lang['no_comments'] = 'No comments'; -$lang['new_comment_title'] = 'New comment:'; -$lang['new_comment_author_ph'] = 'Identify yourself'; -$lang['new_comment_author_label'] = 'Name'; -$lang['new_comment_content_ph'] = 'Write the stuff'; -$lang['new_comment_content_label'] = 'Content'; -$lang['new_comment_submit_text'] = 'Post Comment'; diff --git a/src/web/lang/apps/error.php b/src/web/lang/apps/error.php deleted file mode 100644 index 79574b5..0000000 --- a/src/web/lang/apps/error.php +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/src/web/lang/apps/home.php b/src/web/lang/apps/home.php deleted file mode 100644 index 03d706c..0000000 --- a/src/web/lang/apps/home.php +++ /dev/null @@ -1,36 +0,0 @@ -RSS feed.'; + +$lang['comments'] = 'Comments'; +$lang['no_comments'] = 'No comments'; +$lang['new_comment_title'] = 'New comment:'; +$lang['new_comment_author_ph'] = 'Identify yourself'; +$lang['new_comment_author_label'] = 'Name'; +$lang['new_comment_content_ph'] = 'Write the stuff'; +$lang['new_comment_content_label'] = 'Content'; +$lang['new_comment_submit_text'] = 'Post Comment'; diff --git a/src/web/lang/error.php b/src/web/lang/error.php new file mode 100644 index 0000000..79574b5 --- /dev/null +++ b/src/web/lang/error.php @@ -0,0 +1,13 @@ + diff --git a/src/web/lang/home.php b/src/web/lang/home.php new file mode 100644 index 0000000..03d706c --- /dev/null +++ b/src/web/lang/home.php @@ -0,0 +1,36 @@ +