mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-04 18:02:58 +00:00
87 lines
4.2 KiB
PHP
87 lines
4.2 KiB
PHP
<?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['Androgyne'] = 'Androgyniczny';
|
|
$a->strings['Bear'] = 'Urodzić';
|
|
$a->strings['Bigender'] = 'Większy';
|
|
$a->strings['Cross dresser'] = 'Transwestyta';
|
|
$a->strings['Drag queen'] = 'Transwestyta';
|
|
$a->strings['Eunuch'] = 'Kastrat';
|
|
$a->strings['Faux queen'] = 'Fałszywa dama';
|
|
$a->strings['Gender fluid'] = 'Płyn płciowy';
|
|
$a->strings['Kathoey'] = 'Kathoey';
|
|
$a->strings['Lady'] = 'Pani';
|
|
$a->strings['Lipstick lesbian'] = 'Szminka lesbijek';
|
|
$a->strings['Metrosexual'] = 'Metroseksualny';
|
|
$a->strings['Monk'] = 'Mnich';
|
|
$a->strings['Nun'] = 'Obecnie';
|
|
$a->strings['Soft butch'] = 'Miękka lesbijka';
|
|
$a->strings['Stone femme'] = 'Kamienna kobieta';
|
|
$a->strings['Tomboy'] = 'Lesbijka';
|
|
$a->strings['Transman'] = 'Męszczyzna Transseklualny';
|
|
$a->strings['Transwoman'] = 'Kobieta Transseklualna';
|
|
$a->strings['Transvesti'] = 'Transwestyta';
|
|
$a->strings['Trigender'] = 'Trójpłciowość';
|
|
$a->strings['Can\'t remember'] = 'Nie pamiętam';
|
|
$a->strings['Hard to tell these days'] = 'Trudno powiedzieć w te dni';
|
|
$a->strings['Girls with big tits'] = 'Dziewczyny z dużymi piersiami';
|
|
$a->strings['Millionaires'] = 'Milionerzy';
|
|
$a->strings['Guys with big schlongs'] = 'Faceci z dużymi penisami';
|
|
$a->strings['Easy women'] = 'Łatwe kobiety';
|
|
$a->strings['People with impaired mobility'] = 'Osoby z upośledzeniem ruchowym';
|
|
$a->strings['Amputees'] = 'Po amputacji';
|
|
$a->strings['Statues, mannequins and immobility'] = 'Posągi, manekiny i nieruchomość';
|
|
$a->strings['Pain'] = 'Ból';
|
|
$a->strings['Trans men'] = 'Transseklualny męszczyzna';
|
|
$a->strings['Older women'] = 'Starsze kobiety';
|
|
$a->strings['Asphyxiation'] = 'Duszę się';
|
|
$a->strings['In public'] = 'Publicznie';
|
|
$a->strings['In danger'] = 'W niebezpieczeństwie';
|
|
$a->strings['Pretending to be male'] = 'Udawanie mężczyzny';
|
|
$a->strings['Pretending to be female'] = 'Udając płeć żeńską';
|
|
$a->strings['Breats'] = 'Biust';
|
|
$a->strings['Scat'] = 'Zwiać';
|
|
$a->strings['Crying'] = 'Płacz';
|
|
$a->strings['Nappies/Diapers'] = 'Pieluchy/pampersy';
|
|
$a->strings['Trees'] = 'Drzewo';
|
|
$a->strings['Vomit'] = 'Zwymiotować';
|
|
$a->strings['Murder'] = 'Morderstwo';
|
|
$a->strings['Fat people'] = 'Otyli przyjaciele';
|
|
$a->strings['Feet'] = 'Stopy';
|
|
$a->strings['Covered in insects'] = 'Pokryty owadami';
|
|
$a->strings['Turning a human being into furniture'] = 'Przekształcając człowieka meble';
|
|
$a->strings['Elderly people'] = 'Osób w podeszłym wieku';
|
|
$a->strings['Transgender people'] = 'Osoby transpłciowe';
|
|
$a->strings['Criminals'] = 'Przestępca';
|
|
$a->strings['Stealing'] = 'Kradzież';
|
|
$a->strings['Breast milk'] = 'Mleko matki';
|
|
$a->strings['Immersing genitals in liquids'] = 'Zanurzenie narządów płciowych w cieczach';
|
|
$a->strings['Giants'] = 'Giganci';
|
|
$a->strings['Masochism'] = 'Masochizm';
|
|
$a->strings['Cars'] = 'Samochody';
|
|
$a->strings['Menstruation'] = 'Miesiączka';
|
|
$a->strings['Mucus'] = 'Wydzielina';
|
|
$a->strings['Obscene language'] = 'Nieprzyzwoity język';
|
|
$a->strings['Noses'] = 'Nosy';
|
|
$a->strings['Navels'] = 'Pępki';
|
|
$a->strings['Corpses'] = 'Zwłoki';
|
|
$a->strings['Smells'] = 'Odór';
|
|
$a->strings['Buttocks'] = 'Tyłek';
|
|
$a->strings['Nonliving objects'] = 'Nieżyjący obiekt';
|
|
$a->strings['Sleeping people'] = 'Śpiący ludzie';
|
|
$a->strings['Urination'] = 'Oddawanie moczu';
|
|
$a->strings['Eating people'] = 'Pożywienie dla ludzi';
|
|
$a->strings['Being eaten'] = 'Bycie zjedzonym';
|
|
$a->strings['Animals'] = 'Zwierzęta';
|
|
$a->strings['I\'d rather just have some chocolate'] = 'Wolałbym tylko trochę czekolady';
|
|
$a->strings['Married to my job'] = 'Żonaty z moją pracą';
|
|
$a->strings['Polygamist'] = 'Poligamista';
|
|
$a->strings['Half married'] = 'Pół żonaty';
|
|
$a->strings['Living in the past'] = 'Życie w przeszłości';
|
|
$a->strings['Pretending to be over my ex'] = 'Udawanie, że jestem ponad moim byłym';
|
|
$a->strings['Hurt in the past'] = 'Boli w przeszłości';
|
|
$a->strings['Wallowing in self-pity'] = 'Miauczenie w użalaniu się nad sobą';
|