From 4336f5f06f61de30ae3fa54650fce63a9d5ef5be Mon Sep 17 00:00:00 2001 From: ttt Date: Sat, 13 May 2017 00:29:47 +0530 Subject: added all server files --- .../flatpages/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1857 bytes .../flatpages/locale/ro/LC_MESSAGES/django.po | 102 +++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo create mode 100644 lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po (limited to 'lib/python2.7/site-packages/django/contrib/flatpages/locale/ro') diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo new file mode 100644 index 0000000..a12342b Binary files /dev/null and b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo differ diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po new file mode 100644 index 0000000..854d9ea --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po @@ -0,0 +1,102 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Daniel Ursache-Dogariu , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep \n" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" +"ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Opțiuni avansate" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Exemplu: '/despre/contact/'. Asigurați-vă că sunt bare oblice la început și " +"la sfârșit." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Această valoare trebuie să conţină doar litere, numere, puncte, linii joase, " +"cratime, bare oblice sau tilde." + +#: 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 "" + +#: models.py:12 +msgid "title" +msgstr "titlu" + +#: models.py:13 +msgid "content" +msgstr "conținut" + +#: models.py:14 +msgid "enable comments" +msgstr "permite comentarii" + +#: models.py:15 +msgid "template name" +msgstr "nume șablon" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Exemplu: 'flatpages/contact_page.html'. Dacă aceasta nu există, sistemul va " +"folosi 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "necesită înregistrare" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Dacă aceasta este bifată, numai utilizatorii autentificați vor putea vedea " +"pagina." + +#: models.py:24 +msgid "flat page" +msgstr "pagină statică" + +#: models.py:25 +msgid "flat pages" +msgstr "pagini statice" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Acest câmp este obligatoriu." -- cgit