diff options
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/l10n/es.js | 2 | ||||
-rw-r--r-- | apps/dav/l10n/es.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/l10n/es.js b/apps/dav/l10n/es.js index 22e37487f7f..9fcffafb106 100644 --- a/apps/dav/l10n/es.js +++ b/apps/dav/l10n/es.js @@ -50,7 +50,7 @@ OC.L10N.register( "Where:" : "Dónde:", "Description:" : "Descripción:", "Untitled event" : "Evento sin título", - "_%n year_::_%n years_" : ["%n año","%naños"], + "_%n year_::_%n years_" : ["%n año","%n años"], "_%n month_::_%n months_" : ["%n mes","%n meses"], "_%n day_::_%n days_" : ["%n día","%n días"], "_%n hour_::_%n hours_" : ["%n hora","%n horas"], diff --git a/apps/dav/l10n/es.json b/apps/dav/l10n/es.json index 917f038c0a6..e3e6c8671ac 100644 --- a/apps/dav/l10n/es.json +++ b/apps/dav/l10n/es.json @@ -48,7 +48,7 @@ "Where:" : "Dónde:", "Description:" : "Descripción:", "Untitled event" : "Evento sin título", - "_%n year_::_%n years_" : ["%n año","%naños"], + "_%n year_::_%n years_" : ["%n año","%n años"], "_%n month_::_%n months_" : ["%n mes","%n meses"], "_%n day_::_%n days_" : ["%n día","%n días"], "_%n hour_::_%n hours_" : ["%n hora","%n horas"], |