ES translation of the viewsrc addon updated THX Senex Petrovic

This commit is contained in:
Tobias Diekershoff 2021-04-06 06:42:47 +02:00
parent a537f280e7
commit 1299914d43
2 changed files with 35 additions and 3 deletions

View file

@ -1,3 +1,9 @@
<?php
$a->strings["View Source"] = "Ver fuente";
<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["View Source"] = "Ver fuente";