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:
Matthias Clasen
2010-09-13 12:02:13 -04:00
parent bd569dc3c9
commit 0ecfc6e1f9
20 changed files with 749 additions and 743 deletions

View File

@@ -203,187 +203,187 @@ msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#: ../glib/gdatetime.c:162
msgctxt "GDateTime"
msgctxt "full month name"
msgid "January"
msgstr "Januar"
#: ../glib/gdatetime.c:164
msgctxt "GDateTime"
msgctxt "full month name"
msgid "February"
msgstr "Februar"
#: ../glib/gdatetime.c:166
msgctxt "GDateTime"
msgctxt "full month name"
msgid "March"
msgstr "März"
#: ../glib/gdatetime.c:168
msgctxt "GDateTime"
msgctxt "full month name"
msgid "April"
msgstr "April"
#: ../glib/gdatetime.c:170 ../glib/gdatetime.c:207
msgctxt "GDateTime"
msgctxt "full month name"
msgid "May"
msgstr "Mai"
#: ../glib/gdatetime.c:172
msgctxt "GDateTime"
msgctxt "full month name"
msgid "June"
msgstr "Juni"
#: ../glib/gdatetime.c:174
msgctxt "GDateTime"
msgctxt "full month name"
msgid "July"
msgstr "Juli"
#: ../glib/gdatetime.c:176
msgctxt "GDateTime"
msgctxt "full month name"
msgid "August"
msgstr "August"
#: ../glib/gdatetime.c:178
msgctxt "GDateTime"
msgctxt "full month name"
msgid "September"
msgstr "September"
#: ../glib/gdatetime.c:180
msgctxt "GDateTime"
msgctxt "full month name"
msgid "October"
msgstr "Oktober"
#: ../glib/gdatetime.c:182
msgctxt "GDateTime"
msgctxt "full month name"
msgid "November"
msgstr "November"
#: ../glib/gdatetime.c:184
msgctxt "GDateTime"
msgctxt "full month name"
msgid "December"
msgstr "Dezember"
#: ../glib/gdatetime.c:199
msgctxt "GDateTime"
msgctxt "abbreviated month name"
msgid "Jan"
msgstr "Jan"
#: ../glib/gdatetime.c:201
msgctxt "GDateTime"
msgctxt "abbreviated month name"
msgid "Feb"
msgstr "Feb"
#: ../glib/gdatetime.c:203
msgctxt "GDateTime"
msgctxt "abbreviated month name"
msgid "Mar"
msgstr "Mär"
#: ../glib/gdatetime.c:205
msgctxt "GDateTime"
msgctxt "abbreviated month name"
msgid "Apr"
msgstr "Apr"
#: ../glib/gdatetime.c:209
msgctxt "GDateTime"
msgctxt "abbreviated month name"
msgid "Jun"
msgstr "Jun"
#: ../glib/gdatetime.c:211
msgctxt "GDateTime"
msgctxt "abbreviated month name"
msgid "Jul"
msgstr "Jul"
#: ../glib/gdatetime.c:213
msgctxt "GDateTime"
msgctxt "abbreviated month name"
msgid "Aug"
msgstr "Aug"
#: ../glib/gdatetime.c:215
msgctxt "GDateTime"
msgctxt "abbreviated month name"
msgid "Sep"
msgstr "Sep"
#: ../glib/gdatetime.c:217
msgctxt "GDateTime"
msgctxt "abbreviated month name"
msgid "Oct"
msgstr "Okt"
#: ../glib/gdatetime.c:219
msgctxt "GDateTime"
msgctxt "abbreviated month name"
msgid "Nov"
msgstr "Nov"
#: ../glib/gdatetime.c:221
msgctxt "GDateTime"
msgctxt "abbreviated month name"
msgid "Dec"
msgstr "Dez"
#: ../glib/gdatetime.c:236
msgctxt "GDateTime"
msgctxt "full weekday name"
msgid "Monday"
msgstr "Montag"
#: ../glib/gdatetime.c:238
msgctxt "GDateTime"
msgctxt "full weekday name"
msgid "Tuesday"
msgstr "Dienstag"
#: ../glib/gdatetime.c:240
msgctxt "GDateTime"
msgctxt "full weekday name"
msgid "Wednesday"
msgstr "Mittwoch"
#: ../glib/gdatetime.c:242
msgctxt "GDateTime"
msgctxt "full weekday name"
msgid "Thursday"
msgstr "Donnerstag"
#: ../glib/gdatetime.c:244
msgctxt "GDateTime"
msgctxt "full weekday name"
msgid "Friday"
msgstr "Freitag"
#: ../glib/gdatetime.c:246
msgctxt "GDateTime"
msgctxt "full weekday name"
msgid "Saturday"
msgstr "Samstag"
#: ../glib/gdatetime.c:248
msgctxt "GDateTime"
msgctxt "full weekday name"
msgid "Sunday"
msgstr "Sonntag"
#: ../glib/gdatetime.c:263
msgctxt "GDateTime"
msgctxt "abbreviated weekday name"
msgid "Mon"
msgstr "Mo"
#: ../glib/gdatetime.c:265
msgctxt "GDateTime"
msgctxt "abbreviated weekday name"
msgid "Tue"
msgstr "Di"
#: ../glib/gdatetime.c:267
msgctxt "GDateTime"
msgctxt "abbreviated weekday name"
msgid "Wed"
msgstr "Mi"
#: ../glib/gdatetime.c:269
msgctxt "GDateTime"
msgctxt "abbreviated weekday name"
msgid "Thu"
msgstr "Do"
#: ../glib/gdatetime.c:271
msgctxt "GDateTime"
msgctxt "abbreviated weekday name"
msgid "Fri"
msgstr "Fr"
#: ../glib/gdatetime.c:273
msgctxt "GDateTime"
msgctxt "abbreviated weekday name"
msgid "Sat"
msgstr "Sa"
#: ../glib/gdatetime.c:275
msgctxt "GDateTime"
msgctxt "abbreviated weekday name"
msgid "Sun"
msgstr "So"