Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/gl.php')
-rw-r--r--apps/files_sharing/l10n/gl.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/files_sharing/l10n/gl.php b/apps/files_sharing/l10n/gl.php
index 3ea3fe5f1c5..a04e8234230 100644
--- a/apps/files_sharing/l10n/gl.php
+++ b/apps/files_sharing/l10n/gl.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Shared by {owner}" => "Compartido por {owner}",
"This share is password-protected" => "Esta compartición está protexida con contrasinal",
"The password is wrong. Try again." => "O contrasinal é incorrecto. Ténteo de novo.",
"Password" => "Contrasinal",
@@ -9,12 +10,8 @@ $TRANSLATIONS = array(
"the link expired" => "a ligazón caducou",
"sharing is disabled" => "foi desactivada a compartición",
"For more info, please ask the person who sent this link." => "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.",
-"%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",
+"shared by %s" => "compartido por %s",
+"Download %s" => "Descargar %s",
"Direct link" => "Ligazón directa"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";