akaunting/resources/lang/el-GR/messages.php
2018-04-23 10:06:55 +03:00

24 lines
1.3 KiB
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 [
'success' => [
'added' => ':type προστέθηκε!',
'updated' => ':type ενημερώθηκε!',
'deleted' => ':type διεγράφη!',
'duplicated' => ':type αντιγράφηκε!',
'imported' => ':type εισήχθη!',
],
'error' => [
'over_payment' => 'Σφάλμα: Η πληρωμή δεν προστέθηκε! Το ποσό ξεπερνάει το σύνολο.',
'not_user_company' => 'Σφάλμα: Δεν επιτρέπεται να διαχειριστείτε αυτή την εταιρεία!',
'customer' => 'Σφάλμα: Ο χρήστης δεν δημιουργήθηκε! Ο/Η :name χρησιμοποιεί ήδη αυτό το email.',
'no_file' => 'Σφάλμα: Δεν έχετε επιλέξει αρχείο!',
],
'warning' => [
'deleted' => 'Προειδοποίηση: Δεν επιτρέπεται να διαγράψετε το <b>:name</b> επειδή έχει :text που σχετίζονται.',
'disabled' => 'Προειδοποίηση: Δεν επιτρέπεται να διαγράψετε το <b>: name</b> επειδή έχει :text που σχετίζονται.',
],
];