Import l10n.

upstream-sync
Mozilla L10n Automation Bot 2 years ago committed by mergify[bot]
parent 77c2ad90b4
commit 4cf82bd8f9

@ -521,6 +521,10 @@
<!-- Preference for removing FxA account -->
<string name="preferences_sync_remove_account">Eemalda konto</string>
<!-- Pairing Feature strings -->
<!-- Instructions on how to access pairing -->
<string name="pair_instructions_2"><![CDATA[Skanni aadressil <b>firefox.com/pair</b> kuvatav QR-kood]]></string>
<!-- Toolbar Preferences -->
<!-- Preference for using top toolbar -->
<string name="preference_top_toolbar">Üleval</string>
@ -537,6 +541,17 @@
<!-- Preference for using following device theme -->
<string name="preference_follow_device_theme">Järgitakse seadme teemat</string>
<!-- Gestures Preferences-->
<!-- Preferences for using pull to refresh in a webpage -->
<string name="preference_gestures_website_pull_to_refresh">Allatõmbamisel leht värskendatakse</string>
<!-- Preference for using the dynamic toolbar -->
<string name="preference_gestures_dynamic_toolbar">Kerimisel tööriistariba peidetakse</string>
<!-- Preference for switching tabs by swiping horizontally on the toolbar -->
<string name="preference_gestures_swipe_toolbar_switch_tabs">Tööriistaribal küljele libistamisel vahetatakse kaarte</string>
<!-- Preference for showing the opened tabs by swiping up on the toolbar-->
<string name="preference_gestures_swipe_toolbar_show_tabs">Üles libistamisel avatakse kaarte</string>
<!-- Library -->
<!-- Option in Library to open Downloads page -->
<string name="library_downloads">Allalaadimised</string>
@ -559,9 +574,71 @@
<!-- Content description (not visible, for screen readers etc.): "Close button for library settings" -->
<string name="content_description_close_button">Sulge</string>
<!-- Text to show users they have one site in the history group section of the History fragment.
%d is a placeholder for the number of sites in the group. -->
<string name="history_search_group_site">%d sait</string>
<!-- Text to show users they have multiple sites in the history group section of the History fragment.
%d is a placeholder for the number of sites in the group. -->
<string name="history_search_group_sites">%d saiti</string>
<!-- Option in library for Recently Closed Tabs -->
<string name="library_recently_closed_tabs">Hiljuti suletud kaardid</string>
<!-- Option in library to open Recently Closed Tabs page -->
<string name="recently_closed_show_full_history">Kuva kogu ajalugu</string>
<!-- Text to show users they have multiple tabs saved in the Recently Closed Tabs section of history.
%d is a placeholder for the number of tabs selected. -->
<string name="recently_closed_tabs">%d kaarti</string>
<!-- Text to show users they have one tab saved in the Recently Closed Tabs section of history.
%d is a placeholder for the number of tabs selected. -->
<string name="recently_closed_tab">%d kaart</string>
<!-- Recently closed tabs screen message when there are no recently closed tabs -->
<string name="recently_closed_empty_message">Hiljuti suletud kaarte pole</string>
<!-- Tab Management -->
<!-- Title of preference for tabs management -->
<string name="preferences_tabs">Kaardid</string>
<!-- Title of preference that allows a user to specify the tab view -->
<string name="preferences_tab_view">Kaartide vaade</string>
<!-- Option for a list tab view -->
<string name="tab_view_list">Nimekiri</string>
<!-- Option for a grid tab view -->
<string name="tab_view_grid">Võre</string>
<!-- Option for search term tab groups -->
<string name="tab_view_search_term_tab_groups">Otsing grupeeritakse</string>
<!-- Summary text for search term tab groups -->
<string name="tab_view_search_term_tab_groups_summary">Seotud saidid grupeeritakse</string>
<!-- Title of preference that allows a user to auto close tabs after a specified amount of time -->
<string name="preferences_close_tabs">Kaartide sulgemine</string>
<!-- Option for auto closing tabs that will never auto close tabs, always allows user to manually close tabs -->
<string name="close_tabs_manually">Mitte kunagi</string>
<!-- Option for auto closing tabs that will auto close tabs after one day -->
<string name="close_tabs_after_one_day">Ühe päeva pärast</string>
<!-- Option for auto closing tabs that will auto close tabs after one week -->
<string name="close_tabs_after_one_week">Ühe nädala pärast</string>
<!-- Option for auto closing tabs that will auto close tabs after one month -->
<string name="close_tabs_after_one_month">Ühe kuu pärast</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">Kaartide automaatne sulgemine</string>
<!-- Opening screen -->
<!-- Title of a preference that allows a user to choose what screen to show after opening the app -->
<string name="preferences_opening_screen">Avatav vaade</string>
<!-- Option for always opening the homepage when re-opening the app -->
<string name="opening_screen_homepage">Avaleht</string>
<!-- Option for always opening the user's last-open tab when re-opening the app -->
<string name="opening_screen_last_tab">Viimane kaart</string>
<!-- Option for always opening the homepage when re-opening the app after four hours of inactivity -->
<string name="opening_screen_after_four_hours_of_inactivity">Avaleht pärast neljatunnist tegevusetust</string>
<!-- Summary for tabs preference when auto closing tabs setting is set to manual close-->
<string name="close_tabs_manually_summary">Suletakse käsitsi</string>
<!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one day-->
<string name="close_tabs_after_one_day_summary">Suletakse ühe päeva pärast</string>
<!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one week-->
<string name="close_tabs_after_one_week_summary">Suletakse ühe nädala pärast</string>
<!-- 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">Suletakse ühe kuu pärast</string>
<!-- Sessions -->
<!-- Title for the list of tabs -->
<string name="tab_header_label">Avatud kaardid</string>

@ -742,6 +742,8 @@
<!-- History -->
<!-- Text for the button to search all history -->
<string moz:removedIn="99" name="history_search" tools:ignore="UnusedResources">Saisissez le terme à rechercher</string>
<!-- Text for the button to search all history -->
<string name="history_search_1">Termes à rechercher</string>
<!-- Text for the button to clear all history -->
<string name="history_delete_all">Effacer lhistorique</string>
<!-- Text for the snackbar to confirm that multiple browsing history items has been deleted -->

@ -173,7 +173,7 @@
<!-- Browser menu toggle that installs a Progressive Web App shortcut to the site on the device home screen. -->
<string name="browser_menu_install_on_homescreen">Installer</string>
<!-- Menu option on the toolbar that takes you to synced tabs page-->
<string name="synced_tabs">Synkroniserte faner</string>
<string moz:removedIn="98" name="synced_tabs" tools:ignore="UnusedResources">Synkroniserte faner</string>
<!-- Content description (not visible, for screen readers etc.) for the Resync tabs button -->
<string name="resync_button_content_description">Synkroniser på nytt</string>
<!-- Browser menu button that opens the find in page menu -->
@ -423,9 +423,11 @@
<string name="wallpaper_updated_snackbar_action">Vis</string>
<!-- Label for switch which toggles the "tap-to-switch" behavior on home screen logo -->
<string name="wallpaper_tap_to_change_switch_label">Trykk på logo for å endre bakgrunnsbilde</string>
<string moz:removedIn="99" name="wallpaper_tap_to_change_switch_label" tools:ignore="UnusedResources">Trykk på logo for å endre bakgrunnsbilde</string>
<!-- Label for switch which toggles the "tap-to-switch" behavior on home screen logo -->
<string name="wallpaper_tap_to_change_switch_label_1">Endre bakgrunnsbilde ved å trykkje på Firefox-logoen på startsida</string>
<!-- Description for switch which toggles the "tap-to-switch" behavior on home screen logo -->
<string name="wallpaper_tap_to_change_switch_description">Gå gjennom og oppdater bilde utan å forlate startsida.</string>
<string moz:removedIn="99" name="wallpaper_tap_to_change_switch_description" tools:ignore="UnusedResources">Gå gjennom og oppdater bilde utan å forlate startsida.</string>
<!-- This is the accessibility content description for the wallpapers functionality. Users are
able to tap on the app logo in the home screen and can switch to different wallpapers by tapping. -->
@ -741,7 +743,9 @@
<!-- History -->
<!-- Text for the button to search all history -->
<string name="history_search">Skriv inn søkjeord</string>
<string moz:removedIn="99" name="history_search" tools:ignore="UnusedResources">Skriv inn søkjeord</string>
<!-- Text for the button to search all history -->
<string name="history_search_1">Skriv inn søkjetekst</string>
<!-- Text for the button to clear all history -->
<string name="history_delete_all">Slett historikk</string>
<!-- Text for the snackbar to confirm that multiple browsing history items has been deleted -->

Loading…
Cancel
Save