nextcloud/apps/files_sharing/l10n/gl.php

10 lines
395 B
PHP
Raw Normal View History

2012-09-19 04:07:26 +04:00
<?php $TRANSLATIONS = array(
"Password" => "Contrasinal",
"Submit" => "Enviar",
2012-11-21 03:02:33 +04:00
"%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",
2012-09-19 04:07:26 +04:00
"Download" => "Baixar",
"No preview available for" => "Sen vista previa dispoñible para ",
2012-11-21 03:02:33 +04:00
"web services under your control" => "servizos web baixo o teu control"
2012-09-19 04:07:26 +04:00
);