diff options
| author | Jannis Leidel <jannis@leidel.info> | 2012-03-05 02:24:06 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2012-03-05 02:24:06 +0000 |
| commit | bf6ccebef74f36ce2950e8b84e32da53cfee8bda (patch) | |
| tree | 242f457053e85ed1b6073bc51c6f532f7024ba1e | |
| parent | 6c7b9b5ec8fd7b45dac3a2cc45820fc3a6fd1388 (diff) | |
Updated flatpages base translation files with new strings. Refs #17822.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17660 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo | bin | 343 -> 356 bytes | |||
| -rw-r--r-- | django/contrib/flatpages/locale/en/LC_MESSAGES/django.po | 18 |
2 files changed, 13 insertions, 5 deletions
diff --git a/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo Binary files differindex 85f87e33e1..365af68d0d 100644 --- a/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo +++ b/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo diff --git a/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po index 2d48a433df..1e59c11861 100644 --- a/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-22 23:56+0100\n" +"POT-Creation-Date: 2012-03-05 02:25+0100\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n" "Last-Translator: Django team\n" "Language-Team: English <en@li.org>\n" @@ -17,22 +17,30 @@ msgstr "" msgid "Advanced options" msgstr "" -#: forms.py:6 models.py:7 +#: forms.py:7 models.py:7 msgid "URL" msgstr "" -#: forms.py:7 +#: forms.py:8 msgid "" "Example: '/about/contact/'. Make sure to have leading and trailing slashes." msgstr "" -#: forms.py:9 +#: forms.py:10 msgid "" "This value must contain only letters, numbers, dots, underscores, dashes, " "slashes or tildes." msgstr "" -#: forms.py:27 +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" |
