diff options
Diffstat (limited to 'template/standard/lang')
-rw-r--r-- | template/standard/lang/de.php | 6 | ||||
-rw-r--r-- | template/standard/lang/en.php | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/template/standard/lang/de.php b/template/standard/lang/de.php index 9a59847..d2b094c 100644 --- a/template/standard/lang/de.php +++ b/template/standard/lang/de.php @@ -14,12 +14,6 @@ $LANGUAGE['date_format'] = '[D].[M].[Y] [H]:[I]'; #=============================================================================== -# Specific item only feed -#=============================================================================== -$LANGUAGE['feed_only_posts'] = 'nur Beiträge'; -$LANGUAGE['feed_only_pages'] = 'nur Seiten'; - -#=============================================================================== # Main navigation strings #=============================================================================== $LANGUAGE['navigation_home_text'] = 'Home'; diff --git a/template/standard/lang/en.php b/template/standard/lang/en.php index 416574f..c00ec36 100644 --- a/template/standard/lang/en.php +++ b/template/standard/lang/en.php @@ -14,12 +14,6 @@ $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'; |