mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
ES translation of the piwik addon updated THX Senex Petrovic
This commit is contained in:
parent
5fef3a2d82
commit
8bf71582a0
2 changed files with 28 additions and 32 deletions
|
@ -6,12 +6,11 @@ function string_plural_select_es($n){
|
|||
return intval($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["This website is tracked using the <a href='http://www.matomo.org'>Matomo</a> analytics tool."] = "Este sitio web se rastrea mediante la herramienta de análisis <a href='http://www.matomo.org'>Matomo</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 Matomo / Piwik from tracking further visits of the site</a> (opt-out)."] = "Si no desea que sus visitas se registren de esta manera, <a href='%s'> puede configurar una cookie para evitar que Matomo / Piwik rastree más visitas del sitio </a> (optar por no participar).";
|
||||
$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["Matomo (Piwik) Base URL"] = "Matomo (Piwik) URL Base";
|
||||
$a->strings["Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)"] = "Ruta absoluta a su instalación de Matomo (Piwik). (sin protocolo (http/s), con barra diagonal al final)";
|
||||
$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