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/es_MX.php')
-rw-r--r--l10n/es_MX.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/es_MX.php b/l10n/es_MX.php
index eddb80ab..4ecd1047 100644
--- a/l10n/es_MX.php
+++ b/l10n/es_MX.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Sus servicios web personales. Todos sus archivos, contactos, calendario y más en un único lugar.",
"Get the apps to sync your files" => "Obtenga las apps para sincronizar sus archivos",
"Connect your Calendar" => "Conecte su Calendario",
@@ -8,3 +9,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>." => "Hay más información en la <a target=\"_blank\" href=\"%s\">documantación</a> y en nuestro <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>!" => "Si le gusta ownCloud, ¡<a href=\"mailto:?subject=ownCloud&body=ownCloud es una gran herramienta de código abierto para sincronizar y compartir tus archivos. Puedes obtenerlo gratis desde http://owncloud.org\">recomiéndeselo a sus amigos</a>!"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";