Files
mayan-edms/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po
Roberto Rosario 2de95b57d3 Fix translation file formatting
GitLab issue #579.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
2019-04-09 02:53:24 -04:00

79 lines
1.9 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-09 02:06-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/"
"ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
#: apps.py:18 settings.py:9
msgid "Authentication"
msgstr ""
#: forms.py:18
msgid "Email"
msgstr "البريد الإلكتروني"
#: forms.py:21
msgid "Password"
msgstr ""
#: forms.py:23 forms.py:72
msgid "Remember me"
msgstr ""
#: forms.py:26
msgid ""
"Please enter a correct email and password. Note that the password field is "
"case-sensitive."
msgstr ""
#: forms.py:28
msgid "This account is inactive."
msgstr "هذا الحساب غير نشط."
#: links.py:19
msgid "Logout"
msgstr "خروج"
#: links.py:23
msgid "Change password"
msgstr ""
#: settings.py:13
msgid ""
"Controls the mechanism used to authenticated user. Options are: username, "
"email"
msgstr ""
#: settings.py:20
msgid ""
"Maximum time an user clicking the \"Remember me\" checkbox will remain "
"logged in. Value is time in seconds."
msgstr ""
#: views.py:79
msgid "Current user password change"
msgstr "تغيير كلمة السر للمستخدم الحالي"
#: views.py:84
msgid "Changing the password is not allowed for this account."
msgstr ""
#: views.py:101
msgid "Your password has been successfully changed."
msgstr "تم تغيير كلمة المرور الخاصة بك بنجاح."