mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
PL translation updates THX strebski
This commit is contained in:
parent
2387e7d11b
commit
4778cc4be7
26 changed files with 121 additions and 76 deletions
|
@ -5,15 +5,16 @@ 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['New Member'] = 'Nowy Użytkownik';
|
||||
$a->strings['Tips for New Members'] = 'Wskazówki dla nowych członków';
|
||||
$a->strings['New Member'] = 'Nowy użytkownik';
|
||||
$a->strings['Tips for New Members'] = 'Wskazówki dla nowych użytkowników';
|
||||
$a->strings['Global Support Forum'] = 'Globalne forum pomocy technicznej';
|
||||
$a->strings['Local Support Forum'] = 'Lokalne Forum Wsparcia';
|
||||
$a->strings['Save Settings'] = 'Zapisz ustawienia';
|
||||
$a->strings['Message'] = 'Wiadomość';
|
||||
$a->strings['Your message for new members. You can use bbcode here.'] = 'Twoja wiadomość dla nowych członków. Możesz tutaj użyć bbcode.';
|
||||
$a->strings['Add a link to global support forum'] = 'Dodaj link do globalnego forum pomocy technicznej';
|
||||
$a->strings['Should a link to the global support forum be displayed?'] = 'Czy powinien być wyświetlany link do globalnego forum pomocy technicznej?';
|
||||
$a->strings['Add a link to the local support forum'] = 'Dodaj link do lokalnego forum pomocy technicznej';
|
||||
$a->strings['Add a link to global support forum'] = 'Dodaj odnośnik do globalnego forum pomocy technicznej';
|
||||
$a->strings['Should a link to the global support forum be displayed?'] = 'Czy powinien być wyświetlany odnośnik do globalnego forum pomocy technicznej?';
|
||||
$a->strings['Add a link to the local support forum'] = 'Dodaj odnośnik do lokalnego forum pomocy technicznej';
|
||||
$a->strings['If you have a local support forum and want to have a link displayed in the widget, check this box.'] = 'Jeżeli masz lokalne wsparcie forum i chcesz mieć łącze wyświetlane w widżecie, zaznacz to pole wyboru.';
|
||||
$a->strings['Name of the local support group'] = 'Nazwa grupy lokalnej pomocy technicznej';
|
||||
$a->strings['If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)'] = 'Jeśli zaznaczyłeś powyższe, określ tutaj pseudonim lokalnej grupy wsparcia (np. Pomocnicy)';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue