parent
b7257b2524
commit
27f9ea2abb
@ -0,0 +1,6 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Encryption" => "הצפנה", |
||||
"Enable Encryption" => "הפעל הצפנה", |
||||
"None" => "כלום", |
||||
"Exclude the following file types from encryption" => "הוצא את סוגי הקבצים הבאים מהצפנה" |
||||
); |
||||
@ -1,18 +1,26 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Base DN" => "Base DN", |
||||
"You can specify Base DN for users and groups in the Advanced tab" => "Μπορείτε να καθορίσετε το Base DN για χρήστες και ομάδες από την καρτέλα Προηγμένες ρυθμίσεις", |
||||
"User DN" => "User DN", |
||||
"Password" => "Συνθηματικό", |
||||
"For anonymous access, leave DN and Password empty." => "Για ανώνυμη πρόσβαση, αφήστε κενά τα πεδία DN και Pasword.", |
||||
"User Login Filter" => "User Login Filter", |
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Καθορίζει το φίλτρο που θα ισχύει κατά την προσπάθεια σύνδεσης χρήστη. %%uid αντικαθιστά το όνομα χρήστη κατά τη σύνδεση. ", |
||||
"User List Filter" => "User List Filter", |
||||
"Defines the filter to apply, when retrieving users." => "Καθορίζει το φίλτρο που θα ισχύει κατά την ανάκτηση επαφών.", |
||||
"Group Filter" => "Group Filter", |
||||
"Defines the filter to apply, when retrieving groups." => "Καθορίζει το φίλτρο που θα ισχύει κατά την ανάκτηση ομάδων.", |
||||
"Port" => "Θύρα", |
||||
"Base User Tree" => "Base User Tree", |
||||
"Base Group Tree" => "Base Group Tree", |
||||
"Group-Member association" => "Group-Member association", |
||||
"Use TLS" => "Χρήση TLS", |
||||
"Do not use it for SSL connections, it will fail." => "Μην χρησιμοποιείτε για συνδέσεις SSL, θα αποτύχει.", |
||||
"Turn off SSL certificate validation." => "Απενεργοποίηση επικύρωσης πιστοποιητικού SSL.", |
||||
"Not recommended, use for testing only." => "Δεν προτείνεται, χρήση μόνο για δοκιμές.", |
||||
"User Display Name Field" => "Πεδίο Ονόματος Χρήστη", |
||||
"Group Display Name Field" => "Group Display Name Field", |
||||
"in bytes" => "σε bytes", |
||||
"in seconds. A change empties the cache." => "σε δευτερόλεπτα. Μια αλλαγή αδειάζει την μνήμη cache.", |
||||
"Help" => "Βοήθεια" |
||||
); |
||||
|
||||
@ -0,0 +1,4 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"URL: http://" => "URL: http://", |
||||
"ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct." => "owncloud va trimite acreditatile de utilizator pentru a interpreta aceasta pagina. Http 401 si Http 403 are acreditarile si orice alt cod gresite ca acreditarile corecte" |
||||
); |
||||
@ -1,3 +1,3 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"WebDAV URL: http://" => "WebDAV URL: http://" |
||||
"URL: http://" => "URL: http://" |
||||
); |
||||
|
||||
Loading…
Reference in new issue