mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-09 17:38:44 +02:00
Better msgctxt for month and weekday names
The current msgctxt string 'GDateTime" lead to the unability to differentiate between the full and abbreviated name for May. Therefore, the msgctxt strings have been changed to 'full month name' 'abbreviated month name' 'full weekday name' 'abbreviated weekday name' This is a string change, but all translations have been updated using an sed script. Bug 629429
This commit is contained in:
74
po/pl.po
74
po/pl.po
@@ -219,188 +219,188 @@ msgid "%H:%M:%S"
|
||||
msgstr "%H:%M:%S"
|
||||
|
||||
#: ../glib/gdatetime.c:158
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full month name"
|
||||
msgid "January"
|
||||
msgstr "styczeń"
|
||||
|
||||
#: ../glib/gdatetime.c:160
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full month name"
|
||||
msgid "February"
|
||||
msgstr "luty"
|
||||
|
||||
#: ../glib/gdatetime.c:162
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full month name"
|
||||
msgid "March"
|
||||
msgstr "marzec"
|
||||
|
||||
#: ../glib/gdatetime.c:164
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full month name"
|
||||
msgid "April"
|
||||
msgstr "kwiecień"
|
||||
|
||||
#: ../glib/gdatetime.c:166
|
||||
#: ../glib/gdatetime.c:203
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full month name"
|
||||
msgid "May"
|
||||
msgstr "maj"
|
||||
|
||||
#: ../glib/gdatetime.c:168
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full month name"
|
||||
msgid "June"
|
||||
msgstr "czerwiec"
|
||||
|
||||
#: ../glib/gdatetime.c:170
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full month name"
|
||||
msgid "July"
|
||||
msgstr "lipiec"
|
||||
|
||||
#: ../glib/gdatetime.c:172
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full month name"
|
||||
msgid "August"
|
||||
msgstr "sierpień"
|
||||
|
||||
#: ../glib/gdatetime.c:174
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full month name"
|
||||
msgid "September"
|
||||
msgstr "wrzesień"
|
||||
|
||||
#: ../glib/gdatetime.c:176
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full month name"
|
||||
msgid "October"
|
||||
msgstr "październik"
|
||||
|
||||
#: ../glib/gdatetime.c:178
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full month name"
|
||||
msgid "November"
|
||||
msgstr "listopad"
|
||||
|
||||
#: ../glib/gdatetime.c:180
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full month name"
|
||||
msgid "December"
|
||||
msgstr "grudzień"
|
||||
|
||||
#: ../glib/gdatetime.c:195
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated month name"
|
||||
msgid "Jan"
|
||||
msgstr "sty"
|
||||
|
||||
#: ../glib/gdatetime.c:197
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated month name"
|
||||
msgid "Feb"
|
||||
msgstr "lut"
|
||||
|
||||
#: ../glib/gdatetime.c:199
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated month name"
|
||||
msgid "Mar"
|
||||
msgstr "mar"
|
||||
|
||||
#: ../glib/gdatetime.c:201
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated month name"
|
||||
msgid "Apr"
|
||||
msgstr "kwi"
|
||||
|
||||
#: ../glib/gdatetime.c:205
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated month name"
|
||||
msgid "Jun"
|
||||
msgstr "cze"
|
||||
|
||||
#: ../glib/gdatetime.c:207
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated month name"
|
||||
msgid "Jul"
|
||||
msgstr "lip"
|
||||
|
||||
#: ../glib/gdatetime.c:209
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated month name"
|
||||
msgid "Aug"
|
||||
msgstr "sie"
|
||||
|
||||
#: ../glib/gdatetime.c:211
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated month name"
|
||||
msgid "Sep"
|
||||
msgstr "wrz"
|
||||
|
||||
#: ../glib/gdatetime.c:213
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated month name"
|
||||
msgid "Oct"
|
||||
msgstr "paź"
|
||||
|
||||
#: ../glib/gdatetime.c:215
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated month name"
|
||||
msgid "Nov"
|
||||
msgstr "lis"
|
||||
|
||||
#: ../glib/gdatetime.c:217
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated month name"
|
||||
msgid "Dec"
|
||||
msgstr "gru"
|
||||
|
||||
#: ../glib/gdatetime.c:232
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full weekday name"
|
||||
msgid "Monday"
|
||||
msgstr "poniedziałek"
|
||||
|
||||
#: ../glib/gdatetime.c:234
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full weekday name"
|
||||
msgid "Tuesday"
|
||||
msgstr "wtorek"
|
||||
|
||||
#: ../glib/gdatetime.c:236
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full weekday name"
|
||||
msgid "Wednesday"
|
||||
msgstr "środa"
|
||||
|
||||
#: ../glib/gdatetime.c:238
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full weekday name"
|
||||
msgid "Thursday"
|
||||
msgstr "czwartek"
|
||||
|
||||
#: ../glib/gdatetime.c:240
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full weekday name"
|
||||
msgid "Friday"
|
||||
msgstr "piątek"
|
||||
|
||||
#: ../glib/gdatetime.c:242
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full weekday name"
|
||||
msgid "Saturday"
|
||||
msgstr "sobota"
|
||||
|
||||
#: ../glib/gdatetime.c:244
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "full weekday name"
|
||||
msgid "Sunday"
|
||||
msgstr "niedziela"
|
||||
|
||||
#: ../glib/gdatetime.c:259
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated weekday name"
|
||||
msgid "Mon"
|
||||
msgstr "pon"
|
||||
|
||||
#: ../glib/gdatetime.c:261
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated weekday name"
|
||||
msgid "Tue"
|
||||
msgstr "wto"
|
||||
|
||||
#: ../glib/gdatetime.c:263
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated weekday name"
|
||||
msgid "Wed"
|
||||
msgstr "śro"
|
||||
|
||||
#: ../glib/gdatetime.c:265
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated weekday name"
|
||||
msgid "Thu"
|
||||
msgstr "czw"
|
||||
|
||||
#: ../glib/gdatetime.c:267
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated weekday name"
|
||||
msgid "Fri"
|
||||
msgstr "pią"
|
||||
|
||||
#: ../glib/gdatetime.c:269
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated weekday name"
|
||||
msgid "Sat"
|
||||
msgstr "sob"
|
||||
|
||||
#: ../glib/gdatetime.c:271
|
||||
msgctxt "GDateTime"
|
||||
msgctxt "abbreviated weekday name"
|
||||
msgid "Sun"
|
||||
msgstr "nie"
|
||||
|
||||
|
Reference in New Issue
Block a user