Import l10n.

This commit is contained in:
Mozilla L10n Automation Bot 2021-10-15 00:03:29 +00:00 committed by mergify[bot]
parent c3ef16de61
commit 31a0d676ee
2 changed files with 20 additions and 2 deletions

View File

@ -109,9 +109,9 @@
<string name="tab_tray_close_tabs_banner_negative_button_text">Descartar</string>
<!-- Text for the banner message to tell users about our inactive tabs feature. -->
<string name="tab_tray_inactive_onboarding_message" tools:ignore="UnusedResources">Abas que você não vê há duas semanas são movidas para cá.</string>
<string name="tab_tray_inactive_onboarding_message" tools:ignore="UnusedResources">Abas que você não abre há duas semanas são movidas para cá. Você pode</string>
<!-- Text for the action link to go to Settings for inactive tabs. -->
<string name="tab_tray_inactive_onboarding_button_text" tools:ignore="UnusedResources">Desativar nas configurações</string>
<string name="tab_tray_inactive_onboarding_button_text" tools:ignore="UnusedResources">desativar nas configurações</string>
<!-- Home screen icons - Long press shortcuts -->
<!-- Shortcut action to open new tab -->

View File

@ -134,6 +134,10 @@
The first parameter is the search term that the user used. (for example: your search for "cat")-->
<string name="recent_tabs_search_term">Vaše iskanje \&quot;%1$s\&quot;</string>
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
<string name="recent_tabs_search_term_count">Strani: %1$s</string>
<!-- History Metadata -->
<!-- Header text for a section on the home screen that displays grouped highlights from the
user's browsing history, such as topics they have researched or explored on the web -->
@ -142,6 +146,9 @@
<!-- Header text for a section on the home screen that displays grouped highlights from the
user's browsing history, such as topics they have researched or explored on the web -->
<string moz:removedIn="94" name="history_metadata_header_2" tools:ignore="UnusedResources">Nedavno obiskano</string>
<!-- Header text for a section on the home screen that displays grouped highlights from the
user's browsing history, such as topics they have researched or explored on the web -->
<string name="history_metadata_header_3">Nedavna iskanja</string>
<!-- Text for the menu button to remove a grouped highlight from the user's browsing history
in the Recently visited section -->
<string name="recently_visited_menu_item_remove">Odstrani</string>
@ -222,6 +229,8 @@
<!-- Browser menu button that opens the Customize menu -->
<string name="browser_menu_customize_home">Prilagodi začetno stran</string>
<!-- Button shown on the home page that opens the Customize home settings -->
<string name="browser_menu_customize_home_1">Prilagodi domačo stran</string>
<!-- Browser Toolbar -->
<!-- Content description for the Home screen button on the browser toolbar -->
<string name="browser_toolbar_home">Domači zaslon</string>
@ -663,6 +672,8 @@
<string name="tab_view_list">Seznam</string>
<!-- Option for a grid tab view -->
<string name="tab_view_grid">Mreža</string>
<!-- Summary text for search term tab groups -->
<string name="tab_view_search_term_tab_groups_summary">Združi sorodna spletna mesta v skupine</string>
<!-- Title of preference that allows a user to auto close tabs after a specified amount of time -->
<string name="preferences_close_tabs">Zapri zavihke</string>
<!-- Option for auto closing tabs that will never auto close tabs, always allows user to manually close tabs -->
@ -674,6 +685,9 @@
<!-- Option for auto closing tabs that will auto close tabs after one month -->
<string name="close_tabs_after_one_month">Po enem mesecu</string>
<!-- Title of preference that allows a user to specify the auto-close settings for open tabs -->
<string name="preference_auto_close_tabs" tools:ignore="UnusedResources">Samodejno zapiraj odprte zavihke</string>
<!-- Start on Home -->
<!-- Title of a preference that allows a user to indicate after a specified amount of time when the app should start on the home screen -->
<string name="preferences_start_on_home">Začni na domačem zaslonu</string>
@ -692,6 +706,10 @@
<!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one month-->
<string name="close_tabs_after_one_month_summary">Zapri po enem mesecu</string>
<!-- Inactive tabs -->
<!-- Category header of a preference that allows a user to enable or disable the inactive tabs feature -->
<string name="preferences_inactive_tabs">Premakni stare zavihke med nedejavne</string>
<!-- Studies -->
<!-- Title of the remove studies button -->
<string name="studies_remove">Odstrani</string>