Index: trunk/tools/alertbot/messages.txt |
— | — | @@ -1,28 +0,0 @@ |
2 | | -msgid "Wikipedia emergency problem report"
|
3 | | -msgstr ""
|
4 | | -msgid "Is your problem related to a Wikimedia project being unreachable or broken?<br />If not, please think of filing a bug at <a href=\"http://bugzilla.wikimedia.org\">Bugzilla</a> instead."
|
5 | | -msgstr ""
|
6 | | -msgid "Have you understood this script is <em>only</em> for emergencies?"
|
7 | | -msgstr ""
|
8 | | -msgid "<strong>Is your problem listed on the list at the page end?</strong>"
|
9 | | -msgstr ""
|
10 | | -msgid "On which project did you encounter the problem?"
|
11 | | -msgstr ""
|
12 | | -msgid "What language version of the project is it?<br />Please fill in the language code (de, en, etc.)"
|
13 | | -msgstr ""
|
14 | | -msgid "What is your problem? Choose:"
|
15 | | -msgstr ""
|
16 | | -msgid "Who is affected?"
|
17 | | -msgstr ""
|
18 | | -msgid "Submit your problem report:"
|
19 | | -msgstr ""
|
20 | | -msgid "Submit problem"
|
21 | | -msgstr ""
|
22 | | -msgid "Your IP address will be recorded to prevent abuse."
|
23 | | -msgstr ""
|
24 | | -msgid "Current problems"
|
25 | | -msgstr ""
|
26 | | -#msgid ""
|
27 | | -#msgstr ""
|
28 | | -#msgid ""
|
29 | | -#msgstr "" |
\ No newline at end of file |
Index: trunk/tools/alertbot/i18n/messages.txt |
— | — | @@ -0,0 +1,28 @@ |
| 2 | +msgid "Wikipedia emergency problem report"
|
| 3 | +msgstr ""
|
| 4 | +msgid "Is your problem related to a Wikimedia project being unreachable or broken?<br />If not, please think of filing a bug at <a href=\"http://bugzilla.wikimedia.org\">Bugzilla</a> instead."
|
| 5 | +msgstr ""
|
| 6 | +msgid "Have you understood this script is <em>only</em> for emergencies?"
|
| 7 | +msgstr ""
|
| 8 | +msgid "<strong>Is your problem listed on the list at the page end?</strong>"
|
| 9 | +msgstr ""
|
| 10 | +msgid "On which project did you encounter the problem?"
|
| 11 | +msgstr ""
|
| 12 | +msgid "What language version of the project is it?<br />Please fill in the language code (de, en, etc.)"
|
| 13 | +msgstr ""
|
| 14 | +msgid "What is your problem? Choose:"
|
| 15 | +msgstr ""
|
| 16 | +msgid "Who is affected?"
|
| 17 | +msgstr ""
|
| 18 | +msgid "Submit your problem report:"
|
| 19 | +msgstr ""
|
| 20 | +msgid "Submit problem"
|
| 21 | +msgstr ""
|
| 22 | +msgid "Your IP address will be recorded to prevent abuse."
|
| 23 | +msgstr ""
|
| 24 | +msgid "Current problems"
|
| 25 | +msgstr ""
|
| 26 | +#msgid ""
|
| 27 | +#msgstr ""
|
| 28 | +#msgid ""
|
| 29 | +#msgstr "" |
\ No newline at end of file |
Property changes on: trunk/tools/alertbot/i18n/messages.txt |
___________________________________________________________________ |
Added: svn:mergeinfo |
Index: trunk/tools/alertbot/i18n/l18n-init.php |
— | — | @@ -0,0 +1,7 @@ |
| 2 | +<?PHP
|
| 3 | +setlocale(LC_ALL, 'de_DE');
|
| 4 | +
|
| 5 | +// Specify location of translation tables
|
| 6 | +bindtextdomain("webinterface", "./locale");
|
| 7 | +textdomain("webinterface");
|
| 8 | +?> |
\ No newline at end of file |
Property changes on: trunk/tools/alertbot/i18n |
___________________________________________________________________ |
Added: svn:mergeinfo |