friendica-addons/cookienotice/lang/es/strings.php

15 lines
1.3 KiB
PHP

<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Este sitio web utiliza cookies. Si continúa navegando en este sitio web, acepta el uso de cookies.';
$a->strings['OK'] = 'OK';
$a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Configura tu nota deñ uso de cookies.</b> Debería ser solo un aviso, diciendo que el sitio web utiliza cookies. Se muestra siempre que el usuario no confirmó haciendo clic en el botón Aceptar.';
$a->strings['Cookie Usage Notice'] = 'Aviso de uso de cookies';
$a->strings['OK Button Text'] = 'Texto del botón OK';
$a->strings['Save Settings'] = 'Grabar Ajustes';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Este sitio web utiliza cookies para reconocer a los usuarios que visitan y que inician sesión. Acepta el uso de estas cookies al continuar navegando en este sitio web.';