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

@@ -160,14 +160,14 @@ msgstr "Ugyldig vertsnavn"
#. 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