diff --git a/l10n/oc.js b/l10n/oc.js index 327cc457d..a3024e9f0 100644 --- a/l10n/oc.js +++ b/l10n/oc.js @@ -19,6 +19,8 @@ OC.L10N.register( "Upload new files" : "Enviar fichièrs novèls", "Today" : "Uèi", "Tomorrow" : "Deman", + "Next week" : "Setmana seguenta", + "Next month" : "Mes seguent", "Save" : "Salvar", "Cancel reply" : "Anullar la responsa", "Reply" : "Respondre", diff --git a/l10n/oc.json b/l10n/oc.json index e6c4dbe35..5516bceb9 100644 --- a/l10n/oc.json +++ b/l10n/oc.json @@ -17,6 +17,8 @@ "Upload new files" : "Enviar fichièrs novèls", "Today" : "Uèi", "Tomorrow" : "Deman", + "Next week" : "Setmana seguenta", + "Next month" : "Mes seguent", "Save" : "Salvar", "Cancel reply" : "Anullar la responsa", "Reply" : "Respondre", diff --git a/l10n/ru.js b/l10n/ru.js index b10d0b2eb..fa2576e90 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -187,6 +187,7 @@ OC.L10N.register( "Share from Files" : "Опубликовать из приложения «Файлы»", "Add this attachment" : "Добавить это вложение", "Show in Files" : "Показать в приложении «Файлы»", + "Remove attachment" : "Убрать вложение", "Delete Attachment" : "Удалить вложение", "Restore Attachment" : "Восстановить вложение", "File to share" : "Файл для публикации", @@ -210,6 +211,8 @@ OC.L10N.register( "Select Date" : "Выберите дату", "Today" : "Сегодня", "Tomorrow" : "Завтра", + "Next week" : "Следующая неделя", + "Next month" : "Следующий месяц", "Save" : "Сохранить", "The comment cannot be empty." : "Комментарий не может быть пустым.", "The comment cannot be longer than 1000 characters." : "Комментарий не может быть длиннее 1 000 символов.", diff --git a/l10n/ru.json b/l10n/ru.json index 53dff5a5d..ec23efdcc 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -185,6 +185,7 @@ "Share from Files" : "Опубликовать из приложения «Файлы»", "Add this attachment" : "Добавить это вложение", "Show in Files" : "Показать в приложении «Файлы»", + "Remove attachment" : "Убрать вложение", "Delete Attachment" : "Удалить вложение", "Restore Attachment" : "Восстановить вложение", "File to share" : "Файл для публикации", @@ -208,6 +209,8 @@ "Select Date" : "Выберите дату", "Today" : "Сегодня", "Tomorrow" : "Завтра", + "Next week" : "Следующая неделя", + "Next month" : "Следующий месяц", "Save" : "Сохранить", "The comment cannot be empty." : "Комментарий не может быть пустым.", "The comment cannot be longer than 1000 characters." : "Комментарий не может быть длиннее 1 000 символов.",