odoo/addons/auth_signup/i18n/ar.po

265 lines
9.4 KiB
Plaintext
Raw Normal View History

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_signup
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
# hoxhe aits <hoxhe0@gmail.com>, 2015
# Mustafa Rawi <mustafa@cubexco.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Odoo 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-16 13:15+0000\n"
"PO-Revision-Date: 2015-12-17 08:25+0000\n"
"Last-Translator: Martin Trigaux\n"
"Language-Team: Arabic (http://www.transifex.com/odoo/odoo-8/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
#. module: auth_signup
#: model:email.template,body_html:auth_signup.set_password_email
msgid ""
"\n"
" \n"
" <p>\n"
" ${object.name},\n"
" </p>\n"
" <p>\n"
" You have been invited to connect to \"${object.company_id.name}\" in order to get access to your documents in Odoo.\n"
" </p>\n"
" <p>\n"
" To accept the invitation, click on the following link:\n"
" </p>\n"
" <ul>\n"
" <li><a href=\"${object.signup_url}\">Accept invitation to \"${object.company_id.name}\"</a></li>\n"
" </ul>\n"
" <p>\n"
" Thanks,\n"
" </p>\n"
" <pre>\n"
"--\n"
"${object.company_id.name or ''}\n"
"${object.company_id.email or ''}\n"
"${object.company_id.phone or ''}\n"
" </pre>\n"
" \n"
" "
msgstr "\n\n<p>\n${object.name}\n</p>\n<p>\nتمت دعوتك للتواصل على \"${object.company_id.name}\" لتتمكن من الوصول إلى مستنداتك في أودو.\n</p>\n<p>\nلقبول الدعوة، انقر الرابط التالي\n</p>\n<ul>\n<li><a href=\"${object.signup_url}\">قبول دعوة \"${object.company_id.name}\"</a></li>\n</ul>\n<p>\nشكراً،\n</p>\n<pre>\n--\n${object.company_id.name or ''}\n${object.company_id.email or ''}\n${object.company_id.phone or ''}\n</pre>"
#. module: auth_signup
#: model:email.template,body_html:auth_signup.reset_password_email
msgid ""
"\n"
"<p>A password reset was requested for the Odoo account linked to this email.</p>\n"
"\n"
"<p>You may change your password by following <a href=\"${object.signup_url}\">this link</a>.</p>\n"
"\n"
"<p>Note: If you do not expect this, you can safely ignore this email.</p>"
msgstr "\n<p>تم طلب تغيير كلمة المرور لحسابك في أودو المقترن بعنوان البريد هذا.</p>\n\n<p>يمكنك تغيير كلمة مرورك الحالي باتباع <a href=\"${object.signup_url}\">هذا الرابط</a>.</p>\n\n<p>ملاحظة: إذا لم تطلب تغيير كلمة المرور، فيمكنك تجاهل هذه الرسالة بأمان تام.</p>"
#. module: auth_signup
#: model:email.template,subject:auth_signup.set_password_email
msgid "${object.company_id.name} invitation to connect on Odoo"
msgstr "${object.company_id.name} دعوة للتواصل على أودو"
#. module: auth_signup
#: view:res.users:auth_signup.res_users_form_view
msgid ""
"A password reset has been requested for this user. An email containing the "
"following link has been sent:"
msgstr "تم طلب إعادة تعيين كلمة المرور لهذا المستخدم. تم إرسال رسالة بريد إلكتروني تحتوي على الرابط التالي:"
#. module: auth_signup
#: selection:res.users,state:0
msgid "Activated"
msgstr "مفعل"
#. module: auth_signup
#: field:base.config.settings,auth_signup_uninvited:0
msgid "Allow external users to sign up"
msgstr "السماح لمستخدمين خارجيين بالتسجيل"
#. module: auth_signup
#: code:addons/auth_signup/controllers/main.py:78
#, python-format
msgid "An email has been sent with credentials to reset your password"
msgstr "تم إرسالة بريد بالبيانات اللازمة لإعادة تعيين كلمة المرور الخاصة بك."
#. module: auth_signup
#: view:res.users:auth_signup.res_users_form_view
msgid ""
"An invitation email containing the following subscription link has been "
"sent:"
msgstr "تم إرسال دعوة عنوانك البريدي تحتوي على رابط الاشتراك التالي:"
#. module: auth_signup
#: code:addons/auth_signup/controllers/main.py:58
#, python-format
msgid "Another user is already registered using this email address."
msgstr ""
#. module: auth_signup
#: code:addons/auth_signup/controllers/main.py:130
#, python-format
msgid "Authentification Failed."
msgstr "فشلت المصادقة."
#. module: auth_signup
#: view:website:auth_signup.reset_password view:website:auth_signup.signup
msgid "Back to Login"
msgstr "العودة للدخول"
#. module: auth_signup
#: code:addons/auth_signup/res_users.py:294
#, python-format
msgid "Cannot send email: user has no email address."
msgstr "لا يمكن إرسال بريد الإلكتروني: المستخدم ليس لديه عنوان بريد الإلكتروني."
#. module: auth_signup
#: view:website:auth_signup.fields
msgid "Confirm Password"
msgstr "أكّد كلمة المرور"
#. module: auth_signup
#: code:addons/auth_signup/controllers/main.py:61
#, python-format
msgid "Could not create a new account."
msgstr ""
#. module: auth_signup
#: code:addons/auth_signup/controllers/main.py:84
#, python-format
msgid "Could not reset your password"
msgstr "لم يمكن إعادة تعيين كلمة مرورك"
#. module: auth_signup
#: field:base.config.settings,auth_signup_reset_password:0
msgid "Enable password reset from Login page"
msgstr "السماح باسترداد كلمة المرور في صفحة تسجيل الدخول"
#. module: auth_signup
#: help:base.config.settings,auth_signup_uninvited:0
msgid "If unchecked, only invited users may sign up."
msgstr "إذا ألغيت تحديد هذا الاختيار، لن يمكن التسجيل إلا بإرسال دعوة مسبقة."
#. module: auth_signup
#: code:addons/auth_signup/controllers/main.py:109
#, python-format
msgid "Invalid signup token"
msgstr "رمز التفعيل غير صالح"
#. module: auth_signup
#: selection:res.users,state:0
msgid "Never Connected"
msgstr "لم يسجل الدخول أبداً"
#. module: auth_signup
#: model:ir.model,name:auth_signup.model_res_partner
msgid "Partner"
msgstr "شريك"
#. module: auth_signup
#: view:website:auth_signup.fields
msgid "Password"
msgstr "كلمة المرور"
#. module: auth_signup
#: model:email.template,subject:auth_signup.reset_password_email
msgid "Password reset"
msgstr "استعادة كلمة المرور"
#. module: auth_signup
#: view:website:web.login
msgid "Reset Password"
msgstr "استعادة كلمة المرور"
#. module: auth_signup
#: view:website:auth_signup.reset_password
msgid "Reset password"
msgstr "استعادة كلمة المرور"
#. module: auth_signup
#: code:addons/auth_signup/res_users.py:267
#, python-format
msgid "Reset password: invalid username or email"
msgstr ""
#. module: auth_signup
#: view:res.users:auth_signup.res_users_form_view
msgid "Send Reset Password Instructions"
msgstr "إرسال تعليمات استعادة كلمة المرور"
#. module: auth_signup
#: view:res.users:auth_signup.res_users_form_view
msgid "Send an Invitation Email"
msgstr "إرسال بريد الدعوة"
#. module: auth_signup
#: view:website:auth_signup.signup view:website:web.login
msgid "Sign up"
msgstr "تسجيل"
#. module: auth_signup
#: field:res.partner,signup_expiration:0
msgid "Signup Expiration"
msgstr "انتهاء صلاحية التسجيل"
#. module: auth_signup
#: field:res.partner,signup_token:0
msgid "Signup Token"
msgstr "رمز التسجيل"
#. module: auth_signup
#: field:res.partner,signup_type:0
msgid "Signup Token Type"
msgstr "نوع رمز التسجيل"
#. module: auth_signup
#: field:res.partner,signup_valid:0
msgid "Signup Token is Valid"
msgstr "رمز التسجيل صالح"
#. module: auth_signup
#: field:res.partner,signup_url:0
msgid "Signup URL"
msgstr "رابط التسجيل"
#. module: auth_signup
#: field:res.users,state:0
msgid "Status"
msgstr "الحالة"
#. module: auth_signup
#: field:base.config.settings,auth_signup_template_user_id:0
msgid "Template user for new users created through signup"
msgstr "قالب المستخدم عندما يقوم أحدهم بالتسجيل بنفسه"
#. module: auth_signup
#: help:base.config.settings,auth_signup_reset_password:0
msgid "This allows users to trigger a password reset from the Login page."
msgstr "يسمح هذا للمستخدمين بطلب استعادة كلمات المرور في صفحة تسجيل الدخول"
#. module: auth_signup
#: model:ir.model,name:auth_signup.model_res_users
msgid "Users"
msgstr "المستخدمون"
#. module: auth_signup
#: view:website:auth_signup.fields view:website:auth_signup.reset_password
msgid "Your Email"
msgstr "بريدك الالكتروني"
#. module: auth_signup
#: view:website:auth_signup.fields
msgid "Your Name"
msgstr "اسمك"
#. module: auth_signup
#: view:website:auth_signup.fields
msgid "e.g. John Doe"
msgstr "مثل: محمد محمود"