Skip to content

Commit

Permalink
Import l10n. (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot committed Mar 13, 2020
1 parent 81eb75b commit b958efb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
12 changes: 5 additions & 7 deletions app/src/main/res/values-en-rGB/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,13 +331,6 @@
and is used to customize background environments of the app. -->
<string name="developer_options_env_override">Enable Environment Override</string>

<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
running content in a separate process.
Multiprocessing: the running of two or more programs or sequences of instructions
simultaneously by a computer with more than one central processor.
A dialog should appear with a field labeled with the text, 'Enable Multiprocess'. -->
<string name="developer_options_multiprocess">Enable Multiprocess</string>

<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
the performance monitor. The Performance monitor is used to detect pages that cause the
browser to run below a target framerate and pauses the page to restore performance.
Expand Down Expand Up @@ -1100,6 +1093,11 @@
browser's navigation bar. The button it labels, when pressed, bookmarks the currently open web site. -->
<string name="bookmark_tooltip">Bookmark this page</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmark' icon in the
browser's navigation bar if the site is already bookmarked. The button it labels, when pressed,
removes the currently open web site from bookmarks. -->
<string name="remove_bookmark_tooltip">Remove from Bookmarks</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmarks' icon in the
tray. The button it labels, when pressed, opens a list view of the user's saved
Bookmarks. -->
Expand Down
12 changes: 5 additions & 7 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,6 @@
and is used to customize background environments of the app. -->
<string name="developer_options_env_override">启用环境覆盖</string>

<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
running content in a separate process.
Multiprocessing: the running of two or more programs or sequences of instructions
simultaneously by a computer with more than one central processor.
A dialog should appear with a field labeled with the text, 'Enable Multiprocess'. -->
<string name="developer_options_multiprocess">启用多进程</string>

<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
the performance monitor. The Performance monitor is used to detect pages that cause the
browser to run below a target framerate and pauses the page to restore performance.
Expand Down Expand Up @@ -1097,6 +1090,11 @@
browser's navigation bar. The button it labels, when pressed, bookmarks the currently open web site. -->
<string name="bookmark_tooltip">为此页添加书签</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmark' icon in the
browser's navigation bar if the site is already bookmarked. The button it labels, when pressed,
removes the currently open web site from bookmarks. -->
<string name="remove_bookmark_tooltip">移除书签</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmarks' icon in the
tray. The button it labels, when pressed, opens a list view of the user's saved
Bookmarks. -->
Expand Down
12 changes: 5 additions & 7 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,6 @@
and is used to customize background environments of the app. -->
<string name="developer_options_env_override">啟用環境覆蓋</string>

<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
running content in a separate process.
Multiprocessing: the running of two or more programs or sequences of instructions
simultaneously by a computer with more than one central processor.
A dialog should appear with a field labeled with the text, 'Enable Multiprocess'. -->
<string name="developer_options_multiprocess">啟用多重處理程序</string>

<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
the performance monitor. The Performance monitor is used to detect pages that cause the
browser to run below a target framerate and pauses the page to restore performance.
Expand Down Expand Up @@ -1097,6 +1090,11 @@
browser's navigation bar. The button it labels, when pressed, bookmarks the currently open web site. -->
<string name="bookmark_tooltip">將本頁加入書籤</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmark' icon in the
browser's navigation bar if the site is already bookmarked. The button it labels, when pressed,
removes the currently open web site from bookmarks. -->
<string name="remove_bookmark_tooltip">移除書籤</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmarks' icon in the
tray. The button it labels, when pressed, opens a list view of the user's saved
Bookmarks. -->
Expand Down

0 comments on commit b958efb

Please sign in to comment.