]> git.mxchange.org Git - friendica-addons.git/commitdiff
jappixmini PL translation
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 1 Apr 2018 16:48:01 +0000 (18:48 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 1 Apr 2018 16:48:01 +0000 (18:48 +0200)
jappixmini/lang/pl/messages.po [new file with mode: 0644]
jappixmini/lang/pl/strings.php

diff --git a/jappixmini/lang/pl/messages.po b/jappixmini/lang/pl/messages.po
new file mode 100644 (file)
index 0000000..a91952e
--- /dev/null
@@ -0,0 +1,77 @@
+# ADDON jappixmini
+# Copyright (C)
+# This file is distributed under the same license as the Friendica jappixmini addon package.
+# 
+# 
+# Translators:
+# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-02-27 05:01-0500\n"
+"PO-Revision-Date: 2018-04-01 15:59+0000\n"
+"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\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"
+
+#: jappixmini.php:266
+msgid "Jappix Mini addon settings"
+msgstr "Ustawienia dodatku Jappix Mini"
+
+#: jappixmini.php:268
+msgid "Activate addon"
+msgstr "Aktywuj dodatek"
+
+#: jappixmini.php:271
+msgid ""
+"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
+msgstr "<em>Nie</em> wstawiaj widżetu czatu Jappixmini do interfejsu WWW"
+
+#: jappixmini.php:274
+msgid "Jabber username"
+msgstr "Jabber nazwa użytkownika"
+
+#: jappixmini.php:277
+msgid "Jabber server"
+msgstr "Serwer Jabber"
+
+#: jappixmini.php:281
+msgid "Jabber BOSH host"
+msgstr "Host Jabber BOSH"
+
+#: jappixmini.php:285
+msgid "Jabber password"
+msgstr "Hasło Jabber"
+
+#: jappixmini.php:290
+msgid "Encrypt Jabber password with Friendica password (recommended)"
+msgstr "Szyfrowanie hasła Jabbera za pomocą hasła Friendica (zalecane)"
+
+#: jappixmini.php:293
+msgid "Friendica password"
+msgstr "Hasło Friendica"
+
+#: jappixmini.php:296
+msgid "Approve subscription requests from Friendica contacts automatically"
+msgstr "Automatycznie zatwierdzaj prośby o subskrypcję od kontaktów z Friendica"
+
+#: jappixmini.php:299
+msgid "Subscribe to Friendica contacts automatically"
+msgstr "Subskrybuj kontakty z Friendica automatycznie"
+
+#: jappixmini.php:302
+msgid "Purge internal list of jabber addresses of contacts"
+msgstr "Usuń wewnętrzną listę adresów Jabber z kontaktów"
+
+#: jappixmini.php:307
+msgid "Submit"
+msgstr "Wyślij"
+
+#: jappixmini.php:308
+msgid "Add contact"
+msgstr "Dodaj kontakt"
index 35f876d9b155a2b750bb98f6e5c350217f221f17..b17b3e77c89fc299b59960b6941ff99502ce442e 100644 (file)
@@ -1,16 +1,21 @@
-<?php\r
-\r
-$a->strings["Jappix Mini addon settings"] = "";\r
-$a->strings["Activate addon"] = "";\r
-$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";\r
-$a->strings["Jabber username"] = "";\r
-$a->strings["Jabber server"] = "";\r
-$a->strings["Jabber BOSH host"] = "";\r
-$a->strings["Jabber password"] = "Hasło Jabber";\r
-$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";\r
-$a->strings["Friendica password"] = "Hasło Friendica";\r
-$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";\r
-$a->strings["Subscribe to Friendica contacts automatically"] = "";\r
-$a->strings["Purge internal list of jabber addresses of contacts"] = "";\r
-$a->strings["Submit"] = "Potwierdź";\r
-$a->strings["Add contact"] = "Dodaj kontakt";\r
+<?php
+
+if(! function_exists("string_plural_select_pl")) {
+function string_plural_select_pl($n){
+       return ($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);;
+}}
+;
+$a->strings["Jappix Mini addon settings"] = "Ustawienia dodatku Jappix Mini";
+$a->strings["Activate addon"] = "Aktywuj dodatek";
+$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>Nie</em> wstawiaj widżetu czatu Jappixmini do interfejsu WWW";
+$a->strings["Jabber username"] = "Jabber nazwa użytkownika";
+$a->strings["Jabber server"] = "Serwer Jabber";
+$a->strings["Jabber BOSH host"] = "Host Jabber BOSH";
+$a->strings["Jabber password"] = "Hasło Jabber";
+$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Szyfrowanie hasła Jabbera za pomocą hasła Friendica (zalecane)";
+$a->strings["Friendica password"] = "Hasło Friendica";
+$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Automatycznie zatwierdzaj prośby o subskrypcję od kontaktów z Friendica";
+$a->strings["Subscribe to Friendica contacts automatically"] = "Subskrybuj kontakty z Friendica automatycznie";
+$a->strings["Purge internal list of jabber addresses of contacts"] = "Usuń wewnętrzną listę adresów Jabber z kontaktów";
+$a->strings["Submit"] = "Wyślij";
+$a->strings["Add contact"] = "Dodaj kontakt";