snipe-it/resources/lang/el/admin/settings/message.php
2017-04-06 21:36:33 -07:00

23 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 array(
'update' => array(
'error' => 'Παρουσιάστηκε ένα σφάλμα κατά την ενημέρωση. ',
'success' => 'Οι ρυθμίσεις αναβαθμίστηκαν επιτυχώς.'
),
'backup' => array(
'delete_confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο αντιγράφων ασφαλείας; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί. ',
'file_deleted' => 'Το αντίγραφο ασφαλείας διαγράφηκε επιτυχώς. ',
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
'purge' => array(
'error' => 'Παρουσιάστηκε ένα σφάλμα κατά την εκκαθάριση. ',
'validation_failed' => 'Η επιβεβαίωση καθαρισμού είναι εσφαλμένη. Παρακαλούμε πληκτρολογήστε τη λέξη «Διαγραφή» στο πλαίσιο επιβεβαίωσης.',
'success' => 'Deleted records successfully purged.'
),
);