snipe-it/resources/lang/el/admin/users/message.php

58 lines
4.2 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-04-06 21:36:33 -07:00
'accepted' => 'Έχετε αποδεχθεί με επιτυχία αυτό το πάγιο.',
2016-03-25 01:18:05 -07:00
'declined' => 'You have successfully declined this asset.',
2017-04-06 21:36:33 -07:00
'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.',
'user_exists' => 'Ο χρήστης υπάρχει ήδη!',
'user_not_found' => 'Ο χρήστης [:id] δεν υπάρχει.',
'user_login_required' => 'Το πεδίο εισόδου είναι υποχρεωτικό',
'user_password_required' => 'Ο κωδικός είναι απαραίτητος.',
'insufficient_permissions' => 'Δεν έχετε επαρκή δικαιώματα.',
'user_deleted_warning' => 'Αυτός ο χρήστης έχει διαγραφεί. Θα πρέπει να επαναφέρετε αυτό το χρήστη για να τον επεξεργαστείτε ή να του εκχωρήσετε νέα πάγια.',
2016-03-25 01:18:05 -07:00
'ldap_not_configured' => 'LDAP integration has not been configured for this installation.',
'success' => array(
2017-04-06 21:36:33 -07:00
'create' => 'Ο χρήστης δημιουργήθηκε με επιτυχία.',
'update' => 'Ο χρήστης ενημερώθηκε με επιτυχία.',
'update_bulk' => 'Users were successfully updated!',
'delete' => 'Ο χρήστης διαφράφηκε με επιτυχία.',
'ban' => 'Ο χρήστης έχει αποκλειστεί επιτυχώς.',
'unban' => 'Ο Χρήστης επαναφέρθηκε με επιτυχία.',
2016-03-25 01:18:05 -07:00
'suspend' => 'User was successfully suspended.',
'unsuspend' => 'User was successfully unsuspended.',
2017-04-06 21:36:33 -07:00
'restored' => 'Ο Χρήστης επαναφέρθηκε με επιτυχία.',
2016-03-25 01:18:05 -07:00
'import' => 'Users imported successfully.',
),
'error' => array(
'create' => 'There was an issue creating the user. Please try again.',
'update' => 'There was an issue updating the user. Please try again.',
'delete' => 'There was an issue deleting the user. Please try again.',
'unsuspend' => 'There was an issue unsuspending the user. Please try again.',
'import' => 'There was an issue importing users. Please try again.',
'asset_already_accepted' => 'This asset has already been accepted.',
'accept_or_decline' => 'You must either accept or decline this asset.',
'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.',
'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
),
'deletefile' => array(
2017-04-06 21:36:33 -07:00
'error' => 'Το αρχείο δεν έχει διαγραφεί. Παρακαλώ δοκιμάστε ξανά.',
'success' => 'Το αρχείο διαγράφηκε με επιτυχία.',
2016-03-25 01:18:05 -07:00
),
'upload' => array(
2017-04-06 21:36:33 -07:00
'error' => 'Τα αρχεία δεν μεταφορτώθηκαν. Παρακαλώ δοκιμάστε ξανά.',
'success' => 'Τα αρχεία ενημερώθηκαν με επιτυχία.',
'nofiles' => 'Δεν έχετε επιλέξει κανένα αρχείο για ενημέρωση',
2016-03-25 01:18:05 -07:00
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
);