Added remaining translations
| /trunk/LocaleData/de/LC_MESSAGES/de.pointedears.mo |
|---|
| Cannot display: file marked as a binary type. |
| svn:mime-type = application/octet-stream |
| /trunk/index.phtml |
|---|
| 494,12 → 494,15 |
| else |
| { |
| features.push('<span class="unavailable"' |
| +' title="Cookies supported, but no data for this site">' + cookiesText + '<\/span>'); |
| + ' title="<?php echo _('Cookies supported, but no data for this site'); ?>"' |
| + '>' + cookiesText + '<\/span>'); |
| } |
| } |
| else |
| { |
| features.push('<span class="offline" title="Cookies supported, but disabled">' + cookiesText + '<\/span>'); |
| features.push('<span class="offline"' |
| + ' title="<?php echo _('Cookies supported, but disabled'); ?>"' |
| + '>' + cookiesText + '<\/span>'); |
| } |
| } |
| 532,11 → 535,13 |
| { |
| features.push('<span title="' |
| + navigator.plugins.length |
| + ' plugins installed">Plugins<\/span>'); |
| + ' <?php echo _('plugins installed'); ?>">Plugins<\/span>'); |
| } |
| else |
| { |
| features.push('<span class="unavailable" title="Plugins supported, but none detected">Plugins<\/span>'); |
| features.push('<span class="unavailable"' |
| + ' title="<?php echo _('Plugins supported, but none detected'); ?>"' |
| + '>Plugins<\/span>'); |
| } |
| } |
| 555,7 → 560,9 |
| } |
| var sFeatures = getFeatures(); |
| document.write('<span id="features" title="' + stripTags(sFeatures) + '">' + sFeatures + '<\/span>'); |
| document.write('<span id="features" title="' |
| + stripTags(sFeatures) + '">' + sFeatures |
| + '<\/span>'); |
| var oFeatures; |
| var oFeaturesHtml; |
| /trunk/po/de.po |
|---|
| 5,10 → 5,10 |
| # |
| msgid "" |
| msgstr "" |
| "Project-Id-Version: PE 0.3.9.8\n" |
| "Project-Id-Version: PE 0.3.9.9\n" |
| "Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n" |
| "POT-Creation-Date: 2013-02-18 20:45+0100\n" |
| "PO-Revision-Date: 2013-02-18 20:45+0100\n" |
| "POT-Creation-Date: 2013-02-22 19:10+0100\n" |
| "PO-Revision-Date: 2013-02-22 19:10+0100\n" |
| "Last-Translator: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n" |
| "Language-Team: German <webmaster@PointedEars.de>\n" |
| "Language: de_DE\n" |
| 207,6 → 207,22 |
| msgid "Window" |
| msgstr "Fenster" |
| #: ../index.phtml:497 |
| msgid "Cookies supported, but no data for this site" |
| msgstr "Cookies werden unterstützt, aber es gibt keine Daten für diese Site" |
| #: ../index.phtml:504 |
| msgid "Cookies supported, but disabled" |
| msgstr "Cookies werden unterstützt, sind jedoch deaktiviert" |
| #: ../index.phtml:538 |
| msgid "plugins installed" |
| msgstr "Plugins installiert" |
| #: ../index.phtml:543 |
| msgid "Plugins supported, but none detected" |
| msgstr "Plugins werden unterstützt, aber es wurden keine erkannt" |
| #: ../index.phtml:529 |
| msgid "Date of last modification" |
| msgstr "Datum der letzten Änderung" |
| /trunk/po/de.pointedears.pot |
|---|
| 5,9 → 5,9 |
| # |
| msgid "" |
| msgstr "" |
| "Project-Id-Version: PE 0.3.9.8\n" |
| "Project-Id-Version: PE 0.3.9.9\n" |
| "Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n" |
| "POT-Creation-Date: 2013-02-18 20:45+0100\n" |
| "POT-Creation-Date: 2013-02-22 19:10+0100\n" |
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| "Language-Team: LANGUAGE <LL@li.org>\n" |
| 162,6 → 162,22 |
| msgid "Window" |
| msgstr "" |
| #: ../index.phtml:497 |
| msgid "Cookies supported, but no data for this site" |
| msgstr "" |
| #: ../index.phtml:504 |
| msgid "Cookies supported, but disabled" |
| msgstr "" |
| #: ../index.phtml:538 |
| msgid "plugins installed" |
| msgstr "" |
| #: ../index.phtml:543 |
| msgid "Plugins supported, but none detected" |
| msgstr "" |
| #: ../index.phtml:529 |
| msgid "Date of last modification" |
| msgstr "" |