mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
commit
0e4ad4d0cf
1 changed files with 35 additions and 0 deletions
35
Resources/Languages/Polish
Normal file
35
Resources/Languages/Polish
Normal file
|
@ -0,0 +1,35 @@
|
|||
/* Polish */
|
||||
{
|
||||
NSLanguageName = "Polish";
|
||||
NSLanguageCode = POL;
|
||||
NSFormalName = "Polski";
|
||||
|
||||
NSCurrencySymbol = "Złoty";
|
||||
NSPositiveCurrencyFormatString = "$9,999.00";
|
||||
NSNegativeCurrencyFormatString = "$-9,999.00";
|
||||
NSInternationalCurrencyString = "PLN";
|
||||
|
||||
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
|
||||
NSDecimalSeparator = ".";
|
||||
NSThousandsSeparator = ",";
|
||||
|
||||
NSAMPMDesignation = (AM, PM);
|
||||
NSDateFormatString = "%A, %B %d, %Y";
|
||||
NSDateTimeOrdering = DMYH;
|
||||
NSEarlierTimeDesignations = (poprzednia, ostatnia, przeszłość, przeszłość);
|
||||
NSHourNameDesignations = ((0, północ), (12, południe, lunch), (10, rano), (14, popołudnie), (19, kolacja));
|
||||
NSLaterTimeDesignations = (next);
|
||||
NSMonthNameArray = (Styczeń, Luty, Marzec, Kwiecień, Maj, Czerwiec, Lipiec, Sierpień, Wrzesień, Październik, Listopad, Grudzień);
|
||||
NSNextDayDesignations = (jutro);
|
||||
NSNextNextDayDesignations = (nextday);
|
||||
NSPriorDayDesignations = (wczoraj);
|
||||
NSShortDateFormatString = "%m/%d/%Y";
|
||||
NSShortMonthNameArray = (stycz., luty, mar., kwiec., maj, czerw., lip., sierp., wrzes., pazdz., listop., grudz.);
|
||||
NSShortTimeDateFormatString = "%d %b, %Y %H:%M";
|
||||
NSShortWeekDayNameArray = (Słońce, Pon., Wt., Śr., Czw., Pt., Sob);
|
||||
NSThisDayDesignations = (dzisiaj);
|
||||
NSTimeDateFormatString = "%a %b %d %H:%M:%S %z %Y";
|
||||
NSTimeFormatString = "%H:%M:%S";
|
||||
NSWeekDayNameArray = (Niedziela, Poniedziałek, Wtorek, środa, Czwartek, Piątek, Sobota);
|
||||
NSYearMonthWeekDesignations = (rok, miesiąc, tydzień);
|
||||
}
|
Loading…
Reference in a new issue