akaunting/resources/lang/he-IL/customers.php

12 lines
248 B
PHP
Raw Normal View History

2018-04-29 01:04:19 +03:00
<?php
return [
'allow_login' => 'אפשר התחברות?',
'user_created' => 'משתמש נוצר',
'error' => [
'email' => 'כתובת הדואר אלקטרוני כבר תפוסה.'
]
];