diff options
Diffstat (limited to 'view/es-es/hstrings.php')
-rw-r--r-- | view/es-es/hstrings.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php index 31f5de315..d10e40ed0 100644 --- a/view/es-es/hstrings.php +++ b/view/es-es/hstrings.php @@ -1,8 +1,11 @@ <?php -if(! function_exists("string_plural_select_es_es")) { -function string_plural_select_es_es($n){ - return ($n != 1 ? 1 : 0)}} +if(!function_exists("string_plural_select_es_es")) { + function string_plural_select_es_es($n) { + return ($n != 1 ? 1 : 0); + } +} + App::$rtl = 0; App::$strings["plural_function_code"] = "(n != 1 ? 1 : 0)"; App::$strings["Source channel not found."] = "No se ha encontrado el canal de origen."; |