parent
5d0c5c854b
commit
00a30e6651
@ -1,3 +1,5 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"URL: http://" => "URL: http://" |
||||
"WebDAV Authentication" => "Autenticación de WevDAV", |
||||
"URL: http://" => "URL: http://", |
||||
"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." |
||||
); |
||||
|
@ -1,3 +1,5 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"WebDAV URL: http://" => "URL do WebDAV: http://" |
||||
"WebDAV Authentication" => "Autenticação WebDAV", |
||||
"URL: http://" => "URL: http://", |
||||
"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." => "O ownCloud enviará as credenciais do usuário para esta URL. Este plugin verifica a resposta e interpreta o os códigos de status do HTTP 401 e 403 como credenciais inválidas, e todas as outras respostas como credenciais válidas." |
||||
); |
||||
|
@ -1,3 +1,4 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV аутентификация", |
||||
"URL: http://" => "URL: http://" |
||||
); |
||||
|
@ -1,5 +1,5 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV overenie", |
||||
"URL: http://" => "URL: http://", |
||||
"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 odošle používateľské údajena zadanú URL. Plugin skontroluje odpoveď a považuje návratovou hodnotu HTTP 401 a 403 za neplatné údaje a všetky ostatné hodnoty ako platné prihlasovacie údaje." |
||||
"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 odošle používateľské údaje na zadanú URL. Plugin skontroluje odpoveď a považuje návratovú hodnotu HTTP 401 a 403 za neplatné údaje a všetky ostatné hodnoty ako platné prihlasovacie údaje." |
||||
); |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue