From 62bcaabdf0fb309adf521128efc46ed57a666024 Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 19 Aug 2017 20:16:43 +0200 Subject: [PATCH] use manually written localefile for en_US --- _locales/en_US/messages.json | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/_locales/en_US/messages.json b/_locales/en_US/messages.json index 05d9d99..79bab1a 100644 --- a/_locales/en_US/messages.json +++ b/_locales/en_US/messages.json @@ -21,53 +21,52 @@ "contextMenuItemResurrectSelection": { "message": "Resurrect this selection", - "description": "Resurrect this selection, TODO: only if its a link, no translation" + "description": "Resurrect this selection, TODO: only if its a link" }, "contextMenuItemResurrectGoogle": { - "message": "Google", + "message": "with Google", "description": "with Google" }, "contextMenuItemResurrectGoogleText": { - "message": "Google (text only)", + "message": "with Google (text only)", "description": "with Google (text only)" }, "contextMenuItemResurrectArchive": { - "message": "The Internet Archive", + "message": "with The Internet Archive", "description": "with The Internet Archive" }, "contextMenuItemResurrectArchiveIs": { - "message": "archive.is", + "message": "with archive.is", "description": "with archive.is" }, "contextMenuItemResurrectWebcitation": { - "message": "WebCite", + "message": "with WebCite", "description": "with WebCite" }, "contextMenuItemResurrectConfigCurrentTab": { - "message": "In the current tab/window", + "message": "in the current tab", "description": "in the current tab" }, "contextMenuItemResurrectConfigNewTab": { - "message": "In a new tab (foreground)", + "message": "in a new tab (foreground)", "description": "in a new tab (foreground)" }, "contextMenuItemResurrectConfigNewBackgroundTab": { - "message": "In a new tab (background)", + "message": "in a new tab (background)", "description": "in a new tab (background)" }, "contextMenuItemResurrectConfigNewWindow": { - "message": "In a new window", + "message": "in a new window", "description": "in a new window" } } -