diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-13 12:02:13 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-13 12:27:04 -0400 |
commit | 0ecfc6e1f9fa3439f733fc75cc462218a0a1974e (patch) | |
tree | 42b64f7c72a394a527b772dadf0f03c030570324 /po/gl.po | |
parent | bd569dc3c97fb23447951388cc57ff23844f96e3 (diff) |
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
Diffstat (limited to 'po/gl.po')
-rw-r--r-- | po/gl.po | 74 |
1 files changed, 37 insertions, 37 deletions
@@ -203,187 +203,187 @@ msgid "%H:%M:%S" msgstr "%H:%M:%S" #: ../glib/gdatetime.c:158 -msgctxt "GDateTime" +msgctxt "full month name" msgid "January" msgstr "Xaneiro" #: ../glib/gdatetime.c:160 -msgctxt "GDateTime" +msgctxt "full month name" msgid "February" msgstr "Febreiro" #: ../glib/gdatetime.c:162 -msgctxt "GDateTime" +msgctxt "full month name" msgid "March" msgstr "Marzo" #: ../glib/gdatetime.c:164 -msgctxt "GDateTime" +msgctxt "full month name" msgid "April" msgstr "Abril" #: ../glib/gdatetime.c:166 ../glib/gdatetime.c:203 -msgctxt "GDateTime" +msgctxt "full month name" msgid "May" msgstr "Maio" #: ../glib/gdatetime.c:168 -msgctxt "GDateTime" +msgctxt "full month name" msgid "June" msgstr "Xuño" #: ../glib/gdatetime.c:170 -msgctxt "GDateTime" +msgctxt "full month name" msgid "July" msgstr "Xullo" #: ../glib/gdatetime.c:172 -msgctxt "GDateTime" +msgctxt "full month name" msgid "August" msgstr "Agosto" #: ../glib/gdatetime.c:174 -msgctxt "GDateTime" +msgctxt "full month name" msgid "September" msgstr "Setembro" #: ../glib/gdatetime.c:176 -msgctxt "GDateTime" +msgctxt "full month name" msgid "October" msgstr "Outubro" #: ../glib/gdatetime.c:178 -msgctxt "GDateTime" +msgctxt "full month name" msgid "November" msgstr "Novembro" #: ../glib/gdatetime.c:180 -msgctxt "GDateTime" +msgctxt "full month name" msgid "December" msgstr "Decembro" #: ../glib/gdatetime.c:195 -msgctxt "GDateTime" +msgctxt "abbreviated month name" msgid "Jan" msgstr "Xan" #: ../glib/gdatetime.c:197 -msgctxt "GDateTime" +msgctxt "abbreviated month name" msgid "Feb" msgstr "Feb" #: ../glib/gdatetime.c:199 -msgctxt "GDateTime" +msgctxt "abbreviated month name" msgid "Mar" msgstr "Mar" #: ../glib/gdatetime.c:201 -msgctxt "GDateTime" +msgctxt "abbreviated month name" msgid "Apr" msgstr "Abr" #: ../glib/gdatetime.c:205 -msgctxt "GDateTime" +msgctxt "abbreviated month name" msgid "Jun" msgstr "Xuño" #: ../glib/gdatetime.c:207 -msgctxt "GDateTime" +msgctxt "abbreviated month name" msgid "Jul" msgstr "Xul" #: ../glib/gdatetime.c:209 -msgctxt "GDateTime" +msgctxt "abbreviated month name" msgid "Aug" msgstr "Ago" #: ../glib/gdatetime.c:211 -msgctxt "GDateTime" +msgctxt "abbreviated month name" msgid "Sep" msgstr "Sep" #: ../glib/gdatetime.c:213 -msgctxt "GDateTime" +msgctxt "abbreviated month name" msgid "Oct" msgstr "Out" #: ../glib/gdatetime.c:215 -msgctxt "GDateTime" +msgctxt "abbreviated month name" msgid "Nov" msgstr "Nov" #: ../glib/gdatetime.c:217 -msgctxt "GDateTime" +msgctxt "abbreviated month name" msgid "Dec" msgstr "Dec" #: ../glib/gdatetime.c:232 -msgctxt "GDateTime" +msgctxt "full weekday name" msgid "Monday" msgstr "Luns" #: ../glib/gdatetime.c:234 -msgctxt "GDateTime" +msgctxt "full weekday name" msgid "Tuesday" msgstr "Martes" #: ../glib/gdatetime.c:236 -msgctxt "GDateTime" +msgctxt "full weekday name" msgid "Wednesday" msgstr "Mércores" #: ../glib/gdatetime.c:238 -msgctxt "GDateTime" +msgctxt "full weekday name" msgid "Thursday" msgstr "Xoves" #: ../glib/gdatetime.c:240 -msgctxt "GDateTime" +msgctxt "full weekday name" msgid "Friday" msgstr "Venres" #: ../glib/gdatetime.c:242 -msgctxt "GDateTime" +msgctxt "full weekday name" msgid "Saturday" msgstr "Sábado" #: ../glib/gdatetime.c:244 -msgctxt "GDateTime" +msgctxt "full weekday name" msgid "Sunday" msgstr "Domingo" #: ../glib/gdatetime.c:259 -msgctxt "GDateTime" +msgctxt "abbreviated weekday name" msgid "Mon" msgstr "Lun" #: ../glib/gdatetime.c:261 -msgctxt "GDateTime" +msgctxt "abbreviated weekday name" msgid "Tue" msgstr "Mar" #: ../glib/gdatetime.c:263 -msgctxt "GDateTime" +msgctxt "abbreviated weekday name" msgid "Wed" msgstr "Mer" #: ../glib/gdatetime.c:265 -msgctxt "GDateTime" +msgctxt "abbreviated weekday name" msgid "Thu" msgstr "Xov" #: ../glib/gdatetime.c:267 -msgctxt "GDateTime" +msgctxt "abbreviated weekday name" msgid "Fri" msgstr "Ven" #: ../glib/gdatetime.c:269 -msgctxt "GDateTime" +msgctxt "abbreviated weekday name" msgid "Sat" msgstr "Sáb" #: ../glib/gdatetime.c:271 -msgctxt "GDateTime" +msgctxt "abbreviated weekday name" msgid "Sun" msgstr "Dom" |