blob: d03f1a5005f49542b65b8637c6bc71221687e4b2 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php $TRANSLATIONS = array(
"Password" => "Contrasinal",
"Submit" => "Enviar",
"%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"
);
|