aboutsummaryrefslogtreecommitdiffstats
path: root/template/standard/lang
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-17 22:00:39 +0200
committerThomas Lange <code@nerdmind.de>2021-06-17 22:00:39 +0200
commit5555624546ea48d6327700f32b80848e0662dc90 (patch)
tree47d61fb756a6cb008aaf33586d292fcfe43da2a1 /template/standard/lang
parent91d8a28c664afa5378735bcd0efe068dd74d589f (diff)
parent0a2614cb69fc732c2115ef2f0c356f39f602d311 (diff)
downloadblog-optimization.tar.gz
blog-optimization.tar.xz
blog-optimization.zip
Merge branch 'master' into 'optimization'optimization
Diffstat (limited to 'template/standard/lang')
-rw-r--r--template/standard/lang/de.php72
-rw-r--r--template/standard/lang/en.php72
2 files changed, 0 insertions, 144 deletions
diff --git a/template/standard/lang/de.php b/template/standard/lang/de.php
deleted file mode 100644
index 6a18831..0000000
--- a/template/standard/lang/de.php
+++ /dev/null
@@ -1,72 +0,0 @@
-<?php
-#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Internationalization [DE] Thomas Lange <code@nerdmind.de>] #
-#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# #
-# This file contains template internationalization strings for the DE language #
-# and can also override the existing core internationalization strings. #
-# #
-#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-
-#===============================================================================
-# Date format
-#===============================================================================
-$LANGUAGE['date_format'] = '[D].[M].[Y] [H]:[I]';
-
-#===============================================================================
-# Main navigation strings
-#===============================================================================
-$LANGUAGE['navigation_home_text'] = 'Home';
-$LANGUAGE['navigation_home_desc'] = '%s';
-$LANGUAGE['navigation_search_text'] = 'Suche';
-$LANGUAGE['navigation_search_desc'] = 'Volltextsuche';
-
-#===============================================================================
-# Start page title and description
-#===============================================================================
-$LANGUAGE['home_heading_text'] = 'Willkommen bei %s';
-$LANGUAGE['home_heading_desc'] = 'Hallo! Hier siehst du erst einmal die letzten %d veröffentlichten Beiträge. Viel Spaß!';
-
-#===============================================================================
-# Item overview description
-#===============================================================================
-$LANGUAGE['post_overview_heading_desc'] = '[Seite: <b>%d</b>] Hier siehst du alle veröffentlichten <strong>Beiträge</strong> nach dem Zeitpunkt der Veröffentlchung sortiert.';
-$LANGUAGE['page_overview_heading_desc'] = '[Seite: <b>%d</b>] Hier siehst du alle veröffentlichten <strong>Seiten</strong> nach dem Zeitpunkt der Veröffentlchung sortiert.';
-$LANGUAGE['user_overview_heading_desc'] = '[Seite: <b>%d</b>] Hier siehst du alle vorhandenen <strong>Benutzer</strong> nach dem Zeitpunkt der Erstellung sortiert.';
-
-#===============================================================================
-# Item main description
-#===============================================================================
-$LANGUAGE['post_main_heading_desc'] = 'Von: %s (veröffentlicht am: <em>%s</em>)';
-$LANGUAGE['page_main_heading_desc'] = 'Von: %s (veröffentlicht am: <em>%s</em>)';
-$LANGUAGE['user_main_heading_desc'] = 'Bisher wurden von »%s« insgesamt <b>%d</b> Beiträge und <b>%d</b> Seiten veröffentlicht.';
-
-#===============================================================================
-# Search request title and description
-#===============================================================================
-$LANGUAGE['search_base_heading_text'] = 'Volltextsuche';
-$LANGUAGE['search_base_heading_desc'] = 'Wenn du einen bestimmten <strong>Beitrag</strong> suchst, dann kann dir die <a href="https://dev.mysql.com/doc/refman/5.5/en/fulltext-boolean.html" target="_blank">Volltext-Suchfunktion</a> der MySQL-Datenbank bestimmt weiterhelfen.';
-
-#===============================================================================
-# Search result title and description
-#===============================================================================
-$LANGUAGE['search_result_heading_text'] = 'Suchergebnisse für <code>%s</code>';
-$LANGUAGE['search_result_heading_desc'] = 'Herzlichen Glückwunsch, deine Suchanfrage scheint erfolgreich gewesen zu sein!';
-
-#===============================================================================
-# Search form placeholder text
-#===============================================================================
-$LANGUAGE['search_form_placeholder'] = 'Suchbegriff eingeben …';
-
-#===============================================================================
-# Error 403
-#===============================================================================
-$LANGUAGE['403_heading_text'] = 'Zugriff verweigert';
-$LANGUAGE['403_heading_desc'] = 'Der Zugriff auf diese Ressource wurde dir verweigert, da du die dafür notwendigen Berechtigungen nicht besitzt.';
-
-#===============================================================================
-# Error 404
-#===============================================================================
-$LANGUAGE['404_heading_text'] = 'Nicht gefunden';
-$LANGUAGE['404_heading_desc'] = 'Die angeforderte Ressource konnte nicht gefunden werden.';
-?> \ No newline at end of file
diff --git a/template/standard/lang/en.php b/template/standard/lang/en.php
deleted file mode 100644
index 17d638f..0000000
--- a/template/standard/lang/en.php
+++ /dev/null
@@ -1,72 +0,0 @@
-<?php
-#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Internationalization [EN] Thomas Lange <code@nerdmind.de>] #
-#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# #
-# This file contains template internationalization strings for the EN language #
-# and can also override the existing core internationalization strings. #
-# #
-#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-
-#===============================================================================
-# Date format
-#===============================================================================
-$LANGUAGE['date_format'] = '[Y]-[M]-[D] [H]:[I]';
-
-#===============================================================================
-# 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 %d published posts. Have fun!';
-
-#===============================================================================
-# Item overview description
-#===============================================================================
-$LANGUAGE['post_overview_heading_desc'] = '[Page: <b>%d</b>] Here you can see all published <strong>posts</strong> ordered by the date of publication.';
-$LANGUAGE['page_overview_heading_desc'] = '[Page: <b>%d</b>] Here you can see all published <strong>pages</strong> ordered by the date of publication.';
-$LANGUAGE['user_overview_heading_desc'] = '[Page: <b>%d</b>] Here you can see all existing <strong>users</strong> ordered by the date of creation.';
-
-#===============================================================================
-# Item main description
-#===============================================================================
-$LANGUAGE['post_main_heading_desc'] = 'By: %s (published on: <em>%s</em>)';
-$LANGUAGE['page_main_heading_desc'] = 'By: %s (published on: <em>%s</em>)';
-$LANGUAGE['user_main_heading_desc'] = '»%s« has published a total count of <b>%d</b> posts and <b>%d</b> pages.';
-
-#===============================================================================
-# Search request title and description
-#===============================================================================
-$LANGUAGE['search_base_heading_text'] = 'Fulltext search';
-$LANGUAGE['search_base_heading_desc'] = 'If you are looking for a specific <strong>post</strong>, then the <a href="https://dev.mysql.com/doc/refman/5.5/en/fulltext-boolean.html" target="_blank">full-text search function</a> of the MySQL database could help you.';
-
-#===============================================================================
-# Search result title and description
-#===============================================================================
-$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!';
-
-#===============================================================================
-# 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.';
-?> \ No newline at end of file