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

@@ -169,14 +169,14 @@ msgstr "El nombre del host es inválido"
#. Translators: 'before midday' indicator
#: ../glib/gdatetime.c:200
msgctxt "GDateTime"
msgid "am"
msgctxt "GDateTime"
msgid "AM"
msgstr "AM"
#. Translators: 'after midday' indicator
#: ../glib/gdatetime.c:202
msgctxt "GDateTime"
msgid "pm"
msgctxt "GDateTime"
msgid "PM"
msgstr "PM"
#. Translators: this is the preferred format for expressing the date and the time
@@ -3975,12 +3975,12 @@ msgid "Invalid compressed data"
msgid "Invalid compressed data"
msgstr "Datos comprimidos no válidos"
#~ msgctxt "GDateTime"
#~ msgid "AM"
#~ msgctxt "GDateTime"
#~ msgid "am"
#~ msgstr "am"
#~ msgctxt "GDateTime"
#~ msgid "PM"
#~ msgctxt "GDateTime"
#~ msgid "pm"
#~ msgstr "pm"
#~ msgid "Failed to set value\n"