diff options
Diffstat (limited to 'src/web/lang/apps')
-rw-r--r-- | src/web/lang/apps/blog.php | 16 | ||||
-rw-r--r-- | src/web/lang/apps/error.php | 13 | ||||
-rw-r--r-- | src/web/lang/apps/home.php | 36 | ||||
-rw-r--r-- | src/web/lang/apps/projects.php | 4 |
4 files changed, 0 insertions, 69 deletions
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 @@ -<?php /* Copyright (c) 2024 Freya Murphy */ - -$lang['title'] = 'Blog'; -$lang['posted'] = 'posted'; - -$lang['blog_short_desc'] = 'I post things here sometimes'; -$lang['blog_desc'] = 'This is my blog! You can read the posts listed here, or you can find them on my <a href="%s">RSS</a> 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 @@ -<?php /* Copyright (c) 2024 Freya Murphy */ - -$lang['error_400'] = 'Bad request'; -$lang['error_401'] = 'Forbidden'; -$lang['error_404'] = 'Resource not found'; -$lang['error_413'] = 'Request too large'; -$lang['error_500'] = 'Whoops! Server error :('; -$lang['error_503'] = 'Service unavailable'; -$lang['error'] = 'An unknown error has occoured'; - -$lang['haa_haa_hee_hee_hoo_hoo'] = 'Haa Haa. Hee Hee. Hoo Hoo.'; - -?> 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 @@ -<?php /* Copyright (c) 2024 Freya Murphy */ - -$lang['title'] = $lang['first_name']; - -# sections -$lang['about'] = 'About'; -$lang['section_about'] = ' -Hello! My name is Freya, and I am a person on the internet. -I like to make projects that involve many things, though some of my -favorites are operating systems, programming languages, and networking -infrastructure. -'; - -$lang['whats_new'] = 'Whats New?'; -$lang['section_whats_new'] = ' -Every so often I post ideas, thoughts, or -revelations that I have on my blog. -Feel free to check it out at any time. (◕‿◕) -'; - -# interests -$lang['interests'] = 'Interests'; -$lang['interests_general'] = 'General'; -$lang['interests_general_value'] = 'Computing, Anime, FNaF'; -$lang['interests_music'] = 'Music'; -$lang['interests_music_value'] = 'Billy Joel, Linkin Park, Vocaloid, Neil Cicierega'; -$lang['interests_anime'] = 'Anime'; -$lang['interests_anime_value'] = 'Sasaki and Miyano, Evangalion, Code Geass, Stranger by the Shore'; -$lang['interests_comics'] = 'Comics'; -$lang['interests_comics_value'] = 'Homestuck'; - -# contact -$lang['contact'] = 'Contact Me'; -$lang['contact_email'] = 'Email'; -$lang['contact_matrix'] = 'Matrix'; -$lang['contact_xmpp'] = 'XMPP'; diff --git a/src/web/lang/apps/projects.php b/src/web/lang/apps/projects.php deleted file mode 100644 index 8302691..0000000 --- a/src/web/lang/apps/projects.php +++ /dev/null @@ -1,4 +0,0 @@ -<?php /* Copyright (c) 2024 Freya Murphy */ - -$lang['title'] = 'Projects'; -$lang['short_desc'] = 'Things that I have made'; |