akaunting/resources/lang/el-GR/customers.php
2018-11-08 12:11:42 +03:00

17 lines
543 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'allow_login' => 'Να επιτρέπεται η είσοδος;',
'user_created' => 'Ο χρήστης δημιουργήθηκε',
'error' => [
'email' => 'Το email αυτό χρησιμοποιείται ήδη.'
],
'notification' => [
'message' => 'Έγινε πληρωμή :amount αντί του τιμολογίου με αριθμό :invoice_number από τον/την :customer.',
'button' => 'Εμφάνιση',
],
];