aboutsummaryrefslogtreecommitdiffstats
path: root/view/es-es/hstrings.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-11-14 11:12:20 +0100
committerMario Vavti <mario@mariovavti.com>2018-11-14 11:12:20 +0100
commitdfc5159aa3c3a9f1190e19ab9a69b21f91d87fd1 (patch)
treec78eed1693d04fc927c5c2401974010adce14d5e /view/es-es/hstrings.php
parenta9fd3608ea50ec4522075b3315a35c8eed9581d7 (diff)
parent886cdb440bfb92c28332d482a84e0a2f92333cb1 (diff)
downloadvolse-hubzilla-dfc5159aa3c3a9f1190e19ab9a69b21f91d87fd1.tar.gz
volse-hubzilla-dfc5159aa3c3a9f1190e19ab9a69b21f91d87fd1.tar.bz2
volse-hubzilla-dfc5159aa3c3a9f1190e19ab9a69b21f91d87fd1.zip
Merge branch 'dev'
Diffstat (limited to 'view/es-es/hstrings.php')
-rw-r--r--view/es-es/hstrings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php
index 2024504a1..a459e10dd 100644
--- a/view/es-es/hstrings.php
+++ b/view/es-es/hstrings.php
@@ -2,10 +2,10 @@
if(! function_exists("string_plural_select_es_es")) {
function string_plural_select_es_es($n){
- return ($n != 1);;
+ return ($n != 1 ? 1 : 0);
}}
App::$rtl = 0;
-App::$strings["plural_function_code"] = "(n != 1)";
+App::$strings["plural_function_code"] = "(n != 1 ? 1 : 0)";
App::$strings["Can view my channel stream and posts"] = "Pueden verse la actividad y publicaciones de mi canal";
App::$strings["Can send me their channel stream and posts"] = "Se me pueden enviar entradas y contenido de un canal";
App::$strings["Can view my default channel profile"] = "Puede verse mi perfil de canal predeterminado.";