Commit c6c54bbf authored by Jannis Leidel's avatar Jannis Leidel
Browse files

Updated flatpages translations from transifex.net. Refs #15300.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 379ce73e
Loading
Loading
Loading
Loading
+9 −16
Original line number Diff line number Diff line
# translation of django.po to Arabic
# This file is distributed under the same license as the django package.
# This file is distributed under the same license as the Django package.
#
# Ossama M. Khayat <okhayat@yahoo.com>, 2009, 2010.
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-12-29 00:24+0100\n"
"PO-Revision-Date: 2010-05-12 11:20+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
"POT-Creation-Date: 2011-03-01 00:09+0100\n"
"PO-Revision-Date: 2011-02-22 00:12+0000\n"
"Last-Translator: Jannis <jannis@leidel.info>\n"
"Language-Team: Arabic <None>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.0\n"
"Plural-Forms: nplurals=4; plural=(n == 1? 0 : (n == 2? 1 : (n <= 10? 2 : "
"3)))\n"
"\n"
"\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n"

#: admin.py:8 models.py:7
msgid "URL"
@@ -29,13 +25,10 @@ msgid ""
msgstr "مثال: '/about/contact/'. تأكد من وضع شرطات في البداية والنهاية."

#: admin.py:11
#, fuzzy
msgid ""
"This value must contain only letters, numbers, dots, underscores, dashes, "
"slashes or tildes."
msgstr ""
"هذه القيمة يجب أن تحتوي فقط على الأحرف والأرقام والشرطات السفلية والشرطة "
"العادية والشرطات المائلة."

#: admin.py:22
msgid "Advanced options"
+406 B

File added.

No diff preview for this file type.

+72 −0
Original line number Diff line number Diff line
# This file is distributed under the same license as the Django package.
#
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-03-01 00:09+0100\n"
"PO-Revision-Date: 2011-02-22 00:12+0000\n"
"Last-Translator: Jannis <jannis@leidel.info>\n"
"Language-Team: Azerbaijani <None>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: az\n"
"Plural-Forms: nplurals=1; plural=0\n"

#: admin.py:8 models.py:7
msgid "URL"
msgstr ""

#: admin.py:9
msgid ""
"Example: '/about/contact/'. Make sure to have leading and trailing slashes."
msgstr ""

#: admin.py:11
msgid ""
"This value must contain only letters, numbers, dots, underscores, dashes, "
"slashes or tildes."
msgstr ""

#: admin.py:22
msgid "Advanced options"
msgstr ""

#: models.py:8
msgid "title"
msgstr ""

#: models.py:9
msgid "content"
msgstr ""

#: models.py:10
msgid "enable comments"
msgstr ""

#: models.py:11
msgid "template name"
msgstr ""

#: models.py:12
msgid ""
"Example: 'flatpages/contact_page.html'. If this isn't provided, the system "
"will use 'flatpages/default.html'."
msgstr ""

#: models.py:13
msgid "registration required"
msgstr ""

#: models.py:13
msgid "If this is checked, only logged-in users will be able to view the page."
msgstr ""

#: models.py:18
msgid "flat page"
msgstr ""

#: models.py:19
msgid "flat pages"
msgstr ""
Loading