From ec5f33704af1ec27304824046ba0c34212e721d1 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 26 Feb 2017 01:19:21 +0100 Subject: Spelling mistakes corrected, comments added and unnecessary language variables removed. --- template/standard/lang/en.php | 63 ++++++++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 18 deletions(-) (limited to 'template/standard/lang/en.php') diff --git a/template/standard/lang/en.php b/template/standard/lang/en.php index 66e2a67..416574f 100644 --- a/template/standard/lang/en.php +++ b/template/standard/lang/en.php @@ -1,51 +1,78 @@ ] # +# Standard: Internationalization [EN] Thomas Lange ] # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# # # # This file contains template internationalization strings for the EN language # -# and is completely independend from the core internationalization strings. # +# and is completely independent from the core internationalization strings. # # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +#=============================================================================== +# Date format +#=============================================================================== $LANGUAGE['date_format'] = '[Y]-[M]-[D] [H]:[I]'; +#=============================================================================== +# Specific item only feed +#=============================================================================== $LANGUAGE['feed_only_posts'] = 'only posts'; $LANGUAGE['feed_only_pages'] = 'only pages'; +#=============================================================================== +# Main navigation strings +#=============================================================================== $LANGUAGE['navigation_home_text'] = 'Home'; $LANGUAGE['navigation_home_desc'] = '%s'; - $LANGUAGE['navigation_search_text'] = 'Search'; $LANGUAGE['navigation_search_desc'] = 'Fulltext search'; +#=============================================================================== +# Start page title and description +#=============================================================================== $LANGUAGE['home_heading_text'] = 'Welcome to %s'; $LANGUAGE['home_heading_desc'] = 'Here you can see the last 10 published posts. Have fun!'; -$LANGUAGE['user_heading_text'] = '%s [%s]'; -$LANGUAGE['user_heading_desc'] = '%s has published a total count of %d posts and %d pages.'; - -$LANGUAGE['post_base_heading_desc'] = '[Page: %d] Here you can see all published posts ordered by the date of publication.'; -$LANGUAGE['page_base_heading_desc'] = '[Page: %d] Here you can see all published pages ordered by the date of publication.'; -$LANGUAGE['user_base_heading_desc'] = '[Page: %d] Here you can see all existing users ordered by the date of creation.'; +#=============================================================================== +# Item overview description +#=============================================================================== +$LANGUAGE['post_overview_heading_desc'] = '[Page: %d] Here you can see all published posts ordered by the date of publication.'; +$LANGUAGE['page_overview_heading_desc'] = '[Page: %d] Here you can see all published pages ordered by the date of publication.'; +$LANGUAGE['user_overview_heading_desc'] = '[Page: %d] Here you can see all existing users ordered by the date of creation.'; -$LANGUAGE['post_main_heading_text'] = '%s'; +#=============================================================================== +# Item main description +#=============================================================================== $LANGUAGE['post_main_heading_desc'] = 'By: %s (published on: %s)'; - -$LANGUAGE['page_main_heading_text'] = '%s'; $LANGUAGE['page_main_heading_desc'] = 'By: %s (published on: %s)'; +$LANGUAGE['user_main_heading_desc'] = '»%s« has published a total count of %d posts and %d pages.'; -$LANGUAGE['403_heading_text'] = 'Access denied'; -$LANGUAGE['403_heading_desc'] = 'You are denied to access this resource because you do not have the necessary permissions.'; - -$LANGUAGE['404_heading_text'] = 'Not found'; -$LANGUAGE['404_heading_desc'] = 'The requested resource could not be found on this server.'; - +#=============================================================================== +# Search request title and description +#=============================================================================== $LANGUAGE['search_base_heading_text'] = 'Fulltext search'; $LANGUAGE['search_base_heading_desc'] = 'If you are looking for a specific post, then the full-text search function of the MySQL database could help you.'; +#=============================================================================== +# Search result title and description +#=============================================================================== $LANGUAGE['search_result_heading_text'] = 'Search results for %s'; $LANGUAGE['search_result_heading_desc'] = 'Congratulations, your search request seems to have been successful!'; +#=============================================================================== +# Search form placeholder text +#=============================================================================== $LANGUAGE['search_form_placeholder'] = 'Enter search term …'; + +#=============================================================================== +# Error 403 +#=============================================================================== +$LANGUAGE['403_heading_text'] = 'Access denied'; +$LANGUAGE['403_heading_desc'] = 'You are denied to access this resource because you do not have the necessary permissions.'; + +#=============================================================================== +# Error 404 +#=============================================================================== +$LANGUAGE['404_heading_text'] = 'Not found'; +$LANGUAGE['404_heading_desc'] = 'The requested resource could not be found on this server.'; ?> \ No newline at end of file -- cgit v1.2.3