diff --git a/geoposition/locale/es/LC_MESSAGES/django.mo b/geoposition/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000..6efb072 Binary files /dev/null and b/geoposition/locale/es/LC_MESSAGES/django.mo differ diff --git a/geoposition/locale/es/LC_MESSAGES/django.po b/geoposition/locale/es/LC_MESSAGES/django.po new file mode 100644 index 0000000..864125b --- /dev/null +++ b/geoposition/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 03:41+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: fields.py:13 +msgid "A geoposition (latitude and longitude)" +msgstr "Una georreferenciación (latitud y longitud)" + +#: forms.py:12 +msgid "Enter a valid geoposition." +msgstr "Introduzca una georreferencia válida." + +#: forms.py:18 widgets.py:30 +msgid "latitude" +msgstr "latitud" + +#: forms.py:19 widgets.py:34 +msgid "longitude" +msgstr "longitud"