diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2018-02-22 05:18:08 +0100 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2018-03-04 16:19:53 +0100 |
commit | 1144cfcd75f318114888d3bbf0be287a94adb2d2 (patch) | |
tree | 8ee806ea4ebb66e273332e3020c6857832cc007e /po/sk.po | |
parent | 5f865be08b5bf53f55a52bc0b6ff1c2f4098addb (diff) | |
download | glib-1144cfcd75f318114888d3bbf0be287a94adb2d2.tar.gz |
Add month names with day to Slovak translation
Slovak uses genitive for month names with day.
https://bugzilla.gnome.org/show_bug.cgi?id=793645
Diffstat (limited to 'po/sk.po')
-rw-r--r-- | po/sk.po | 96 |
1 files changed, 96 insertions, 0 deletions
@@ -5690,6 +5690,102 @@ msgstr[2] "%s bajty" msgid "%.1f KB" msgstr "%.1f kB" +msgctxt "full month name with day" +msgid "January" +msgstr "januára" + +msgctxt "full month name with day" +msgid "February" +msgstr "februára" + +msgctxt "full month name with day" +msgid "March" +msgstr "marca" + +msgctxt "full month name with day" +msgid "April" +msgstr "apríla" + +msgctxt "full month name with day" +msgid "May" +msgstr "mája" + +msgctxt "full month name with day" +msgid "June" +msgstr "júna" + +msgctxt "full month name with day" +msgid "July" +msgstr "júla" + +msgctxt "full month name with day" +msgid "August" +msgstr "augusta" + +msgctxt "full month name with day" +msgid "September" +msgstr "septembra" + +msgctxt "full month name with day" +msgid "October" +msgstr "októbra" + +msgctxt "full month name with day" +msgid "November" +msgstr "novembra" + +msgctxt "full month name with day" +msgid "December" +msgstr "decembra" + +msgctxt "abbreviated month name with day" +msgid "Jan" +msgstr "jan" + +msgctxt "abbreviated month name with day" +msgid "Feb" +msgstr "feb" + +msgctxt "abbreviated month name with day" +msgid "Mar" +msgstr "mar" + +msgctxt "abbreviated month name with day" +msgid "Apr" +msgstr "apr" + +msgctxt "abbreviated month name with day" +msgid "May" +msgstr "máj" + +msgctxt "abbreviated month name with day" +msgid "Jun" +msgstr "jún" + +msgctxt "abbreviated month name with day" +msgid "Jul" +msgstr "júl" + +msgctxt "abbreviated month name with day" +msgid "Aug" +msgstr "aug" + +msgctxt "abbreviated month name with day" +msgid "Sep" +msgstr "sep" + +msgctxt "abbreviated month name with day" +msgid "Oct" +msgstr "okt" + +msgctxt "abbreviated month name with day" +msgid "Nov" +msgstr "nov" + +msgctxt "abbreviated month name with day" +msgid "Dec" +msgstr "dec" + #~ msgid "No such interface" #~ msgstr "Také rozhranie neexistuje" |