]> git.mxchange.org Git - friendica-addons.git/blob - newmemberwidget/lang/pl/strings.php
modified: public_server/public_server.php
[friendica-addons.git] / newmemberwidget / lang / pl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_pl")) {
4 function string_plural_select_pl($n){
5         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);;
6 }}
7 ;
8 $a->strings["New Member"] = "Nowy Użytkownik";
9 $a->strings["Tips for New Members"] = "Wskazówki dla nowych członków";
10 $a->strings["Global Support Forum"] = "Globalne forum pomocy technicznej";
11 $a->strings["Local Support Forum"] = "Lokalne Forum Wsparcia";
12 $a->strings["Save Settings"] = "Zapisz ustawienia";
13 $a->strings["Message"] = "Wiadomość";
14 $a->strings["Your message for new members. You can use bbcode here."] = "Twoja wiadomość dla nowych członków. Możesz użyć bbcode tutaj.";
15 $a->strings["Add a link to global support forum"] = "Dodaj link do globalnego forum pomocy technicznej";
16 $a->strings["Should a link to the global support forum be displayed?"] = "Czy powinien być wyświetlany link do globalnego forum pomocy technicznej?";
17 $a->strings["Add a link to the local support forum"] = "Dodaj link do lokalnego forum pomocy technicznej";
18 $a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Jeżeli masz lokalne wsparcie forum i różdżki, aby mieć łącze wyświetlane w widżecie, zaznacz to pole wyboru.";
19 $a->strings["Name of the local support group"] = "Nazwa grupy lokalnej pomocy technicznej";
20 $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)";