mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
cookienotice addon ES translation added THX Senex Petrovic
This commit is contained in:
parent
28623e80b3
commit
9bcc488899
2 changed files with 77 additions and 0 deletions
12
cookienotice/lang/es/strings.php
Normal file
12
cookienotice/lang/es/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
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";
|
Loading…
Add table
Add a link
Reference in a new issue