diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json index 2d8061c..50de150 100644 --- a/src/_locales/de/messages.json +++ b/src/_locales/de/messages.json @@ -496,6 +496,10 @@ + "popupSimple": { + "message": "Verwalten Sie alle Cookies", + "description": "Popup menu: Display the main interface of CQM" + }, "popupSearch": { "message": "In Cookies suchen nach: ", diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 7e170cc..1f86c63 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -506,9 +506,13 @@ + "popupSimple": { + "message": "Manage all Cookies", + "description": "Popup menu: Display the main interface of CQM" + }, "popupSearch": { - "message": "Search cookie for: ", + "message": "Search Cookies for: ", "description": "Popup menu: Search and edit cookies in the main interface of CQM" }, diff --git a/src/_locales/fr/messages.json b/src/_locales/fr/messages.json index d1073f6..656d70a 100644 --- a/src/_locales/fr/messages.json +++ b/src/_locales/fr/messages.json @@ -505,6 +505,10 @@ + "popupSimple": { + "message": "GĂ©rer tous les cookies", + "description": "Popup menu: Display the main interface of CQM" + }, "popupSearch": { "message": "Chercher les cookies pour: ", diff --git a/src/menu.html b/src/menu.html index 9bf5f22..ad9a22b 100644 --- a/src/menu.html +++ b/src/menu.html @@ -27,9 +27,8 @@
- - addon faviconCookie Quick Manager - Search cookie for: + Manage all Cookies + Search Cookies for: Delete current Site Cookies Delete current Site LocalStorage Options diff --git a/src/menu.js b/src/menu.js index ad121a9..5c8e50d 100644 --- a/src/menu.js +++ b/src/menu.js @@ -156,6 +156,8 @@ function set_translations() { // Set translations after the insertion of favicons and numbers of cookies/items // set_translations replace specific childNodes in a predefined position + // PS: Be careful not to skip a line in the html code so as not to change the index + // of the text element to be modified. // Workaround used to speed-up the load of UI for non supported locales let supported_locales = ['fr', 'de'];