cookienotice addon ES translation added THX Senex Petrovic

This commit is contained in:
Tobias Diekershoff 2021-04-02 08:29:40 +02:00
parent 28623e80b3
commit 9bcc488899
2 changed files with 77 additions and 0 deletions

View 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";