mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
jappixmini PL translation
This commit is contained in:
parent
29b930ade4
commit
3f9f77c6a7
2 changed files with 98 additions and 16 deletions
|
@ -1,16 +1,21 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Jappix Mini addon settings"] = "";
|
||||
$a->strings["Activate addon"] = "";
|
||||
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
|
||||
$a->strings["Jabber username"] = "";
|
||||
$a->strings["Jabber server"] = "";
|
||||
$a->strings["Jabber BOSH host"] = "";
|
||||
$a->strings["Jabber password"] = "Hasło Jabber";
|
||||
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
|
||||
$a->strings["Friendica password"] = "Hasło Friendica";
|
||||
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
|
||||
$a->strings["Subscribe to Friendica contacts automatically"] = "";
|
||||
$a->strings["Purge internal list of jabber addresses of contacts"] = "";
|
||||
$a->strings["Submit"] = "Potwierdź";
|
||||
$a->strings["Add contact"] = "Dodaj kontakt";
|
||||
<?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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue