Skip to content

Commit

Permalink
Import l10n. (#2793)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot committed Feb 18, 2020
1 parent 5dc261a commit 4eb6373
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/src/main/res/values-da/strings.xml
Expand Up @@ -141,6 +141,10 @@
opens a dialog box that contains language-related settings. -->
<string name="settings_language">Sprog</string>

<!-- This string is used to label the first string in the language list for voice and display languages.
If chosen the device will use the system language as the main language. -->
<string name="settings_language_follow_device">Samme som enhedens sprog</string>

<!-- This string is used to label a text label for selecting the language in the 'Language' dialog window
(accessible from the browser's Settings' dialog window). Below this string appears
the different options for language settings. -->
Expand Down
217 changes: 216 additions & 1 deletion app/src/main/res/values-en-rGB/strings.xml
Expand Up @@ -1156,4 +1156,219 @@
<string name="homepage_hint">%1$s Home (Default)</string>


</resources>
<!-- This string is displayed in the title of an authentication prompt, which requests a username and a password. -->
<string name="authentication_required">Authentication Required</string>
<!-- This string is displayed as the label of a username input in an authentication prompt. -->
<string name="authentication_username">Username:</string>
<!-- This string is displayed as the label of a password input in an authentication prompt. -->
<string name="authentication_password">Password:</string>
<!-- This string is displayed as the label of a switch of an authentication prompt in order to show or hide the text in a password field. -->
<string name="authentication_show_password">Show password:</string>


<!-- This string is displayed in the title of the notification message shown when the device loses internet connection. -->
<string name="no_internet_title">Internet Connection Lost</string>
<!-- This string is displayed in the message of the notification message shown when the device loses internet connection. -->
<string name="no_internet_message">Check your device configuration to fix the problem.</string>

<!-- This string is displayed in the message of the notification message shown when the user tries to open a new window and
it has already opened the maximum number of allowed windows. %1$s expands to a integer value that represent the maximum windows
that can be opened (initially 3) -->
<string name="max_windows_msg">Only %1$s windows can be open. Close one to open another.</string>

<!-- This string is displayed in the button of the notification message shown when the user tries to open a new window and
it has already opened the maximum number of allowed windows. -->
<string name="max_windows_button">OK</string>

<!-- This string is displayed in the title of the alert dialog shown when the user does not have permission to run the application on the device. -->
<string name="not_entitled_title">Unable To Run</string>
<!-- This string is displayed in the message body of the alert dialog shown when the user does not have permission to run the application on the device.
'%1$s' will be replace at runtime with the app's name. -->
<string name="not_entitled_message">%1$s does not have permission to run on this device and will now exit.</string>

<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
<string name="performance_unblock_page">Unblock Page</string>
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->
<string name="performance_title">Poor Site Performance</string>
<!-- This string is displayed as the message body of a dialog displayed when poor web page performance has been detected and the page has been unloaded to restore performance. -->
<string name="performance_message">Try reducing the window size to improve performance. Unblocking this page may crash your app.</string>

<!-- This string is displayed in the title of the Voice Search samples collect dialog. That dialog is shown the first time
a user tries to use the voice search. -->
<string name="voice_samples_collect_data_dialog_title">Allow %1$s to Collect Voice Samples for Research?</string>

<!-- This string is displayed in the description of the Voice Search samples collect dialog. That dialog is shown the first time
a user tries to use the voice search. -->
<string name="voice_samples_collect_dialog_description2">In order to improve our voice recognition and other services, we need to collect voice samples for research. We store your data securely and without identifying information. You’ll always be able to use voice search, even if you don’t allow collection.&lt;a href=&quot;privacy&quot;&gt;Learn More&lt;/a&gt;</string>

<!-- This string is displayed in the button of the Voice Search samples collect dialog.
When clicked the user opts in to the voice data collection. -->
<string name="voice_samples_collect_dialog_allow">Allow</string>

<!-- This string is displayed in the button of the Voice Search samples collect dialog.
When clicked the user opts out of the voice data collection. -->
<string name="voice_samples_collect_dialog_do_not_allow">Don’t Allow</string>

<!-- This string is displayed in the content language list in front of the system default language in between parenthesis -->
<string name="language_default">Default</string>

<!-- This string is displayed in the URL bar when the user is in the home page.
'%1$s' will be replaced at runtime with the app's name. -->
<string name="url_home_title">%1$s Home</string>

<!-- This string is displayed in the URL bar when the user is in the bookmarks panel -->
<string name="url_bookmarks_title">Bookmarks</string>

<!-- This string is displayed in the URL bar when the user is in the history panel -->
<string name="url_history_title">History</string>

<!-- This string is displayed in the Clear button on top of the window when in private mode. It only appears
when there is one window left. When clicked, it closes the private session -->
<string name="private_clear_button">Clear</string>

<!-- This string is displayed in the title of the pop-up blocking dialog.
'%1$s' will be replaced at runtime with the app's name. -->
<string name="popup_block_title">%1$s prevented a pop-up from this site</string>

<!-- This string is displayed as a description below the title of the pop-up blocking dialog. -->
<string name="popup_block_description">Would you like to show them anyway?</string>

<!-- This string is displayed on the right of the checkbox in the the pop-up blocking dialog.
If the checkbox is checked Firefox will never ask again to block pop-ups for this site -->
<string name="popup_block_checkbox">Don’t ask again for this site</string>

<!-- This string is displayed on the left button of the pop-up blocking dialog.
If the button is clicked the pop-up will be shown -->
<string name="popup_block_button_show">Show</string>

<!-- 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_cancel">Cancel</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">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">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">Select all</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">Close tabs</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">Close all</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">Deselect 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 Tab</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 Tabs</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 Tab selected</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 Tabs selected</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 Tabs selected</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">View Tabs</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">New Tab Added!</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 sent. -->
<string name="tab_sent_notification">Tab Sent!</string>

<!-- This string is displayed inside the Hamburger menu at the right of the navigation bar. When clicked
it opens the send tab dialog -->
<string name="hamburger_menu_send_tab">Send Tab to Device</string>

<!-- This string is displayed inside the Hamburger menu at the right of the navigation bar. When clicked
it opens the window resize panel -->
<string name="hamburger_menu_resize">Window Resize</string>

<!-- This string is displayed inside the Hamburger menu at the right of the navigation bar. When clicked
it switches User Agent from desktop to mobile and vice versa -->
<string name="hamburger_menu_switch_to_desktop">Desktop Mode</string>

<!-- This string is displayed in the tooltip that is displayed when the user hovers the hamburger menu icon -->
<string name="hamburger_menu_tooltip">Menu</string>

<!-- This string is displayed in the title of the Send Tab to device dialog. -->
<string name="send_tab_dialog_title">Send Tab to Device</string>

<!-- This string is displayed in the description of the Send Tab to device dialog. -->
<string name="send_tab_dialog_description">Choose a device to send the tab.</string>

<!-- This string is displayed on top of the available devices list. -->
<string name="send_tab_dialog_options_header">Available devices:</string>

<!-- This string is displayed instead of the devices list if there are no available devices. -->
<string name="send_tab_dialog_no_devices">No devices connected.</string>

<!-- This string is displayed instead of the devices list if the devices list is being synced. -->
<string name="send_tab_dialog_syncing">Synchronising...</string>

<!-- This string is displayed in the button of the Send Tab to device dialog. When clicked the current tab is sent to the selected device -->
<string name="send_tab_dialog_button">Send</string>

<!-- This string is displayed in the header of the what's new dialog that is displayed if the user has updated
or updated the app and hasn't signed it yet. -->
<string name="whats_new_title_1">Sign in to send tabs</string>

<!-- This string is displayed in the body of the what's new dialog that is displayed if the user has updated
or updated the app and hasn't signed it yet. -->
<string name="whats_new_body_1">Sign in or create a new Firefox Account to send tabs from Firefox on your desktop or mobile device to your headset.</string>

<!-- This string is displayed in the body of the what's new dialog that is displayed if the user has updated
or updated the app and hasn't signed it yet. -->
<string name="whats_new_body_sub_1">Firefox Account also lets you synchronise bookmarks and history across all your devices.</string>

<!-- This string is displayed a button of the what's new dialog that is displayed if the user has updated
or updated the app and hasn't signed it yet. If clicked the user is redirected to the Firefox Account sign-in page. -->
<string name="whats_new_button_sign_in">Sign In</string>

<!-- This string is displayed a button of the what's new dialog that is displayed if the user has updated
or updated the app and hasn't signed it yet. If clicked the dialog is dismissed. -->
<string name="whats_new_button_start_browsing">Start Browsing</string>


<!-- This string is displayed in the title of the slow script dialog. -->
<string name="slow_script_dialog_title">Slow script</string>

<!-- This string is displayed as a description below the title of slow script dialog.
'%1$s' will be replaced the script filename that is causing the slow down. -->
<string name="slow_script_dialog_description">A web page is slowing down your browser (%1$s). What would you like to do?</string>

<!-- This string is displayed as a button below the slow script dialog description message. When clicked
it stops the slow script that is causing the web page slow down. -->
<string name="slow_script_dialog_action_stop">Stop it</string>

<!-- This string is displayed as a button below the slow script dialog description message. When clicked
it continues to wait for execution of the web page script that caused the slow down. -->
<string name="slow_script_dialog_action_wait">Wait</string>
</resources>
4 changes: 4 additions & 0 deletions app/src/main/res/values-ja/strings.xml
Expand Up @@ -141,6 +141,10 @@
opens a dialog box that contains language-related settings. -->
<string name="settings_language">言語</string>

<!-- This string is used to label the first string in the language list for voice and display languages.
If chosen the device will use the system language as the main language. -->
<string name="settings_language_follow_device">端末の言語設定に従う</string>

<!-- This string is used to label a text label for selecting the language in the 'Language' dialog window
(accessible from the browser's Settings' dialog window). Below this string appears
the different options for language settings. -->
Expand Down

0 comments on commit 4eb6373

Please sign in to comment.