Commit 7477bd75dee32d78005b3ca25166742b4a053697

Authored by Georg Hopp
1 parent 4605f803

Fehlermeldung falls kein Javascript verfuegbar ist hinzugefuegt,

@@ -8,7 +8,7 @@ msgid "" @@ -8,7 +8,7 @@ msgid ""
8 msgstr "" 8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n" 9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n" 10 "Report-Msgid-Bugs-To: \n"
11 -"POT-Creation-Date: 2007-10-09 00:20+0200\n" 11 +"POT-Creation-Date: 2007-10-09 00:41+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n" 14 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,6 +16,12 @@ msgstr "" @@ -16,6 +16,12 @@ msgstr ""
16 "Content-Type: text/plain; charset=CHARSET\n" 16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n" 17 "Content-Transfer-Encoding: 8bit\n"
18 18
  19 +#: templates/personAdmin/personAdmin.tpl.php:40
  20 +msgid ""
  21 +"This page works only with javascript support. We are\n"
  22 +"\t\t\t\t\t sorry for the inconvenience caused."
  23 +msgstr ""
  24 +
19 #: templates/personAdmin/personInUp.tpl.php:3 25 #: templates/personAdmin/personInUp.tpl.php:3
20 #: templates/personAdmin/personInUp.tpl.php:55 26 #: templates/personAdmin/personInUp.tpl.php:55
21 msgid "submit" 27 msgid "submit"
@@ -8,7 +8,7 @@ msgid "" @@ -8,7 +8,7 @@ msgid ""
8 msgstr "" 8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n" 9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n" 10 "Report-Msgid-Bugs-To: \n"
11 -"POT-Creation-Date: 2007-10-09 00:20+0200\n" 11 +"POT-Creation-Date: 2007-10-09 00:41+0200\n"
12 "PO-Revision-Date: 2007-10-07 15:45+0200\n" 12 "PO-Revision-Date: 2007-10-07 15:45+0200\n"
13 "Last-Translator: <georg@steffers.org>\n" 13 "Last-Translator: <georg@steffers.org>\n"
14 "Language-Team: German\n" 14 "Language-Team: German\n"
@@ -17,6 +17,14 @@ msgstr "" @@ -17,6 +17,14 @@ msgstr ""
17 "Content-Transfer-Encoding: 8bit\n" 17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 19
  20 +#: templates/personAdmin/personAdmin.tpl.php:40
  21 +msgid ""
  22 +"This page works only with javascript support. We are\n"
  23 +"\t\t\t\t\t sorry for the inconvenience caused."
  24 +msgstr ""
  25 +"Diese Seite funktioniert nur mir Javascript Unterstützung. Wir bedauern\n"
  26 +"\t\t\t\t\t die verursachten Unannehmlichkeiten."
  27 +
20 #: templates/personAdmin/personInUp.tpl.php:3 28 #: templates/personAdmin/personInUp.tpl.php:3
21 #: templates/personAdmin/personInUp.tpl.php:55 29 #: templates/personAdmin/personInUp.tpl.php:55
22 msgid "submit" 30 msgid "submit"
@@ -35,6 +35,12 @@ @@ -35,6 +35,12 @@
35 35
36 <body> 36 <body>
37 <div style="width: 350px"> 37 <div style="width: 350px">
  38 + <noscript>
  39 + <div style="margin-bottom: 5px; color: red; font-family: verdana, sans-serif; border: 2px solid red">
  40 + <?=_('This page works only with javascript support. We are
  41 + sorry for the inconvenience caused.')?>
  42 + </div>
  43 + </noscript>
38 <?=$this->personSearch1?> 44 <?=$this->personSearch1?>
39 <div style="height: 5px; line-height: 5px">&nbsp;</div> 45 <div style="height: 5px; line-height: 5px">&nbsp;</div>
40 <?=$this->personInUp?> 46 <?=$this->personInUp?>
Please register or login to post a comment