Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Import l10n. (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot authored and MortimerGoro committed Oct 25, 2019
1 parent 2547bc6 commit 17029fe
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 11 deletions.
66 changes: 61 additions & 5 deletions app/src/main/res/values-sv-rSE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@
sdcard. '%1$s' will be replaced at runtime with the website's domain name. -->
<string name="permission_persistent_storage">Vill du tillåta %1$s att lagra data i en beständig lagring?</string>

<!-- This string is displayed in the Settings dialog box and how
the user can know which version of the application they are currently running.
'%1$s' will be replaced at runtime with the application version number. -->
<string name="settings_version">version %1$s</string>

<!-- This string is displayed in the Settings dialog box and is used to label an
On/Off switch which toggles whether an application crash is reported without first
prompting the user. -->
Expand Down Expand Up @@ -275,6 +270,10 @@
opens the Firfox Reality support web site in the browser window. -->
<string name="settings_help">Hjälp</string>

<!-- This string is displayed in the settings header under the Firefox Reality logo. When clicked the settings panel is closed
a the survey web site in opened in the currently focused window -->
<string name="settings_send_your_feedback">Skicka oss din feedback</string>

<!-- This string is the title of a dialog box shown to the user when a settings
change requires the application to restart. -->
<string name="restart_dialog_restart">Omstart krävs</string>
Expand Down Expand Up @@ -909,6 +908,9 @@
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new window. -->
<string name="context_menu_open_new_window">Öppna i nytt fönster.</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
<string name="context_menu_open_new_tab">Öppna i en ny flik.</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
<string name="context_menu_copy_link">Kopiera länk</string>

Expand Down Expand Up @@ -1076,4 +1078,58 @@
<!-- This string is displayed on the right button of the pop-up blocking dialog.
If the button is clicked the pop-up will be blocked -->
<string name="popup_block_button_do_not_show">Visa inte</string>

<!-- This string is displayed in a button on the header of the tabs dialog. When clicked,
it allows to select tabs from the tab -->
<string name="tabs_select">Markera</string>

<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
the Select` button. When clicked it closes the selection mode -->
<string name="tabs_select_done">Klar</string>

<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
the Select` button. When clicked it selects all the available tabs -->
<string name="tabs_select_all">Markera alla</string>

<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
the Select` button. When clicked it closes all the previously selected tabs -->
<string name="tabs_close_selected">Stäng flikar</string>

<!-- This string is displayed in a button on the header of the tabs dialog.
When clicked it closes all the available tabs -->
<string name="tabs_close_all">Stäng alla</string>

<!-- This string is displayed in a button on the header of the tabs dialog.
When clicked it unselects all the tabs -->
<string name="tabs_unselect">Avmarkera alla</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It indicates that there is one tab
available -->
<string name="tabs_counter_singular">1 flik</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It indicates that there are n tabs available.
%1$s expands to a integer which indicates the number of tabs. This number is always larger than 1, ortherwise
tabs_counter_singular key is used-->
<string name="tabs_counter_plural">%1$s flikar</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
It indicates that there is one tab selected -->
<string name="tabs_selected_counter_singular">1 flik markerad</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
It indicates that there are n tabs selected. %1$s expands to a integer which indicates the number of tabs.
This number is always larger than 1, ortherwise tabs_selected_counter_singular key is used-->
<string name="tabs_selected_counter_plural">%1$s flikar markerade</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
It indicates that there are no tabs selected -->
<string name="tabs_selected_counter_none">0 flikar markerade</string>

<!-- This string is for the tooltip that appears when the users hovers in the tabs icon in the browser's
tray menu. When clicked it opens the tray dialog in the current active window -->
<string name="tabs_tray_tooltip">Visa flikar</string>

<!-- This string is displayed in a tooltip that appears in the tray bar on top of the
tabs tray button then a tab has been added on the background. -->
<string name="tab_added_notification">Ny flik tillagd!</string>
</resources>
36 changes: 30 additions & 6 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@
sdcard. '%1$s' will be replaced at runtime with the website's domain name. -->
<string name="permission_persistent_storage">您是否要允许 %1$s 持久存储数据?</string>

<!-- This string is displayed in the Settings dialog box and how
the user can know which version of the application they are currently running.
'%1$s' will be replaced at runtime with the application version number. -->
<string name="settings_version">版本 %1$s</string>

<!-- This string is displayed in the Settings dialog box and is used to label an
On/Off switch which toggles whether an application crash is reported without first
prompting the user. -->
Expand Down Expand Up @@ -275,6 +270,10 @@
opens the Firfox Reality support web site in the browser window. -->
<string name="settings_help">帮助</string>

<!-- This string is displayed in the settings header under the Firefox Reality logo. When clicked the settings panel is closed
a the survey web site in opened in the currently focused window -->
<string name="settings_send_your_feedback">提交您的反馈意见</string>

<!-- This string is the title of a dialog box shown to the user when a settings
change requires the application to restart. -->
<string name="restart_dialog_restart">需要重启应用</string>
Expand Down Expand Up @@ -908,6 +907,9 @@
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new window. -->
<string name="context_menu_open_new_window">新建窗口打开。</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
<string name="context_menu_open_new_tab">新建标签页打开</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
<string name="context_menu_copy_link">复制链接</string>

Expand Down Expand Up @@ -1074,4 +1076,26 @@
<!-- This string is displayed on the right button of the pop-up blocking dialog.
If the button is clicked the pop-up will be blocked -->
<string name="popup_block_button_do_not_show">不显示</string>
</resources>

<!-- This string is displayed in a button on the header of the tabs dialog. When clicked,
it allows to select tabs from the tab -->
<string name="tabs_select">选择</string>

<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
the Select` button. When clicked it closes the selection mode -->
<string name="tabs_select_done">完成</string>

<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
the Select` button. When clicked it selects all the available tabs -->
<string name="tabs_select_all">全选</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It indicates that there is one tab
available -->
<string name="tabs_counter_singular">1 个标签页</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It indicates that there are n tabs available.
%1$s expands to a integer which indicates the number of tabs. This number is always larger than 1, ortherwise
tabs_counter_singular key is used-->
<string name="tabs_counter_plural">%1$s 个标签页</string>

</resources>

0 comments on commit 17029fe

Please sign in to comment.