mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 17:08:45 +02:00
GDateTime: translate "AM"/"PM", not "am"/"pm"
"AM" and "PM" are the POSIX locale values. Modify the 14 translations that have been updated since then to save a headache to those translators.
This commit is contained in:
16
po/lt.po
16
po/lt.po
@@ -196,14 +196,14 @@ msgstr "Klaidingas kompiuterio vardas"
|
||||
#. Translators: 'before midday' indicator
|
||||
#: ../glib/gdatetime.c:200
|
||||
msgctxt "GDateTime"
|
||||
msgid "am"
|
||||
msgstr "am"
|
||||
msgid "AM"
|
||||
msgstr "AM"
|
||||
|
||||
#. Translators: 'after midday' indicator
|
||||
#: ../glib/gdatetime.c:202
|
||||
msgctxt "GDateTime"
|
||||
msgid "pm"
|
||||
msgstr "pm"
|
||||
msgid "PM"
|
||||
msgstr "PM"
|
||||
|
||||
#. Translators: this is the preferred format for expressing the date and the time
|
||||
#: ../glib/gdatetime.c:205
|
||||
@@ -3888,12 +3888,12 @@ msgstr "Netinkami suspausti duomenys"
|
||||
|
||||
#~ msgctxt "GDateTime"
|
||||
|
||||
#~ msgid "AM"
|
||||
#~ msgstr "AM"
|
||||
#~ msgid "am"
|
||||
#~ msgstr "am"
|
||||
#~ msgctxt "GDateTime"
|
||||
|
||||
#~ msgid "PM"
|
||||
#~ msgstr "PM"
|
||||
#~ msgid "pm"
|
||||
#~ msgstr "pm"
|
||||
|
||||
#~ msgid "Type of return value is incorrect, got `%s', expected `%s'"
|
||||
#~ msgstr "Neteisingas grąžinamos reikšmės tipas, gautas „%s“, lauktas „%s“"
|
||||
|
Reference in New Issue
Block a user