Uplift Fenix strings from main to releases_v121

fenix/121.0
github-actions[bot] 6 months ago committed by mergify[bot]
parent b448980015
commit c5cf97dd5c

@ -940,27 +940,66 @@
<!-- Category header of a preference that allows a user to enable or disable the inactive tabs feature -->
<string name="preferences_inactive_tabs">Premjestite stare tabove u neaktivne</string>
<!-- Title of inactive tabs preference -->
<string name="preferences_inactive_tabs_title">Tabovi koje niste pogledali dvije sedmice se premještaju u neaktivan odjeljak.</string>
<!-- Studies -->
<!-- Title of the remove studies button -->
<string name="studies_remove">Ukloni</string>
<!-- Title of the active section on the studies list -->
<string name="studies_active">Aktivno</string>
<!-- Description for studies, it indicates why Firefox use studies. The first parameter is the name of the application. -->
<string name="studies_description_2">%1$s može s vremena na vrijeme instalirati i pokrenuti studije.</string>
<!-- Learn more link for studies, links to an article for more information about studies. -->
<string name="studies_learn_more">Saznajte više</string>
<!-- Dialog message shown after removing a study -->
<string name="studies_restart_app">Aplikacija će se zatvoriti radi primjene promjena</string>
<!-- Dialog button to confirm the removing a study. -->
<string name="studies_restart_dialog_ok">OK</string>
<!-- Dialog button text for canceling removing a study. -->
<string name="studies_restart_dialog_cancel">Otkaži</string>
<!-- Toast shown after turning on/off studies preferences -->
<string name="studies_toast_quit_application" tools:ignore="UnusedResources">Napuštanje aplikacije radi primjene promjena…</string>
<!-- Sessions -->
<!-- Title for the list of tabs -->
<string name="tab_header_label">Otvoreni tabovi</string>
<!-- Title for the list of tabs in the current private session -->
<string name="tabs_header_private_tabs_title">Privatni tabovi</string>
<!-- Title for the list of tabs in the synced tabs -->
<string name="tabs_header_synced_tabs_title">Sinhronizovani tabovi</string>
<!-- Content description (not visible, for screen readers etc.): Add tab button. Adds a news tab when pressed -->
<string name="add_tab">Dodaj tab</string>
<!-- Content description (not visible, for screen readers etc.): Add tab button. Adds a news tab when pressed -->
<string name="add_private_tab">Dodaj privatni tab</string>
<!-- Text for the new tab button to indicate adding a new private tab in the tab -->
<string name="tab_drawer_fab_content">Privatni</string>
<!-- Text for the new tab button to indicate syncing command on the synced tabs page -->
<string name="tab_drawer_fab_sync">Sinhronizacija</string>
<!-- Text shown in the menu for sharing all tabs -->
<string name="tab_tray_menu_item_share">Podijeli sve tabove</string>
<!-- Text shown in the menu to view recently closed tabs -->
<string name="tab_tray_menu_recently_closed">Nedavno zatvoreni tabovi</string>
<!-- Text shown in the tabs tray inactive tabs section -->
<string name="tab_tray_inactive_recently_closed" tools:ignore="UnusedResources">Nedavno zatvoreni tabovi</string>
<!-- Text shown in the menu to view account settings -->
<string name="tab_tray_menu_account_settings">Postavke računa</string>
<!-- Text shown in the menu to view tab settings -->
<string name="tab_tray_menu_tab_settings">Postavke taba</string>
<!-- Text shown in the menu for closing all tabs -->
<string name="tab_tray_menu_item_close">Zatvori sve tabove</string>
<!-- Text shown in the multiselect menu for bookmarking selected tabs. -->
<string name="tab_tray_multiselect_menu_item_bookmark">Oznaka</string>
<!-- Text shown in the multiselect menu for closing selected tabs. -->
<string name="tab_tray_multiselect_menu_item_close">Zatvori</string>
<!-- Content description for tabs tray multiselect share button -->
<string name="tab_tray_multiselect_share_content_description">Podijeli odabrane tabove</string>
<!-- Content description for tabs tray multiselect menu -->
<string name="tab_tray_multiselect_menu_content_description">Meni odabranih tabova</string>
<!-- Content description (not visible, for screen readers etc.): Removes tab from collection button. Removes the selected tab from collection when pressed -->
<string name="remove_tab_from_collection">Ukloni tab iz kolekcije</string>
<!-- Text for button to enter multiselect mode in tabs tray -->
<string name="tabs_tray_select_tabs">Odaberi tabove</string>
<!-- Content description (not visible, for screen readers etc.): Close tab button. Closes the current session when pressed -->
<string name="close_tab">Zatvori tab</string>
<!-- Content description (not visible, for screen readers etc.): Close tab <title> button. First parameter is tab title -->
@ -975,6 +1014,10 @@
<string name="collection_rename">Preimenuj kolekciju</string>
<!-- Text for the button to open tabs of the selected collection -->
<string name="collection_open_tabs">Otvori tabove</string>
<!-- Hint for adding name of a collection -->
<string name="collection_name_hint">Naziv kolekcije</string>
<!-- Text for the menu button to rename a top site -->
<string name="rename_top_site">Preimenuj</string>
<!-- Text for the menu button to remove a top site -->
<string name="remove_top_site">Ukloni</string>
<!-- Text for the menu button to delete a top site from history -->
@ -982,6 +1025,9 @@
<!-- Postfix for private WebApp titles, placeholder is replaced with app name -->
<string name="pwa_site_controls_title_private">%1$s (Privatni režim)</string>
<!-- History -->
<!-- Text for the button to search all history -->
<string name="history_search_1">Unesi pojmove za pretragu</string>
<!-- Text for the button to clear all history -->
<string name="history_delete_all">Obriši historiju</string>
<!-- Text for the snackbar to confirm that multiple browsing history items has been deleted -->
@ -993,6 +1039,10 @@
<!-- History multi select title in app bar
The first parameter is the number of bookmarks selected -->
<string name="history_multi_select_title">%1$d označeno</string>
<!-- Text for the header that groups the history for today -->
<string name="history_today">Danas</string>
<!-- Text for the header that groups the history for yesterday -->
<string name="history_yesterday">Jučer</string>
<!-- Text for the header that groups the history the past 7 days -->
<string name="history_7_days">Zadnjih 7 dana</string>
<!-- Text for the header that groups the history the past 30 days -->
@ -1002,11 +1052,22 @@
<!-- Text shown when no history exists -->
<string name="history_empty_message">Nema historije</string>
<!-- Downloads -->
<!-- Text for the snackbar to confirm that multiple downloads items have been removed -->
<string name="download_delete_multiple_items_snackbar_1">Preuzimanja su uklonjena</string>
<!-- Text for the snackbar to confirm that a single download item has been removed. The first parameter is the name of the download item. -->
<string name="download_delete_single_item_snackbar">Uklonjeno %1$s</string>
<!-- Text shown when no download exists -->
<string name="download_empty_message_1">Nema preuzetih fajlova</string>
<!-- History multi select title in app bar
The first parameter is the number of downloads selected -->
<string name="download_multi_select_title">%1$d označeno</string>
<!-- Text for the button to remove a single download item -->
<string name="download_delete_item_1">Ukloni</string>
<!-- Crashes -->
<!-- Title text displayed on the tab crash page. This first parameter is the name of the application (For example: Fenix) -->
<string name="tab_crash_title_2">Oprostite. %1$s ne može učitati stranicu.</string>
@ -1022,6 +1083,8 @@
<string name="bookmark_delete_folder_confirmation_dialog">Da li ste sigurni da želite obrisati ovaj direktorij?</string>
<!-- Confirmation message for a dialog confirming if the user wants to delete multiple items including folders. Parameter will be replaced by app name. -->
<string name="bookmark_delete_multiple_folders_confirmation_dialog">%s će obrisati označene stavke.</string>
<!-- Text for the cancel button on delete bookmark dialog -->
<string name="bookmark_delete_negative">Otkaži</string>
<!-- Screen title for adding a bookmarks folder -->
<string name="bookmark_add_folder">Dodaj direktorij</string>
<!-- Snackbar title shown after a bookmark has been created. -->
@ -1038,6 +1101,10 @@
<string name="bookmark_menu_open_in_new_tab_button">Otvori u novom tabu</string>
<!-- Bookmark overflow menu open in private tab button -->
<string name="bookmark_menu_open_in_private_tab_button">Otvori u privatnom tabu</string>
<!-- Bookmark overflow menu open all in tabs button -->
<string name="bookmark_menu_open_all_in_tabs_button">Otvori sve u novim tabovima</string>
<!-- Bookmark overflow menu open all in private tabs button -->
<string name="bookmark_menu_open_all_in_private_tabs_button">Otvori sve u privatnim tabovima</string>
<!-- Bookmark overflow menu delete button -->
<string name="bookmark_menu_delete_button">Obriši</string>
<!--Bookmark overflow menu save button -->
@ -1077,6 +1144,9 @@
<!-- Bookmark undo button for deletion snackbar action -->
<string name="bookmark_undo_deletion">VRATI</string>
<!-- Text for the button to search all bookmarks -->
<string name="bookmark_search">Unesi pojmove za pretragu</string>
<!-- Site Permissions -->
<!-- Button label that take the user to the Android App setting -->
<string name="phone_feature_go_to_settings">Idi na Postavke</string>
@ -1088,8 +1158,16 @@
<string name="phone_feature_recommended">Preporučeno</string>
<!-- Button label for clearing all the information of site permissions-->
<string name="clear_permissions">Obriši dozvole</string>
<!-- Text for the OK button on Clear permissions dialog -->
<string name="clear_permissions_positive">OK</string>
<!-- Text for the cancel button on Clear permissions dialog -->
<string name="clear_permissions_negative">Otkaži</string>
<!-- Button label for clearing a site permission-->
<string name="clear_permission">Obriši dozvolu</string>
<!-- Text for the OK button on Clear permission dialog -->
<string name="clear_permission_positive">OK</string>
<!-- Text for the cancel button on Clear permission dialog -->
<string name="clear_permission_negative">Otkaži</string>
<!-- Button label for clearing all the information on all sites-->
<string name="clear_permissions_on_all_sites">Obriši dozvole na svim stranicama</string>
<!-- Preference for altering video and audio autoplay for all websites -->
@ -1102,6 +1180,12 @@
<string name="preference_phone_feature_location">Lokacija</string>
<!-- Preference for altering the notification access for all websites -->
<string name="preference_phone_feature_notification">Obavještenje</string>
<!-- Preference for altering the persistent storage access for all websites -->
<string name="preference_phone_feature_persistent_storage">Trajno skladište</string>
<!-- Preference for altering the storage access setting for all websites -->
<string name="preference_phone_feature_cross_origin_storage_access">Kolačići trećih strana</string>
<!-- Preference for altering the EME access for all websites -->
<string name="preference_phone_feature_media_key_system_access">DRM-kontrolisani sadržaj</string>
<!-- Label that indicates that a permission must be asked always -->
<string name="preference_option_phone_feature_ask_to_allow">Pitaj za dozvolu</string>
<!-- Label that indicates that a permission must be blocked -->
@ -1114,8 +1198,16 @@
<string name="preference_exceptions">Izuzeci</string>
<!-- Summary of tracking protection preference if tracking protection is set to off -->
<string name="tracking_protection_off">Isklj.</string>
<!-- Summary of tracking protection preference if tracking protection is set to standard -->
<string name="tracking_protection_standard">Standardno</string>
<!-- Summary of tracking protection preference if tracking protection is set to strict -->
<string name="tracking_protection_strict">Strogo</string>
<!-- Summary of tracking protection preference if tracking protection is set to custom -->
<string name="tracking_protection_custom">Prilagođeno</string>
<!-- Label for global setting that indicates that all video and audio autoplay is allowed -->
<string name="preference_option_autoplay_allowed2">Dozvoli audio i video</string>
<!-- Label for site specific setting that indicates that all video and audio autoplay is allowed -->
<string name="quick_setting_option_autoplay_allowed">Dozvoli audio i video</string>
<!-- Label that indicates that video and audio autoplay is only allowed over Wi-Fi -->
<string name="preference_option_autoplay_allowed_wifi_only2">Blokiraj audio i video samo na mobilnom internetu</string>
<!-- Subtext that explains 'autoplay on Wi-Fi only' option -->
@ -1123,13 +1215,22 @@
<!-- Label for global setting that indicates that video autoplay is allowed, but audio autoplay is blocked -->
<string name="preference_option_autoplay_block_audio2">Blokiraj samo audio</string>
<!-- Label for site specific setting that indicates that video autoplay is allowed, but audio autoplay is blocked -->
<string name="quick_setting_option_autoplay_block_audio">Blokiraj samo audio</string>
<!-- Label for global setting that indicates that all video and audio autoplay is blocked -->
<string name="preference_option_autoplay_blocked3">Blokiraj audio i video</string>
<!-- Label for site specific setting that indicates that all video and audio autoplay is blocked -->
<string name="quick_setting_option_autoplay_blocked">Blokiraj audio i video</string>
<!-- Summary of delete browsing data on quit preference if it is set to on -->
<string name="delete_browsing_data_quit_on">Uklj.</string>
<!-- Summary of delete browsing data on quit preference if it is set to off -->
<string name="delete_browsing_data_quit_off">Isklj.</string>
<!-- Summary of studies preference if it is set to on -->
<string name="studies_on">Uključeno</string>
<!-- Summary of studies data on quit preference if it is set to off -->
<string name="studies_off">Isključeno</string>
<!-- Collections -->
<!-- Collections header on home fragment -->
<string name="collections_header">Kolekcije</string>
@ -1170,6 +1271,11 @@
<!-- Snackbar action to view the collection the user just created or updated -->
<string name="create_collection_view">Prikaži</string>
<!-- Text for the OK button from collection dialogs -->
<string name="create_collection_positive">OK</string>
<!-- Text for the cancel button from collection dialogs -->
<string name="create_collection_negative">Otkaži</string>
<!-- Default name for a new collection in "name new collection" step of the collection creator. %d is a placeholder for the number of collections-->
<string name="create_collection_default_name">Kolekcija %d</string>
@ -1179,15 +1285,33 @@
<!-- Content description (not visible, for screen readers etc.):
"Share" button. Opens the share menu when pressed. -->
<string name="share_button_content_description">Podijeli</string>
<!-- Text for the Save to PDF feature in the share menu -->
<string name="share_save_to_pdf">Spasi kao PDF</string>
<!-- Text for error message when generating a PDF file Text. -->
<string name="unable_to_save_to_pdf_error">Nije moguće generisati PDF</string>
<!-- Text for standard error snackbar dismiss button. -->
<string name="standard_snackbar_error_dismiss">Odbaci</string>
<!-- Text for error message when printing a page and it fails. -->
<string name="unable_to_print_error" moz:removedIn="121" tools:ignore="UnusedResources">Nije moguće štampati</string>
<!-- Text for error message when printing a page and it fails. -->
<string name="unable_to_print_page_error">Nije moguće štampati ovu stranicu</string>
<!-- Text for the print feature in the share and browser menu -->
<string name="menu_print">Štampaj</string>
<!-- Sub-header in the dialog to share a link to another sync device -->
<string name="share_device_subheader">Pošalji na uređaj</string>
<!-- Sub-header in the dialog to share a link to an app from the full list -->
<string name="share_link_all_apps_subheader">Sve akcije</string>
<!-- Sub-header in the dialog to share a link to an app from the most-recent sorted list -->
<string name="share_link_recent_apps_subheader">Nedavno korišteno</string>
<!-- Text for the copy link action in the share screen. -->
<string name="share_copy_link_to_clipboard">Kopiraj u međuspremnik</string>
<!-- Toast shown after copying link to clipboard -->
<string name="toast_copy_link_to_clipboard">Kopirano u međuspremnik</string>
<!-- An option from the share dialog to sign into sync -->
<string name="sync_sign_in">Prijavite se na Sync</string>
<!-- An option from the share dialog to send link to all other sync devices -->
<!-- An option from the three dot menu to sync and save data -->
<string name="sync_menu_sync_and_save_data">Sinhroniziraj i sačuvaj podatke</string>
<!-- An option from the share dialog to send link to all other sync devices -->
<string name="sync_send_to_all">Pošalji na sve uređaje</string>
<!-- An option from the share dialog to reconnect to sync -->
<string name="sync_reconnect">Ponovo se poveži na Sync</string>
@ -1214,6 +1338,39 @@
<!-- Text shown in the notification that pops up to remind the user that a private browsing session is active. -->
<string name="notification_pbm_delete_text_2">Zatvori privatne tabove</string>
<!-- Name of the marketing notification channel. Displayed in the "App notifications" system settings for the app -->
<string name="notification_marketing_channel_name">Marketing</string>
<!-- Title shown in the notification that pops up to remind the user to set fenix as default browser.
The app name is in the text, due to limitations with localizing Nimbus experiments -->
<string name="nimbus_notification_default_browser_title" tools:ignore="UnusedResources">Firefox je brz i privatan</string>
<!-- Text shown in the notification that pops up to remind the user to set fenix as default browser.
The app name is in the text, due to limitations with localizing Nimbus experiments -->
<string name="nimbus_notification_default_browser_text" tools:ignore="UnusedResources">Postavi Firefox kao zadani pretraživač</string>
<!-- Title shown in the notification that pops up to re-engage the user -->
<string name="notification_re_engagement_title">Isprobaj privatno pretraživanje</string>
<!-- Text shown in the notification that pops up to re-engage the user.
%1$s is a placeholder that will be replaced by the app name. -->
<string name="notification_re_engagement_text">Pretražujte bez sačuvanih kolačića ili historije u %1$s</string>
<!-- Title A shown in the notification that pops up to re-engage the user -->
<string name="notification_re_engagement_A_title">Pretražujte bez praćenja</string>
<!-- Text A shown in the notification that pops up to re-engage the user.
%1$s is a placeholder that will be replaced by the app name. -->
<string name="notification_re_engagement_A_text">Privatno pretraživanje u %1$su ne čuva vaše podatke.</string>
<!-- Title B shown in the notification that pops up to re-engage the user -->
<string name="notification_re_engagement_B_title">Započnite svoju prvu pretragu</string>
<!-- Text B shown in the notification that pops up to re-engage the user -->
<string name="notification_re_engagement_B_text">Pronađite nešto u blizini. Ili otkrijte nešto zabavno.</string>
<!-- Survey -->
<!-- Text shown in the fullscreen message that pops up to ask user to take a short survey.
The app name is in the text, due to limitations with localizing Nimbus experiments -->
<string name="nimbus_survey_message_text">Pomozite da poboljšamo Firefox tako što ćete ispuniti kratku anketu.</string>
<!-- Preference for taking the short survey. -->
<string name="preferences_take_survey">Ispunite anketu</string>
<!-- Preference for not taking the short survey. -->
<string name="preferences_not_take_survey">Ne, hvala</string>
<!-- Snackbar -->
<!-- Text shown in snackbar when user deletes a collection -->
<string name="snackbar_collection_deleted">Kolekcija obrisana</string>
@ -1223,10 +1380,16 @@
<string name="snackbar_tab_closed">Tab zatvoren</string>
<!-- Text shown in snackbar when user closes all tabs -->
<string name="snackbar_tabs_closed">Tabovi zatvoreni</string>
<!-- Text shown in snackbar when user bookmarks a list of tabs -->
<string name="snackbar_message_bookmarks_saved">Oznake sačuvane!</string>
<!-- Text shown in snackbar when user adds a site to shortcuts -->
<string name="snackbar_added_to_shortcuts">Dodato u prečice!</string>
<!-- Text shown in snackbar when user closes a private tab -->
<string name="snackbar_private_tab_closed">Privatni tab zatvoren</string>
<!-- Text shown in snackbar when user closes all private tabs -->
<string name="snackbar_private_tabs_closed">Privatni tabovi zatvoreni</string>
<!-- Text shown in snackbar when user erases their private browsing data -->
<string name="snackbar_private_data_deleted">Podaci privatnog pretraživanja su izbrisani</string>
<!-- Text shown in snackbar to undo deleting a tab, top site or collection -->
<string name="snackbar_deleted_undo">VRATI</string>
<!-- Text shown in snackbar when user removes a top site -->
@ -1238,6 +1401,10 @@
<string name="qr_scanner_dialog_positive">DOZVOLI</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ODBIJ</string>
<!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
<string name="qr_scanner_dialog_invalid">Web adresa nije važeća.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
<!-- Tab collection deletion prompt dialog message. Placeholder will be replaced with the collection name -->
<string name="tab_collection_dialog_message">Da li ste sigurni da želite obrisati %1$s?</string>
<!-- Collection and tab deletion prompt dialog message. This will show when the last tab from a collection is deleted -->
@ -1275,6 +1442,8 @@
<!-- Subtitle for the data and history items in delete browsing data, parameter will be replaced with the
number of history items the user has -->
<string name="preferences_delete_browsing_data_browsing_data_subtitle">%d adresa</string>
<!-- Title for the cookies and site data items in Delete browsing data -->
<string name="preferences_delete_browsing_data_cookies_and_site_data">Kolačići i podaci stranica</string>
<!-- Subtitle for the cookies item in Delete browsing data -->
<string name="preferences_delete_browsing_data_cookies_subtitle">Bit ćete odjavljeni na većini stranica</string>
<!-- Title for the cached images and files item in Delete browsing data -->
@ -1283,6 +1452,8 @@
<string name="preferences_delete_browsing_data_cached_files_subtitle">Oslobađa prostor za pohranu</string>
<!-- Title for the site permissions item in Delete browsing data -->
<string name="preferences_delete_browsing_data_site_permissions">Dozvole stranica</string>
<!-- Title for the downloads item in Delete browsing data -->
<string name="preferences_delete_browsing_data_downloads">Preuzimanja</string>
<!-- Text for the button to delete browsing data -->
<string name="preferences_delete_browsing_data_button">Obriši podatke surfanja</string>
<!-- Title for the Delete browsing data on quit preference -->
@ -1293,6 +1464,19 @@
<!-- Action item in menu for the Delete browsing data on quit feature -->
<string name="delete_browsing_data_on_quit_action">Ugasi</string>
<!-- Title text of a delete browsing data dialog. -->
<string name="delete_history_prompt_title">Vremenski raspon za brisanje</string>
<!-- Body text of a delete browsing data dialog. -->
<string name="delete_history_prompt_body" moz:RemovedIn="130" tools:ignore="UnusedResources">Uklanja historiju (uključujući historiju sinhronizovanu s drugih uređaja), kolačiće i druge podatke o pretraživanju.</string>
<!-- Body text of a delete browsing data dialog. -->
<string name="delete_history_prompt_body_2">Uklanja historiju (uključujući historiju sinhroniziranu s drugih uređaja)</string>
<!-- Radio button in the delete browsing data dialog to delete history items for the last hour. -->
<string name="delete_history_prompt_button_last_hour">Zadnji sat</string>
<!-- Radio button in the delete browsing data dialog to delete history items for today and yesterday. -->
<string name="delete_history_prompt_button_today_and_yesterday">Danas i juče</string>
<!-- Radio button in the delete browsing data dialog to delete all history. -->
<string name="delete_history_prompt_button_everything">Sve</string>
<!-- Dialog message to the user asking to delete browsing data. Parameter will be replaced by app name. -->
<string name="delete_browsing_data_prompt_message_3">%s će obrisati izabrane podatke surfanja.</string>
<!-- Text for the cancel button for the data deletion dialog -->
@ -1305,6 +1489,15 @@
<!-- Text for the snackbar to show the user that the deletion of browsing data is in progress -->
<string name="deleting_browsing_data_in_progress">Brišem podatke surfanja…</string>
<!-- Dialog message to the user asking to delete all history items inside the opened group. Parameter will be replaced by a history group name. -->
<string name="delete_all_history_group_prompt_message">Izbriši sve stranice u “%s”</string>
<!-- Text for the cancel button for the history group deletion dialog -->
<string name="delete_history_group_prompt_cancel">Otkaži</string>
<!-- Text for the allow button for the history group dialog -->
<string name="delete_history_group_prompt_allow">Izbriši</string>
<!-- Text for the snackbar confirmation that the history group was deleted -->
<string name="delete_history_group_snackbar">Grupa je izbrisana</string>
<!-- Onboarding -->
<!-- text to display in the snackbar once account is signed-in -->
<string name="onboarding_firefox_account_sync_is_on">Sync je uključen</string>
@ -1329,6 +1522,8 @@
<string name="sign_in_with_camera">Prijavite se pomoću kamere</string>
<!-- Text shown for settings option for sign with email -->
<string name="sign_in_with_email">Radije koristi email</string>
<!-- Text shown for settings option for create new account text.'Firefox' intentionally hardcoded here.-->
<string name="sign_in_create_account_text"><![CDATA[Nemate račun? <u>Kreirajte ga</u> da sinhronizujete Firefox između uređaja.]]></string>
<!-- Text shown in confirmation dialog to sign out of account. The first parameter is the name of the app (e.g. Firefox Preview) -->
<string name="sign_out_confirmation_message_2">%s će zaustaviti sinhronizaciju s vašim računom, ali neće obrisati ništa od vaših podataka surfanja na ovom uređaju.</string>
<!-- Option to continue signing out of account shown in confirmation dialog to sign out of account -->
@ -1344,15 +1539,23 @@
<string name="etp_settings">Postavke zaštite</string>
<!-- Preference title for enhanced tracking protection settings -->
<string name="preference_enhanced_tracking_protection">Napredna zaštita od praćenja</string>
<!-- Preference summary for enhanced tracking protection settings on/off switch -->
<string name="preference_enhanced_tracking_protection_summary">Sada sadrži potpunu zaštitu od kolačića, našu najmoćniju barijeru do sada protiv elemenata za praćenje trećih strana.</string>
<!-- Description of enhanced tracking protection. The parameter is the name of the application (For example: Firefox Fenix) -->
<string name="preference_enhanced_tracking_protection_explanation_2">%s vas štiti od većine najčešćih pratilaca koji prate ono što radite online.</string>
<!-- Text displayed that links to website about enhanced tracking protection -->
<string name="preference_enhanced_tracking_protection_explanation_learn_more">Saznajte više</string>
<!-- Preference for enhanced tracking protection for the standard protection settings -->
<string name="preference_enhanced_tracking_protection_standard_default_1">Standardno (izvorno)</string>
<!-- Preference description for enhanced tracking protection for the standard protection settings -->
<string name="preference_enhanced_tracking_protection_standard_description_5">Stranice će se normalno učitavati, ali će blokirati manje pratilaca.</string>
<!-- Accessibility text for the Standard protection information icon -->
<string name="preference_enhanced_tracking_protection_standard_info_button">Šta je blokirano od strane standardne tracking zaštite</string>
<!-- Preference for enhanced tracking protection for the strict protection settings -->
<string name="preference_enhanced_tracking_protection_strict">Strogo</string>
<!-- Preference description for enhanced tracking protection for the strict protection settings -->
<string name="preference_enhanced_tracking_protection_strict_description_4">Jača zaštita od praćenja i brže performanse, ali neke web stranice možda neće raditi ispravno.</string>
<!-- Accessibility text for the Strict protection information icon -->
<string name="preference_enhanced_tracking_protection_strict_info_button">Šta je blokirano od strane stroge tracking zaštite</string>
<!-- Preference for enhanced tracking protection for the custom protection settings -->
@ -1372,6 +1575,8 @@
<string name="preference_enhanced_tracking_protection_custom_cookies_3">Svi kolačići treće strane (može uzrokovati probleme s web stranicama)</string>
<!-- Option for enhanced tracking protection for the custom protection settings for cookies-->
<string name="preference_enhanced_tracking_protection_custom_cookies_4">Svi kolačići (može uzrokovati probleme s web stranicama)</string>
<!-- Option for enhanced tracking protection for the custom protection settings for cookies-->
<string name="preference_enhanced_tracking_protection_custom_cookies_5">Izolirajte kolačiće trećih strana</string>
<!-- Preference for enhanced tracking protection for the custom protection settings for tracking content -->
<string name="preference_enhanced_tracking_protection_custom_tracking_content">Praćenje sadržaja</string>
<!-- Option for enhanced tracking protection for the custom protection settings for tracking content-->
@ -1382,6 +1587,8 @@
<string name="preference_enhanced_tracking_protection_custom_cryptominers">Kriptomajneri</string>
<!-- Preference for enhanced tracking protection for the custom protection settings -->
<string name="preference_enhanced_tracking_protection_custom_fingerprinters">Fingerprinteri</string>
<!-- Button label for navigating to the Enhanced Tracking Protection details -->
<string name="enhanced_tracking_protection_details">Detalji</string>
<!-- Header for categories that are being being blocked by current Enhanced Tracking Protection settings -->
<string name="enhanced_tracking_protection_blocked">Blokirano</string>
<!-- Header for categories that are being not being blocked by current Enhanced Tracking Protection settings -->
@ -1392,8 +1599,12 @@
<string name="etp_social_media_trackers_description">Ograničava mogućnost društvenih mreža da prate vaše aktivnosti surfanja na webu.</string>
<!-- Category of trackers (cross-site tracking cookies) that can be blocked by Enhanced Tracking Protection -->
<string name="etp_cookies_title">Cross-Site Tracking kolačići</string>
<!-- Category of trackers (cross-site tracking cookies) that can be blocked by Enhanced Tracking Protection -->
<string name="etp_cookies_title_2">Kolačići trećih strana</string>
<!-- Description of cross-site tracking cookies that can be blocked by Enhanced Tracking Protection -->
<string name="etp_cookies_description">Blokira kolačiće koje oglasne mreže i analitičke kompanije koriste kako bi prikupile podatke o vašem surfanju na mnogim web stranicama.</string>
<!-- Description of cross-site tracking cookies that can be blocked by Enhanced Tracking Protection -->
<string name="etp_cookies_description_2">Totalna zaštita od kolačića izolira kolačiće na web stranici na kojoj se nalazite tako da ih pratioci poput oglasnih mreža ne mogu koristiti da vas prate na svim web stranicama.</string>
<!-- Category of trackers (cryptominers) that can be blocked by Enhanced Tracking Protection -->
<string name="etp_cryptominers_title">Kriptomajneri</string>
<!-- Description of cryptominers that can be blocked by Enhanced Tracking Protection -->
@ -1421,6 +1632,19 @@
The first parameter is the app name -->
<string name="open_source_licenses_title">%s | OSS biblioteke</string>
<!-- Category of trackers (redirect trackers) that can be blocked by Enhanced Tracking Protection -->
<string name="etp_redirect_trackers_title">Preusmjerite pratioce</string>
<!-- Description of redirect tracker cookies that can be blocked by Enhanced Tracking Protection -->
<string name="etp_redirect_trackers_description">Briše kolačiće postavljene preusmjeravanjem na poznate web stranice za praćenje.</string>
<!-- Description of the SmartBlock Enhanced Tracking Protection feature. The * symbol is intentionally hardcoded here,
as we use it on the UI to indicate which trackers have been partially unblocked. -->
<string name="preference_etp_smartblock_description">Neki pratioci označeni u nastavku su djelimično deblokirani na ovoj stranici jer ste bili u interakciji s njima *.</string>
<!-- Text displayed that links to website about enhanced tracking protection SmartBlock -->
<string name="preference_etp_smartblock_learn_more">Saznajte više</string>
<!-- Content description (not visible, for screen readers etc.):
Enhanced tracking protection exception preference icon for ETP settings. -->
<string name="preference_etp_exceptions_icon_description">Ikona preferencije izuzetaka poboljšane zaštite od praćenja</string>
<!-- About page link text to open support link -->
<string name="about_support">Podrška</string>
<!-- About page link text to list of past crashes (like about:crashes on desktop) -->
@ -1460,6 +1684,9 @@
<!-- Placeholder text for the TextView in the Add to Homescreen dialog -->
<string name="add_to_homescreen_text_placeholder">Naziv prečice</string>
<!-- Describes the add to homescreen functionality -->
<string name="add_to_homescreen_description_2">Ovu web stranicu možete lahko dodati na Početni ekran uređaja za brz pristup istoj i da surfate brže s iskustvom sličnom aplikaciji.</string>
<!-- Preference for managing the settings for logins and passwords in Fenix -->
<string name="preferences_passwords_logins_and_passwords">Prijave i lozinke</string>
<!-- Preference for managing the saving of logins and passwords in Fenix -->
@ -1469,8 +1696,21 @@
<!-- Preference option for never saving passwords in Fenix -->
<string name="preferences_passwords_save_logins_never_save">Ne spašavaj nikad</string>
<!-- Preference for autofilling saved logins in Firefox (in web content), %1$s will be replaced with the app name -->
<string name="preferences_passwords_autofill2">Automatski ispuni u %1$su</string>
<!-- Description for the preference for autofilling saved logins in Firefox (in web content), %1$s will be replaced with the app name -->
<string name="preferences_passwords_autofill_description">Popunite i sačuvajte korisnička imena i lozinke na web stranicama dok koristite %1$s.</string>
<!-- Preference for autofilling logins from Fenix in other apps (e.g. autofilling the Twitter app) -->
<string name="preferences_android_autofill">Automatski ispuni u drugim aplikacijama</string>
<!-- Description for the preference for autofilling logins from Fenix in other apps (e.g. autofilling the Twitter app) -->
<string name="preferences_android_autofill_description">Unesite korisnička imena i lozinke u druge aplikacije na svom uređaju.</string>
<!-- Preference option for adding a login -->
<string name="preferences_logins_add_login">Dodaj prijavu</string>
<!-- Preference for syncing saved logins in Fenix -->
<string name="preferences_passwords_sync_logins">Sinkroniziraj prijave</string>
<!-- Preference for syncing saved logins in Fenix, when not signed in-->
<string name="preferences_passwords_sync_logins_across_devices">Sinhronizirajte prijave na svim uređajima</string>
<!-- Preference to access list of saved logins -->
<string name="preferences_passwords_saved_logins">Spašene prijave</string>
<!-- Description of empty list of saved passwords. Placeholder is replaced with app name. -->
@ -1500,8 +1740,14 @@
<string name="logins_username_copied">Korisničko ime kopirano u clipboard</string>
<!-- Content Description (for screenreaders etc) read for the button to copy a password in logins-->
<string name="saved_logins_copy_password">Kopiraj lozinku</string>
<!-- Content Description (for screenreaders etc) read for the button to clear a password while editing a login-->
<string name="saved_logins_clear_password">Očisti lozinku</string>
<!-- Content Description (for screenreaders etc) read for the button to copy a username in logins -->
<string name="saved_login_copy_username">Kopiraj korisničko ime</string>
<!-- Content Description (for screenreaders etc) read for the button to clear a username while editing a login -->
<string name="saved_login_clear_username">Očisti korisničko ime</string>
<!-- Content Description (for screenreaders etc) read for the button to clear the hostname field while creating a login -->
<string name="saved_login_clear_hostname">Očisti ime hosta</string>
<!-- Content Description (for screenreaders etc) read for the button to open a site in logins -->
<string name="saved_login_open_site">Otvori stranicu u browseru</string>
<!-- Content Description (for screenreaders etc) read for the button to reveal a password in logins -->
@ -1532,8 +1778,133 @@
<!-- Content description (not visible, for screen readers etc.): Sort saved logins dropdown menu chevron icon -->
<string name="saved_logins_menu_dropdown_chevron_icon_content_description">Sortiraj meni prijava</string>
<!-- Autofill -->
<!-- Preference and title for managing the autofill settings -->
<string name="preferences_autofill">Automatsko popunjavanje</string>
<!-- Preference and title for managing the settings for addresses -->
<string name="preferences_addresses">Adrese</string>
<!-- Preference and title for managing the settings for credit cards -->
<string name="preferences_credit_cards">Kreditne kartice</string>
<!-- Preference for saving and autofilling credit cards -->
<string name="preferences_credit_cards_save_and_autofill_cards">Sačuvajte i automatski popunjavajte kartice</string>
<!-- Preference summary for saving and autofilling credit card data -->
<string name="preferences_credit_cards_save_and_autofill_cards_summary">Podaci su šifrovani</string>
<!-- Preference option for syncing credit cards across devices. This is displayed when the user is not signed into sync -->
<string name="preferences_credit_cards_sync_cards_across_devices">Sinhronizujte kartice na svim uređajima</string>
<!-- Preference option for syncing credit cards across devices. This is displayed when the user is signed into sync -->
<string name="preferences_credit_cards_sync_cards">Sinhronizuj kartice</string>
<!-- Preference option for adding a credit card -->
<string name="preferences_credit_cards_add_credit_card">Dodaj kreditnu karticu</string>
<!-- Preference option for managing saved credit cards -->
<string name="preferences_credit_cards_manage_saved_cards">Upravljaj sačuvanim karticama</string>
<!-- Preference option for adding an address -->
<string name="preferences_addresses_add_address">Dodaj adresu</string>
<!-- Preference option for managing saved addresses -->
<string name="preferences_addresses_manage_addresses">Upravljaj adresama</string>
<!-- Preference for saving and autofilling addresses -->
<string name="preferences_addresses_save_and_autofill_addresses">Sačuvajte i automatski popunjavajte adrese</string>
<!-- Preference summary for saving and autofilling address data -->
<string name="preferences_addresses_save_and_autofill_addresses_summary">Uključite informacije kao što su brojevi, e-mail i adrese za dostavu</string>
<!-- Title of the "Add card" screen -->
<string name="credit_cards_add_card">Dodaj karticu</string>
<!-- Title of the "Edit card" screen -->
<string name="credit_cards_edit_card">Uredi karticu</string>
<!-- The header for the card number of a credit card -->
<string name="credit_cards_card_number">Broj kartice</string>
<!-- The header for the expiration date of a credit card -->
<string name="credit_cards_expiration_date">Datum isteka</string>
<!-- The label for the expiration date month of a credit card to be used by a11y services-->
<string name="credit_cards_expiration_date_month">Mjesec isteka</string>
<!-- The label for the expiration date year of a credit card to be used by a11y services-->
<string name="credit_cards_expiration_date_year">Godina isteka</string>
<!-- The header for the name on the credit card -->
<string name="credit_cards_name_on_card">Ime na kartici</string>
<!-- The text for the "Delete card" menu item for deleting a credit card -->
<string name="credit_cards_menu_delete_card">Izbriši karticu</string>
<!-- The text for the "Delete card" button for deleting a credit card -->
<string name="credit_cards_delete_card_button">Izbriši karticu</string>
<!-- The text for the confirmation message of "Delete card" dialog -->
<string name="credit_cards_delete_dialog_confirmation">Jeste li sigurni da želite izbrisati ovu kreditnu karticu?</string>
<!-- The text for the positive button on "Delete card" dialog -->
<string name="credit_cards_delete_dialog_button">Izbriši</string>
<!-- The title for the "Save" menu item for saving a credit card -->
<string name="credit_cards_menu_save">Sačuvaj</string>
<!-- The text for the "Save" button for saving a credit card -->
<string name="credit_cards_save_button">Sačuvaj</string>
<!-- The text for the "Cancel" button for cancelling adding, updating or deleting a credit card -->
<string name="credit_cards_cancel_button">Otkaži</string>
<!-- Title of the "Saved cards" screen -->
<string name="credit_cards_saved_cards">Sačuvane kartice</string>
<!-- Error message for credit card number validation -->
<string name="credit_cards_number_validation_error_message">Unesite važeći broj kreditne kartice</string>
<!-- Error message for credit card name on card validation -->
<string name="credit_cards_name_on_card_validation_error_message">Molimo popunite ovo polje</string>
<!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their saved credit cards -->
<string name="credit_cards_biometric_prompt_message">Otključajte da vidite svoje sačuvane kartice</string>
<!-- Title of warning dialog if users have no device authentication set up -->
<string name="credit_cards_warning_dialog_title">Osigurajte svoje kreditne kartice</string>
<!-- Message of warning dialog if users have no device authentication set up -->
<string name="credit_cards_warning_dialog_message">Postavite obrazac za zaključavanje uređaja, PIN ili lozinku da zaštitite svoje sačuvane kreditne kartice od pristupa ako neko drugi ima vaš uređaj.</string>
<!-- Positive button to send users to set up a pin of warning dialog if users have no device authentication set up -->
<string name="credit_cards_warning_dialog_set_up_now">Podesi odmah</string>
<!-- Negative button to ignore warning dialog if users have no device authentication set up -->
<string name="credit_cards_warning_dialog_later">Kasnije</string>
<!-- Title of PIN verification dialog to direct users to re-enter their device credentials to access their credit cards -->
<string name="credit_cards_biometric_prompt_message_pin">Otključajte svoj uređaj</string>
<!-- Message displayed in biometric prompt for authentication, before allowing users to use their stored credit card information -->
<string name="credit_cards_biometric_prompt_unlock_message">Otključajte za korištenje sačuvanih podataka o kreditnoj kartici</string>
<!-- Title of the "Add address" screen -->
<string name="addresses_add_address">Dodaj adresu</string>
<!-- Title of the "Edit address" screen -->
<string name="addresses_edit_address">Uredi adresu</string>
<!-- Title of the "Manage addresses" screen -->
<string name="addresses_manage_addresses">Upravljaj adresama</string>
<!-- The header for the first name of an address -->
<string name="addresses_first_name">Ime</string>
<!-- The header for the middle name of an address -->
<string name="addresses_middle_name">Srednje ime</string>
<!-- The header for the last name of an address -->
<string name="addresses_last_name">Prezime</string>
<!-- The header for the street address of an address -->
<string name="addresses_street_address">Adresa</string>
<!-- The header for the city of an address -->
<string name="addresses_city">Grad</string>
<!-- The header for the subregion of an address when "state" should be used -->
<string name="addresses_state">Država</string>
<!-- The header for the subregion of an address when "province" should be used -->
<string name="addresses_province">Provincija</string>
<!-- The header for the zip code of an address -->
<string name="addresses_zip">Poštanski broj</string>
<!-- The header for the country or region of an address -->
<string name="addresses_country">Država ili regija</string>
<!-- The header for the phone number of an address -->
<string name="addresses_phone">Telefon</string>
<!-- The header for the email of an address -->
<string name="addresses_email">Email</string>
<!-- The text for the "Save" button for saving an address -->
<string name="addresses_save_button">Sačuvaj</string>
<!-- The text for the "Cancel" button for cancelling adding, updating or deleting an address -->
<string name="addresses_cancel_button">Otkaži</string>
<!-- The text for the "Delete address" button for deleting an address -->
<string name="addressess_delete_address_button">Izbriši adresu</string>
<!-- The title for the "Delete address" confirmation dialog -->
<string name="addressess_confirm_dialog_message">Jeste li sigurni da želite izbrisati ovu adresu?</string>
<!-- The text for the positive button on "Delete address" dialog -->
<string name="addressess_confirm_dialog_ok_button">Izbriši</string>
<!-- The text for the negative button on "Delete address" dialog -->
<string name="addressess_confirm_dialog_cancel_button">Otkaži</string>
<!-- The text for the "Save address" menu item for saving an address -->
<string name="address_menu_save_address">Sačuvaj adresu</string>
<!-- The text for the "Delete address" menu item for deleting an address -->
<string name="address_menu_delete_address">Izbriši adresu</string>
<!-- Title of the Add search engine screen -->
<string name="search_engine_add_custom_search_engine_title">Dodaj pretraživač</string>
<!-- Content description (not visible, for screen readers etc.): Title for the button that navigates to add new engine screen -->
<string name="search_engine_add_custom_search_engine_button_content_description">Dodaj novi pretraživač</string>
<!-- Title of the Edit search engine screen -->
<string name="search_engine_edit_custom_search_engine_title">Uredi pretraživač</string>
<!-- Content description (not visible, for screen readers etc.): Title for the button to add a search engine in the action bar -->
@ -1547,16 +1918,33 @@
<!-- Text for the button to create a custom search engine on the Add search engine screen -->
<string name="search_add_custom_engine_label_other" moz:RemovedIn="120" tools:ignore="UnusedResources">Ostalo</string>
<!-- Label for the TextField in which user enters custom search engine name -->
<string name="search_add_custom_engine_name_label">Naziv</string>
<!-- Placeholder text shown in the Search Engine Name TextField before a user enters text -->
<string name="search_add_custom_engine_name_hint" moz:RemovedIn="120" tools:ignore="UnusedResources">Naziv</string>
<!-- Placeholder text shown in the Search Engine Name text field before a user enters text -->
<string name="search_add_custom_engine_name_hint_2">Naziv pretraživača</string>
<!-- Label for the TextField in which user enters custom search engine URL -->
<string name="search_add_custom_engine_url_label">URL pojma za pretraživanje</string>
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint" moz:RemovedIn="120" tools:ignore="UnusedResources">Tekst za pretragu</string>
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL koji će se koristiti za pretraživanje</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_search_string_example" formatted="false">Zamijenite izraz sa “%s”. Primjer:\nhttps://www.google.ba/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalji korisnički podešenog pretraživača</string>
<!-- Label for the TextField in which user enters custom search engine suggestion URL -->
<string name="search_add_custom_engine_suggest_url_label">API za prijedloge za pretraživanje (opcionalno)</string>
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL API prijedloga za pretraživanje</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Zamijenite upit sa “%s”. Primjer:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Sačuvaj</string>
<!-- Text shown when a user leaves the name field empty -->
<string name="search_add_custom_engine_error_empty_name">Unesite naziv pretraživača</string>
<!-- Text shown when a user leaves the search string field empty -->
@ -1581,6 +1969,14 @@
<!-- Third step for the allowing a permission (Fore example: Camera) -->
<string name="phone_feature_blocked_step_feature"><![CDATA[3. Podesite <b>%1$s</b> na ON]]></string>
<!-- Label that indicates a site is using a secure connection -->
<string name="quick_settings_sheet_secure_connection_2">Veza je sigurna</string>
<!-- Label that indicates a site is using a insecure connection -->
<string name="quick_settings_sheet_insecure_connection_2">Veza nije sigurna</string>
<!-- Label to clear site data -->
<string name="clear_site_data">Izbrišite kolačiće i podatke o web stranici</string>
<!-- Confirmation message for a dialog confirming if the user wants to delete all data for current site -->
<string name="confirm_clear_site_data"><![CDATA[Jeste li sigurni da želite izbrisati sve kolačiće i podatke za web stranicu <b>%s</b>?]]></string>
<!-- Confirmation message for a dialog confirming if the user wants to delete all the permissions for all sites-->
<string name="confirm_clear_permissions_on_all_sites">Da li ste sigurni da želite obrisati sve dozvole za sve stranice?</string>
<!-- Confirmation message for a dialog confirming if the user wants to delete all the permissions for a site-->
@ -1591,6 +1987,10 @@
<string name="no_site_exceptions">Nema izuzetaka stranice</string>
<!-- Bookmark deletion confirmation -->
<string name="bookmark_deletion_confirmation">Da li ste sigurni da želite obrisati ovu zabilješku?</string>
<!-- Browser menu button that adds a shortcut to the home fragment -->
<string name="browser_menu_add_to_shortcuts">Dodaj u prečice</string>
<!-- Browser menu button that removes a shortcut from the home fragment -->
<string name="browser_menu_remove_from_shortcuts">Ukloni iz prečica</string>
<!-- text shown before the issuer name to indicate who its verified by, parameter is the name of
the certificate authority that verified the ticket-->
<string name="certificate_info_verified_by">Verifikovao: %1$s</string>
@ -1602,6 +2002,8 @@
<string name="login_deletion_confirmation">Da li ste sigurni da želite obrisati ovu prijavu?</string>
<!-- Positive action of a dialog asking to delete -->
<string name="dialog_delete_positive">Obriši</string>
<!-- Negative action of a dialog asking to delete login -->
<string name="dialog_delete_negative">Otkaži</string>
<!-- The saved login options menu description. -->
<string name="login_options_menu">Opcije prijave</string>
<!-- The editable text field for a login's web address. -->
@ -1615,8 +2017,14 @@
<!-- The page title for editing a saved login. -->
<string name="edit">Uredi</string>
<!-- The page title for adding new login. -->
<string name="add_login">Dodaj novu prijavu</string>
<!-- The error message in add/edit login view when password field is blank. -->
<string name="saved_login_password_required">Potrebna lozinka</string>
<!-- The error message in add login view when username field is blank. -->
<string name="saved_login_username_required">Korisničko ime je obavezno</string>
<!-- The error message in add login view when hostname field is blank. -->
<string name="saved_login_hostname_required" tools:ignore="UnusedResources">Ime hosta je obavezno</string>
<!-- Voice search button content description -->
<string name="voice_search_content_description">Glasovna pretraga</string>
<!-- Voice search prompt description displayed after the user presses the voice search button -->
@ -1624,6 +2032,13 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Prijava sa tim korisničkim imenom već postoji</string>
<!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
<string name="add_login_hostname_hint_text">https://www.example.com</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
<string name="add_login_hostname_invalid_text_3">Web adresa mora sadržavati &quot;https://&quot; ili &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Važeće ime hosta je obavezno</string>
<!-- Synced Tabs -->
<!-- Text displayed to ask user to connect another device as no devices found with account -->
<string name="synced_tabs_connect_another_device">Povežite drugi uređaj</string>
@ -1641,10 +2056,120 @@
<!-- The text displayed when a synced device has no tabs to show in the list of Synced Tabs. -->
<string name="synced_tabs_no_open_tabs">Nema otvorenih tabova</string>
<!-- Content description for expanding a group of synced tabs. -->
<string name="synced_tabs_expand_group">Proširi grupu sinhronizovanih tabova</string>
<!-- Content description for collapsing a group of synced tabs. -->
<string name="synced_tabs_collapse_group">Sažmi grupu sinhroniziranih tabova</string>
<!-- Top Sites -->
<!-- Title text displayed in the dialog when shortcuts limit is reached. -->
<string name="shortcut_max_limit_title">Dostignuto je ograničenje prečice</string>
<!-- Content description text displayed in the dialog when shortcut limit is reached. -->
<string name="shortcut_max_limit_content">Da dodate novu prečicu, uklonite jednu. Dodirnite i držite stranicu i odaberite ukloni.</string>
<!-- Confirmation dialog button text when top sites limit is reached. -->
<string name="top_sites_max_limit_confirmation_button">OK, razumijem</string>
<!-- Label for the preference to show the shortcuts for the most visited top sites on the homepage -->
<string name="top_sites_toggle_top_recent_sites_4">Prečice</string>
<!-- Title text displayed in the rename top site dialog. -->
<string name="top_sites_rename_dialog_title">Naziv</string>
<!-- Hint for renaming title of a shortcut -->
<string name="shortcut_name_hint">Naziv prečice</string>
<!-- Button caption to confirm the renaming of the top site. -->
<string name="top_sites_rename_dialog_ok">OK</string>
<!-- Dialog button text for canceling the rename top site prompt. -->
<string name="top_sites_rename_dialog_cancel">Otkaži</string>
<!-- Text for the menu button to open the homepage settings. -->
<string name="top_sites_menu_settings">Postavke</string>
<!-- Text for the menu button to navigate to sponsors and privacy support articles. '&amp;' is replaced with the ampersand symbol: & -->
<string name="top_sites_menu_sponsor_privacy">Naši sponzori i vaša privatnost</string>
<!-- Label text displayed for a sponsored top site. -->
<string name="top_sites_sponsored_label">Sponzorisano</string>
<!-- Inactive tabs in the tabs tray -->
<!-- Title text displayed in the tabs tray when a tab has been unused for 14 days. -->
<string name="inactive_tabs_title">Neaktivni tabovi</string>
<!-- Content description for closing all inactive tabs -->
<string name="inactive_tabs_delete_all">Zatvori sve neaktivne tabove</string>
<!-- Content description for expanding the inactive tabs section. -->
<string name="inactive_tabs_expand_content_description">Proširi neaktivne tabove</string>
<!-- Content description for collapsing the inactive tabs section. -->
<string name="inactive_tabs_collapse_content_description">Sažmi neaktivne tabove</string>
<!-- Inactive tabs auto-close message in the tabs tray -->
<!-- The header text of the auto-close message when the user is asked if they want to turn on the auto-closing of inactive tabs. -->
<string name="inactive_tabs_auto_close_message_header" tools:ignore="UnusedResources">Automatsko zatvaranje nakon mjesec dana?</string>
<!-- A description below the header to notify the user what the inactive tabs auto-close feature is. -->
<string name="inactive_tabs_auto_close_message_description" tools:ignore="UnusedResources">Firefox može zatvoriti tabove koje niste pogledali u proteklom mjesecu.</string>
<!-- A call to action below the description to allow the user to turn on the auto closing of inactive tabs. -->
<string name="inactive_tabs_auto_close_message_action" tools:ignore="UnusedResources">UKLJUČI AUTOMATSKO ZATVARANJE</string>
<!-- Text for the snackbar to confirm auto-close is enabled for inactive tabs -->
<string name="inactive_tabs_auto_close_message_snackbar">Automatsko zatvaranje omogućeno</string>
<!-- Awesome bar suggestion's headers -->
<!-- Search suggestions title for Firefox Suggest. -->
<string name="firefox_suggest_header">Firefox prijedlozi</string>
<!-- Title for search suggestions when Google is the default search suggestion engine. -->
<string name="google_search_engine_suggestion_header">Google pretraga</string>
<!-- Title for search suggestions when the default search suggestion engine is anything other than Google. The first parameter is default search engine name. -->
<string name="other_default_search_engine_suggestion_header">%s pretraga</string>
<!-- Default browser experiment -->
<string name="default_browser_experiment_card_text">Postavi automatsko otvaranje linkova web stranica, e-maila i poruka u Firefoxu.</string>
<!-- Content description for close button in collection placeholder. -->
<string name="remove_home_collection_placeholder_content_description">Ukloni</string>
<!-- Content description radio buttons with a link to more information -->
<string name="radio_preference_info_content_description">Kliknite za više detalja</string>
<!-- Content description for the action bar "up" button -->
<string name="action_bar_up_description">Idi prema gore</string>
<!-- Content description for privacy content close button -->
<string name="privacy_content_close_button_content_description">Zatvori</string>
<!-- Pocket recommended stories -->
<!-- Header text for a section on the home screen. -->
<string name="pocket_stories_header_1">Priče koje podstiču na razmišljanje</string>
<!-- Header text for a section on the home screen. -->
<string name="pocket_stories_categories_header">Priče po temama</string>
<!-- Text of a button allowing users to access an external url for more Pocket recommendations. -->
<string name="pocket_stories_placeholder_text">Istražite više</string>
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
<string name="pocket_stories_feature_title_2">Pokreće %s.</string>
<!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
<string name="pocket_stories_feature_caption">Dio porodice Firefox. %s</string>
<!-- Clickable text for opening an external link for more information about Pocket. -->
<string name="pocket_stories_feature_learn_more">Saznajte više</string>
<!-- Text indicating that the Pocket story that also displays this text is a sponsored story by other 3rd party entity. -->
<string name="pocket_stories_sponsor_indication">Sponzorisano</string>
<!-- Snackbar message for enrolling in a Nimbus experiment from the secret settings when Studies preference is Off.-->
<string name="experiments_snackbar">Omogućite telemetriju za slanje podataka.</string>
<!-- Snackbar button text to navigate to telemetry settings.-->
<string name="experiments_snackbar_button">Idi na postavke</string>
<!-- Review quality check feature-->
<!-- Name for the review quality check feature used as title for the panel. -->
<string name="review_quality_check_feature_name" moz:RemovedIn="120" tools:ignore="UnusedResources">Provjera recenzije</string>
<!-- Name for the review quality check feature used as title for the panel. -->
<string name="review_quality_check_feature_name_2">Provjera recenzije</string>
<!-- Summary for grades A and B for review quality check adjusted grading. -->
<string name="review_quality_check_grade_a_b_description">Pouzdane recenzije</string>
<!-- Summary for grade C for review quality check adjusted grading. -->
<string name="review_quality_check_grade_c_description">Kombinacija pouzdanih i nepouzdanih recenzija</string>
<!-- Summary for grades D and F for review quality check adjusted grading. -->
<string name="review_quality_check_grade_d_f_description">Nepouzdane recenzije</string>
<!-- Text for title presenting the reliability of a product's reviews. -->
<string name="review_quality_check_grade_title">Koliko su ove recenzije pouzdane?</string>
<!-- Title for when the rating has been updated by the review checker -->
<string name="review_quality_check_adjusted_rating_title">Prilagođena ocjena</string>
<!-- Description for a product's adjusted star rating. The text presents that the product's reviews which were evaluated as unreliable were removed from the adjusted rating. -->
<string name="review_quality_check_adjusted_rating_description">Nepouzdane recenzije su uklonjene</string>
<!-- Title for list of highlights from a product's review emphasizing a product's important traits. -->
<string name="review_quality_check_highlights_title">Izdvajamo iz nedavnih recenzija</string>
<!-- Title for section explaining how we analyze the reliability of a product's reviews. -->
<string name="review_quality_check_explanation_title">Kako utvrđujemo kvalitet recenzija</string>
</resources>

@ -68,6 +68,24 @@
<string name="private_browsing_placeholder_description_2">%1$s nuyüj ri akanoxik chuqa\' runatab\'al awokem pa k\'amaya\'l toq yatel pa ri chokoy o ri ichinan taq wi\'. Estape\' re re\' man yatrewaj ta pan ajk\'amaya\'l o chuwäch ri niya\'on ak\'amaya\'l, yatruto\' richin nichinäx ronojel ri nab\'än pan k\'amab\'ey chuwäch jun chik winäq nrokisaj ri awokisab\'al.</string>
<string name="private_browsing_common_myths">Ch\'ob\'on taq tzij chi rij ri ichinan okem pa k\'amaya\'l</string>
<!-- True Private Browsing Mode -->
<!-- Title for info card on private homescreen in True Private Browsing Mode. -->
<string name="felt_privacy_desc_card_title">Man taya\' kan awetal pa re okisaxel re\'</string>
<!-- Explanation for private browsing displayed to users on home view when they first enable
private mode in our new Total Private Browsing mode.
The first parameter is the name of the app defined in app_name (for example: Firefox Nightly)
The second parameter is the clickable link text in felt_privacy_info_card_subtitle_link_text -->
<string name="felt_privacy_info_card_subtitle" moz:removedIn="120" tools:ignore="UnusedResources">%1$s yeruyüj ri taq acookie, natab\'äl chuqa\' taq rutzij ruxaq k\'amaya\'l toq ye\'atz\'apij ronojel ri ichinan taq atzuwäch. %2$s</string>
<!-- Explanation for private browsing displayed to users on home view when they first enable
private mode in our new Total Private Browsing mode.
The first parameter is the name of the app defined in app_name (for example: Firefox Nightly)
The second parameter is the clickable link text in felt_privacy_info_card_subtitle_link_text -->
<string name="felt_privacy_info_card_subtitle_2">%1$s yeruyüj ri taq acookie, natab\'äl chuqa\' taq rutzij ruxaq k\'amaya\'l toq ye\'atz\'apij ronojel ri ichinan taq awi\'. %2$s</string>
<!-- Clickable portion of the explanation for private browsing that links the user to our
about privacy page.
This string is used in felt_privacy_info_card_subtitle as the second parameter.-->
<string name="felt_privacy_info_card_subtitle_link_text">¿Achike taq k\'a nitz\'eton ri nasamajij?</string>
<!-- Private mode shortcut "contextual feature recommendation" (CFR) -->
<!-- Text for the Private mode shortcut CFR message for adding a private mode shortcut to open private tabs from the Home screen -->
<string name="private_mode_cfr_message_2">Tijaq ri jun chik awichinan ruwi\' rik\'in xa jun xak.</string>
@ -91,6 +109,11 @@
<!-- Text displayed that links to website containing documentation about the "Total cookie protection" feature. -->
<string name="tcp_cfr_learn_more">Tetamäx ch\'aqa\' chik chi rij ri Kichajixik Chi Jun Kuki</string>
<!-- Private browsing erase action "contextual feature recommendation" (CFR) -->
<!-- Text for the message displayed in the contextual feature recommendation popup promoting the erase private browsing feature. -->
<string name="erase_action_cfr_message">Tapitz\'a\' wawe\' richin natikirisaj jun k\'ak\'a\' ichinan moloj. Ke\'ayuju\' ri anatab\'al, taq acookie — ronojel.</string>
<!-- Text for the info dialog when camera permissions have been denied but user tries to access a camera feature. -->
<string name="camera_permissions_needed_message">Najowäx okem pa elesäy wachib\'äl. Jät pa runuk\'ulem Android, tachapa\' pa ya\'oj q\'ij k\'a ri\' pa tiya\' q\'ij.</string>
<!-- Text for the positive action button to go to Android Settings to grant permissions. -->
@ -187,6 +210,8 @@
<string name="browser_menu_library">Wujb\'äl</string>
<!-- Browser menu toggle that requests a desktop site -->
<string name="browser_menu_desktop_site">Ruxaq ch\'atal</string>
<!-- Browser menu button that reopens a private tab as a regular tab -->
<string name="browser_menu_open_in_regular_tab">Tijaq pa jun choj ruwi\'</string>
<!-- Browser menu toggle that adds a shortcut to the site on the device home screen. -->
<string name="browser_menu_add_to_homescreen">Titz\'aqatisäx pa ri Rutikirib\'al ruwa</string>
<!-- Browser menu toggle that installs a Progressive Web App shortcut to the site on the device home screen. -->
@ -230,6 +255,9 @@
<!-- Content description for the Home screen button on the browser toolbar -->
<string name="browser_toolbar_home">Rutikirib\'al ruwäch</string>
<!-- Content description (not visible, for screen readers etc.): Erase button: Erase the browsing
history and go back to the home screen. -->
<string name="browser_toolbar_erase">Tiyuj runatab\'al okem pa k\'amaya\'l</string>
<!-- Locale Settings Fragment -->
<!-- Content description for tick mark on selected language -->
<string name="a11y_selected_locale_content_description">Xcha\' ch\'ab\'äl</string>
@ -242,7 +270,7 @@
<!-- Button in the search view that lets a user search by scanning a QR code -->
<string name="search_scan_button">Tiwachib\'ëx</string>
<!-- Button in the search view that lets a user change their search engine -->
<string name="search_engine_button">Kanob\'äl</string>
<string name="search_engine_button" moz:RemovedIn="121" tools:ignore="UnusedResources">Kanob\'äl</string>
<!-- Button in the search view when shortcuts are displayed that takes a user to the search engine settings -->
<string name="search_shortcuts_engine_settings">Runuk\'ulem kanob\'äl</string>
<!-- Button in the search view that lets a user navigate to the site in their clipboard -->
@ -257,7 +285,7 @@
<!-- Search suggestion onboarding hint description text, first parameter is the name of the app defined in app_name (for example: Fenix)-->
<string name="search_suggestions_onboarding_text">%s xtukomonij ronojel ri xtatz\'ib\'aj pa ri kikajtz\'ik taq ochochib\'äl rik\'in ri akanob\'al k\'o wi.</string>
<!-- Search engine suggestion title text. The first parameter is the name of teh suggested engine-->
<!-- Search engine suggestion title text. The first parameter is the name of the suggested engine-->
<string name="search_engine_suggestions_title">Tikanöx %s</string>
<!-- Search engine suggestion description text -->
@ -268,6 +296,9 @@
<!-- Header text for the search selector menu -->
<string name="search_header_menu_item_2">Wakami tikanöx pa:</string>
<!-- Content description (not visible, for screen readers etc.): Search engine icon. The first parameter is the search engine name (for example: DuckDuckGo). -->
<string name="search_engine_icon_content_description" tools:ignore="UnusedResources">%s okik\'amaya\'l</string>
<!-- Home onboarding -->
<!-- Onboarding home screen popup dialog, shown on top of the Jump back in section. -->
<string name="onboarding_home_screen_jump_back_contextual_hint_2">Tawetamaj ruwäch ri ichinan ruxaq tikirib\'äl. Ri k\'ak\'a\' taq ruwi\', taq yaketal chuqa\' retal taq kanoxïk wawe\' xkeq\'alajin.</string>
@ -303,38 +334,51 @@
<!-- Text for the button to not request notification permission on the device and dismiss the dialog -->
<string name="onboarding_home_enable_notifications_negative_button">Wakami mani</string>
<!-- Juno first user onboarding flow experiment -->
<!-- Title for set firefox as default browser screen.
The first parameter is the name of the app defined in app_name (for example: Fenix) -->
<string name="juno_onboarding_default_browser_title">Tab\'ana\' chi ri %s tok jeb\'ël awokik\'amaya\'l</string>
<!-- Juno first user onboarding flow experiment, strings are marked unused as they are only referenced by Nimbus experiments. -->
<!-- Title for set firefox as default browser screen used by Nimbus experiments. Nimbus experiments do not support string placeholders.
Note: The word "Firefox" should NOT be translated -->
<string name="juno_onboarding_default_browser_title_nimbus" tools:ignore="UnusedResources">Tab\'ana\' chi ri Firefox tok jeb\'ël awokik\'amaya\'l</string>
<string name="juno_onboarding_default_browser_title_nimbus" moz:removedIn="120" tools:ignore="UnusedResources">Tab\'ana\' chi ri Firefox tok jeb\'ël awokik\'amaya\'l</string>
<!-- Title for set firefox as default browser screen used by Nimbus experiments. -->
<string name="juno_onboarding_default_browser_title_nimbus_2">Niqa chi qawäch chi atqajikib\'an</string>
<!-- Description for set firefox as default browser screen used by Nimbus experiments. Nimbus experiments do not support string placeholders.
Note: The word "Firefox" should NOT be translated -->
<string name="juno_onboarding_default_browser_description_nimbus" moz:removedIn="120" tools:ignore="UnusedResources">Firefox nuya\' kiq\'ij ri winaqi\' chuwäch ri ch\'akoj chuqa\' nuchajij ri awichinanem rik\'in yeruq\'ät ri taq ojqanela\' chi kikojol taq ruxaq k\'amaya\'l.\n\nCh\'aqa\' chik taq rutzijol pa ri rutzijol ichinanem.</string>
<!-- Text for the link to the privacy notice webpage for set as firefox default browser screen.
This is part of the string with the key "juno_onboarding_default_browser_description". -->
<string name="juno_onboarding_default_browser_description_link_text">ichinan na\'oj</string>
<string name="juno_onboarding_default_browser_description_link_text" tools:ignore="UnusedResources">ichinan na\'oj</string>
<!-- Text for the button to set firefox as default browser on the device -->
<string name="juno_onboarding_default_browser_positive_button">Tiya\' kan achi\'el kanob\'äl k\'o wi</string>
<string name="juno_onboarding_default_browser_positive_button" tools:ignore="UnusedResources">Tiya\' kan achi\'el kanob\'äl k\'o wi</string>
<!-- Text for the button dismiss the screen and move on with the flow -->
<string name="juno_onboarding_default_browser_negative_button">Wakami mani</string>
<string name="juno_onboarding_default_browser_negative_button" tools:ignore="UnusedResources">Wakami mani</string>
<!-- Title for sign in to sync screen. -->
<string name="juno_onboarding_sign_in_title">Tajala\' awoyonib\'al rik\'in akematz\'ib\' o pa k\'exoj</string>
<string name="juno_onboarding_sign_in_title" moz:removedIn="120" tools:ignore="UnusedResources">Tajala\' awoyonib\'al rik\'in akematz\'ib\' o pa k\'exoj</string>
<!-- Description for sign in to sync screen. -->
<string name="juno_onboarding_sign_in_description">Ke\'akolo\' ri taq ruwi\' o ewan taq tzij pa ri ch\'aqa\' chik taq awokisaxel richin nasamajij chik el akuchi\' xakanäj kan.</string>
<string name="juno_onboarding_sign_in_description" moz:removedIn="120" tools:ignore="UnusedResources">Ke\'akolo\' ri taq ruwi\' o ewan taq tzij pa ri ch\'aqa\' chik taq awokisaxel richin nasamajij chik el akuchi\' xakanäj kan.</string>
<!-- Text for the button to sign in to sync on the device -->
<string name="juno_onboarding_sign_in_positive_button">Titikirisäx molojri\'ïl</string>
<string name="juno_onboarding_sign_in_positive_button" tools:ignore="UnusedResources">Titikirisäx molojri\'ïl</string>
<!-- Text for the button dismiss the screen and move on with the flow -->
<string name="juno_onboarding_sign_in_negative_button">Wakami mani</string>
<!-- Title for enable notification permission screen.
The first parameter is the name of the app defined in app_name (for example: Fenix) -->
<string name="juno_onboarding_enable_notifications_title">Ri taq rutzijol yatkito\' richin nasamajij ch\'aqa\' chik pa %s</string>
<string name="juno_onboarding_sign_in_negative_button" tools:ignore="UnusedResources">Wakami mani</string>
<!-- Title for enable notification permission screen used by Nimbus experiments. Nimbus experiments do not support string placeholders.
Note: The word "Firefox" should NOT be translated -->
<string name="juno_onboarding_enable_notifications_title_nimbus" tools:ignore="UnusedResources">Ri taq rutzijol yatkito\' richin nasamajij ch\'aqa\' chik pa Firefox</string>
<string name="juno_onboarding_enable_notifications_title_nimbus" moz:removedIn="120" tools:ignore="UnusedResources">Ri taq rutzijol yatkito\' richin nasamajij ch\'aqa\' chik pa Firefox</string>
<!-- Title for enable notification permission screen used by Nimbus experiments. Nimbus experiments do not support string placeholders.
Note: The word "Firefox" should NOT be translated -->
<string name="juno_onboarding_enable_notifications_title_nimbus_2">Ri taq rutzijol yatkito\' yalan at jikil pa Firefox</string>
<!-- Text for the button to request notification permission on the device -->
<string name="juno_onboarding_enable_notifications_positive_button" tools:ignore="UnusedResources">Ketzij taq rutzijol</string>
<!-- Text for the button dismiss the screen and move on with the flow -->
<string name="juno_onboarding_enable_notifications_negative_button">Wakami mani</string>
<string name="juno_onboarding_enable_notifications_negative_button" tools:ignore="UnusedResources">Wakami mani</string>
<!-- Title for add search widget screen used by Nimbus experiments. Nimbus experiments do not support string placeholders.
Note: The word "Firefox" should NOT be translated -->
<string name="juno_onboarding_add_search_widget_title" tools:ignore="UnusedResources">Tatojtob\'ej ri ruwidget rukanob\'äl Firefox</string>
<!-- Text for the button to add search widget on the device used by Nimbus experiments. Nimbus experiments do not support string placeholders.
Note: The word "Firefox" should NOT be translated -->
<string name="juno_onboarding_add_search_widget_positive_button" tools:ignore="UnusedResources">Titz\'aqatisäx ruwidget Firefox</string>
<!-- Text for the button to dismiss the screen and move on with the flow -->
<string name="juno_onboarding_add_search_widget_negative_button" tools:ignore="UnusedResources">Wakami mani</string>
<!-- Search Widget -->
<!-- Content description for searching with a widget. The first parameter is the name of the application.-->
@ -355,12 +399,32 @@
<!-- Preference category for all links about Fenix -->
<string name="preferences_category_about">Tawetamaj qawäch</string>
<!-- Preference category for settings related to changing the default search engine -->
<string name="preferences_category_select_default_search_engine">Tacha\' jun</string>
<!-- Preference for settings related to managing search shortcuts for the quick search menu -->
<string name="preferences_manage_search_shortcuts" moz:removedIn="120" tools:ignore="UnusedResources">Ke\'asamajij taq ruq\'a\' kanoxïk</string>
<!-- Preference for settings related to managing search shortcuts for the quick search menu -->
<string name="preferences_manage_search_shortcuts_2">Ke\'asamajij cha\'el taq kanob\'äl</string>
<!-- Summary for preference for settings related to managing search shortcuts for the quick search menu -->
<string name="preferences_manage_search_shortcuts_summary">Kenuk\' tz\'etel taq kanob\'äl pa ruch\'a\'on samaj kanob\'äl</string>
<!-- Preference category for settings related to managing search shortcuts for the quick search menu -->
<string name="preferences_category_engines_in_search_menu">Tz\'etel taq kanob\'äl pa ri rucha\'on samaj kanob\'äl</string>
<!-- Preference for settings related to changing the default search engine -->
<string name="preferences_default_search_engine">Kanob\'äl k\'o wi</string>
<!-- Preference for settings related to Search -->
<string name="preferences_search">Tikanöx</string>
<!-- Preference for settings related to Search engines -->
<string name="preferences_search_engines">Ttaq kanob\'äl</string>
<!-- Preference for settings related to Search engines suggestions-->
<string name="preferences_search_engines_suggestions">Chilab\'en taq kanob\'äl</string>
<!-- Preference for settings related to Search address bar -->
<string name="preferences_search_address_bar">Kikajtz\'ik Ochochib\'äl</string>
<string name="preferences_search_address_bar" moz:removedIn="120" tools:ignore="UnusedResources">Kikajtz\'ik Ochochib\'äl</string>
<!-- Preference Category for settings related to Search address bar -->
<string name="preferences_settings_address_bar">Kajowab\'al kikajtz\'ik ochochib\'äl</string>
<!-- Preference Category for settings to Firefox Suggest -->
<string name="preference_search_address_bar_fx_suggest">Kikajtz\'ik ochochib\'äl - Ruchilab\'exik Firefox</string>
<!-- Preference link to Learn more about Firefox Suggest -->
<string name="preference_search_learn_about_fx_suggest">Tawetamaj ch\'aqa\' chik chi rij ri Firefox Suggest</string>
<!-- Preference link to rating Fenix on the Play Store -->
<string name="preferences_rate">Tiya\' rejqalem pa Google Play</string>
<!-- Preference linking to about page for Fenix
@ -391,49 +455,66 @@
<string name="preferences_https_only_title">HTTPS-Only B\'anikil</string>
<!-- Preference for removing cookie/consent banners from sites automatically. See reduce_cookie_banner_summary for additional context. -->
<string name="preferences_cookie_banner_reduction">Kech\'utinirisäx kitzijol kuki</string>
<string name="preferences_cookie_banner_reduction" moz:RemovedIn="121" tools:ignore="UnusedResources">Kech\'utinirisäx kitzijol kuki</string>
<!-- Label for cookie banner section in quick settings panel. -->
<string name="cookie_banner_blocker">Kiq\'atöy kitzijol cookie</string>
<!-- Preference for removing cookie/consent banners from sites automatically in private mode. See reduce_cookie_banner_summary for additional context. -->
<string name="preferences_cookie_banner_reduction_private_mode">Ruq\'atöy kitzijol taq cookie pan ichinan okem</string>
<!-- Preference for rejecting or removing as many cookie/consent banners as possible on sites. See reduce_cookie_banner_summary for additional context. -->
<string name="reduce_cookie_banner_option">Kech\'utinär ri taq kib\'aner koki</string>
<string name="reduce_cookie_banner_option" moz:RemovedIn="121" tools:ignore="UnusedResources">Kech\'utinär ri taq kib\'aner koki</string>
<!-- Summary of cookie banner handling preference if the setting disabled is set to off -->
<string name="reduce_cookie_banner_option_off">Tichup</string>
<string name="reduce_cookie_banner_option_off" moz:RemovedIn="121" tools:ignore="UnusedResources">Tichup</string>
<!-- Summary of cookie banner handling preference if the setting enabled is set to on -->
<string name="reduce_cookie_banner_option_on">Titzij</string>
<string name="reduce_cookie_banner_option_on" moz:RemovedIn="121" tools:ignore="UnusedResources">Titzij</string>
<!-- Summary for the preference for rejecting all cookies whenever possible. The first parameter is the application name -->
<string name="reduce_cookie_banner_summary_1">%1$s nutojtob\'ej yeruxutuj ruyonil ri kik\'utuxik kuki pa ri taq kinimawuj kuki.</string>
<string name="reduce_cookie_banner_summary_1" moz:RemovedIn="121" tools:ignore="UnusedResources">%1$s nutojtob\'ej yeruxutuj ruyonil ri kik\'utuxik kuki pa ri taq kinimawuj kuki.</string>
<!-- Text for indicating cookie banner handling is off this site, this is shown as part of the protections panel with the tracking protection toggle -->
<string name="reduce_cookie_banner_off_for_site">Chupül pa re ruxaq re\'</string>
<!-- Text for cancel button indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner details view. -->
<string name="cookie_banner_handling_details_site_is_not_supported_cancel_button">Tiq\'at</string>
<!-- Text for request support button indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner details view. -->
<string name="cookie_banner_handling_details_site_is_not_supported_request_support_button" moz:RemovedIn="115" tools:ignore="UnusedResources">Tik\'utüx to\'ïk</string>
<!-- Text for request support button indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner details view. -->
<string name="cookie_banner_handling_details_site_is_not_supported_request_support_button_2">Titaq k\'utuj</string>
<!-- Text for title indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner details view. -->
<string name="cookie_banner_handling_details_site_is_not_supported_title" moz:RemovedIn="114" tools:ignore="UnusedResources">Kech\'utinirisäx kitzijol kuki</string>
<string name="cookie_banner_handling_details_site_is_not_supported_title_2">¿Tik\'utüx to\'ïk richin re ruxaq re\'?</string>
<!-- Label for the snackBar, after the user reports with success a website where cookie banner reducer did not work -->
<string name="cookie_banner_handling_report_site_snack_bar_text_2">Xtaq k\'utuj</string>
<!-- Text for indicating cookie banner handling is on this site, this is shown as part of the protections panel with the tracking protection toggle -->
<string name="reduce_cookie_banner_on_for_site">Tzijïl pa re ruxaq re\'</string>
<!-- Text for indicating that a request for unsupported site was sent to Nimbus (it's a Mozilla library for experiments), this is shown as part of the protections panel with the tracking protection toggle -->
<string name="reduce_cookie_banner_unsupported_site_request_submitted_2">Xtaq ruk\'utuj to\'ïk</string>
<!-- Text for indicating cookie banner handling is currently not supported for this site, this is shown as part of the protections panel with the tracking protection toggle -->
<string name="reduce_cookie_banner_unsupported_site">Wakami man koch\'el ta re ruxaq re\'</string>
<!-- Title text for a detail explanation indicating cookie banner handling is on this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_on_for_site">¿La nitzij ri kich\'utinisaxik rutzijol kuki richin %1$s?</string>
<string name="reduce_cookie_banner_details_panel_title_on_for_site" moz:RemovedIn="121" tools:ignore="UnusedResources">¿La nitzij ri kich\'utinisaxik rutzijol kuki richin %1$s?</string>
<!-- Title text for a detail explanation indicating cookie banner handling is on this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_on_for_site_1">¿La nitzij ri kiq\'atik taq kitzijol cookie richin %1$s?</string>
<!-- Title text for a detail explanation indicating cookie banner handling is off this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_off_for_site">¿La nichup ri kich\'utinisaxik rutzijol kuki richin %1$s?</string>
<string name="reduce_cookie_banner_details_panel_title_off_for_site" moz:RemovedIn="121" tools:ignore="UnusedResources">¿La nichup ri kich\'utinisaxik rutzijol kuki richin %1$s?</string>
<!-- Title text for a detail explanation indicating cookie banner handling is off this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_off_for_site_1">¿La nichup ri ruq\'atoj kitzijol taq cookie richin %1$s?</string>
<!-- Title text for a detail explanation indicating cookie banner reducer didn't work for the current site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is the application name-->
<string name="reduce_cookie_banner_details_panel_title_unsupported_site_request_2"> Man yeruq\'ät ta ri %1$s pa ruyonil ri taq kik\'utuj taq cookie pa re ruxaq re\'. Yatikïr natäq un k\'utuj richin nito\' re ruxaq re\' ri chwa\'q kab\'ij.</string>
<!-- Long text for a detail explanation indicating what will happen if cookie banner handling is off for a site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is the application name -->
<string name="reduce_cookie_banner_details_panel_description_off_for_site">%1$s xkeruyüj ri taq rukuki re ruxaq chuqa\' xtuk\'ëx re ruxaq. Xkeruyüj ronojel ri taq kuki, nitikïr nutz\'apij ri molojri\'ïl o yerujäm ri taq ruch\'ich\' loq\'oj.</string>
<string name="reduce_cookie_banner_details_panel_description_off_for_site" moz:RemovedIn="121" tools:ignore="UnusedResources">%1$s xkeruyüj ri taq rukuki re ruxaq chuqa\' xtuk\'ëx re ruxaq. Xkeruyüj ronojel ri taq kuki, nitikïr nutz\'apij ri molojri\'ïl o yerujäm ri taq ruch\'ich\' loq\'oj.</string>
<!-- Long text for a detail explanation indicating what will happen if cookie banner handling is on for a site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is the application name -->
<string name="reduce_cookie_banner_details_panel_description_on_for_site_2">%1$s nitikïr nutojtob\'ej yeruxutuj pa ruyonil ronojel ri kik\'utuxik taq kuki pa koch\'el taq ruxaq.</string>
<string name="reduce_cookie_banner_details_panel_description_on_for_site_2" moz:RemovedIn="121" tools:ignore="UnusedResources">%1$s nitikïr nutojtob\'ej yeruxutuj pa ruyonil ronojel ri kik\'utuxik taq kuki pa koch\'el taq ruxaq.</string>
<!-- Title text for the cookie banner re-engagement dialog. The first parameter is the application name. -->
<string name="reduce_cookie_banner_dialog_title">¿La niya\' q\'ij chi %1$s yeruxutuj ri kik\'utuxik taq kuki? </string>
<string name="reduce_cookie_banner_dialog_title" moz:RemovedIn="121" tools:ignore="UnusedResources">¿La niya\' q\'ij chi %1$s yeruxutuj ri kik\'utuxik taq kuki? </string>
<!-- Body text for the cookie banner re-engagement dialog use. The first parameter is the application name. -->
<string name="reduce_cookie_banner_dialog_body">%1$s nitikïr yeruxutuj pa ruyonil k\'ïy kik\'utuxik taq kuki.</string>
<string name="reduce_cookie_banner_dialog_body" moz:RemovedIn="121" tools:ignore="UnusedResources">%1$s nitikïr yeruxutuj pa ruyonil k\'ïy kik\'utuxik taq kuki.</string>
<!-- Remind me later text button for the onboarding dialog -->
<string name="reduce_cookie_banner_dialog_not_now_button">Wakami mani</string>
<string name="reduce_cookie_banner_dialog_not_now_button" moz:RemovedIn="121" tools:ignore="UnusedResources">Wakami mani</string>
<!-- Snack text for the cookie banner dialog, after user hit the dismiss banner button -->
<string name="reduce_cookie_banner_dialog_snackbar_text">Xtatz\'ët jub\'a kik\'utuxik kuki</string>
<string name="reduce_cookie_banner_dialog_snackbar_text" moz:RemovedIn="121" tools:ignore="UnusedResources">Xtatz\'ët jub\'a kik\'utuxik kuki</string>
<!-- Change setting text button, for the cookie banner re-engagement dialog -->
<string name="reduce_cookie_banner_dialog_change_setting_button">Tiya\' q\'ij</string>
<string name="reduce_cookie_banner_dialog_change_setting_button" moz:RemovedIn="121" tools:ignore="UnusedResources">Tiya\' q\'ij</string>
<!--Title for the cookie banner re-engagement CFR, the placeholder is replaced with app name -->
<string name="cookie_banner_cfr_title">%1$s k\'a b\'a\' keruxutuj taq cookie</string>
<!--Message for the cookie banner re-engagement CFR -->
<string name="cookie_banner_cfr_message">Jub\'a\' nikik\'äm atzub\'al, jub\'a\' taq cookie ri yatkojqaj pa re ruxaq re\'.</string>
<!-- Summary of https only preference if https only is set to off -->
<string name="preferences_https_only_off">Tichup</string>
@ -454,11 +535,11 @@
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Okel</string>
<!-- Preference to override the Firefox Account server -->
<string name="preferences_override_fxa_server">Ichinan ruk\'u\'x rusamaj Firefox Account</string>
<string name="preferences_override_fxa_server" moz:RemovedIn="120" tools:ignore="UnusedResources">Ichinan ruk\'u\'x rusamaj Firefox Account</string>
<!-- Preference to override the Sync token server -->
<string name="preferences_override_sync_tokenserver">Ichinan ruk\'u\'x rusamaj Sync</string>
<!-- Toast shown after updating the FxA/Sync server override preferences -->
<string name="toast_override_fxa_sync_server_done">Xjal ruk\'u\'x kisamaj Firefox Account/Sync. Nitz\'apïx chokoy richin yesamajïx ri taq jaloj…</string>
<string name="toast_override_fxa_sync_server_done" moz:RemovedIn="120" tools:ignore="UnusedResources">Xjal ruk\'u\'x kisamaj Firefox Account/Sync. Nitz\'apïx chokoy richin yesamajïx ri taq jaloj…</string>
<!-- Preference category for account information -->
<string name="preferences_category_account">Rub\'i\' taqoya\'l</string>
<!-- Preference for changing where the toolbar is positioned -->
@ -474,8 +555,10 @@
<!-- Preference description for banner about signing in -->
<string name="preferences_sign_in_description_2">Tatikirisaj molojri\'ïl richin ye\'axïm taq ruwi\', taq yaketal, ewan tzij chuqa\' juley chik.</string>
<!-- Preference shown instead of account display name while account profile information isn't available yet. -->
<string name="preferences_account_default_name">Firefox Taqoya\'l</string>
<string name="preferences_account_default_name" moz:RemovedIn="120" tools:ignore="UnusedResources">Firefox Taqoya\'l</string>
<!-- Preference shown instead of account display name while account profile information isn't available yet. -->
<string name="preferences_account_default_name_2">Rub\'i\' rutaqoya\'l Mozilla</string>
<!-- Preference text for account title when there was an error syncing FxA -->
<string name="preferences_account_sync_error">Tokisäx chik richin nitikirisäx chik ri ximoj</string>
<!-- Preference for language -->
@ -487,7 +570,7 @@
<!-- Preference for developers -->
<string name="preferences_remote_debugging">Näj chojmirisanem pa USB</string>
<!-- Preference title for switch preference to show search engines -->
<string name="preferences_show_search_engines">Tik\'ut kanob\'äl</string>
<string name="preferences_show_search_engines" moz:RemovedIn="120" tools:ignore="UnusedResources">Tik\'ut kanob\'äl</string>
<!-- Preference title for switch preference to show search suggestions -->
<string name="preferences_show_search_suggestions">Kek\'ut pe ri taq chilab\'enïk richin yakanon</string>
@ -508,6 +591,13 @@
<string name="preferences_account_settings">Kinuk\'ulem Rub\'i\' Taqoya\'l</string>
<!-- Preference for enabling url autocomplete-->
<string name="preferences_enable_autocomplete_urls">Titz\'aqatisäx ruyon URLs</string>
<!-- Preference title for switch preference to show sponsored Firefox Suggest search suggestions -->
<string name="preferences_show_sponsored_suggestions">Chilab\'en taq to\'onela\'</string>
<!-- Preference title for switch preference to show Firefox Suggest search suggestions for web content.
The first parameter is the name of the application. -->
<string name="preferences_show_nonsponsored_suggestions">Taq ruchilab\'exik %1$s</string>
<!-- Summary for preference to show Firefox Suggest search suggestions for web content -->
<string name="preferences_show_nonsponsored_suggestions_summary">Kek\'ul taq ruchilab\'exik web ruximon ri\' rik\'in ritaq akanoxik</string>
<!-- Preference for open links in third party apps -->
<string name="preferences_open_links_in_apps">Kejaq taq ximonel pa taq chokoy</string>
<!-- Preference for open links in third party apps always open in apps option -->
@ -518,6 +608,12 @@
<string name="preferences_open_links_in_apps_never">Majub\'ey</string>
<!-- Preference for open download with an external download manager app -->
<string name="preferences_external_download_manager">Runuk\'samajel chi rij qasanïk</string>
<!-- Preference for enabling gecko engine logs -->
<string name="preferences_enable_gecko_logs">Titzij taq rutz\'ib\'axik Gecko</string>
<!-- Message to indicate users that we are quitting the application to apply the changes -->
<string name="quit_application">Tajin nel pa ri okisanel richin yejikib\'äx taq jaloj…</string>
<!-- Preference for add_ons -->
<string name="preferences_addons">Taq tzaqat</string>
@ -581,12 +677,6 @@
<string name="wallpaper_learn_more">Tetamäx ch\'aqa\' chik</string>
<!-- Text for classic wallpapers title. The first parameter is the Firefox name. -->
<string name="wallpaper_classic_title">Ojer %s</string>
<!-- Text for limited edition wallpapers title. -->
<string name="wallpaper_limited_edition_title">Jub\'a\' Ruwäch</string>
<!-- Description text for the limited edition wallpapers with learn more link. The first parameter is the learn more string defined in wallpaper_learn_more-->
<string name="wallpaper_limited_edition_description_with_learn_more">Ri k\'ak\'a\' Jamäl ch\'ab\'äl molb\'äl. %s</string>
<!-- Description text for the limited edition wallpapers. -->
<string name="wallpaper_limited_edition_description">Ri k\'ak\'a\' Jamäl ch\'ab\'äl molb\'äl.</string>
<!-- Wallpaper onboarding dialog header text. -->
<string name="wallpapers_onboarding_dialog_title_text">Tatojtob\'ej jun rub\'onil pa rub\'eyal</string>
@ -595,13 +685,34 @@
<!-- Wallpaper onboarding dialog learn more button text. The button navigates to the wallpaper settings screen. -->
<string name="wallpapers_onboarding_dialog_explore_more_button_text">Kekanöx ch\'aqa\' rupam ruwäch</string>
<!-- Add-ons general availability nimbus message-->
<!-- Title of the Nimbus message for add-ons general availability-->
<string name="addon_ga_message_title" tools:ignore="UnusedResources">K\'ak\'a\' taq tz\'aqa ewachel wakami</string>
<!-- Body of the Nimbus message for add-ons general availability. 'Firefox' intentionally hardcoded here-->
<string name="addon_ga_message_body" tools:ignore="UnusedResources">Ke\'awila\' +100 k\'ak\'a\' taq k\'amal ri nikiya\' q\'ij chawe\' nawichinaj Firefox.</string>
<!-- Button text of the Nimbus message for add-ons general availability. -->
<string name="addon_ga_message_button" tools:ignore="UnusedResources">Kenik\'öx taq tz\'aqat</string>
<!-- Add-on Installation from AMO-->
<!-- Error displayed when user attempts to install an add-on from AMO (addons.mozilla.org) that is not supported -->
<string name="addon_not_supported_error">Man nuk\'äm ta ri\' ri tz\'aqat</string>
<string name="addon_not_supported_error" moz:removedIn="120" tools:ignore="UnusedResources">Man nuk\'äm ta ri\' ri tz\'aqat</string>
<!-- Error displayed when user attempts to install an add-on from AMO (addons.mozilla.org) that is already installed -->
<string name="addon_already_installed">Xyak ri tz\'aqat</string>
<string name="addon_already_installed" moz:removedIn="120" tools:ignore="UnusedResources">Xyak ri tz\'aqat</string>
<!-- Add-on process crash dialog to user -->
<!-- Title of a dialog shown to the user when enough errors have occurred with addons and they need to be temporarily disabled -->
<string name="addon_process_crash_dialog_title" tools:ignore="UnusedResources">Echupun jumej ri taq tz\'aqat</string>
<!-- This will cause the add-ons to try restarting but the dialog will reappear if it is unsuccessful again -->
<string name="addon_process_crash_dialog_retry_button_text" tools:ignore="UnusedResources">Tatojtob\'ej ye\'atzïj chik ri taq tz\'aqat</string>
<!-- The user will continue with all add-ons disabled -->
<string name="addon_process_crash_dialog_disable_addons_button_text" tools:ignore="UnusedResources">Kesamajïx chik ri chupun taq tz\'aqat</string>
<!-- Account Preferences -->
<!-- Preference for managing your account via accounts.firefox.com -->
<string name="preferences_manage_account">Tinuksamajïx rubi\' taqoya\'l</string>
<!-- Summary of the preference for managing your account via accounts.firefox.com. -->
<string name="preferences_manage_account_summary">Tajala\' ri ewan atzij, tanuk\'samajij ri kik\'olik taq tzij o tiyuj ri rub\'i\' taqoya\'l</string>
<!-- Preference for triggering sync -->
<string name="preferences_sync_now">Tixim wakami</string>
<!-- Preference category for sync -->
@ -791,6 +902,9 @@
<!-- Option for auto closing tabs that will auto close tabs after one month -->
<string name="close_tabs_after_one_month">Jun ik\' tik\'o</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">Ketz\'apïx kiyon ri jaqäl taq ruwi\'</string>
<!-- Option for always opening the homepage when re-opening the app -->
<string name="opening_screen_homepage">Ruxaq tikirib\'äl</string>
<!-- Option for always opening the user's last-open tab when re-opening the app -->
@ -804,9 +918,20 @@
<!-- 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">Titz\'apïx chi rij jun ik\'</string>
<!-- Summary for homepage preference indicating always opening the homepage when re-opening the app -->
<string name="opening_screen_homepage_summary">Tijaq pa tikirib\'al ruxaq</string>
<!-- Summary for homepage preference indicating always opening the last-open tab when re-opening the app -->
<string name="opening_screen_last_tab_summary">Tijaq pa ruk\'isib\'äl ruwi\'</string>
<!-- Summary for homepage preference indicating opening the homepage when re-opening the app after four hours of inactivity -->
<string name="opening_screen_after_four_hours_of_inactivity_summary">Tijaq pa tikirib\'äl ruxaq pa kaji\' ramaj</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">Kejal ri ojer taq ruwi\' pa echupun</string>
<!-- Title of inactive tabs preference -->
<string name="preferences_inactive_tabs_title">Ri taq ruwi\' man e\'atz\'eton ta pa ka\'i\' wuqq\'ij yejal pa ri echupun tanaj.</string>
<!-- Studies -->
<!-- Title of the remove studies button -->
<string name="studies_remove">Tiyuj</string>
@ -816,11 +941,16 @@
<string name="studies_description_2">%1$s k\'o b\'ey nitikïr yeruyäk chuqa\' yerub\'än taq tijob\'alil.</string>
<!-- Learn more link for studies, links to an article for more information about studies. -->
<string name="studies_learn_more">Tetamäx ch\'aqa\' chik</string>
<!-- Dialog message shown after removing a study -->
<string name="studies_restart_app">Xtitz\'apitäj ri okisanel richin yejikib\'äx ri taq jaloj</string>
<!-- Dialog button to confirm the removing a study. -->
<string name="studies_restart_dialog_ok">ÜTZ</string>
<!-- Dialog button text for canceling removing a study. -->
<string name="studies_restart_dialog_cancel">Tiq\'at</string>
<!-- Toast shown after turning on/off studies preferences -->
<string name="studies_toast_quit_application" tools:ignore="UnusedResources">Tajin nel pa ri okisanel richin yejikib\'äx taq jaloj…</string>
<!-- Sessions -->
<!-- Title for the list of tabs -->
<string name="tab_header_label">Kejaq taq ruwi\'</string>
@ -877,9 +1007,9 @@
<!-- Hint for adding name of a collection -->
<string name="collection_name_hint">Rub\'i\' mol</string>
<!-- Text for the menu button to rename a top site -->
<string name="rename_top_site">Tisik\'ïx chik</string>
<!-- Text for the menu button to remove a top site -->
<string name="remove_top_site">Tiyuj</string>
<string name="rename_top_site">Tisik\'ïx chik</string>
<!-- Text for the menu button to remove a top site -->
<string name="remove_top_site">Tiyuj</string>
<!-- Text for the menu button to delete a top site from history -->
<string name="delete_from_history">Tiyuj pa natab\'äl</string>
@ -1155,8 +1285,16 @@
<string name="share_button_content_description">Tikomonïx</string>
<!-- Text for the Save to PDF feature in the share menu -->
<string name="share_save_to_pdf">Tiyak achi\'el PDF</string>
<!-- Text for error message when generating a PDF file Text for error message when generating a PDF file. -->
<!-- Text for error message when generating a PDF file Text. -->
<string name="unable_to_save_to_pdf_error">Man xtz\'uk ta ri PDF</string>
<!-- Text for standard error snackbar dismiss button. -->
<string name="standard_snackbar_error_dismiss">Tewäx</string>
<!-- Text for error message when printing a page and it fails. -->
<string name="unable_to_print_error" moz:removedIn="121" tools:ignore="UnusedResources">Man tikirel ta xtz\'ajb\'äx</string>
<!-- Text for error message when printing a page and it fails. -->
<string name="unable_to_print_page_error">Man tikirel ta nitz\'ajb\'äx re ruxaq re\'</string>
<!-- Text for the print feature in the share and browser menu -->
<string name="menu_print">Titz\'ajb\'äx</string>
<!-- Sub-header in the dialog to share a link to another sync device -->
<string name="share_device_subheader">Titaq pa okisab\'äl</string>
<!-- Sub-header in the dialog to share a link to an app from the full list -->
@ -1222,6 +1360,11 @@
<!-- Title B shown in the notification that pops up to re-engage the user -->
<string name="notification_re_engagement_B_title">Tatikirisaj ri nab\'ey akanoxik</string>
<!-- Preference for taking the short survey. -->
<string name="preferences_take_survey">Tinojisäx nojwuj</string>
<!-- Preference for not taking the short survey. -->
<string name="preferences_not_take_survey">Mani matyox</string>
<!-- Snackbar -->
<!-- Text shown in snackbar when user deletes a collection -->
<string name="snackbar_collection_deleted">Xyuj ri mol</string>
@ -1233,11 +1376,15 @@
<string name="snackbar_tabs_closed">Taq ruwi\' xetz\'apïx</string>
<!-- Text shown in snackbar when user bookmarks a list of tabs -->
<string name="snackbar_message_bookmarks_saved">¡Xeyak taq yaketal!</string>
<!-- Text shown in snackbar when user adds a site to shortcuts -->
<string name="snackbar_added_to_shortcuts">¡Xtz\'aqatisäx pa ruq\'a\'!</string>
<!-- Text shown in snackbar when user closes a private tab -->
<string name="snackbar_private_tab_closed">Ichinan ruwi\' xtz\'apïx</string>
<!-- Text shown in snackbar when user closes all private tabs -->
<string name="snackbar_private_tabs_closed">Ichinan taq ruwi\' xetz\'apïx</string>
<!-- Text shown in snackbar when user erases their private browsing data -->
<string name="snackbar_private_data_deleted">Xeyuj ri taq rutzij ichinan okem</string>
<!-- Text shown in snackbar to undo deleting a tab, top site or collection -->
<string name="snackbar_deleted_undo">TITZOLÏX</string>
<!-- Text shown in snackbar when user removes a top site -->
@ -1249,6 +1396,8 @@
<string name="qr_scanner_dialog_positive">TIYA\' Q\'IJ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">MAN TIYA\' Q\'IJ</string>
<!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
<string name="qr_scanner_dialog_invalid">Man okel ta web ochochib\'äl.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">ÜTZ</string>
<!-- Tab collection deletion prompt dialog message. Placeholder will be replaced with the collection name -->
@ -1284,12 +1433,13 @@
<!-- Subtitle for the tabs item in Delete browsing data, parameter will be replaced with the number of open tabs -->
<string name="preferences_delete_browsing_data_tabs_subtitle">%d taq ruwi\'</string>
<!-- Title for the data and history items in Delete browsing data -->
<string name="preferences_delete_browsing_data_browsing_data_title">Runatab\'al okem chuqa\' taq rutzij ruxaq k\'amaya\'l</string>
<!-- Title for the history item in Delete browsing data -->
<string name="preferences_delete_browsing_data_browsing_history_title">Runatab\'al okem</string>
<!-- Subtitle for the data and history items in delete browsing data, parameter will be replaced with the
number of history items the user has -->
<string name="preferences_delete_browsing_data_browsing_data_subtitle">%d taq ochochib\'äl</string>
<!-- Title for the cookies item in Delete browsing data -->
<string name="preferences_delete_browsing_data_cookies">Taq kuki</string>
<!-- Title for the cookies and site data items in Delete browsing data -->
<string name="preferences_delete_browsing_data_cookies_and_site_data">Taq cookie chuqa\' taq rutzij ruxaq</string>
<!-- Subtitle for the cookies item in Delete browsing data -->
<string name="preferences_delete_browsing_data_cookies_subtitle">Xketz\'apïx molojri\'ïl pa b\'ama ronojel ruxaq</string>
<!-- Title for the cached images and files item in Delete browsing data -->
@ -1310,6 +1460,8 @@
<!-- Action item in menu for the Delete browsing data on quit feature -->
<string name="delete_browsing_data_on_quit_action">Tel</string>
<!-- Title text of a delete browsing data dialog. -->
<string name="delete_history_prompt_title">Rupajb\'al ramaj richin niyuj</string>
<!-- Radio button in the delete browsing data dialog to delete history items for the last hour. -->
<string name="delete_history_prompt_button_last_hour">Ruk\'isib\'äl ramaj</string>
@ -1329,6 +1481,8 @@
<!-- Text for the snackbar to show the user that the deletion of browsing data is in progress -->
<string name="deleting_browsing_data_in_progress">yeyuj taq rutzij okem pa k\'amaya\'l…</string>
<!-- Dialog message to the user asking to delete all history items inside the opened group. Parameter will be replaced by a history group name. -->
<string name="delete_all_history_group_prompt_message">Keyuj ronojel ri taq ruxaq pa “%s”</string>
<!-- Text for the cancel button for the history group deletion dialog -->
<string name="delete_history_group_prompt_cancel">Tiq\'at</string>
<!-- Text for the allow button for the history group dialog -->
@ -1336,51 +1490,11 @@
<!-- Text for the snackbar confirmation that the history group was deleted -->
<string name="delete_history_group_snackbar">Xyuj molaj</string>
<!-- Text for the Firefox account onboarding sign in card header. -->
<string name="onboarding_account_sign_in_header">Tasik\'a\' el akuchi\' xya\' wi kan</string>
<!-- Text for the button to learn more about signing in to your Firefox account. -->
<string name="onboarding_manual_sign_in_description">Kek\'am pe taq yaketal, natab\'äl chuqa\' ewan taq tzij pa Firefox pa re okisab\'äl re\'.</string>
<!-- Text for the button to manually sign into Firefox account. -->
<string name="onboarding_firefox_account_sign_in">Titikirisäx molojri\'ïl</string>
<!-- Onboarding -->
<!-- text to display in the snackbar once account is signed-in -->
<string name="onboarding_firefox_account_sync_is_on">Tzijïl Sync</string>
<!-- Text for the tracking protection onboarding card header -->
<string name="onboarding_tracking_protection_header">Ruk\'amon pe ruchajinem awichinanem</string>
<!-- Text for the tracking protection card description. The first parameter is the name of the application.-->
<string name="onboarding_tracking_protection_description_old">%1$s ruyonil yeruq\'ät ri ajk\'ayij moloj yatkojqaj pan ewäl pan ajk\'amaya\'l.</string>
<!-- text for tracking protection radio button option for standard level of blocking -->
<string name="onboarding_tracking_protection_standard_button_2">Junaman (k\'o wi)</string>
<!-- text for standard blocking option button description -->
<string name="onboarding_tracking_protection_standard_button_description_3">Junaman richin ichinanem chuqa\' rub\'eyal nisamäj. Yesamajïx ri taq ruxaq pa relik rub\'eyal.</string>
<!-- text for tracking protection radio button option for strict level of blocking -->
<string name="onboarding_tracking_protection_strict_option">Nimaläj</string>
<!-- text for strict blocking option button description -->
<string name="onboarding_tracking_protection_strict_button_description_3">Yeruq\'ät mas ojqanela\' richin anin yesamäj ri taq ruxaq, po rik\'in jub\'a\' jujun taq rusamaj re ruxaq xkesachiyaj.</string>
<!-- text for the toolbar position card header -->
<string name="onboarding_toolbar_placement_header_1">Tacha\' ri ruk\'ojlib\'al rukajtz\'ik samajib\'äl</string>
<!-- Text for the button to read the privacy notice -->
<string name="onboarding_privacy_notice_read_button">Tasik\'ij ri rutzijol qichinanem</string>
<!-- text for the button to finish onboarding -->
<string name="onboarding_finish">Titikirisäx okem pa k\'amaya\'l</string>
<!-- Onboarding theme -->
<!-- text for the theme picker onboarding card header -->
<string name="onboarding_theme_picker_header">Tacha\' ri awachinel</string>
<!-- text for the theme picker onboarding card description -->
<string name="onboarding_theme_picker_description_2">Takolo\' jub\'a\' ruwateriya\' chuqa\' tachajij ri runaq\' awäch, tacha\' ri q\'ëq rub\'anikil.</string>
<!-- Automatic theme setting (will follow device setting) -->
<string name="onboarding_theme_automatic_title">Yonil</string>
<!-- Summary of automatic theme setting (will follow device setting) -->
<string name="onboarding_theme_automatic_summary">Nuk\'äm ri\' rik\'in ri runuk\'ulem awoyonib\'al</string>
<!-- Theme setting for dark mode -->
<string name="onboarding_theme_dark_title">Q\'equ\'m wachinel</string>
<!-- Theme setting for light mode -->
<string name="onboarding_theme_light_title">Säq wachinel</string>
<!-- Text shown in snackbar when multiple tabs have been sent to device -->
<string name="sync_sent_tabs_snackbar">¡Xetaq taq ruwi\'!</string>
<!-- Text shown in snackbar when one tab has been sent to device -->
@ -1416,23 +1530,19 @@
<string name="etp_settings">Runuk\'ulem Ojqanem</string>
<!-- Preference title for enhanced tracking protection settings -->
<string name="preference_enhanced_tracking_protection">Utzirisan Chajinïk chuwäch Ojqanem</string>
<!-- Title for the description of enhanced tracking protection -->
<string name="preference_enhanced_tracking_protection_explanation_title" moz:removedIn="114" tools:ignore="UnusedResources">Katok pa k\'amaya\'l akuchi\' man yatoqäx ta</string>
<!-- Description of enhanced tracking protection. The first parameter is the name of the application (For example: Fenix) -->
<string name="preference_enhanced_tracking_protection_explanation" moz:removedIn="114" tools:ignore="UnusedResources">Yeruchajij ri taq atzij. %s yaruchajij chi kiwäch relik ojqanela\', ri nikoqaj ri nab\'än pa k\'amab\'ey.</string>
<!-- Text displayed that links to website about enhanced tracking protection -->
<string name="preference_enhanced_tracking_protection_explanation_learn_more">Tetamäx ch\'aqa\' chik</string>
<!-- Preference for enhanced tracking protection for the standard protection settings -->
<string name="preference_enhanced_tracking_protection_standard_default_1">Junaman (k\'o wi)</string>
<!-- Preference description for enhanced tracking protection for the standard protection settings -->
<string name="preference_enhanced_tracking_protection_standard_description_4" moz:removedIn="114" tools:ignore="UnusedResources">Junaman richin ichinanem chuqa\' rub\'eyal nisamäj. Yesamajïx ri taq ruxaq pa relik rub\'eyal.</string>
<string name="preference_enhanced_tracking_protection_standard_description_5">Xkesamäj ri taq ruxaq achi\'el rub\'anon, xa xe chi man k\'ïy ta taq ojqanela\' xkeq\'at.</string>
<!-- Accessibility text for the Standard protection information icon -->
<string name="preference_enhanced_tracking_protection_standard_info_button">Achike ri q\'aton ruma ri relik ruchajixik ojqanem</string>
<!-- Preference for enhanced tracking protection for the strict protection settings -->
<string name="preference_enhanced_tracking_protection_strict">Nimaläj</string>
<!-- Preference description for enhanced tracking protection for the strict protection settings -->
<string name="preference_enhanced_tracking_protection_strict_description_3" moz:removedIn="114" tools:ignore="UnusedResources">Yeruq\'ät mas ojqanela\' richin anin yesamäj ri taq ruxaq, po rik\'in jub\'a\' jujun taq rusamaj re ruxaq xkesachiyaj.</string>
<string name="preference_enhanced_tracking_protection_strict_description_4">K\'ïy chajinïk chuwäch ojqanem chuqa\' ütz rub\'eyal nisamäj, xa xe chi jujun taq ruxaq rik\'in jub\'a\' man xkesamäj ta ütz.</string>
<!-- Accessibility text for the Strict protection information icon -->
<string name="preference_enhanced_tracking_protection_strict_info_button">Achike ri q\'aton ruma ri ruchajixik ojqanem k\'o</string>
<!-- Preference for enhanced tracking protection for the custom protection settings -->
@ -1452,6 +1562,8 @@
<string name="preference_enhanced_tracking_protection_custom_cookies_3">Konojel ri taq kikuki aj rox winäq (yetikïr yetz\'ilon pan ajk\'amaya\'l ruxaq)</string>
<!-- Option for enhanced tracking protection for the custom protection settings for cookies-->
<string name="preference_enhanced_tracking_protection_custom_cookies_4">Ronojel kuki (xketz\'ilon pa ri ajk\'amaya\'l ruxaq)</string>
<!-- Option for enhanced tracking protection for the custom protection settings for cookies-->
<string name="preference_enhanced_tracking_protection_custom_cookies_5">Kejech\'üx taq cookie pa xoch\'in taq ruxaq</string>
<!-- Preference for enhanced tracking protection for the custom protection settings for tracking content -->
<string name="preference_enhanced_tracking_protection_custom_tracking_content">Rupam ojqanem</string>
@ -1572,6 +1684,10 @@
<!-- Preference option for never saving passwords in Fenix -->
<string name="preferences_passwords_save_logins_never_save">Majub\'ey tiyak</string>
<!-- Preference for autofilling saved logins in Firefox (in web content), %1$s will be replaced with the app name -->
<string name="preferences_passwords_autofill2">Tinojisäx ruyonil pa %1$s</string>
<!-- Preference for autofilling logins from Fenix in other apps (e.g. autofilling the Twitter app) -->
<string name="preferences_android_autofill">Titz\'aqatisäx ruyon pa ch\'aqa\' chik taq okisab\'äl.</string>
<!-- Preference option for adding a login -->
<string name="preferences_logins_add_login">Tatz\'aqatisaj rutikirib\'al molojri\'ïl</string>
@ -1753,6 +1869,10 @@
<string name="addresses_save_button">Tiyak</string>
<!-- The text for the "Cancel" button for cancelling adding, updating or deleting an address -->
<string name="addresses_cancel_button">Tiq\'at</string>
<!-- The text for the "Delete address" button for deleting an address -->
<string name="addressess_delete_address_button">Keyuj ochochib\'äl</string>
<!-- The title for the "Delete address" confirmation dialog -->
<string name="addressess_confirm_dialog_message">¿La at jikil chi nawajo\' nayüj re ochochib\'äl re\'?</string>
<!-- The text for the positive button on "Delete address" dialog -->
<string name="addressess_confirm_dialog_ok_button">Tiyuj</string>
<!-- The text for the negative button on "Delete address" dialog -->
@ -1764,30 +1884,43 @@
<!-- Title of the Add search engine screen -->
<string name="search_engine_add_custom_search_engine_title">Titz\'aqatisäx kanob\'äl</string>
<!-- Content description (not visible, for screen readers etc.): Title for the button that navigates to add new engine screen -->
<string name="search_engine_add_custom_search_engine_button_content_description">Titz\'aqatiäx k\'ak\'a\' kanob\'äl</string>
<!-- Title of the Edit search engine screen -->
<string name="search_engine_edit_custom_search_engine_title">Tinuk\' kanob\'äl</string>
<!-- Content description (not visible, for screen readers etc.): Title for the button to add a search engine in the action bar -->
<string name="search_engine_add_button_content_description">Titz\'aqatisäx</string>
<string name="search_engine_add_button_content_description" moz:RemovedIn="120" tools:ignore="UnusedResources">Titz\'aqatisäx</string>
<!-- Content description (not visible, for screen readers etc.): Title for the button to save a search engine in the action bar -->
<string name="search_engine_add_custom_search_engine_edit_button_content_description">Tiyak</string>
<string name="search_engine_add_custom_search_engine_edit_button_content_description" moz:RemovedIn="120" tools:ignore="UnusedResources">Tiyak</string>
<!-- Text for the menu button to edit a search engine -->
<string name="search_engine_edit">Tinuk\'</string>
<!-- Text for the menu button to delete a search engine -->
<string name="search_engine_delete">Tiyuj</string>
<!-- Text for the button to create a custom search engine on the Add search engine screen -->
<string name="search_add_custom_engine_label_other">Juley chik</string>
<string name="search_add_custom_engine_label_other" moz:RemovedIn="120" tools:ignore="UnusedResources">Juley chik</string>
<!-- Label for the TextField in which user enters custom search engine name -->
<string name="search_add_custom_engine_name_label">B\'i\'aj</string>
<!-- Placeholder text shown in the Search Engine Name TextField before a user enters text -->
<string name="search_add_custom_engine_name_hint">B\'i\'aj</string>
<string name="search_add_custom_engine_name_hint" moz:RemovedIn="120" tools:ignore="UnusedResources">B\'i\'aj</string>
<!-- Placeholder text shown in the Search Engine Name text field before a user enters text -->
<string name="search_add_custom_engine_name_hint_2">Rub\'i\' ri kanob\'äl</string>
<!-- Label for the TextField in which user enters custom search engine URL -->
<string name="search_add_custom_engine_url_label">Cholajem rukanoxik URL</string>
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Rucholajil kanoxïk nokisäx</string>
<string name="search_add_custom_engine_search_string_hint" moz:RemovedIn="120" tools:ignore="UnusedResources">Rucholajil kanoxïk nokisäx</string>
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL xtokisäx richin ri kanoxïk</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_search_string_example" formatted="false">Tik\'ex k\'ulb\'enïk rik\'in “%s”.
Achi\'el: \nhttps://www.google.com/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Rub\'anikil ichinan kanob\'äl</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Tiyak</string>
<!-- Text shown when a user leaves the name field empty -->
<string name="search_add_custom_engine_error_empty_name">Titz\'ib\'äx rub\'i\' kanob\'äl</string>
<!-- Text shown when a user leaves the search string field empty -->
@ -1829,6 +1962,10 @@ Achi\'el: \nhttps://www.google.com/search?q=%s</string>
<string name="no_site_exceptions">Majun man relik ta richin re ruxaq</string>
<!-- Bookmark deletion confirmation -->
<string name="bookmark_deletion_confirmation">¿La kan nawajo\' chi niyuj el re yaketal re\'?</string>
<!-- Browser menu button that adds a shortcut to the home fragment -->
<string name="browser_menu_add_to_shortcuts">Titz\'aqatisäx ruq\'a\'</string>
<!-- Browser menu button that removes a shortcut from the home fragment -->
<string name="browser_menu_remove_from_shortcuts">Tiyu pa ruq\'a\'</string>
<!-- text shown before the issuer name to indicate who its verified by, parameter is the name of
the certificate authority that verified the ticket-->
<string name="certificate_info_verified_by">Jikib\'an Ruma: %1$s</string>
@ -1854,8 +1991,14 @@ Achi\'el: \nhttps://www.google.com/search?q=%s</string>
<string name="save_changes_to_login">Keyaj taq jaloj richin ri rutikirib\'al molojri\'ïl.</string>
<!-- The page title for editing a saved login. -->
<string name="edit">Tinuk\'</string>
<!-- The page title for adding new login. -->
<string name="add_login">Titz\'aqatisäx k\'ak\'a\' rub\'i\' taqoya\'l</string>
<!-- The error message in add/edit login view when password field is blank. -->
<string name="saved_login_password_required">Najowäx ewan tzij</string>
<!-- The error message in add login view when username field is blank. -->
<string name="saved_login_username_required">Najowäx rub\'i\' okisanel</string>
<!-- The error message in add login view when hostname field is blank. -->
<string name="saved_login_hostname_required" tools:ignore="UnusedResources">Najowäx rub\'i\' ruk\'u\'x k\'amb\'ey</string>
<!-- Voice search button content description -->
<string name="voice_search_content_description">Tikanöx chi ch\'ab\'äl</string>
<!-- Voice search prompt description displayed after the user presses the voice search button -->
@ -1867,6 +2010,11 @@ Achi\'el: \nhttps://www.google.com/search?q=%s</string>
<!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
<string name="add_login_hostname_hint_text">https://www.example.com</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
<string name="add_login_hostname_invalid_text_3">Ri web ochochib\'äl k\'o chi ruk\'wan &quot;https://&quot; or &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Najowäx okel rub\'i\' ruk\'u\'x k\'amab\'ey</string>
<!-- Synced Tabs -->
<!-- Text displayed to ask user to connect another device as no devices found with account -->
<string name="synced_tabs_connect_another_device">Tokisäx jun chik okisab\'äl</string>
@ -1885,19 +2033,21 @@ Achi\'el: \nhttps://www.google.com/search?q=%s</string>
<!-- The text displayed when a synced device has no tabs to show in the list of Synced Tabs. -->
<string name="synced_tabs_no_open_tabs">Majun ruwi\' ejaqon</string>
<!-- Content description text displayed in the dialog when shortcut limit is reached. -->
<string name="shortcut_max_limit_content">Richin natz\'aqatisaj jun k\'ak\'a\' ruq\'a\', tayuju\' jun. Tapitz\'a\' ri ruxaq chuqa\' tacha\' tiyuj.</string>
<!-- Confirmation dialog button text when top sites limit is reached. -->
<string name="top_sites_max_limit_confirmation_button">ÜTZ, Wetaman Chik</string>
<!-- Label for the preference to show the shortcuts for the most visited top sites on the homepage -->
<string name="top_sites_toggle_top_recent_sites_4">Chojmin Okem</string>
<!-- Title text displayed in the rename top site dialog. -->
<string name="top_sites_rename_dialog_title">B\'i\'aj</string>
<!-- Title text displayed in the rename top site dialog. -->
<string name="top_sites_rename_dialog_title">B\'i\'aj</string>
<!-- Hint for renaming title of a shortcut -->
<string name="shortcut_name_hint">Rub\'i\' ri choj okem</string>
<!-- Button caption to confirm the renaming of the top site. -->
<string name="top_sites_rename_dialog_ok">ÜTZ</string>
<!-- Dialog button text for canceling the rename top site prompt. -->
<string name="top_sites_rename_dialog_cancel">Tiq\'at</string>
<!-- Button caption to confirm the renaming of the top site. -->
<string name="top_sites_rename_dialog_ok">ÜTZ</string>
<!-- Dialog button text for canceling the rename top site prompt. -->
<string name="top_sites_rename_dialog_cancel">Tiq\'at</string>
<!-- Text for the menu button to open the homepage settings. -->
<string name="top_sites_menu_settings">Taq nuk\'ulem</string>
@ -1906,10 +2056,22 @@ Achi\'el: \nhttps://www.google.com/search?q=%s</string>
<!-- Label text displayed for a sponsored top site. -->
<string name="top_sites_sponsored_label">To\'on</string>
<!-- Content description for expanding the inactive tabs section. -->
<string name="inactive_tabs_expand_content_description">Kerik\' chupun taq ruwi\'</string>
<!-- Content description for collapsing the inactive tabs section. -->
<string name="inactive_tabs_collapse_content_description">Kek\'ol chupun taq ruwi\'</string>
<!-- Inactive tabs auto-close message in the tabs tray -->
<!-- The header text of the auto-close message when the user is asked if they want to turn on the auto-closing of inactive tabs. -->
<string name="inactive_tabs_auto_close_message_header" tools:ignore="UnusedResources">¿La ruyonil nitz\'apïx chi rij jun ik\'?</string>
<!-- A description below the header to notify the user what the inactive tabs auto-close feature is. -->
<string name="inactive_tabs_auto_close_message_description" tools:ignore="UnusedResources">Firefox nitikïr yerutz\'apij taq ruxaq man e\'atz\'eton ta pa ri ruk\'isib\'äl ik\'.</string>
<!-- A call to action below the description to allow the user to turn on the auto closing of inactive tabs. -->
<string name="inactive_tabs_auto_close_message_action" tools:ignore="UnusedResources">TITZIJ RUYON NICHUPUTÄJ</string>
<!-- Text for the snackbar to confirm auto-close is enabled for inactive tabs -->
<string name="inactive_tabs_auto_close_message_snackbar">Tzijïl ruyon nitz\'apitäj</string>
<!-- Awesome bar suggestion's headers -->
<!-- Search suggestions title for Firefox Suggest. -->
<string name="firefox_suggest_header">Firefox Suggest</string>
@ -1933,15 +2095,69 @@ Achi\'el: \nhttps://www.google.com/search?q=%s</string>
<!-- Content description for privacy content close button -->
<string name="privacy_content_close_button_content_description">Titz\'apïx</string>
<!-- Pocket recommended stories -->
<!-- Header text for a section on the home screen. -->
<string name="pocket_stories_header_1">B\'anob\'äl richin yach\'ob\'on</string>
<!-- Text of a button allowing users to access an external url for more Pocket recommendations. -->
<string name="pocket_stories_placeholder_text">Tilitäj ch\'aqa\' chik</string>
<!-- Clickable text for opening an external link for more information about Pocket. -->
<string name="pocket_stories_feature_learn_more">Tetamäx ch\'aqa\' chik</string>
<!-- Text indicating that the Pocket story that also displays this text is a sponsored story by other 3rd party entity. -->
<string name="pocket_stories_sponsor_indication">To\'on</string>
<!-- Snackbar message for enrolling in a Nimbus experiment from the secret settings when Studies preference is Off.-->
<string name="experiments_snackbar">Titzij telemetry richin yetaq taq tzij</string>
<!-- Snackbar button text to navigate to telemetry settings.-->
<string name="experiments_snackbar_button">Tib\'e pa taq nuk\'ulem</string>
<!-- Review quality check feature-->
<!-- Name for the review quality check feature used as title for the panel. -->
<string name="review_quality_check_feature_name" moz:RemovedIn="120" tools:ignore="UnusedResources">Jikib\'anel taq nik\'oj</string>
<!-- Name for the review quality check feature used as title for the panel. -->
<string name="review_quality_check_feature_name_2">Jikib\'anel taq Nik\'oj</string>
<!-- Text for learn more caption presenting a link with information about review quality. First parameter is for clickable text defined in review_quality_check_info_learn_more_link. -->
<string name="review_quality_check_info_learn_more">Tawetamaj ch\'aqa\' chik pa ruwi\' %s.</string>
<!-- Text for title of settings section. -->
<string name="review_quality_check_settings_title">Taq nuk\'ulem</string>
<!-- Clickable text that links to review quality check recommended products support article. -->
<string name="review_quality_check_settings_recommended_products_learn_more" tools:ignore="UnusedResources">Tetamäx ch\'aqa\' chik</string>
<!-- Clickable text that links to Fakespot.com. First parameter is the Fakespot product name. In the phrase "Fakespot by Mozilla", "by" can be localized. Does not need to stay by. -->
<string name="review_quality_check_powered_by_link" tools:ignore="UnusedResources">%s richin Mozilla</string>
<!-- Text for title of warning card informing the user that the current analysis is outdated. -->
<string name="review_quality_check_outdated_analysis_warning_title" tools:ignore="UnusedResources">K\'ak\'a\' rutzijol richin nijikib\'äx</string>
<!-- Text for button from warning card informing the user that the current analysis is outdated. Clicking this should trigger the product's re-analysis. -->
<string name="review_quality_check_outdated_analysis_warning_action" tools:ignore="UnusedResources">Tijikib\'äx wakami</string>
<!-- Title for info card displayed after the user reports a product is back in stock. -->
<string name="review_quality_check_analysis_requested_info_title" tools:ignore="UnusedResources">¡Matyox ruma xatäq rutzijol!</string>
<!-- Text for the action button from info card displayed to the user when analysis finished updating. -->
<string name="review_quality_check_analysis_updated_confirmation_action" tools:ignore="UnusedResources">Xik\'o pa nuwi\'</string>
<!-- Clickable text from the contextual onboarding card that links to review quality check support article. -->
<string name="review_quality_check_contextual_onboarding_learn_more_link">Tetamäx ch\'aqa\' chik</string>
<!-- Clickable text from the review quality check contextual onboarding card that links to Fakespot privacy policy. -->
<string name="review_quality_check_contextual_onboarding_privacy_policy" moz:RemovedIn="121" tools:ignore="UnusedResources">ichinan na\'oj</string>
<!-- Clickable text from the review quality check contextual onboarding card that links to Fakespot privacy policy. -->
<string name="review_quality_check_contextual_onboarding_privacy_policy_2">Ichinan na\'oj</string>
<!-- Text for opt-out button from the review quality check contextual onboarding card. -->
<string name="review_quality_check_contextual_onboarding_secondary_button_text">Wakami mani</string>
<!-- Flag showing that the review quality check feature is work in progress. -->
<string name="review_quality_check_beta_flag">Beta</string>
<!-- Text for minimize button from highlights card. When clicked the highlights card should reduce its size. -->
<string name="review_quality_check_highlights_show_less">Tik\'ut jub\'a\'</string>
<!-- Text for maximize button from highlights card. When clicked the highlights card should expand to its full size. -->
<string name="review_quality_check_highlights_show_more">Kek\'ut ch\'aqa\' chik</string>
<!-- Text for highlights card price category header. Reviews shown under this header should refer the product's price. -->
<string name="review_quality_check_highlights_type_price">Rajil</string>
<!-- Text for highlights card shipping category header. Reviews shown under this header should refer the product's shipping. -->
<string name="review_quality_check_highlights_type_shipping">Taqoj</string>
<!-- Accessibility services actions labels. These will be appended to accessibility actions like "Double tap to.." but not by or applications but by services like Talkback. -->
<!-- Action label for elements that can be collapsed if interacting with them. Talkback will append this to say "Double tap to collapse". -->
<string name="a11y_action_label_collapse">Tich\'utinarisäx</string>
<!-- Current state for elements that can be collapsed if interacting with them. Talkback will dictate this after a state change. -->
<string name="a11y_state_label_collapsed">ch\'utinarisan</string>
<!-- Action label for elements that can be expanded if interacting with them. Talkback will append this to say "Double tap to expand". -->
<string name="a11y_action_label_expand">tirik\'</string>
<!-- Current state for elements that can be expanded if interacting with them. Talkback will dictate this after a state change. -->
<string name="a11y_state_label_expanded">nimirisan</string>
</resources>

@ -533,6 +533,11 @@
<!-- Change setting text button, for the cookie banner re-engagement dialog -->
<string name="reduce_cookie_banner_dialog_change_setting_button" moz:RemovedIn="121" tools:ignore="UnusedResources">許可</string>
<!--Title for the cookie banner re-engagement CFR, the placeholder is replaced with app name -->
<string name="cookie_banner_cfr_title">%1$s が Cookie を拒否しました</string>
<!--Message for the cookie banner re-engagement CFR -->
<string name="cookie_banner_cfr_message">このサイトに集中でき、Cookie による追跡も減少します。</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">セキュリティ強化のため、自動的に HTTPS 暗号化プロトコルを使用してサイトへの接続を試行します。</string>
<!-- Summary of https only preference if https only is set to off -->
@ -2271,8 +2276,6 @@
<!-- Caption for recommended product section indicating this is an ad by Fakespot. First parameter is the Fakespot product name. -->
<string name="review_quality_check_ad_caption" tools:ignore="UnusedResources">%s による広告</string>
<!-- Caption for review quality check panel. First parameter is for clickable text defined in review_quality_check_powered_by_link. -->
<string name="review_quality_check_powered_by" tools:ignore="UnusedResources" moz:RemovedIn="119">レビュー チェッカーは %s の提供です。</string>
<!-- Caption for review quality check panel. First parameter is for clickable text defined in review_quality_check_powered_by_link. -->
<string name="review_quality_check_powered_by_2">レビュー チェッカーは %s の提供です</string>
<!-- Clickable text that links to Fakespot.com. First parameter is the Fakespot product name. In the phrase "Fakespot by Mozilla", "by" can be localized. Does not need to stay by. -->
<string name="review_quality_check_powered_by_link" tools:ignore="UnusedResources">%s by Mozilla</string>

@ -519,6 +519,11 @@
<!-- Change setting text button, for the cookie banner re-engagement dialog -->
<string name="reduce_cookie_banner_dialog_change_setting_button" moz:RemovedIn="121" tools:ignore="UnusedResources">ნებართვა</string>
<!--Title for the cookie banner re-engagement CFR, the placeholder is replaced with app name -->
<string name="cookie_banner_cfr_title">%1$s ახლახან დაგეხმარათ ფუნთუშების არიდებაში</string>
<!--Message for the cookie banner re-engagement CFR -->
<string name="cookie_banner_cfr_message">ნაკლები ხელის შემშლელი და მეთვალყურე შიგთავსი საიტზე.</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">თავადვე შეეცდება დაუკავშირდეს საიტებს დაშიფრული HTTPS-ოქმით მეტი უსაფრთხოებისთვის.</string>
<!-- Summary of https only preference if https only is set to off -->
@ -2241,8 +2246,6 @@
<!-- Caption for recommended product section indicating this is an ad by Fakespot. First parameter is the Fakespot product name. -->
<string name="review_quality_check_ad_caption" tools:ignore="UnusedResources">რეკლამა %s</string>
<!-- Caption for review quality check panel. First parameter is for clickable text defined in review_quality_check_powered_by_link. -->
<string name="review_quality_check_powered_by" tools:ignore="UnusedResources" moz:RemovedIn="119">მიმოხილვის შემმოწმებლის უზრუნველმყოფია %s.</string>
<!-- Caption for review quality check panel. First parameter is for clickable text defined in review_quality_check_powered_by_link. -->
<string name="review_quality_check_powered_by_2">მიმოხილვის შემმოწმებლის უზრუნველმყოფია %s</string>
<!-- Clickable text that links to Fakespot.com. First parameter is the Fakespot product name. In the phrase "Fakespot by Mozilla", "by" can be localized. Does not need to stay by. -->
<string name="review_quality_check_powered_by_link" tools:ignore="UnusedResources">%s Mozilla-სგან</string>
@ -2353,7 +2356,7 @@
<!-- Text for highlights card packaging and appearance category header. Reviews shown under this header should refer the product's packaging and appearance. -->
<string name="review_quality_check_highlights_type_packaging_appearance">შეფუთვა და იერსახე</string>
<!-- Text for highlights card competitiveness category header. Reviews shown under this header should refer the product's competitiveness. -->
<string name="review_quality_check_highlights_type_competitiveness">მეტოქეებთან შედარებით</string>
<string name="review_quality_check_highlights_type_competitiveness">მეტოქეებთან შედარებ</string>
<!-- Accessibility services actions labels. These will be appended to accessibility actions like "Double tap to.." but not by or applications but by services like Talkback. -->
<!-- Action label for elements that can be collapsed if interacting with them. Talkback will append this to say "Double tap to collapse". -->

@ -73,6 +73,22 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<!-- Title for info card on private homescreen in True Private Browsing Mode. -->
<string name="felt_privacy_desc_card_title">Ur ttaǧǧa ara akk later ɣef yibenk-a</string>
<!-- Explanation for private browsing displayed to users on home view when they first enable
private mode in our new Total Private Browsing mode.
The first parameter is the name of the app defined in app_name (for example: Firefox Nightly)
The second parameter is the clickable link text in felt_privacy_info_card_subtitle_link_text -->
<string name="felt_privacy_info_card_subtitle" moz:removedIn="120" tools:ignore="UnusedResources">%1$s itekkes inagan n tuqqna, azray, akked yisefka n yismal web mi ara tmedleḍ akk isfuyla usligen. %2$s</string>
<!-- Explanation for private browsing displayed to users on home view when they first enable
private mode in our new Total Private Browsing mode.
The first parameter is the name of the app defined in app_name (for example: Firefox Nightly)
The second parameter is the clickable link text in felt_privacy_info_card_subtitle_link_text -->
<string name="felt_privacy_info_card_subtitle_2">%1$s itekkes inagan n tuqqna, azray, akked yisefka n yismal web mi ara tmedleḍ akk accaren usligen. %2$s</string>
<!-- Clickable portion of the explanation for private browsing that links the user to our
about privacy page.
This string is used in felt_privacy_info_card_subtitle as the second parameter.-->
<string name="felt_privacy_info_card_subtitle_link_text">Anwa i izemren ad iwali armud-iw?</string>
<!-- Private mode shortcut "contextual feature recommendation" (CFR) -->
<!-- Text for the Private mode shortcut CFR message for adding a private mode shortcut to open private tabs from the Home screen -->
<string name="private_mode_cfr_message_2">Senker iccer uslig uḍfir s yiwen usiti kan.</string>
@ -96,6 +112,11 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<string name="tcp_cfr_learn_more">Issin ugar ɣef ummesten asemday mgal inagan n tuqqna</string>
<!-- Private browsing erase action "contextual feature recommendation" (CFR) -->
<!-- Text for the message displayed in the contextual feature recommendation popup promoting the erase private browsing feature. -->
<string name="erase_action_cfr_message">Sit dagi i usenker n tɣimit tamaynut. Kkes azray-ik·im, inagan n tuqqna — kullec.</string>
<!-- Text for the info dialog when camera permissions have been denied but user tries to access a camera feature. -->
<string name="camera_permissions_needed_message">Isɛa anekcum ɣer tkamiṛat. Ddu ɣer iɣewwaṛen Android, sit ɣef tisirag, sakin senned sireg.</string>
<!-- Text for the positive action button to go to Android Settings to grant permissions. -->
@ -324,6 +345,8 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<!-- Description for set firefox as default browser screen used by Nimbus experiments. Nimbus experiments do not support string placeholders.
Note: The word "Firefox" should NOT be translated -->
<string name="juno_onboarding_default_browser_description_nimbus" moz:removedIn="120" tools:ignore="UnusedResources">Firefox izewwir deg yimdanen uqbel idrimen, yekkat ɣef tudert-ik tabaḍnit s usewḥel n yineḍfaren n gar yismal.\n\Issin ugar deg Tasertit-nneɣ tbaḍnit.</string>
<!-- Description for set firefox as default browser screen used by Nimbus experiments. -->
<string name="juno_onboarding_default_browser_description_nimbus_2">Iminig-nneɣ tettallit yiwet n tkebbanit ur nettnadi ɣef tedrimt, tessewḥal tikebbaniyin ara ak-iḍefren deg web.\n\nIssin ugar ɣef tsertit-nneɣ n tbaḍnit.</string>
<!-- Text for the link to the privacy notice webpage for set as firefox default browser screen.
This is part of the string with the key "juno_onboarding_default_browser_description". -->
<string name="juno_onboarding_default_browser_description_link_text" tools:ignore="UnusedResources">tasertit n tbaḍnit</string>
@ -361,6 +384,9 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<!-- Text for the button dismiss the screen and move on with the flow -->
<string name="juno_onboarding_enable_notifications_negative_button" tools:ignore="UnusedResources">Mačči tura</string>
<!-- Title for add search widget screen used by Nimbus experiments. Nimbus experiments do not support string placeholders.
Note: The word "Firefox" should NOT be translated -->
<string name="juno_onboarding_add_search_widget_title" tools:ignore="UnusedResources">Ɛreḍ iwiǧit n unadi n Firefox</string>
<!-- Text for the button to add search widget on the device used by Nimbus experiments. Nimbus experiments do not support string placeholders.
Note: The word "Firefox" should NOT be translated -->
<string name="juno_onboarding_add_search_widget_positive_button" tools:ignore="UnusedResources">Rnu awiǧit n Firefox</string>
@ -399,12 +425,16 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<string name="preferences_search">Nadi</string>
<!-- Preference for settings related to Search engines -->
<string name="preferences_search_engines">Nadi imseddayen n unadi</string>
<!-- Preference for settings related to Search engines suggestions-->
<string name="preferences_search_engines_suggestions">Isumar seg yimseddayen n unadi</string>
<!-- Preference for settings related to Search address bar -->
<string name="preferences_search_address_bar" moz:removedIn="120" tools:ignore="UnusedResources">Afeggag n tansa</string>
<!-- Preference Category for settings related to Search address bar -->
<string name="preferences_settings_address_bar">Ismenyifen i ufeggag n tansiwin</string>
<!-- Preference Category for settings to Firefox Suggest -->
<string name="preference_search_address_bar_fx_suggest">Afeggag n tansiwin - Firefox isumer</string>
<!-- Preference link to Learn more about Firefox Suggest -->
<string name="preference_search_learn_about_fx_suggest">Issin ugar ɣef Firefox Suggest</string>
<!-- Preference link to rating Fenix on the Play Store -->
<string name="preferences_rate">Mudd tazmilt deg Google Play</string>
<!-- Preference linking to about page for Fenix
@ -463,9 +493,13 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<string name="reduce_cookie_banner_unsupported_site">Asmel-a ur yettusefrak ara akka tura</string>
<!-- Title text for a detail explanation indicating cookie banner handling is on this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_on_for_site" moz:RemovedIn="121" tools:ignore="UnusedResources">Rmed asenqes n yiɣerracen n yinagan n tuqqna i %1$s?</string>
<!-- Title text for a detail explanation indicating cookie banner handling is on this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_on_for_site_1">Rmed amsewḥel n yiɣerracen n yinagan n tuqqna i %1$s?</string>
<!-- Title text for a detail explanation indicating cookie banner handling is off this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_off_for_site" moz:RemovedIn="121" tools:ignore="UnusedResources">Sens asenqes n yiɣerracen n yinagan n tuqqna i %1$s?</string>
<!-- Title text for a detail explanation indicating cookie banner handling is off this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_off_for_site_1">Sens amsewḥel n yiɣerracen n yinagan n tuqqna i %1$s?</string>
<!-- Title text for a detail explanation indicating cookie banner reducer didn't work for the current site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is the application name-->
<string name="reduce_cookie_banner_details_panel_title_unsupported_site_request_2">%1$s ur yezmir ara ad yagi issutar n trusi n yinagan n tuqqna s wudem awurman ɣef usmel-a. Tzemreḍ ad tazneḍ assuter i tallalt n usmel-a ɣer sdat.</string>
<!-- Long text for a detail explanation indicating what will happen if cookie banner handling is off for a site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is the application name -->
@ -485,6 +519,9 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<!-- Change setting text button, for the cookie banner re-engagement dialog -->
<string name="reduce_cookie_banner_dialog_change_setting_button" moz:RemovedIn="121" tools:ignore="UnusedResources">Sireg</string>
<!--Title for the cookie banner re-engagement CFR, the placeholder is replaced with app name -->
<string name="cookie_banner_cfr_title">%1$s yugi inagan n tuqqna i kečč</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Ɛreḍ ad teqqneḍ s wudem awurman ɣer yismal s useqdec n uneggaf n uwgelhen HTTPS i tɣellist ɛlayen.</string>
<!-- Summary of https only preference if https only is set to off -->
@ -515,6 +552,8 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<string name="preferences_override_sync_tokenserver">Sagen aeddac n umtawi</string>
<!-- Toast shown after updating the FxA/Sync server override preferences -->
<string name="toast_override_fxa_sync_server_done" moz:RemovedIn="120" tools:ignore="UnusedResources">Amiḍan Firefox/Aqeddac n umtawi ittwasnifel, Ffeɣ seg usnas akken ad iddu usnifel…</string>
<!-- Toast shown after updating the Mozilla account/Sync server override preferences -->
<string name="toast_override_account_sync_server_done">Aqeddac i umtawi neɣ amiḍan n Mozilla yettwasenfel, Ffeɣ seg usnas akken ad iddu usnifel…</string>
<!-- Preference category for account information -->
<string name="preferences_category_account">Amiḍan</string>
<!-- Preference for changing where the toolbar is positioned -->
@ -564,9 +603,16 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<!-- Preference for enabling url autocomplete-->
<string name="preferences_enable_autocomplete_urls">Tacaṛt tawurmant n URLs</string>
<!-- Preference title for switch preference to show sponsored Firefox Suggest search suggestions -->
<string name="preferences_show_sponsored_suggestions">Isumar sɣur imendaden</string>
<!-- Summary for preference to show sponsored Firefox Suggest search suggestions.
The first parameter is the name of the application. -->
<string name="preferences_show_sponsored_suggestions_summary">Mudd tallalt i %1$s s uskan n yisumar i d-yettuwellhen sya ɣer da</string>
<!-- Preference title for switch preference to show Firefox Suggest search suggestions for web content.
The first parameter is the name of the application. -->
<string name="preferences_show_nonsponsored_suggestions">Isumar n %1$s</string>
<!-- Summary for preference to show Firefox Suggest search suggestions for web content -->
<string name="preferences_show_nonsponsored_suggestions_summary">Awi isumar seg web yeqqnen ɣer unadi-k·m</string>
<!-- Preference for open links in third party apps -->
<string name="preferences_open_links_in_apps">Ldi iseɣwan deg isnasen</string>
@ -665,6 +711,8 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<!-- Add-ons general availability nimbus message-->
<!-- Title of the Nimbus message for add-ons general availability-->
<string name="addon_ga_message_title" tools:ignore="UnusedResources">Izegrar imaynuten llan tura</string>
<!-- Body of the Nimbus message for add-ons general availability. 'Firefox' intentionally hardcoded here-->
<string name="addon_ga_message_body" tools:ignore="UnusedResources">Snirem ugar n 100 yisiɣzaf imaynuten ara ak·akem-yeǧǧen ad tsagneḍ Firefox.</string>
<!-- Button text of the Nimbus message for add-ons general availability. -->
<string name="addon_ga_message_button" tools:ignore="UnusedResources">Snirem izegrar</string>
@ -687,6 +735,8 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<!-- Account Preferences -->
<!-- Preference for managing your account via accounts.firefox.com -->
<string name="preferences_manage_account">Sefrek amiḍan</string>
<!-- Summary of the preference for managing your account via accounts.firefox.com. -->
<string name="preferences_manage_account_summary">Senfel awal-ik·im uffir, sefrek alqaḍ n yisefka neɣ kkes amiḍan-ik·im</string>
<!-- Preference for triggering sync -->
<string name="preferences_sync_now">Mtawi tura</string>
<!-- Preference category for sync -->
@ -2182,6 +2232,8 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<string name="review_quality_check_ad_title" tools:ignore="UnusedResources">Ugar n tamawt</string>
<!-- Caption for recommended product section indicating this is an ad by Fakespot. First parameter is the Fakespot product name. -->
<string name="review_quality_check_ad_caption" tools:ignore="UnusedResources">Adellel sɣur %s</string>
<!-- Caption for review quality check panel. First parameter is for clickable text defined in review_quality_check_powered_by_link. -->
<string name="review_quality_check_powered_by_2">Amsenqad n tamawt yella-d s lmendad n %s</string>
<!-- Clickable text that links to Fakespot.com. First parameter is the Fakespot product name. In the phrase "Fakespot by Mozilla", "by" can be localized. Does not need to stay by. -->
<string name="review_quality_check_powered_by_link" tools:ignore="UnusedResources">%s s Mozilla</string>
<!-- Text for title of warning card informing the user that the current analysis is outdated. -->
@ -2192,6 +2244,10 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<string name="review_quality_check_no_reviews_warning_title">Ulac ddeqs n tamiwin akka tura</string>
<!-- Title for warning card informing the user that the current product is currently not available. -->
<string name="review_quality_check_product_availability_warning_title" tools:ignore="UnusedResources">Afaris ulac-it</string>
<!-- Clickable text for warning card informing the user that the current product is currently not available. Clicking this should inform the server that the product is available. -->
<string name="review_quality_check_product_availability_warning_action" moz:RemovedIn="120" tools:ignore="UnusedResources">Mmel tuɣalin n ufaris deg tawsa</string>
<!-- Clickable text for warning card informing the user that the current product is currently not available. Clicking this should inform the server that the product is available. -->
<string name="review_quality_check_product_availability_warning_action_2" tools:ignore="UnusedResources">Mmel tuɣalin n ufaris deg tawsa</string>
<!-- Title for warning card informing the user that the current product's re-analysis is still processing. -->
<string name="review_quality_check_reanalysis_in_progress_warning_title">Adenqed n tɣara n yilɣa</string>
<!-- Title for warning card informing the user that the current product's analysis is still processing. -->
@ -2200,10 +2256,16 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<string name="review_quality_check_analysis_in_progress_warning_body">Aya yezmer ad yeṭṭef 60 tsinin.</string>
<!-- Title for info card displayed after the user reports a product is back in stock. -->
<string name="review_quality_check_analysis_requested_info_title" tools:ignore="UnusedResources">Tanemmirt ɣef tuzna n uneqqis!</string>
<!-- Title for info card displayed when the user review checker while on a product that Fakespot does not analyze (e.g. gift cards, music). -->
<string name="review_quality_check_not_analyzable_info_title">Ur nezmir ara ad nsenqed tamawin-a</string>
<!-- Title for info card displayed when another user reported the displayed product is back in stock. -->
<string name="review_quality_check_analysis_requested_other_user_info_title" tools:ignore="UnusedResources">Talɣut i d-iteddun</string>
<!-- Title for info card displayed to the user when analysis finished updating. -->
<string name="review_quality_check_analysis_updated_confirmation_title" tools:ignore="UnusedResources">Aslaḍ yezga</string>
<!-- Text for the action button from info card displayed to the user when analysis finished updating. -->
<string name="review_quality_check_analysis_updated_confirmation_action" tools:ignore="UnusedResources">Awi-t</string>
<!-- Title for error card displayed to the user when an error occurred. -->
<string name="review_quality_check_generic_error_title">Ulac talɣut i yellan akka tura</string>
<!-- Title for error card displayed to the user when the device is disconnected from the network. -->
<string name="review_quality_check_no_connection_title">Ulac tuqqna ɣer uzeṭṭa</string>
<!-- Text for body of error card displayed to the user when the device is disconnected from the network. -->
@ -2212,6 +2274,8 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<string name="review_quality_check_no_analysis_title">Ulac talɣut ɣef yilɣa-a akka ar tura</string>
<!-- Text for button from body of card displayed to the user for products whose reviews were not analyzed yet. Clicking this should trigger a product analysis. -->
<string name="review_quality_check_no_analysis_link">Senqed tɣara n yilɣa</string>
<!-- Headline for review quality check contextual onboarding card. -->
<string name="review_quality_check_contextual_onboarding_title">Ɛreḍ amnir-nneɣ yettwamanen i timawin n ufaris</string>
<!-- Clickable text from the contextual onboarding card that links to review quality check support article. -->
<string name="review_quality_check_contextual_onboarding_learn_more_link">Issin ugar</string>
<!-- Clickable text from the review quality check contextual onboarding card that links to Fakespot privacy policy. -->
@ -2226,6 +2290,8 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<string name="review_quality_check_contextual_onboarding_primary_button_text">Ih, ɛreḍ tikkelt niḍen </string>
<!-- Text for opt-out button from the review quality check contextual onboarding card. -->
<string name="review_quality_check_contextual_onboarding_secondary_button_text">Mačči tura</string>
<!-- Text for the first CFR presenting the review quality check feature. -->
<string name="review_quality_check_first_cfr_message">Senqed ma ad tamneḍ tamawin ɣef ufaris-a — send ad t-taɣeḍ.</string>
<!-- Text displayed in the first CFR presenting the review quality check feature that opens the review checker when clicked. -->
<string name="review_quality_check_first_cfr_action" tools:ignore="UnusedResources">Ɛreḍ amsenqad n tamawt</string>
<!-- Text displayed in the second CFR presenting the review quality check feature that opens the review checker when clicked. -->
@ -2249,6 +2315,8 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
<!-- Text for highlights card shipping category header. Reviews shown under this header should refer the product's shipping. -->
<string name="review_quality_check_highlights_type_shipping">Tanemzagt</string>
<!-- Text for highlights card packaging and appearance category header. Reviews shown under this header should refer the product's packaging and appearance. -->
<string name="review_quality_check_highlights_type_packaging_appearance">Akemmus d urwas</string>
<!-- Text for highlights card competitiveness category header. Reviews shown under this header should refer the product's competitiveness. -->
<string name="review_quality_check_highlights_type_competitiveness">Amḥizwer</string>

Loading…
Cancel
Save