12 lines
485 B
PHP
12 lines
485 B
PHP
<?php $TRANSLATIONS = array(
|
|
"The password is wrong. Try again." => "O contrasinal é incorrecto. Ténteo de novo.",
|
|
"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",
|
|
"Upload" => "Enviar",
|
|
"Cancel upload" => "Cancelar o envío",
|
|
"No preview available for" => "Sen vista previa dispoñíbel para"
|
|
);
|