mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
ES update to the translations THX Alberto Díaz
This commit is contained in:
parent
0417e2ef07
commit
1d100905a2
8 changed files with 263 additions and 32 deletions
64
piwik/lang/es/messages.po
Normal file
64
piwik/lang/es/messages.po
Normal file
|
@ -0,0 +1,64 @@
|
|||
# ADDON piwik
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica piwik addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Alberto Díaz <albertodiaztormo@gmail.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-07-26 12:49+0200\n"
|
||||
"PO-Revision-Date: 2016-10-12 14:57+0000\n"
|
||||
"Last-Translator: Alberto Díaz <albertodiaztormo@gmail.com>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: piwik.php:79
|
||||
msgid ""
|
||||
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
|
||||
"analytics tool."
|
||||
msgstr "Esta página es rastreada usando la herramienta analítica <a href='http://www.piwik.org'>Piwik</a>."
|
||||
|
||||
#: piwik.php:82
|
||||
#, php-format
|
||||
msgid ""
|
||||
"If you do not want that your visits are logged in this way you <a "
|
||||
"href='%s'>can set a cookie to prevent Piwik from tracking further visits of "
|
||||
"the site</a> (opt-out)."
|
||||
msgstr "Si no quiere que sus visitas sean registradas puede <a href='%s'> seleccionar una cookie para evitar que Piwik rastree más visitas de la página </a> (cláusula de opción)."
|
||||
|
||||
#: piwik.php:89
|
||||
msgid "Save Settings"
|
||||
msgstr "Guardar ajustes"
|
||||
|
||||
#: piwik.php:90
|
||||
msgid "Piwik Base URL"
|
||||
msgstr "URL Base de Piwik"
|
||||
|
||||
#: piwik.php:90
|
||||
msgid ""
|
||||
"Absolute path to your Piwik installation. (without protocol (http/s), with "
|
||||
"trailing slash)"
|
||||
msgstr "Camino a la instalación de su Piwik. (sin protocolo (http/s), con corte de cola)"
|
||||
|
||||
#: piwik.php:91
|
||||
msgid "Site ID"
|
||||
msgstr "ID de la página"
|
||||
|
||||
#: piwik.php:92
|
||||
msgid "Show opt-out cookie link?"
|
||||
msgstr "Mostrar enlace a cláusula de opción de cookie"
|
||||
|
||||
#: piwik.php:93
|
||||
msgid "Asynchronous tracking"
|
||||
msgstr "Rastreo asíncrono"
|
||||
|
||||
#: piwik.php:105
|
||||
msgid "Settings updated."
|
||||
msgstr "Ajustes actualizados"
|
|
@ -1,11 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Este sitio realiza un seguimiento mediante la herramienta de análisis <a href='http://www.piwik.org'>Piwik</a>.";
|
||||
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Si no quieres que tus visitas sean registradas de esta manera <a href='%s'>puedes establecer una cookie para evitar que Piwik realice un seguimiento de las visitas del sitio</a> (opt-out).";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
$a->strings["Piwik Base URL"] = "Dirección base Piwik";
|
||||
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Ruta absoluta a tu instalación de Piwik (sin el protocolo (http/s) pero con la barra).";
|
||||
$a->strings["Site ID"] = "ID del sitio";
|
||||
$a->strings["Show opt-out cookie link?"] = "¿Mostrar enlace a las cookies?";
|
||||
$a->strings["Asynchronous tracking"] = "Seguimiento asíncrono";
|
||||
$a->strings["Settings updated."] = "Configuración actualizada.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Esta página es rastreada usando la herramienta analítica <a href='http://www.piwik.org'>Piwik</a>.";
|
||||
$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Si no quiere que sus visitas sean registradas puede <a href='%s'> seleccionar una cookie para evitar que Piwik rastree más visitas de la página </a> (cláusula de opción).";
|
||||
$a->strings["Save Settings"] = "Guardar ajustes";
|
||||
$a->strings["Piwik Base URL"] = "URL Base de Piwik";
|
||||
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Camino a la instalación de su Piwik. (sin protocolo (http/s), con corte de cola)";
|
||||
$a->strings["Site ID"] = "ID de la página";
|
||||
$a->strings["Show opt-out cookie link?"] = "Mostrar enlace a cláusula de opción de cookie";
|
||||
$a->strings["Asynchronous tracking"] = "Rastreo asíncrono";
|
||||
$a->strings["Settings updated."] = "Ajustes actualizados";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue