openrat-cms

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

commit 8dfccef063768a5943ad6d9240a6b94a4b252fc7
parent 6ae110b45f764cc4230ec9229964f8c92e93ce62
Author: dankert <devnull@localhost>
Date:   Sat, 10 Nov 2007 02:22:45 +0100

Text f?r Zur?ck-Knopf.

Diffstat:
language/de.ini.php | 17++++++++++++-----
themes/default/templates/pageelement/diff.tpl.src.php | 80+++++++++++++++++++++++++++++++++++++++++++------------------------------------
2 files changed, 56 insertions(+), 41 deletions(-)

diff --git a/language/de.ini.php b/language/de.ini.php @@ -63,10 +63,16 @@ ACL_TRANSMIT_ABBREV = "ERB" ACL_WRITE = "Inhalt bearbeiten" ACL_WRITE_ABBREV = "SCHR" ADDITIONAL_INFO = "Weitere Informationen:" -BUTTON_CANCEL =Abbrechen -BUTTON_NEXT =Weiter -BUTTON_OK =Ok -BUTTON_OK_DESC="OK" +BUTTON_CANCEL = "Abbrechen" +BUTTON_CANCEL_DESC = "Diese Aktion abbrechen" +BUTTON_BACK = "Zurück" +BUTTON_BACK_DESC = "Zurück" +BUTTON_COMPARE = "Vergleichen" +BUTTON_COMPARE_DESC = "Die ausgewählten Texte vergleichen" +BUTTON_NEXT = "Weiter" +BUTTON_NEXT_DESC = "Weiter zur nächsten Eingabemaske" +BUTTON_OK = "OK" +BUTTON_OK_DESC = "Bestätigen" BUTTON_UNDO =Rückgängig CHARSET ="ISO-8859-1" CREATE_USER = "Erstellungsautor" @@ -312,7 +318,7 @@ GLOBAL_CLEAN_AFTER_PUBLISH = "Zielverzeichnis anschließend aufräumen und alte Da GLOBAL_CLIPBOARD = Ablage GLOBAL_COMMENT = Kommentar GLOBAL_COMMON = Allgemein -GLOBAL_COMPARE ="Vergleiche" +GLOBAL_COMPARE ="Vergleich" GLOBAL_COPY = Kopieren GLOBAL_COPY_OF = "Kopie von" GLOBAL_CREATED = erstellt @@ -904,3 +910,4 @@ USER_USERNAME = Benutzername USER_USERNAME_DESC = "Mit diesem Namen meldet sich der Benutzer am System an" USER_YOURPROFILE = "Persönliche Einstellungen" VALUE = Inhalt +NOTICE_DATABASE_CONNECTION_ERROR="Es konnte keine Verbindung zur Datenbank hergestellt werden." diff --git a/themes/default/templates/pageelement/diff.tpl.src.php b/themes/default/templates/pageelement/diff.tpl.src.php @@ -1,36 +1,44 @@ -page - window - row - cell - cell - text type:emphatic text:GLOBAL_COMPARE - text raw:_ - date date:var:date_left - cell - cell -// cell colspan:2 - text type:emphatic text:GLOBAL_WITH - text raw:_ - date date:var:date_right +page + form + window + row + cell + cell + text type:emphatic text:GLOBAL_COMPARE + text raw:_ + date date:var:date_left + cell + cell + // cell colspan:2 + text type:emphatic text:GLOBAL_WITH + text raw:_ + date date:var:date_right + row + cell colspan:4 + fieldset + + list list:diff extract:true + row class:diff + if present:left + cell width:5% class:line + text text:arrayvar:left:line type:tt + cell width:45% class:arrayvar:left:type + text text:arrayvar:left:text + else + cell colspan:2 class:help width:50% + text raw:_ + if present:right + cell width:5% class:line + text text:arrayvar:right:line type:tt + cell width:45% class:arrayvar:right:type + text text:arrayvar:right:text + else + cell colspan:2 class:help width:50% + text raw:_ - list list:diff extract:true - row class:diff - if present:left - cell width:5% class:line - text text:arrayvar:left:line type:tt - cell width:45% class:arrayvar:left:type - text text:arrayvar:left:text - else - cell colspan:2 class:help width:50% - text raw:_ - if present:right - cell width:5% class:line - text text:arrayvar:right:line type:tt - cell width:45% class:arrayvar:right:type - text text:arrayvar:right:text - else - cell colspan:2 class:help width:50% - text raw:_ - - set var:left - set var:right- \ No newline at end of file + set var:left + set var:right + row + cell colspan:4 class:act + button text:BUTTON_BACK + + \ No newline at end of file