akaunting/resources/lang/ar-SA/customers.php

12 lines
276 B
PHP
Raw Normal View History

2017-12-13 14:54:52 +03:00
<?php
return [
2018-08-29 16:47:58 +03:00
'allow_login' => 'السماح بتسجيل الدخول؟',
'user_created' => 'تم إنشاء المستخدم',
2017-12-13 14:54:52 +03:00
'error' => [
2018-08-29 16:47:58 +03:00
'email' => 'البريد الإلكتروني مسجل مسبقاً.'
2017-12-13 14:54:52 +03:00
]
];