diff --git a/www/common/translations/messages.de.json b/www/common/translations/messages.de.json index c266a0d30..30afbad07 100644 --- a/www/common/translations/messages.de.json +++ b/www/common/translations/messages.de.json @@ -1111,5 +1111,17 @@ "notifications_cat_friends": "Freundschaftsanfragen", "notifications_cat_pads": "Mit mir geteilt", "notifications_cat_archived": "Verlauf", - "notifications_dismissAll": "Alle verbergen" + "notifications_dismissAll": "Alle verbergen", + "support_notification": "", + "requestEdit_button": "", + "requestEdit_dialog": "", + "requestEdit_confirm": "", + "requestEdit_fromFriend": "", + "requestEdit_fromStranger": "", + "requestEdit_viewPad": "", + "later": "", + "requestEdit_request": "", + "requestEdit_accepted": "", + "requestEdit_sent": "", + "uploadFolderButton": "" } diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index 297c87390..0678c459b 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1123,5 +1123,6 @@ "requestEdit_request": "{1} wants to edit the pad {0}", "requestEdit_accepted": "{1} granted you edit rights for the pad {0}", "requestEdit_sent": "Request sent", - "uploadFolderButton": "Upload folder" + "uploadFolderButton": "Upload folder", + "properties_unknownUser": "{0} unknown user(s)" }