diff options
| author | Jannis Leidel <jannis@leidel.info> | 2012-03-05 02:24:14 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2012-03-05 02:24:14 +0000 |
| commit | 2002ed9e09bb2ec5ebbad1d4c8df27d8a870cc0e (patch) | |
| tree | c3a5fe31e2792fa740167736421f0269ca40ed51 | |
| parent | bf6ccebef74f36ce2950e8b84e32da53cfee8bda (diff) | |
Updated gis base translation files with new strings. Refs #17822.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/gis/locale/en/LC_MESSAGES/django.mo | bin | 343 -> 356 bytes | |||
| -rw-r--r-- | django/contrib/gis/locale/en/LC_MESSAGES/django.po | 26 |
2 files changed, 25 insertions, 1 deletions
diff --git a/django/contrib/gis/locale/en/LC_MESSAGES/django.mo b/django/contrib/gis/locale/en/LC_MESSAGES/django.mo Binary files differindex 7bcb7d8102..365af68d0d 100644 --- a/django/contrib/gis/locale/en/LC_MESSAGES/django.mo +++ b/django/contrib/gis/locale/en/LC_MESSAGES/django.mo diff --git a/django/contrib/gis/locale/en/LC_MESSAGES/django.po b/django/contrib/gis/locale/en/LC_MESSAGES/django.po index 661a8ba1ce..f98426f328 100644 --- a/django/contrib/gis/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/gis/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" @@ -13,6 +13,15 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: views.py:7 +msgid "No feeds are registered." +msgstr "" + +#: views.py:17 +#, python-format +msgid "Slug %r isn't registered." +msgstr "" + #: db/models/fields.py:50 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" @@ -62,3 +71,18 @@ msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" + +#: sitemaps/views.py:44 +#, python-format +msgid "No sitemap available for section: %r" +msgstr "" + +#: sitemaps/views.py:58 +#, python-format +msgid "Page %s empty" +msgstr "" + +#: sitemaps/views.py:60 +#, python-format +msgid "No page '%s'" +msgstr "" |
