diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2018-02-22 04:43:17 +0100 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2018-03-04 16:19:53 +0100 |
commit | a4e950a12f4af01f65c5cdd0cbaa119a85abfcec (patch) | |
tree | ad34e46844608880243bdef7c866ef6bc5432d1a /po | |
parent | de92a6380739b0feaee5b7a02a71c9bdeff05985 (diff) | |
download | glib-a4e950a12f4af01f65c5cdd0cbaa119a85abfcec.tar.gz |
Add month names with day to Norwegian bokmål translation
https://bugzilla.gnome.org/show_bug.cgi?id=793645
Diffstat (limited to 'po')
-rw-r--r-- | po/nb.po | 96 |
1 files changed, 96 insertions, 0 deletions
@@ -5612,3 +5612,99 @@ msgstr[1] "%s bits" #, c-format msgid "%.1f KB" msgstr "%.1f KB" + +msgctxt "full month name with day" +msgid "January" +msgstr "Januar" + +msgctxt "full month name with day" +msgid "February" +msgstr "Februar" + +msgctxt "full month name with day" +msgid "March" +msgstr "Mars" + +msgctxt "full month name with day" +msgid "April" +msgstr "April" + +msgctxt "full month name with day" +msgid "May" +msgstr "Mai" + +msgctxt "full month name with day" +msgid "June" +msgstr "Juni" + +msgctxt "full month name with day" +msgid "July" +msgstr "Juli" + +msgctxt "full month name with day" +msgid "August" +msgstr "August" + +msgctxt "full month name with day" +msgid "September" +msgstr "September" + +msgctxt "full month name with day" +msgid "October" +msgstr "Oktober" + +msgctxt "full month name with day" +msgid "November" +msgstr "November" + +msgctxt "full month name with day" +msgid "December" +msgstr "Desember" + +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 "Mai" + +msgctxt "abbreviated month name with day" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbreviated month name with day" +msgid "Jul" +msgstr "Jul" + +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 "Des" |