diff options
Diffstat (limited to 'apps/updatenotification/l10n/es_MX.js')
-rw-r--r-- | apps/updatenotification/l10n/es_MX.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/l10n/es_MX.js b/apps/updatenotification/l10n/es_MX.js index cc1d31be407..0272cd592ec 100644 --- a/apps/updatenotification/l10n/es_MX.js +++ b/apps/updatenotification/l10n/es_MX.js @@ -26,4 +26,4 @@ OC.L10N.register( "Checked on {lastCheckedDate}" : "Verificado el {lastCheckedDate}", "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Por favor asegurate que en tu config.php no se establezca <samp>appstoreenabled</samp> como falso." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |