parent
9b709fa95d
commit
16a630024c
@ -1,9 +1,9 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Password" => "Contrasinal", |
||||
"Submit" => "Enviar", |
||||
"%s shared the folder %s with you" => "%s compartiu o cartafol %s contigo", |
||||
"%s shared the file %s with you" => "%s compartiu ficheiro %s contigo", |
||||
"Download" => "Baixar", |
||||
"No preview available for" => "Sen vista previa dispoñible para ", |
||||
"web services under your control" => "servizos web baixo o teu control" |
||||
"%s shared the folder %s with you" => "%s compartiu o cartafol %s con vostede", |
||||
"%s shared the file %s with you" => "%s compartiu o ficheiro %s con vostede", |
||||
"Download" => "Descargar", |
||||
"No preview available for" => "Sen vista previa dispoñíbel para", |
||||
"web services under your control" => "servizos web baixo o seu control" |
||||
); |
||||
|
@ -1,8 +1,8 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Expire all versions" => "Caducar todas as versións", |
||||
"History" => "Historia", |
||||
"Expire all versions" => "Caducan todas as versións", |
||||
"History" => "Historial", |
||||
"Versions" => "Versións", |
||||
"This will delete all existing backup versions of your files" => "Isto eliminará todas as copias de seguranza que haxa dos teus ficheiros", |
||||
"This will delete all existing backup versions of your files" => "Isto eliminará todas as copias de seguranza que haxa dos seus ficheiros", |
||||
"Files Versioning" => "Sistema de versión de ficheiros", |
||||
"Enable" => "Activar" |
||||
); |
||||
|
@ -0,0 +1,3 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"WebDAV URL: http://" => "WebDAV URL: http://" |
||||
); |
Loading…
Reference in new issue