mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 06:23:42 +00:00
messages.po created
messages.po file created by run_xgettext.sh as instructed by fabrixxm.
This commit is contained in:
parent
1c8eba5ea2
commit
10be52ed85
3 changed files with 38 additions and 43 deletions
38
windowsphonepush/lang/C/messages.po
Normal file
38
windowsphonepush/lang/C/messages.po
Normal file
|
@ -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 ""
|
|
@ -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"
|
||||
|
|
@ -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";
|
||||
|
Loading…
Reference in a new issue