diff options
| author | Georg Bauer <gb@hugo.westfalen.de> | 2005-11-12 22:08:54 +0000 |
|---|---|---|
| committer | Georg Bauer <gb@hugo.westfalen.de> | 2005-11-12 22:08:54 +0000 |
| commit | f3319e45e4aaceb9caaa5c5fe2a96fc6eac39884 (patch) | |
| tree | 9dfeb555be8d8e289bc1bc33e24897a4275d6cf8 /django/conf/locale/no/LC_MESSAGES | |
| parent | 367ce0ce923d4efe114f65300d2f4668cf7fbd4d (diff) | |
fixes #109 - added translation possibilities for date and time formats (and updated translation files for the new message IDs)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/conf/locale/no/LC_MESSAGES')
| -rw-r--r-- | django/conf/locale/no/LC_MESSAGES/django.mo | bin | 17184 -> 17184 bytes | |||
| -rw-r--r-- | django/conf/locale/no/LC_MESSAGES/django.po | 14 |
2 files changed, 13 insertions, 1 deletions
diff --git a/django/conf/locale/no/LC_MESSAGES/django.mo b/django/conf/locale/no/LC_MESSAGES/django.mo Binary files differindex d69a98817d..3dbccf7282 100644 --- a/django/conf/locale/no/LC_MESSAGES/django.mo +++ b/django/conf/locale/no/LC_MESSAGES/django.mo diff --git a/django/conf/locale/no/LC_MESSAGES/django.po b/django/conf/locale/no/LC_MESSAGES/django.po index 09b4f25149..1ce4850cd3 100644 --- a/django/conf/locale/no/LC_MESSAGES/django.po +++ b/django/conf/locale/no/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-11 16:13-0600\n" +"POT-Creation-Date: 2005-11-12 16:05-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Espen Grndhaug <espen@grindhaug.org>\n" "Language-Team: Norwegian\n" @@ -395,6 +395,18 @@ msgstr "flatside" msgid "flat pages" msgstr "flatsider" +#: utils/translation.py:335 +msgid "DATE_FORMAT" +msgstr "" + +#: utils/translation.py:336 +msgid "DATETIME_FORMAT" +msgstr "" + +#: utils/translation.py:337 +msgid "TIME_FORMAT" +msgstr "" + #: utils/dates.py:6 msgid "Monday" msgstr "Mondag" |
