diff options
author | Thomas Lange <code@nerdmind.de> | 2021-07-01 19:11:08 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-07-01 19:11:08 +0200 |
commit | 53bda002825112a0e121f063f659b53492fbb615 (patch) | |
tree | 1f54bf6cb4317c0383a129a368af3fe23e5d04dd /theme/default/lang/en.php | |
parent | 5824bc0991a90f033ef288925a68df19164470b0 (diff) | |
download | blog-53bda002825112a0e121f063f659b53492fbb615.tar.gz blog-53bda002825112a0e121f063f659b53492fbb615.tar.xz blog-53bda002825112a0e121f063f659b53492fbb615.zip |
Add translations for upcoming category system
Diffstat (limited to 'theme/default/lang/en.php')
-rw-r--r-- | theme/default/lang/en.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/default/lang/en.php b/theme/default/lang/en.php index 644d364..62bb798 100644 --- a/theme/default/lang/en.php +++ b/theme/default/lang/en.php @@ -54,6 +54,14 @@ $LANGUAGE['search_result_heading_text'] = 'Search results for <code>%s</code>'; $LANGUAGE['search_result_heading_desc'] = 'Congratulations, your search request seems to have been successful!'; #=============================================================================== +# Categories +#=============================================================================== +$LANGUAGE['category_list_title'] = '[Page: <b>%d</b>] Here you can see all categories and its sub categories in sorted order.'; +$LANGUAGE['category_posts_page'] = '<strong>Page:</strong> %d'; +$LANGUAGE['category_list_empty'] = 'The category list is empty. No categories have been created yet.'; +$LANGUAGE['category_empty'] = 'This category is empty. There are no published posts here.'; + +#=============================================================================== # Search form placeholder text #=============================================================================== $LANGUAGE['search_form_placeholder'] = 'Enter search term …'; |