diff --git a/apps/documenteditor/main/locale/de.json b/apps/documenteditor/main/locale/de.json index f12ab70912..99f4adeddb 100644 --- a/apps/documenteditor/main/locale/de.json +++ b/apps/documenteditor/main/locale/de.json @@ -898,6 +898,7 @@ "DE.Views.DocumentHolder.textNextPage": "Nächste Seite", "DE.Views.DocumentHolder.textPaste": "Einfügen", "DE.Views.DocumentHolder.textPrevPage": "Vorherige Seite", + "DE.Views.DocumentHolder.textRefreshField": "Feld aktualisieren", "DE.Views.DocumentHolder.textRemove": "Entfernen", "DE.Views.DocumentHolder.textRemoveControl": "Inhaltssteuerelement entfernen", "DE.Views.DocumentHolder.textSettings": "Einstellungen", diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index cde402932d..3c04e4e5bc 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -898,6 +898,7 @@ "DE.Views.DocumentHolder.textNextPage": "Next Page", "DE.Views.DocumentHolder.textPaste": "Paste", "DE.Views.DocumentHolder.textPrevPage": "Previous Page", + "DE.Views.DocumentHolder.textRefreshField": "Refresh field", "DE.Views.DocumentHolder.textRemove": "Remove", "DE.Views.DocumentHolder.textRemoveControl": "Remove content control", "DE.Views.DocumentHolder.textSettings": "Settings", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index 771ca3f26a..ded18f8947 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -898,6 +898,7 @@ "DE.Views.DocumentHolder.textNextPage": "Следующая страница", "DE.Views.DocumentHolder.textPaste": "Вставить", "DE.Views.DocumentHolder.textPrevPage": "Предыдущая страница", + "DE.Views.DocumentHolder.textRefreshField": "Обновить поле", "DE.Views.DocumentHolder.textRemove": "Удалить", "DE.Views.DocumentHolder.textRemoveControl": "Удалить элемент управления содержимым", "DE.Views.DocumentHolder.textSettings": "Настройки",