mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,8 +5,10 @@ function string_plural_select_es($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["OK"] = "OK";
|
||||
$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. 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.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue