diff --git a/l10n/ast.js b/l10n/ast.js index 2f71625b5..e730c042a 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -67,6 +67,7 @@ OC.L10N.register( "Shared with you" : "Compartióse contigo", "All cards" : "Toles tarxetes", "No notifications" : "Nun hai nengún avisu", + "No reminder" : "Nun hai nengún recordatoriu", "An error occurred" : "Prodúxose un error", "Today" : "Güei", "Tomorrow" : "Mañana", @@ -78,6 +79,7 @@ OC.L10N.register( "Error creating the share" : "Hebo un error al crear la compartición", "Share" : "Compartir", "Timeline" : "Llinia de tiempu", - "Next week" : "La selmana que vien" + "Next week" : "La selmana que vien", + "Next month" : "Mes siguiente" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json index 98e08f38a..18d81d18f 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -65,6 +65,7 @@ "Shared with you" : "Compartióse contigo", "All cards" : "Toles tarxetes", "No notifications" : "Nun hai nengún avisu", + "No reminder" : "Nun hai nengún recordatoriu", "An error occurred" : "Prodúxose un error", "Today" : "Güei", "Tomorrow" : "Mañana", @@ -76,6 +77,7 @@ "Error creating the share" : "Hebo un error al crear la compartición", "Share" : "Compartir", "Timeline" : "Llinia de tiempu", - "Next week" : "La selmana que vien" + "Next week" : "La selmana que vien", + "Next month" : "Mes siguiente" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file