openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 30dc9d6cdfbab9da398ba972e5f3a9d18a7e1149
parent 75a733ea6244a12b1f1581959bc2ec87e6293ddd
Author: Jan Dankert <devnull@localhost>
Date:   Mon, 15 Oct 2012 10:07:51 +0200

Sprachschlüssel für neue Views ergänzt.

Diffstat:
language/de.ini.php | 5+++--
language/en.ini.php | 6++++--
2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/language/de.ini.php b/language/de.ini.php @@ -1137,4 +1137,6 @@ MENU_ARCHIVE="Archiv" MENU_OTHER="Andere" MENU_ACLFORM="Hinzufügen" MENU_OPENID="Open-Id" -MENU_=""- \ No newline at end of file +MENU_PREVIEW="Vorschau" +MENU_CLIPBOARD="Zwischenablage" +MENU_CONSOLE="Konsole" diff --git a/language/en.ini.php b/language/en.ini.php @@ -1120,4 +1120,7 @@ EL_LINKDATE_DATE_SAVED = "Linked object: Date/Time of last save" EL_LINKDATE_DESC = "The Link-Info-Date is a date of a linked object" EL_LINKDATE = "Link-Info-Date" NOTICE_IMAGE_RESIZING_UNKNOWN_TYPE="This image type is not supported." -NOTICE_UNEXPECTED_CHARS = "The input data contains unexpected chars which were removed."- \ No newline at end of file +NOTICE_UNEXPECTED_CHARS = "The input data contains unexpected chars which were removed." +MENU_PREVIEW="Preview" +MENU_CLIPBOARD="Clipboard" +MENU_CONSOLE="Console"