summaryrefslogtreecommitdiffstats
path: root/browser/locales-preview/select-translations.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'browser/locales-preview/select-translations.ftl')
-rw-r--r--browser/locales-preview/select-translations.ftl30
1 files changed, 30 insertions, 0 deletions
diff --git a/browser/locales-preview/select-translations.ftl b/browser/locales-preview/select-translations.ftl
new file mode 100644
index 0000000000..ac6c2648ba
--- /dev/null
+++ b/browser/locales-preview/select-translations.ftl
@@ -0,0 +1,30 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
+
+# Text displayed in the right-click context menu for translating
+# selected text to a yet-to-be-determined language.
+main-context-menu-translate-selection =
+ .label = Translate Selection…
+
+# Text displayed in the right-click context menu for translating
+# selected text to a target language.
+#
+# Variables:
+# $language (string) - The localized display name of the target language
+main-context-menu-translate-selection-to-language =
+ .label = Translate Selection to { $language }
+
+# Text displayed in the right-click context menu for translating
+# the text of a hyperlink to a yet-to-be-determined language.
+main-context-menu-translate-link-text =
+ .label = Translate Link Text…
+
+# Text displayed in the right-click context menu for translating
+# the text of a hyperlink to a target language.
+#
+# Variables:
+# $language (string) - The localized display name of the target language
+main-context-menu-translate-link-text-to-language =
+ .label = Translate Link Text to { $language }