1
0
Fork 0
fenix/app/src/main/res/values-is/strings.xml

90 lines
5.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- App name for private browsing mode, only the "Private" portion should be localized. -->
<string name="app_name_private_2">Firefox Preview í huliðsvöfrun</string>
<!-- App name for private browsing mode, only the "Private" portion should be localized. -->
<string name="app_name_private_3">Firefox Preview (huliðsvöfrun)</string>
<!-- Home Fragment -->
<!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. -->
<string name="content_description_menu">Fleiri stillingar</string>
<!-- Content description (not visible, for screen readers etc.): "Private Browsing" menu button. -->
<string name="content_description_private_browsing_button">Virkja huliðsvöfrun</string>
<!-- Content description (not visible, for screen readers etc.): "Private Browsing" menu button. -->
<string name="content_description_disable_private_browsing_button">Afvirkja huliðsvöfrun</string>
<!-- Placeholder text shown in the search bar before a user enters text -->
<string name="search_hint">Leitaðu eða sláðu inn vistfang</string>
<!-- No Open Tabs Message Header -->
<string name="no_open_tabs_header_2">Engir opnir flipar</string>
<!-- No Open Tabs Message Description -->
<string name="no_open_tabs_description">Opnu fliparnir þínir verða sýndir hér.</string>
<!-- Private Browsing -->
<!-- Title for private session option -->
<string name="private_browsing_title">Þú ert í huliðsglugga</string>
<!-- Delete session button to erase your history in a private session -->
<string name="private_browsing_delete_session">Eyða setu</string>
<!-- Private mode shortcut "contextual feature recommender" (CFR) -->
<!-- Text for the main message -->
<string name="cfr_message">Bæta flýtileið til að opa huliðsflipa frá upphafsskjánum þínum.</string>
<!-- Text for the positive button -->
<string name="cfr_pos_button_text">Bæta við flýtileið</string>
<!-- Text for the negative button -->
<string name="cfr_neg_button_text">Nei takk</string>
<!-- Home screen icons - Long press shortcuts -->
<!-- Shortcut action to open new tab -->
<string name="home_screen_shortcut_open_new_tab_2">Nýr flipi</string>
<!-- Shortcut action to open new private tab -->
<string name="home_screen_shortcut_open_new_private_tab_2">Nýr einkaflipi</string>
<!-- Browser Fragment -->
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
<string name="browser_tabs_button">Opna flipa</string>
<!-- Content description (not visible, for screen readers etc.): Navigate backward (browsing history) -->
<string name="browser_menu_back">Til baka</string>
<!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) -->
<string name="browser_menu_forward">Áfram</string>
<!-- Content description (not visible, for screen readers etc.): Refresh current website -->
<string name="browser_menu_refresh">Endurglæða</string>
<!-- Content description (not visible, for screen readers etc.): Stop loading current website -->
<string name="browser_menu_stop">Stöðva</string>
<!-- Content description (not visible, for screen readers etc.): Bookmark the current page -->
<string name="browser_menu_bookmark">Bókamerki</string>
<!-- Content description (not visible, for screen readers etc.): Un-bookmark the current page -->
<string name="browser_menu_edit_bookmark">Breyta bókarmerki</string>
<!-- Browser menu button that opens the addon manager -->
<string name="browser_menu_addon_manager">Viðbótastjóri</string>
<!-- Text displayed when there are no add-ons to be shown -->
<string name="no_add_ons">Engar viðbætur hér</string>
<!-- Browser menu button that sends a user to help articles -->
<string name="browser_menu_help">Hjálp</string>
<!-- Browser menu button that sends a to a the what's new article -->
<string name="browser_menu_whats_new">Hvað er nýtt</string>
<!-- Browser menu button that opens the settings menu -->
<string name="browser_menu_settings">Stillingar</string>
<!-- Browser menu button that opens a user's library -->
<string name="browser_menu_your_library">Bókasafnið þitt</string>
<!-- Browser menu toggle that installs a Progressive Web App shortcut to the site on the device home screen. -->
<string name="browser_menu_install_on_homescreen">Setja upp</string>
<!-- Browser menu button that opens the find in page menu -->
<string name="browser_menu_find_in_page">Finna á síðu</string>
<!-- Browser menu button that creates a private tab -->
<string name="browser_menu_private_tab">Einkaflipi</string>
<!-- Browser menu button that creates a new tab -->
<string name="browser_menu_new_tab">Nýr flipi</string>
<!-- Browser menu button that saves the current tab to a collection -->
<string name="browser_menu_save_to_collection">Vista í safn</string>
<!-- Browser menu button that opens a dialog to report issues with the current site -->
<string name="browser_menu_report_issue">Viltu láta vita af veseni á vefsvæði</string>
<!-- Browser menu button that open a share menu to share the current site -->
<string name="browser_menu_share">Deila</string>
<!-- Share menu title, displayed when a user is sharing their current site -->
<string name="menu_share_with">Deila með…</string>
<!-- Browser menu button shown in custom tabs that opens the current tab in Fenix
The first parameter is the name of the app defined in app_name (for example: Fenix) -->
<string name="browser_menu_open_in_fenix">Opna með %1$s</string>
</resources>