2012-09-19 04:07:26 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-07-07 04:06:06 +04:00
|
|
|
"The password is wrong. Try again." => "O contrasinal é incorrecto. Ténteo de novo.",
|
2012-09-19 04:07:26 +04:00
|
|
|
"Password" => "Contrasinal",
|
|
|
|
"Submit" => "Enviar",
|
2012-11-30 03:05:16 +04:00
|
|
|
"%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",
|
2013-06-30 04:13:07 +04:00
|
|
|
"Upload" => "Enviar",
|
|
|
|
"Cancel upload" => "Cancelar o envío",
|
2013-06-14 04:52:34 +04:00
|
|
|
"No preview available for" => "Sen vista previa dispoñíbel para"
|
2012-09-19 04:07:26 +04:00
|
|
|
);
|