diff options
Diffstat (limited to 'apps/user_status/l10n/es.js')
-rw-r--r-- | apps/user_status/l10n/es.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/l10n/es.js b/apps/user_status/l10n/es.js index 2772f05eb84..6d002d7fa78 100644 --- a/apps/user_status/l10n/es.js +++ b/apps/user_status/l10n/es.js @@ -37,4 +37,4 @@ OC.L10N.register( "Appear offline" : "Aparecer sin conexión", "What's your status?" : "¿Cuál es tu estado?" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |