Commit 7477bd75dee32d78005b3ca25166742b4a053697
1 parent
4605f803
Fehlermeldung falls kein Javascript verfuegbar ist hinzugefuegt,
Showing
4 changed files
with
22 additions
and
2 deletions
... | ... | @@ -8,7 +8,7 @@ msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | 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 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -16,6 +16,12 @@ msgstr "" |
16 | 16 | "Content-Type: text/plain; charset=CHARSET\n" |
17 | 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 | 25 | #: templates/personAdmin/personInUp.tpl.php:3 |
20 | 26 | #: templates/personAdmin/personInUp.tpl.php:55 |
21 | 27 | msgid "submit" | ... | ... |
No preview for this file type
... | ... | @@ -8,7 +8,7 @@ msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | 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 | 12 | "PO-Revision-Date: 2007-10-07 15:45+0200\n" |
13 | 13 | "Last-Translator: <georg@steffers.org>\n" |
14 | 14 | "Language-Team: German\n" |
... | ... | @@ -17,6 +17,14 @@ msgstr "" |
17 | 17 | "Content-Transfer-Encoding: 8bit\n" |
18 | 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 | 28 | #: templates/personAdmin/personInUp.tpl.php:3 |
21 | 29 | #: templates/personAdmin/personInUp.tpl.php:55 |
22 | 30 | msgid "submit" | ... | ... |
... | ... | @@ -35,6 +35,12 @@ |
35 | 35 | |
36 | 36 | <body> |
37 | 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 | 44 | <?=$this->personSearch1?> |
39 | 45 | <div style="height: 5px; line-height: 5px"> </div> |
40 | 46 | <?=$this->personInUp?> | ... | ... |
Please
register
or
login
to post a comment