diff options
author | Ryan Lortie <desrt@desrt.ca> | 2011-09-05 00:03:39 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-09-05 00:08:47 -0400 |
commit | 76c49589064c38ce9fe4789677f65e3e09021b40 (patch) | |
tree | e3d30c8c5fa3a93dcc50c6048ba6c504f883e6a3 /po/ka.po | |
parent | 2752f8668e74fc080bda22994fdbddc3cc77cd6b (diff) |
Populate missing GDateTime format strings
Use the glibc locale database to add GDateTime strings only for those locales
that had not specifically added them for themselves.
Some locales have different translations from what is in the C library and we
leave those alone with this commit.
Diffstat (limited to 'po/ka.po')
-rw-r--r-- | po/ka.po | 62 |
1 files changed, 31 insertions, 31 deletions
@@ -180,19 +180,19 @@ msgstr "" #: ../glib/gdatetime.c:207 msgctxt "GDateTime" msgid "%a %b %e %H:%M:%S %Y" -msgstr "" +msgstr "%Y წლის %d %B, %T %Z" #. Translators: this is the preferred format for expressing the date #: ../glib/gdatetime.c:210 msgctxt "GDateTime" msgid "%m/%d/%y" -msgstr "" +msgstr "%m/%d/%Y" #. Translators: this is the preferred format for expressing the time #: ../glib/gdatetime.c:213 msgctxt "GDateTime" msgid "%H:%M:%S" -msgstr "" +msgstr "%T" #. Translators: this is the preferred format for expressing 12 hour time #: ../glib/gdatetime.c:216 @@ -203,37 +203,37 @@ msgstr "" #: ../glib/gdatetime.c:229 msgctxt "full month name" msgid "January" -msgstr "" +msgstr "იანვარი" #: ../glib/gdatetime.c:231 msgctxt "full month name" msgid "February" -msgstr "" +msgstr "თებერვალი" #: ../glib/gdatetime.c:233 msgctxt "full month name" msgid "March" -msgstr "" +msgstr "მარტი" #: ../glib/gdatetime.c:235 msgctxt "full month name" msgid "April" -msgstr "" +msgstr "აპრილი" #: ../glib/gdatetime.c:237 msgctxt "full month name" msgid "May" -msgstr "" +msgstr "მაისი" #: ../glib/gdatetime.c:239 msgctxt "full month name" msgid "June" -msgstr "" +msgstr "ივნისი" #: ../glib/gdatetime.c:241 msgctxt "full month name" msgid "July" -msgstr "" +msgstr "ივლისი" #: ../glib/gdatetime.c:243 msgctxt "full month name" @@ -263,37 +263,37 @@ msgstr "" #: ../glib/gdatetime.c:266 msgctxt "abbreviated month name" msgid "Jan" -msgstr "" +msgstr "იან" #: ../glib/gdatetime.c:268 msgctxt "abbreviated month name" msgid "Feb" -msgstr "" +msgstr "თებ" #: ../glib/gdatetime.c:270 msgctxt "abbreviated month name" msgid "Mar" -msgstr "" +msgstr "მარ" #: ../glib/gdatetime.c:272 msgctxt "abbreviated month name" msgid "Apr" -msgstr "" +msgstr "აპრ" #: ../glib/gdatetime.c:274 msgctxt "abbreviated month name" msgid "May" -msgstr "" +msgstr "მაი" #: ../glib/gdatetime.c:276 msgctxt "abbreviated month name" msgid "Jun" -msgstr "" +msgstr "ივნ" #: ../glib/gdatetime.c:278 msgctxt "abbreviated month name" msgid "Jul" -msgstr "" +msgstr "ივლ" #: ../glib/gdatetime.c:280 msgctxt "abbreviated month name" @@ -323,72 +323,72 @@ msgstr "" #: ../glib/gdatetime.c:303 msgctxt "full weekday name" msgid "Monday" -msgstr "" +msgstr "ორშაბათი" #: ../glib/gdatetime.c:305 msgctxt "full weekday name" msgid "Tuesday" -msgstr "" +msgstr "სამშაბათი" #: ../glib/gdatetime.c:307 msgctxt "full weekday name" msgid "Wednesday" -msgstr "" +msgstr "ოთხშაბათი" #: ../glib/gdatetime.c:309 msgctxt "full weekday name" msgid "Thursday" -msgstr "" +msgstr "ხუთშაბათი" #: ../glib/gdatetime.c:311 msgctxt "full weekday name" msgid "Friday" -msgstr "" +msgstr "პარასკევი" #: ../glib/gdatetime.c:313 msgctxt "full weekday name" msgid "Saturday" -msgstr "" +msgstr "შაბათი" #: ../glib/gdatetime.c:315 msgctxt "full weekday name" msgid "Sunday" -msgstr "" +msgstr "კვირა" #: ../glib/gdatetime.c:330 msgctxt "abbreviated weekday name" msgid "Mon" -msgstr "" +msgstr "ორშ" #: ../glib/gdatetime.c:332 msgctxt "abbreviated weekday name" msgid "Tue" -msgstr "" +msgstr "სამ" #: ../glib/gdatetime.c:334 msgctxt "abbreviated weekday name" msgid "Wed" -msgstr "" +msgstr "ოთხ" #: ../glib/gdatetime.c:336 msgctxt "abbreviated weekday name" msgid "Thu" -msgstr "" +msgstr "ხუთ" #: ../glib/gdatetime.c:338 msgctxt "abbreviated weekday name" msgid "Fri" -msgstr "" +msgstr "პარ" #: ../glib/gdatetime.c:340 msgctxt "abbreviated weekday name" msgid "Sat" -msgstr "" +msgstr "შაბ" #: ../glib/gdatetime.c:342 msgctxt "abbreviated weekday name" msgid "Sun" -msgstr "" +msgstr "კვი" #: ../glib/gdir.c:115 ../glib/gdir.c:138 #, c-format |