From 7140def5c9e49535d8ea13c8061a55588a348fda Mon Sep 17 00:00:00 2001 From: ButterflyOfFire Date: Mon, 8 May 2017 14:58:38 +0100 Subject: Update simple_form.ar.yml (#2908) * Update simple_form.ar.yml Added missing strings that were introduced to simple_form.ar.yml and completing translation. * Create confirmation_instructions.ar.html.erb * Create confirmation_instructions.ar.text.erb * Create password_change.ar.html.erb * Create password_change.ar.text.erb * Create reset_password_instructions.ar.text.erb * Create reset_password_instructions.ar.html.erb --- app/views/user_mailer/confirmation_instructions.ar.html.erb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/views/user_mailer/confirmation_instructions.ar.html.erb (limited to 'app/views/user_mailer/confirmation_instructions.ar.html.erb') diff --git a/app/views/user_mailer/confirmation_instructions.ar.html.erb b/app/views/user_mailer/confirmation_instructions.ar.html.erb new file mode 100644 index 000000000..2b892b209 --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.ar.html.erb @@ -0,0 +1,12 @@ +

مرحبا <%= @resource.email %> !

+ +

لقد قمت بإنشاء حساب على <%= @instance %>.

+ +

لتأكيد التسجيل يرجى النقر على الرابط التالي :
+<%= link_to 'تأكيد إنشاء الحساب', confirmation_url(@resource, confirmation_token: @token) %> + +

يرجى الإطلاع على <%= link_to 'شروط الإستخدام', terms_url %>.

+ +

مع أجمل التحيات،

+ +

فريق <%= @instance %>

-- cgit