forked from friendica/deprecated-addons
new file: windowsphonepush/lang/C/messages.po
new file: windowsphonepush/lang/ar/messages.po new file: windowsphonepush/lang/ar/strings.php new file: windowsphonepush/lang/cs/messages.po new file: windowsphonepush/lang/cs/strings.php new file: windowsphonepush/lang/da-dk/messages.po new file: windowsphonepush/lang/da-dk/strings.php new file: windowsphonepush/lang/de/messages.po new file: windowsphonepush/lang/de/strings.php new file: windowsphonepush/lang/es/messages.po new file: windowsphonepush/lang/es/strings.php new file: windowsphonepush/lang/fi-fi/messages.po new file: windowsphonepush/lang/fi-fi/strings.php new file: windowsphonepush/lang/fr/messages.po new file: windowsphonepush/lang/fr/strings.php new file: windowsphonepush/lang/hu/messages.po new file: windowsphonepush/lang/hu/strings.php new file: windowsphonepush/lang/it/messages.po new file: windowsphonepush/lang/it/strings.php new file: windowsphonepush/lang/nl/messages.po new file: windowsphonepush/lang/nl/strings.php new file: windowsphonepush/lang/pl/messages.po new file: windowsphonepush/lang/pl/strings.php new file: windowsphonepush/lang/ro/messages.po new file: windowsphonepush/lang/ro/strings.php new file: windowsphonepush/lang/sv/messages.po new file: windowsphonepush/lang/sv/strings.php new file: windowsphonepush/lang/zh-cn/messages.po new file: windowsphonepush/lang/zh-cn/strings.php new file: windowsphonepush/templates/settings.tpl new file: windowsphonepush/windowsphonepush.php
This commit is contained in:
parent
3686a143f9
commit
06fcd69f2e
31 changed files with 1164 additions and 0 deletions
34
windowsphonepush/lang/C/messages.po
Normal file
34
windowsphonepush/lang/C/messages.po
Normal file
|
@ -0,0 +1,34 @@
|
|||
# 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: 2021-11-21 19:16-0500\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:102
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr ""
|
||||
|
||||
#: windowsphonepush.php:103
|
||||
msgid "Push text of new item"
|
||||
msgstr ""
|
||||
|
||||
#: windowsphonepush.php:104
|
||||
msgid "Device URL"
|
||||
msgstr ""
|
||||
|
||||
#: windowsphonepush.php:109
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr ""
|
36
windowsphonepush/lang/ar/messages.po
Normal file
36
windowsphonepush/lang/ar/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ADDON windowsphonepush
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica windowsphonepush addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Farida Khalaf <faridakhalaf@hotmail.com>, 2021
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-25 13:16+0000\n"
|
||||
"PO-Revision-Date: 2021-02-22 02:58+0000\n"
|
||||
"Last-Translator: Farida Khalaf <faridakhalaf@hotmail.com>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/Friendica/friendica/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: windowsphonepush.php:108
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "إعدادات دفع ويندوزفون"
|
||||
|
||||
#: windowsphonepush.php:111
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "تمكين ملحق دفع ويندوزفون"
|
||||
|
||||
#: windowsphonepush.php:116
|
||||
msgid "Push text of new item"
|
||||
msgstr "دفع نص عنصر جديد"
|
||||
|
||||
#: windowsphonepush.php:121
|
||||
msgid "Save Settings"
|
||||
msgstr "حفظ الإعدادات"
|
11
windowsphonepush/lang/ar/strings.php
Normal file
11
windowsphonepush/lang/ar/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ar")) {
|
||||
function string_plural_select_ar($n){
|
||||
$n = intval($n);
|
||||
if ($n==0) { return 0; } else if ($n==1) { return 1; } else if ($n==2) { return 2; } else if ($n%100>=3 && $n%100<=10) { return 3; } else if ($n%100>=11 && $n%100<=99) { return 4; } else { return 5; }
|
||||
}}
|
||||
$a->strings['WindowsPhonePush Settings'] = 'إعدادات دفع ويندوزفون';
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = 'تمكين ملحق دفع ويندوزفون';
|
||||
$a->strings['Push text of new item'] = 'دفع نص عنصر جديد';
|
||||
$a->strings['Save Settings'] = 'حفظ الإعدادات';
|
40
windowsphonepush/lang/cs/messages.po
Normal file
40
windowsphonepush/lang/cs/messages.po
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ADDON windowsphonepush
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica windowsphonepush addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Lorem Ipsum <aditoo@seznam.cz>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-10-26 15:02+0100\n"
|
||||
"PO-Revision-Date: 2018-06-09 12:01+0000\n"
|
||||
"Last-Translator: Lorem Ipsum <aditoo@seznam.cz>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#: windowsphonepush.php:85
|
||||
msgid "WindowsPhonePush settings updated."
|
||||
msgstr "Nastavení WindowsPhonePush aktualizována"
|
||||
|
||||
#: windowsphonepush.php:114
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "Nastavení WindowsPhonePush"
|
||||
|
||||
#: windowsphonepush.php:117
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "Povolit doplněk WindowsPhonePush"
|
||||
|
||||
#: windowsphonepush.php:122
|
||||
msgid "Push text of new item"
|
||||
msgstr "Načíst text nové položky"
|
||||
|
||||
#: windowsphonepush.php:127
|
||||
msgid "Save Settings"
|
||||
msgstr "Uložit nastavení"
|
12
windowsphonepush/lang/cs/strings.php
Normal file
12
windowsphonepush/lang/cs/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_cs")) {
|
||||
function string_plural_select_cs($n){
|
||||
$n = intval($n);
|
||||
if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
|
||||
}}
|
||||
$a->strings['WindowsPhonePush settings updated.'] = 'Nastavení WindowsPhonePush aktualizována';
|
||||
$a->strings['WindowsPhonePush Settings'] = 'Nastavení WindowsPhonePush';
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = 'Povolit doplněk WindowsPhonePush';
|
||||
$a->strings['Push text of new item'] = 'Načíst text nové položky';
|
||||
$a->strings['Save Settings'] = 'Uložit nastavení';
|
36
windowsphonepush/lang/da-dk/messages.po
Normal file
36
windowsphonepush/lang/da-dk/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ADDON windowsphonepush
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica windowsphonepush addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Anton <dev@atjn.dk>, 2022
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
|
||||
"PO-Revision-Date: 2014-10-31 13:43+0000\n"
|
||||
"Last-Translator: Anton <dev@atjn.dk>, 2022\n"
|
||||
"Language-Team: Danish (Denmark) (http://www.transifex.com/Friendica/friendica/language/da_DK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: da_DK\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: windowsphonepush.php:102
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "Aktiver WindowsPhonePush-tilføjelsen"
|
||||
|
||||
#: windowsphonepush.php:103
|
||||
msgid "Push text of new item"
|
||||
msgstr "Send tekst fra nyt element"
|
||||
|
||||
#: windowsphonepush.php:104
|
||||
msgid "Device URL"
|
||||
msgstr "Enheds-URL"
|
||||
|
||||
#: windowsphonepush.php:109
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "WindowsPhonePush Indstillinger"
|
11
windowsphonepush/lang/da-dk/strings.php
Normal file
11
windowsphonepush/lang/da-dk/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_da_dk")) {
|
||||
function string_plural_select_da_dk($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = 'Aktiver WindowsPhonePush-tilføjelsen';
|
||||
$a->strings['Push text of new item'] = 'Send tekst fra nyt element';
|
||||
$a->strings['Device URL'] = 'Enheds-URL';
|
||||
$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush Indstillinger';
|
38
windowsphonepush/lang/de/messages.po
Normal file
38
windowsphonepush/lang/de/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.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Andreas H., 2014
|
||||
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2018,2022
|
||||
# Ulf Rompe <transifex.com@rompe.org>, 2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
|
||||
"PO-Revision-Date: 2022-01-22 17:44+0000\n"
|
||||
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
|
||||
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: windowsphonepush.php:102
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "Aktiviere WindowsPhonePush-Addon"
|
||||
|
||||
#: windowsphonepush.php:103
|
||||
msgid "Push text of new item"
|
||||
msgstr "Text senden"
|
||||
|
||||
#: windowsphonepush.php:104
|
||||
msgid "Device URL"
|
||||
msgstr "Geräte URL"
|
||||
|
||||
#: windowsphonepush.php:109
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "WindowsPhonePush-Einstellungen"
|
11
windowsphonepush/lang/de/strings.php
Normal file
11
windowsphonepush/lang/de/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = 'Aktiviere WindowsPhonePush-Addon';
|
||||
$a->strings['Push text of new item'] = 'Text senden';
|
||||
$a->strings['Device URL'] = 'Geräte URL';
|
||||
$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush-Einstellungen';
|
37
windowsphonepush/lang/es/messages.po
Normal file
37
windowsphonepush/lang/es/messages.po
Normal file
|
@ -0,0 +1,37 @@
|
|||
# ADDON windowsphonepush
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica windowsphonepush addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Albert, 2016
|
||||
# Senex Petrovic <javierruizo@hotmail.com>, 2021
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-01 18:16+0100\n"
|
||||
"PO-Revision-Date: 2021-04-06 02:17+0000\n"
|
||||
"Last-Translator: Senex Petrovic <javierruizo@hotmail.com>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: windowsphonepush.php:108
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "Ajustes de WindowsPhonePush"
|
||||
|
||||
#: windowsphonepush.php:111
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "Habilitar el complemento WindowsPhonePush"
|
||||
|
||||
#: windowsphonepush.php:116
|
||||
msgid "Push text of new item"
|
||||
msgstr "Empujar texto de nuevo objeto"
|
||||
|
||||
#: windowsphonepush.php:121
|
||||
msgid "Save Settings"
|
||||
msgstr "Guardar Ajustes"
|
11
windowsphonepush/lang/es/strings.php
Normal file
11
windowsphonepush/lang/es/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['WindowsPhonePush Settings'] = 'Ajustes de WindowsPhonePush';
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = 'Habilitar el complemento WindowsPhonePush';
|
||||
$a->strings['Push text of new item'] = 'Empujar texto de nuevo objeto';
|
||||
$a->strings['Save Settings'] = 'Guardar Ajustes';
|
41
windowsphonepush/lang/fi-fi/messages.po
Normal file
41
windowsphonepush/lang/fi-fi/messages.po
Normal file
|
@ -0,0 +1,41 @@
|
|||
# ADDON windowsphonepush
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica windowsphonepush addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Kris, 2018
|
||||
# Kris, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-10-26 15:02+0100\n"
|
||||
"PO-Revision-Date: 2018-05-12 13:13+0000\n"
|
||||
"Last-Translator: Kris\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fi_FI\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: windowsphonepush.php:85
|
||||
msgid "WindowsPhonePush settings updated."
|
||||
msgstr "WindowsPhonePush -asetuket päivitetty."
|
||||
|
||||
#: windowsphonepush.php:114
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "WindowsPhonePush -asetukset"
|
||||
|
||||
#: windowsphonepush.php:117
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "Ota WindowsPhonePush -lisäosa käyttöön"
|
||||
|
||||
#: windowsphonepush.php:122
|
||||
msgid "Push text of new item"
|
||||
msgstr "Uuden kohteen Push -teksti"
|
||||
|
||||
#: windowsphonepush.php:127
|
||||
msgid "Save Settings"
|
||||
msgstr "Tallenna asetukset"
|
12
windowsphonepush/lang/fi-fi/strings.php
Normal file
12
windowsphonepush/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['WindowsPhonePush settings updated.'] = 'WindowsPhonePush -asetuket päivitetty.';
|
||||
$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush -asetukset';
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = 'Ota WindowsPhonePush -lisäosa käyttöön';
|
||||
$a->strings['Push text of new item'] = 'Uuden kohteen Push -teksti';
|
||||
$a->strings['Save Settings'] = 'Tallenna asetukset';
|
38
windowsphonepush/lang/fr/messages.po
Normal file
38
windowsphonepush/lang/fr/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.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
|
||||
# Marie Olive <lacellule101@gmail.com>, 2018
|
||||
# Tubuntu, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
|
||||
"PO-Revision-Date: 2014-10-31 13:43+0000\n"
|
||||
"Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
|
||||
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#: windowsphonepush.php:102
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "Activer l'extension WindowsPhonePush"
|
||||
|
||||
#: windowsphonepush.php:103
|
||||
msgid "Push text of new item"
|
||||
msgstr "Pousse le texte du nouvel élément"
|
||||
|
||||
#: windowsphonepush.php:104
|
||||
msgid "Device URL"
|
||||
msgstr "URL de périphérique"
|
||||
|
||||
#: windowsphonepush.php:109
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "Paramètres WindowsPhonePush"
|
11
windowsphonepush/lang/fr/strings.php
Normal file
11
windowsphonepush/lang/fr/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
$n = intval($n);
|
||||
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
|
||||
}}
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = 'Activer l\'extension WindowsPhonePush';
|
||||
$a->strings['Push text of new item'] = 'Pousse le texte du nouvel élément';
|
||||
$a->strings['Device URL'] = 'URL de périphérique';
|
||||
$a->strings['WindowsPhonePush Settings'] = 'Paramètres WindowsPhonePush';
|
36
windowsphonepush/lang/hu/messages.po
Normal file
36
windowsphonepush/lang/hu/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ADDON windowsphonepush
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica windowsphonepush addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Balázs Úr, 2020-2021
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
|
||||
"PO-Revision-Date: 2021-12-23 19:35+0000\n"
|
||||
"Last-Translator: Balázs Úr\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: windowsphonepush.php:102
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "A WindowsPhonePush kiegészítő engedélyezése"
|
||||
|
||||
#: windowsphonepush.php:103
|
||||
msgid "Push text of new item"
|
||||
msgstr "Új elem szövegének felküldése"
|
||||
|
||||
#: windowsphonepush.php:104
|
||||
msgid "Device URL"
|
||||
msgstr "Eszköz URL"
|
||||
|
||||
#: windowsphonepush.php:109
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "WindowsPhonePush beállításai"
|
11
windowsphonepush/lang/hu/strings.php
Normal file
11
windowsphonepush/lang/hu/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_hu")) {
|
||||
function string_plural_select_hu($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = 'A WindowsPhonePush kiegészítő engedélyezése';
|
||||
$a->strings['Push text of new item'] = 'Új elem szövegének felküldése';
|
||||
$a->strings['Device URL'] = 'Eszköz URL';
|
||||
$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush beállításai';
|
40
windowsphonepush/lang/it/messages.po
Normal file
40
windowsphonepush/lang/it/messages.po
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ADDON windowsphonepush
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica windowsphonepush addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014,2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-10-26 15:02+0100\n"
|
||||
"PO-Revision-Date: 2018-03-19 13:26+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: windowsphonepush.php:85
|
||||
msgid "WindowsPhonePush settings updated."
|
||||
msgstr "Impostazioni WindowsPhonePush aggiornate."
|
||||
|
||||
#: windowsphonepush.php:114
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "Impostazioni WindowsPhonePush"
|
||||
|
||||
#: windowsphonepush.php:117
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "Abilita componente aggiuntivo WindowsPhonePush"
|
||||
|
||||
#: windowsphonepush.php:122
|
||||
msgid "Push text of new item"
|
||||
msgstr "Notifica il testo dei nuovi elementi"
|
||||
|
||||
#: windowsphonepush.php:127
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
12
windowsphonepush/lang/it/strings.php
Normal file
12
windowsphonepush/lang/it/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['WindowsPhonePush settings updated.'] = 'Impostazioni WindowsPhonePush aggiornate.';
|
||||
$a->strings['WindowsPhonePush Settings'] = 'Impostazioni WindowsPhonePush';
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = 'Abilita componente aggiuntivo WindowsPhonePush';
|
||||
$a->strings['Push text of new item'] = 'Notifica il testo dei nuovi elementi';
|
||||
$a->strings['Save Settings'] = 'Salva Impostazioni';
|
40
windowsphonepush/lang/nl/messages.po
Normal file
40
windowsphonepush/lang/nl/messages.po
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ADDON windowsphonepush
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica windowsphonepush addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Jeroen De Meerleer <me@jeroened.be>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-10-26 15:02+0100\n"
|
||||
"PO-Revision-Date: 2018-08-24 13:48+0000\n"
|
||||
"Last-Translator: Jeroen De Meerleer <me@jeroened.be>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: windowsphonepush.php:85
|
||||
msgid "WindowsPhonePush settings updated."
|
||||
msgstr "WindowsPhonePush instellingen opgeslagen"
|
||||
|
||||
#: windowsphonepush.php:114
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "WindowsPhonePush instellingen"
|
||||
|
||||
#: windowsphonepush.php:117
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "WindowsPhonePush Addon inschakelen"
|
||||
|
||||
#: windowsphonepush.php:122
|
||||
msgid "Push text of new item"
|
||||
msgstr ""
|
||||
|
||||
#: windowsphonepush.php:127
|
||||
msgid "Save Settings"
|
||||
msgstr "Instellingen opslaan"
|
11
windowsphonepush/lang/nl/strings.php
Normal file
11
windowsphonepush/lang/nl/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['WindowsPhonePush settings updated.'] = 'WindowsPhonePush instellingen opgeslagen';
|
||||
$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush instellingen';
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = 'WindowsPhonePush Addon inschakelen';
|
||||
$a->strings['Save Settings'] = 'Instellingen opslaan';
|
37
windowsphonepush/lang/pl/messages.po
Normal file
37
windowsphonepush/lang/pl/messages.po
Normal file
|
@ -0,0 +1,37 @@
|
|||
# ADDON windowsphonepush
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica windowsphonepush addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Piotr Strębski <strebski@gmail.com>, 2022
|
||||
# Waldemar Stoczkowski, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
|
||||
"PO-Revision-Date: 2014-10-31 13:43+0000\n"
|
||||
"Last-Translator: Piotr Strębski <strebski@gmail.com>, 2022\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#: windowsphonepush.php:102
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "Włącz dodatek WindowsPhonePush"
|
||||
|
||||
#: windowsphonepush.php:103
|
||||
msgid "Push text of new item"
|
||||
msgstr "Naciśnij tekst nowego elementu"
|
||||
|
||||
#: windowsphonepush.php:104
|
||||
msgid "Device URL"
|
||||
msgstr "URL urządzenia"
|
||||
|
||||
#: windowsphonepush.php:109
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "Ustawienia WindowsPhonePush"
|
11
windowsphonepush/lang/pl/strings.php
Normal file
11
windowsphonepush/lang/pl/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pl")) {
|
||||
function string_plural_select_pl($n){
|
||||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
|
||||
}}
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = 'Włącz dodatek WindowsPhonePush';
|
||||
$a->strings['Push text of new item'] = 'Naciśnij tekst nowego elementu';
|
||||
$a->strings['Device URL'] = 'URL urządzenia';
|
||||
$a->strings['WindowsPhonePush Settings'] = 'Ustawienia WindowsPhonePush';
|
40
windowsphonepush/lang/ro/messages.po
Normal file
40
windowsphonepush/lang/ro/messages.po
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ADDON windowsphonepush
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica windowsphonepush addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-10-26 15:02+0100\n"
|
||||
"PO-Revision-Date: 2014-11-27 14:31+0000\n"
|
||||
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: windowsphonepush.php:85
|
||||
msgid "WindowsPhonePush settings updated."
|
||||
msgstr "Configurări WindowsPhonePush actualizate."
|
||||
|
||||
#: windowsphonepush.php:114
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "Configurare WindowsPhonePush"
|
||||
|
||||
#: windowsphonepush.php:117
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "Activare Addon WindowsPhonePush"
|
||||
|
||||
#: windowsphonepush.php:122
|
||||
msgid "Push text of new item"
|
||||
msgstr "Tastează textul noului element"
|
||||
|
||||
#: windowsphonepush.php:127
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
12
windowsphonepush/lang/ro/strings.php
Normal file
12
windowsphonepush/lang/ro/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ro")) {
|
||||
function string_plural_select_ro($n){
|
||||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
|
||||
}}
|
||||
$a->strings['WindowsPhonePush settings updated.'] = 'Configurări WindowsPhonePush actualizate.';
|
||||
$a->strings['WindowsPhonePush Settings'] = 'Configurare WindowsPhonePush';
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = 'Activare Addon WindowsPhonePush';
|
||||
$a->strings['Push text of new item'] = 'Tastează textul noului element';
|
||||
$a->strings['Save Settings'] = 'Salvare Configurări';
|
35
windowsphonepush/lang/sv/messages.po
Normal file
35
windowsphonepush/lang/sv/messages.po
Normal file
|
@ -0,0 +1,35 @@
|
|||
# ADDON windowsphonepush
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica windowsphonepush addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
|
||||
"PO-Revision-Date: 2021-12-22 16:18+0000\n"
|
||||
"Last-Translator: Transifex Bot <>\n"
|
||||
"Language-Team: Swedish (http://www.transifex.com/Friendica/friendica/language/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: sv\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: windowsphonepush.php:102
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr ""
|
||||
|
||||
#: windowsphonepush.php:103
|
||||
msgid "Push text of new item"
|
||||
msgstr ""
|
||||
|
||||
#: windowsphonepush.php:104
|
||||
msgid "Device URL"
|
||||
msgstr ""
|
||||
|
||||
#: windowsphonepush.php:109
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr ""
|
7
windowsphonepush/lang/sv/strings.php
Normal file
7
windowsphonepush/lang/sv/strings.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_sv")) {
|
||||
function string_plural_select_sv($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
40
windowsphonepush/lang/zh-cn/messages.po
Normal file
40
windowsphonepush/lang/zh-cn/messages.po
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ADDON windowsphonepush
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica windowsphonepush addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# 朱陈锬 <tangenters@outlook.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-10-26 15:02+0100\n"
|
||||
"PO-Revision-Date: 2018-06-16 09:28+0000\n"
|
||||
"Last-Translator: 朱陈锬 <tangenters@outlook.com>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/Friendica/friendica/language/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: windowsphonepush.php:85
|
||||
msgid "WindowsPhonePush settings updated."
|
||||
msgstr "WindowsPhonePush 设置已更新。"
|
||||
|
||||
#: windowsphonepush.php:114
|
||||
msgid "WindowsPhonePush Settings"
|
||||
msgstr "WindowsPhonePush 设置"
|
||||
|
||||
#: windowsphonepush.php:117
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "启用 WindowsPhonePush 插件"
|
||||
|
||||
#: windowsphonepush.php:122
|
||||
msgid "Push text of new item"
|
||||
msgstr "推送新项目的文本"
|
||||
|
||||
#: windowsphonepush.php:127
|
||||
msgid "Save Settings"
|
||||
msgstr "保存设置"
|
12
windowsphonepush/lang/zh-cn/strings.php
Normal file
12
windowsphonepush/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_zh_cn")) {
|
||||
function string_plural_select_zh_cn($n){
|
||||
$n = intval($n);
|
||||
return intval(0);
|
||||
}}
|
||||
$a->strings['WindowsPhonePush settings updated.'] = 'WindowsPhonePush 设置已更新。';
|
||||
$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush 设置';
|
||||
$a->strings['Enable WindowsPhonePush Addon'] = '启用 WindowsPhonePush 插件';
|
||||
$a->strings['Push text of new item'] = '推送新项目的文本';
|
||||
$a->strings['Save Settings'] = '保存设置';
|
Loading…
Add table
Add a link
Reference in a new issue