# Translation of Odoo Server. # This file contains the translation of the following modules: # * portal_sale # # Translators: # Mustafa Rawi , 2015 msgid "" msgstr "" "Project-Id-Version: Odoo 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-01-21 14:08+0000\n" "PO-Revision-Date: 2015-07-07 21:39+0000\n" "Last-Translator: Mustafa Rawi \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/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: portal_sale #: model:email.template,body_html:portal_sale.email_template_edi_invoice msgid "" "\n" "
\n" "\n" "

Hello ${object.partner_id.name},

\n" "\n" "

A new invoice is available for you:

\n" " \n" "

\n" "   REFERENCES
\n" "   Invoice number: ${object.number}
\n" "   Invoice total: ${object.amount_total} ${object.currency_id.name}
\n" "   Invoice date: ${object.date_invoice}
\n" " % if object.origin:\n" "   Order reference: ${object.origin}
\n" " % endif\n" " % if object.user_id:\n" "   Your contact: ${object.user_id.name}\n" " % endif\n" "

\n" "\n" " <% set signup_url = object.get_signup_url() %>\n" " % if signup_url:\n" "

\n" " You can access the invoice document and pay online via our Customer Portal:\n" "

\n" " View Invoice\n" " % endif\n" " \n" " % if object.paypal_url:\n" "
\n" "

It is also possible to directly pay with Paypal:

\n" " \n" " \n" " \n" " % endif\n" " \n" "
\n" "

If you have any question, do not hesitate to contact us.

\n" "

Thank you for choosing ${object.company_id.name or 'us'}!

\n" "
\n" "
\n" "
\n" "

\n" " ${object.company_id.name}

\n" "
\n" "
\n" " \n" " % if object.company_id.street:\n" " ${object.company_id.street}
\n" " % endif\n" " % if object.company_id.street2:\n" " ${object.company_id.street2}
\n" " % endif\n" " % if object.company_id.city or object.company_id.zip:\n" " ${object.company_id.zip} ${object.company_id.city}
\n" " % endif\n" " % if object.company_id.country_id:\n" " ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}
\n" " % endif\n" "
\n" " % if object.company_id.phone:\n" "
\n" " Phone:  ${object.company_id.phone}\n" "
\n" " % endif\n" " % if object.company_id.website:\n" "
\n" " Web : ${object.company_id.website}\n" "
\n" " % endif\n" "

\n" "
\n" "
\n" " " msgstr "\n
\n\n

مرحباً ${object.partner_id.name},

\n\n

لقد صدرت فاتورة جديدة لك:

\n \n

\n   أرقام الإشارة
\n   رقم الفاتورة: ${object.number}
\n   إجمالي الفاتورة: ${object.amount_total} ${object.currency_id.name}
\n   تاريخ الفاتورة: ${object.date_invoice}
\n % if object.origin:\n   رقم إشارة الأمر: ${object.origin}
\n % endif\n % if object.user_id:\n   الموظف المختص: ${object.user_id.name}\n % endif\n

\n\n <% set signup_url = object.get_signup_url() %>\n % if signup_url:\n

\n يمكنك مراجعة الفاتورة وسدادها إلكتروني عبر بوابة العملاء لدينا.:\n

\n عرض الفاتورة\n % endif\n \n % if object.paypal_url:\n
\n

يمكنك السداد عبر PayPal مباشرة أيضاً:

\n \n \n \n % endif\n \n
\n

.إذا كان لديك أي تساؤلات، فلا تتردد في الاتصال بنا.

\n

شكراً لاختيارك ${object.company_id.name or 'us'}!

\n
\n
\n
\n

\n ${object.company_id.name}

\n
\n
\n \n % if object.company_id.street:\n ${object.company_id.street}
\n % endif\n % if object.company_id.street2:\n ${object.company_id.street2}
\n % endif\n % if object.company_id.city or object.company_id.zip:\n ${object.company_id.zip} ${object.company_id.city}
\n % endif\n % if object.company_id.country_id:\n ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}
\n % endif\n
\n % if object.company_id.phone:\n
\n هاتف:  ${object.company_id.phone}\n
\n % endif\n % if object.company_id.website:\n
\n موقع ويب : ${object.company_id.website}\n
\n % endif\n

\n
\n
\n " #. module: portal_sale #: model:email.template,body_html:portal_sale.email_template_edi_sale msgid "" "\n" "
\n" "\n" "

Hello ${object.partner_id.name},

\n" " \n" "

Here is your ${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} from ${object.company_id.name}:

\n" "\n" "

\n" "   REFERENCES
\n" "   Order number: ${object.name}
\n" "   Order total: ${object.amount_total} ${object.pricelist_id.currency_id.name}
\n" "   Order date: ${object.date_order}
\n" " % if object.origin:\n" "   Order reference: ${object.origin}
\n" " % endif\n" " % if object.client_order_ref:\n" "   Your reference: ${object.client_order_ref}
\n" " % endif\n" " % if object.user_id:\n" "   Your contact: ${object.user_id.name}\n" " % endif\n" "

\n" "\n" " <% set signup_url = object.get_signup_url() %>\n" " % if signup_url:\n" "

\n" " You can access this document and pay online via our Customer Portal:\n" "

\n" " View ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" " % endif\n" "\n" " % if object.paypal_url:\n" "
\n" "

It is also possible to directly pay with Paypal:

\n" " \n" " \n" " \n" " % endif\n" "\n" "
\n" "

If you have any question, do not hesitate to contact us.

\n" "

Thank you for choosing ${object.company_id.name or 'us'}!

\n" "
\n" "
\n" "
\n" "

\n" " ${object.company_id.name}

\n" "
\n" "
\n" " \n" " % if object.company_id.street:\n" " ${object.company_id.street}
\n" " % endif\n" " % if object.company_id.street2:\n" " ${object.company_id.street2}
\n" " % endif\n" " % if object.company_id.city or object.company_id.zip:\n" " ${object.company_id.zip} ${object.company_id.city}
\n" " % endif\n" " % if object.company_id.country_id:\n" " ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}
\n" " % endif\n" "
\n" " % if object.company_id.phone:\n" "
\n" " Phone:  ${object.company_id.phone}\n" "
\n" " % endif\n" " % if object.company_id.website:\n" "
\n" " Web : ${object.company_id.website}\n" "
\n" " % endif\n" "

\n" "
\n" "
\n" " " msgstr "\n
\n\n

مرحباً ${object.partner_id.name},

\n \n

إليك ${object.state in ('draft', 'sent') and 'عرض السعر' or 'تأكيد أمر البيع'} من ${object.company_id.name}:

\n\n

\n   أرقام الإشارة
\n   رقم الأمر: ${object.name}
\n   إجمالي الأمر: ${object.amount_total} ${object.pricelist_id.currency_id.name}
\n   تاريخ الأمر: ${object.date_order}
\n % if object.origin:\n   رقم إشارة الأمر: ${object.origin}
\n % endif\n % if object.client_order_ref:\n   رقم إشارتك: ${object.client_order_ref}
\n % endif\n % if object.user_id:\n   الموظف المختص: ${object.user_id.name}\n % endif\n

\n\n <% set signup_url = object.get_signup_url() %>\n % if signup_url:\n

\n يمكنك الوصول إلى مستنداتك عبر بوابة العملاء لدينا:\n

\n معاينة ${object.state in ('draft', 'sent') and 'عرض السعر' or 'أمر البيع'}\n % endif\n\n % if object.paypal_url:\n
\n

يمكنك أيضاً السداد مباشرة باستخدام PyaPal:

\n \n \n \n % endif\n\n
\n

إذا كان لديكم أي استفسارات، فلا ترددوا في الاتصال بنا.

\n

شكراً لاختياركم ${object.company_id.name or 'us'}!

\n
\n
\n
\n

\n ${object.company_id.name}

\n
\n
\n \n % if object.company_id.street:\n ${object.company_id.street}
\n % endif\n % if object.company_id.street2:\n ${object.company_id.street2}
\n % endif\n % if object.company_id.city or object.company_id.zip:\n ${object.company_id.zip} ${object.company_id.city}
\n % endif\n % if object.company_id.country_id:\n ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}
\n % endif\n
\n % if object.company_id.phone:\n
\n هاتف:  ${object.company_id.phone}\n
\n % endif\n % if object.company_id.website:\n
\n موقع ويب : ${object.company_id.website}\n
\n % endif\n

\n
\n
\n " #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale msgid "" "${(object.name or '').replace('/','_')}_${object.state == 'draft' and " "'draft' or ''}" msgstr "${(object.name or '').replace('/','_')}_${object.state == 'draft' and 'draft' or ''}" #. module: portal_sale #: model:email.template,subject:portal_sale.email_template_edi_sale msgid "" "${object.company_id.name|safe} ${object.state in ('draft', 'sent') and " "'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })" msgstr "${object.company_id.name|safe} ${object.state in ('draft', 'sent') and 'عرض سعر' or 'أمر بيع'} (Ref ${object.name or 'n/a' })" #. module: portal_sale #: model:email.template,subject:portal_sale.email_template_edi_invoice msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "${object.company_id.name|safe} فاتورة (Ref ${object.number or 'n/a' })" #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" msgstr "ضبط طرق السداد الإلكتروني" #. module: portal_sale #: model:ir.model,name:portal_sale.model_account_invoice msgid "Invoice" msgstr "الفاتورة" #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_invoice msgid "" "Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " "and 'draft' or ''}" msgstr "Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' and 'draft' or ''}" #. module: portal_sale #: model:ir.actions.act_window,name:portal_sale.portal_action_invoices #: model:ir.ui.menu,name:portal_sale.portal_invoices msgid "Invoices" msgstr "الفواتير" #. module: portal_sale #: model:res.groups,comment:portal_sale.group_payment_options msgid "" "Members of this group see the online payment options\n" "on Sale Orders and Customer Invoices. These options are meant for customers who are accessing\n" "their documents through the portal." msgstr "أعضاء هذه المجموعة سيمكنهم رؤية خيارات السداد الإلكتروني\nفي أوامر البيع وفواتير العملاء. هذه الاختيارات المقصود بها العملاء\nالذين يصلون إلى مستنداتهم عبر بوابة العملاء." #. module: portal_sale #: model:ir.model,name:portal_sale.model_mail_mail msgid "Outgoing Mails" msgstr "الرسائل الصادرة" #. module: portal_sale #: field:account.invoice,portal_payment_options:0 #: field:sale.order,portal_payment_options:0 msgid "Portal Payment Options" msgstr "خيارات سداد البوابة" #. module: portal_sale #: model:ir.actions.act_window,name:portal_sale.action_quotations_portal #: model:ir.ui.menu,name:portal_sale.portal_quotations msgid "Quotations" msgstr "عروض السعر" #. module: portal_sale #: model:ir.actions.act_window,name:portal_sale.action_orders_portal msgid "Sale Orders" msgstr "أوامر البيع" #. module: portal_sale #: model:ir.model,name:portal_sale.model_sale_order msgid "Sales Order" msgstr "أمر البيع" #. module: portal_sale #: model:ir.ui.menu,name:portal_sale.portal_sales_orders msgid "Sales Orders" msgstr "أوامر البيع" #. module: portal_sale #: help:account.config.settings,group_payment_options:0 msgid "" "Show online payment options on Sale Orders and Customer Invoices to " "employees. If not checked, these options are only visible to portal users." msgstr "عرض خيارات السداد في أوامر البيع وفواتير العملاء للموظفين. إذا لم تحدد هذا الاختيار، فسيتم عرض هذه الاختيارات لمستخدمي بوابة العملاء فقط." #. module: portal_sale #: field:account.config.settings,group_payment_options:0 msgid "Show payment buttons to employees too" msgstr "عرض أزرار السداد الإلكتروني للموظفين أيضاً." #. module: portal_sale #: model:res.groups,name:portal_sale.group_payment_options msgid "View Online Payment Options" msgstr "عرض خيارات السداد الإلكتروني" #. module: portal_sale #: model:ir.actions.act_window,help:portal_sale.portal_action_invoices msgid "We haven't sent you any invoice." msgstr "لم نرسل لك أي فواتير." #. module: portal_sale #: model:ir.actions.act_window,help:portal_sale.action_quotations_portal msgid "We haven't sent you any quotation." msgstr "لم نرسل لك أي عروض سعر." #. module: portal_sale #: model:ir.actions.act_window,help:portal_sale.action_orders_portal msgid "We haven't sent you any sales order." msgstr "لم نرسل لك أي أوامر بيع." #. module: portal_sale #: view:account.invoice:portal_sale.view_account_invoice_filter_share msgid "[('share','=', False)]" msgstr "[('share','=', False)]"