diff options
Diffstat (limited to 'view/es/strings.php')
-rw-r--r-- | view/es/strings.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/es/strings.php b/view/es/strings.php index d2b8e240e..8e4d01794 100644 --- a/view/es/strings.php +++ b/view/es/strings.php @@ -1,8 +1,9 @@ <?php +if(! function_exists("string_plural_select_es") { function string_plural_select_es($n){ return ($n != 1); -} +}} ; $a->strings["Not Found"] = "No se ha encontrado"; $a->strings["Page not found."] = "Página no encontrada."; |