Warnung im Startbildschirm, wenn Javascript ausgeschaltet ist.
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 15 Jun 2009 11:31:02 +0000 (11:31 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 15 Jun 2009 11:31:02 +0000 (11:31 +0000)
locale/de/all
templates/webpages/login/company_logo_de.html
templates/webpages/login/company_logo_master.html

index 35ecdd5..ec37755 100644 (file)
@@ -35,6 +35,7 @@ $self->{texts} = {
   'A Buchungsgruppe consists of a descriptive name and the account numbers for the income and expense accounts for those four tax zones as well as the inventory account number.' => 'Eine Buchungsgruppe besteht aus einem deskriptiven Namen, den Erl&ouml;s- und Aufwandskonten f&uuml;r diese vier Steuerzonen sowie aus einem Inventarkonto.',
   'A group named &quot;Full Access&quot; has been created.' => 'Eine Gruppe namens &quot;Vollzugriff&quot; wurde angelegt.',
   'A group with that name does already exist.' => 'Eine Gruppe mit diesem Namen gibt es bereits.',
+  'A lot of the usability of Lx-Office has been enhanced with javascript. Although it is currently possible to use every aspect of Lx-Office without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.' => 'Die Bedienung von Lx-Office wurde an vielen Stellen mit Javascript verbessert. Obwohl es derzeit möglich ist, jeden Aspekt von Lx-Office auch ohne Javascript zu benutzen, empfehlen wir es. In einer zukünftigen Version wird Javascript eventuell notwendig sein um weitergehende Features zu benutzen.',
   'A temporary directory could not be created:' => 'Ein tempor&auml;res Verzeichnis konnte nicht erstellt werden:',
   'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine temporäre Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.',
   'A temporary file could not be created:' => 'Eine tempor&auml;re Datei konnte nicht erstellt werden:',
@@ -1766,6 +1767,7 @@ $self->{texts} = {
   'You\'ve already chosen the following limitations:' => 'Sie haben bereits die folgenden Einschr&auml;nkungen vorgenommen:',
   'Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.' => 'Ihre PostgreSQL-Installation benutzt UTF-8 als Zeichensatz. Sie müssen deshalb Lx-Office so konfigurieren, dass es ebenfalls UTF-8 als Zeichensatz benutzt.',
   'Your TODO list'              => 'Ihre Aufgabenliste',
+  'Your browser does not currently support Javascript.' => 'Ihr Browser unterstützt im Moment kein Javascript!',
   'Your download does not exist anymore. Please re-run the DATEV export assistant.' => 'Ihr Download existiert nicht mehr. Bitte starten Sie den DATEV-Exportassistenten erneut.',
   'Zeitpunkt'                   => 'Zeitpunkt',
   'Zeitraum'                    => 'Zeitraum',
@@ -1831,6 +1833,7 @@ $self->{texts} = {
   'list_of_transactions'        => 'buchungsliste',
   'logout'                      => 'abmelden',
   'mark as paid'                => 'als bezahlt markieren',
+  'master'                      => 'de',
   'missing'                     => 'Fehlbestand',
   'month'                       => 'Monatliche Abgabe',
   'new Window'                  => 'neues Fenster',
index a47a4ff..b157daa 100644 (file)
     </tr>
    </table>
 
+   <noscript>
+   [% INCLUDE  'generic/information_de.html'
+     title_information = 'Ihr Browser unterstützt im Moment kein Javascript!',
+     label_information = 'Die Bedienung von Lx-Office wurde an vielen Stellen mit Javascript verbessert. Obwohl es derzeit möglich ist, jeden Aspekt von Lx-Office auch ohne Javascript zu benutzen, empfehlen wir es. In einer zukünftigen Version wird Javascript eventuell notwendig sein um weitergehende Features zu benutzen.',
+   %]
+   </noscript>
  </center>
 
  [%- todo_list %]
index bcca704..64ad45e 100644 (file)
     </tr>
    </table>
 
+   <noscript>
+   [% INCLUDE  'generic/information_<translate>master</translate>.html'
+     title_information = '<translate>Your browser does not currently support Javascript.</translate>',
+     label_information = '<translate>A lot of the usability of Lx-Office has been enhanced with javascript. Although it is currently possible to use every aspect of Lx-Office without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.</translate>',
+   %]
+   </noscript>
  </center>
 
  [%- todo_list %]