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:
Ryan Lortie
2011-09-04 20:35:31 -04:00
parent e39a03e14d
commit 9ddd25c18b
15 changed files with 82 additions and 82 deletions

View File

@@ -170,14 +170,14 @@ msgstr "Неисправно име домаћина"
#. Translators: 'before midday' indicator
#: ../glib/gdatetime.c:199
msgctxt "GDateTime"
msgid "am"
msgstr "am"
msgid "AM"
msgstr "AM"
#. Translators: 'after midday' indicator
#: ../glib/gdatetime.c:201
msgctxt "GDateTime"
msgid "pm"
msgstr "pm"
msgid "PM"
msgstr "PM"
#. Translators: this is the preferred format for expressing the date
#: ../glib/gdatetime.c:204
@@ -3857,12 +3857,12 @@ msgid "Invalid compressed data"
msgstr "Подаци нису исправно запаковани"
#~ 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 "Повратни тип је неисправан, добио сам „%s“, очекивао сам „%s“"