]> git.mxchange.org Git - friendica-addons.git/blob - cookienotice/lang/es/strings.php
regenerated all the strings
[friendica-addons.git] / cookienotice / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $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.';
9 $a->strings['OK'] = 'OK';
10 $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.';
11 $a->strings['Cookie Usage Notice'] = 'Aviso de uso de cookies';
12 $a->strings['OK Button Text'] = 'Texto del botón OK';
13 $a->strings['Save Settings'] = 'Grabar Ajustes';
14 $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.';