]> git.mxchange.org Git - friendica-addons.git/commitdiff
messages.po created
authorgerhard6380 <gerhard@seeber.at>
Sun, 26 Oct 2014 14:33:49 +0000 (15:33 +0100)
committergerhard6380 <gerhard@seeber.at>
Sun, 26 Oct 2014 14:33:49 +0000 (15:33 +0100)
messages.po file created by run_xgettext.sh as instructed by fabrixxm.

windowsphonepush/lang/C/messages.po [new file with mode: 0644]
windowsphonepush/lang/de/messages.po [deleted file]
windowsphonepush/lang/de/strings.php [deleted file]

diff --git a/windowsphonepush/lang/C/messages.po b/windowsphonepush/lang/C/messages.po
new file mode 100644 (file)
index 0000000..b6a10a7
--- /dev/null
@@ -0,0 +1,38 @@
+# ADDON windowsphonepush
+# Copyright (C) 
+# This file is distributed under the same license as the Friendica windowsphonepush addon package.
+# 
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-10-26 15:02+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"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: windowsphonepush.php:85
+msgid "WindowsPhonePush settings updated."
+msgstr ""
+
+#: windowsphonepush.php:114
+msgid "WindowsPhonePush Settings"
+msgstr ""
+
+#: windowsphonepush.php:117
+msgid "Enable WindowsPhonePush Plugin"
+msgstr ""
+
+#: windowsphonepush.php:122
+msgid "Push text of new item"
+msgstr ""
+
+#: windowsphonepush.php:127
+msgid "Save Settings"
+msgstr ""
diff --git a/windowsphonepush/lang/de/messages.po b/windowsphonepush/lang/de/messages.po
deleted file mode 100644 (file)
index 543df1c..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# ADDON windowsphonepush
-# Copyright (C)
-# This file is distributed under the same license as the Friendica windowsphonepush addon package.
-# 
-# 
-# Translators:
-# Gerhard Seeber <gerhard@seeber.at>, 2014
-msgid ""
-msgstr ""
-
-#: windowsphonepush.php:85
-msgid "WindowsPhonePush settings updated."
-msgstr "WindowsPhonePush Einstellungen aktualisiert"
-
-#: geonames.php:114
-msgid "WindowsPhonePush Settings"
-msgstr "WindowsPhonePush Einstellungen"
-
-#: geonames.php:117
-msgid "Enable WindowsPhonePush Plugin"
-msgstr "WindowsPhonePush Plugin aktivieren"
-
-#: windowspushphone.php: 122
-msgid "Push text of new item"
-msgstr "Sende Text aus neuem Eintrag"
-
-#: geonames.php:127
-msgid "Save Settings"
-msgstr "Einstellungen speichern"
-
diff --git a/windowsphonepush/lang/de/strings.php b/windowsphonepush/lang/de/strings.php
deleted file mode 100644 (file)
index e6cb72a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-if(! function_exists("string_plural_select_de")) {
-function string_plural_select_de($n){
-       return ($n != 1);;
-}}
-;
-$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush Einstellungen aktualisiert";
-$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush Einstellungen";
-$a->strings["Enable WindowsPhonePush Plugin"] = "WindowsPhonePush Plugin aktivieren";
-$a->strings["Push text of new item"] = "Sende Text aus neuem Eintrag";
-$a->strings["Save Settings"] = "Einstellungen speichern";
-