parent
754bc86ec8
commit
c3b8f2bf64
@ -1,4 +1,16 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Password successfully changed." => "La pasvorto sukcese ŝanĝiĝis.", |
||||
"Could not change the password. Maybe the old password was not correct." => "Ne eblis ŝanĝi la pasvorton. Eble la malnova pasvorto malĝustis.", |
||||
"Private key password successfully updated." => "La pasvorto de la malpublika klavo sukcese ĝisdatiĝis.", |
||||
"PHP module OpenSSL is not installed." => "La PHP-modulo OpenSSL ne instalitas.", |
||||
"Saving..." => "Konservante...", |
||||
"Encryption" => "Ĉifrado" |
||||
"personal settings" => "persona agordo", |
||||
"Encryption" => "Ĉifrado", |
||||
"Enabled" => "Kapabligita", |
||||
"Disabled" => "Malkapabligita", |
||||
"Change Password" => "Ŝarĝi pasvorton", |
||||
"Your private key password no longer match your log-in password:" => "La pasvorto de via malpublika klavo ne plu kongruas kun via ensaluta pasvorto:", |
||||
"Old log-in password" => "Malnova ensaluta pasvorto", |
||||
"Current log-in password" => "Nuna ensaluta pasvorto", |
||||
"Update Private Key Password" => "Ĝisdatigi la pasvorton de la malpublika klavo" |
||||
); |
||||
|
@ -1,4 +1,5 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Αυθεντικοποίηση μέσω WebDAV ", |
||||
"URL: " => "URL:", |
||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Το ownCloud θα στείλει τα διαπιστευτήρια χρήστη σε αυτό το URL. Αυτό το plugin ελέγχει την απάντηση και την μετατρέπει σε HTTP κωδικό κατάστασης 401 και 403 για μη έγκυρα, όλες οι υπόλοιπες απαντήσεις είναι έγκυρες." |
||||
); |
||||
|
@ -1,4 +1,5 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Autenticación de WevDAV", |
||||
"URL: " => "URL: ", |
||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "onwCloud enviará las credenciales de usuario a esta URL. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas." |
||||
); |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue