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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/gl.php')
-rw-r--r--l10n/gl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/gl.php b/l10n/gl.php
index ab0b5d79..8f4e54b5 100644
--- a/l10n/gl.php
+++ b/l10n/gl.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Welcome to %s" => "Benvido/a a %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Os seus servizos web persoais. Todos os ficheiros, contactos, calendario e moito máis nun só lugar.",
"Get the apps to sync your files" => "Obteña os aplicativos para sincronizar os seus ficheiros",
@@ -10,3 +11,4 @@
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Dispón de máis información na <a target=\"_blank\" href=\"%s\">documentación</a> e no noso <a target=\"_blank\" href=\"http://owncloud.org\">sitio web</a>.",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Se lle gusta ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud é un excelente software aberto para sincronizar e/ou compartir os teus ficheiros. Podes obtelo libremente en http://owncloud.org\">recomendellelo aos seus amigos</a>!"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";