openrat-cms

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

commit 87d4e17dd8a454ad98ed34c58cb1149b88c402a9
parent 1d02c6ebf7c99e0226f4edb64347a12de0f923bf
Author: dankert <devnull@localhost>
Date:   Wed,  4 Jul 2007 00:29:56 +0200

Start von Fremdanwendungen aus OpenRat heraus.

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

diff --git a/language/de.ini.php b/language/de.ini.php @@ -880,4 +880,7 @@ MENU_TITLE_SEARCH_CONTENT="Suche nach Inhalt" OPTIONS="Optionen" FILE_IMAGE_NEW_SIZE="Neue Bildgröße" -FILE_IMAGE_SIZE_FACTOR="Neue Größe in Verhältnis"- \ No newline at end of file +FILE_IMAGE_SIZE_FACTOR="Neue Größe in Verhältnis" + +MENU_INDEX_APPLICATIONS="Anwendungen" +MENU_INDEX_APPLICATIONS_DESC="Weitere Anwendungen starten" diff --git a/language/en.ini.php b/language/en.ini.php @@ -828,3 +828,6 @@ USER_TEL = "Telephone" USER_USERNAME = Username USER_USERNAME_DESC = "With this name the user is logging in" USER_YOURPROFILE = "My settings" + +MENU_INDEX_APPLICATIONS="Applications" +MENU_INDEX_APPLICATIONS_DESC="Start other Applications"