diff options
author | Kjartan Maraas <kmaraas@src.gnome.org> | 2003-03-17 23:25:43 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2003-03-17 23:25:43 +0800 |
commit | 69da882790feef3155497cf97c3a5f34361c6056 (patch) | |
tree | 708e3a1827cf3f4e5d157dd0c2ea95e8967d7d81 | |
parent | 3b3658a2fe71a68b7a00fa8917188c17ee937055 (diff) | |
download | gsoc2013-evolution-69da882790feef3155497cf97c3a5f34361c6056.tar gsoc2013-evolution-69da882790feef3155497cf97c3a5f34361c6056.tar.gz gsoc2013-evolution-69da882790feef3155497cf97c3a5f34361c6056.tar.bz2 gsoc2013-evolution-69da882790feef3155497cf97c3a5f34361c6056.tar.lz gsoc2013-evolution-69da882790feef3155497cf97c3a5f34361c6056.tar.xz gsoc2013-evolution-69da882790feef3155497cf97c3a5f34361c6056.tar.zst gsoc2013-evolution-69da882790feef3155497cf97c3a5f34361c6056.zip |
More date format fixes
svn path=/trunk/; revision=20308
-rw-r--r-- | po/no.po | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10889,7 +10889,7 @@ msgstr "Synkroniser kategorier" #. in 12-hour format, without seconds. #: e-util/e-time-utils.c:171 e-util/e-time-utils.c:384 msgid "%a %m/%d/%Y %I:%M %p" -msgstr "%a %d.%m.%Y %H:%M" +msgstr "%a %d.%m.%Y %H.%M" #. strptime format of a weekday, a date and a time, #. in 24-hour format, without seconds. @@ -13692,7 +13692,7 @@ msgstr "I går %l:%M %p" #: mail/message-list.c:1104 msgid "%a %l:%M %p" -msgstr "%a %H:%M" +msgstr "%a %H.%M" #: mail/message-list.c:1112 msgid "%b %d %l:%M %p" |