mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Strings - app/src/main/res/values-rm/strings.xml
This commit is contained in:
parent
1c209af3db
commit
d6b85b1dcf
@ -52,7 +52,9 @@
|
|||||||
<!-- Title for the home screen section with recently saved bookmarks. -->
|
<!-- Title for the home screen section with recently saved bookmarks. -->
|
||||||
<string moz:removedIn="94" name="recently_saved_bookmarks" tools:ignore="UnusedResources">Memorisà dacurt</string>
|
<string moz:removedIn="94" name="recently_saved_bookmarks" tools:ignore="UnusedResources">Memorisà dacurt</string>
|
||||||
<!-- Title for the home screen section with recently saved bookmarks. -->
|
<!-- Title for the home screen section with recently saved bookmarks. -->
|
||||||
<string name="recently_bookmarked">Tschernì dacurt sco segnapagina</string>
|
<string moz:removedIn="94" name="recently_bookmarked" tools:ignore="UnusedResources">Tschernì dacurt sco segnapagina</string>
|
||||||
|
<!-- Title for the home screen section with recently saved bookmarks. -->
|
||||||
|
<string name="recent_bookmarks_title">Tschernì dacurt sco segnapagina</string>
|
||||||
<!-- Content description for the recently saved bookmarks section on the home screen. -->
|
<!-- Content description for the recently saved bookmarks section on the home screen. -->
|
||||||
<string name="recently_saved_bookmarks_content_description">Segnapaginas memorisads dacurt</string>
|
<string name="recently_saved_bookmarks_content_description">Segnapaginas memorisads dacurt</string>
|
||||||
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
|
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
|
||||||
@ -103,6 +105,11 @@
|
|||||||
<!-- Text for the negative action button to dismiss the Close Tabs Banner. -->
|
<!-- Text for the negative action button to dismiss the Close Tabs Banner. -->
|
||||||
<string name="tab_tray_close_tabs_banner_negative_button_text">Serrar</string>
|
<string name="tab_tray_close_tabs_banner_negative_button_text">Serrar</string>
|
||||||
|
|
||||||
|
<!-- Text for the banner message to tell users about our inactive tabs feature. -->
|
||||||
|
<string name="tab_tray_inactive_onboarding_message" tools:ignore="UnusedResources">Ils tabs che ti n\'has betg consultà durant las ultimas duas emnas vegnan spustads nà qua.</string>
|
||||||
|
<!-- Text for the action link to go to Settings for inactive tabs. -->
|
||||||
|
<string name="tab_tray_inactive_onboarding_button_text" tools:ignore="UnusedResources">Deactivar en ils parameters</string>
|
||||||
|
|
||||||
<!-- Home screen icons - Long press shortcuts -->
|
<!-- Home screen icons - Long press shortcuts -->
|
||||||
<!-- Shortcut action to open new tab -->
|
<!-- Shortcut action to open new tab -->
|
||||||
<string name="home_screen_shortcut_open_new_tab_2">Nov tab</string>
|
<string name="home_screen_shortcut_open_new_tab_2">Nov tab</string>
|
||||||
@ -118,6 +125,15 @@
|
|||||||
<!-- Button text for showing all the tabs in the tabs tray -->
|
<!-- Button text for showing all the tabs in the tabs tray -->
|
||||||
<string name="recent_tabs_show_all">Mussar tut</string>
|
<string name="recent_tabs_show_all">Mussar tut</string>
|
||||||
|
|
||||||
|
<!-- Content description for the button which navigates the user to show all recent tabs in the tabs tray. -->
|
||||||
|
<string name="recent_tabs_show_all_content_description">Buttun per mussar tut ils tabs averts dacurt</string>
|
||||||
|
<!-- Title for showing a group item in the 'Jump back in' section of the new tab
|
||||||
|
The first parameter is the search term that the user used. (for example: your search for "cat")-->
|
||||||
|
<string name="recent_tabs_search_term">Tia tschertga da «%1$s»</string>
|
||||||
|
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
||||||
|
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
|
||||||
|
<string name="recent_tabs_search_term_count">Websites: %1$s</string>
|
||||||
|
|
||||||
<!-- History Metadata -->
|
<!-- History Metadata -->
|
||||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||||
user's browsing history, such as topics they have researched or explored on the web -->
|
user's browsing history, such as topics they have researched or explored on the web -->
|
||||||
@ -125,11 +141,17 @@
|
|||||||
|
|
||||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||||
user's browsing history, such as topics they have researched or explored on the web -->
|
user's browsing history, such as topics they have researched or explored on the web -->
|
||||||
<string name="history_metadata_header_2">Visità dacurt</string>
|
<string moz:removedIn="94" name="history_metadata_header_2" tools:ignore="UnusedResources">Visità dacurt</string>
|
||||||
|
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||||
|
user's browsing history, such as topics they have researched or explored on the web -->
|
||||||
|
<string name="history_metadata_header_3">Tschertgà dacurt</string>
|
||||||
<!-- Text for the menu button to remove a grouped highlight from the user's browsing history
|
<!-- Text for the menu button to remove a grouped highlight from the user's browsing history
|
||||||
in the Recently visited section -->
|
in the Recently visited section -->
|
||||||
<string name="recently_visited_menu_item_remove">Allontanar</string>
|
<string name="recently_visited_menu_item_remove">Allontanar</string>
|
||||||
|
|
||||||
|
<!-- Content description for the button which navigates the user to show all of their history. -->
|
||||||
|
<string name="past_explorations_show_all_content_description">Buttun per mussar ils artitgels gia visitads</string>
|
||||||
|
|
||||||
<!-- Browser Fragment -->
|
<!-- Browser Fragment -->
|
||||||
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
|
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
|
||||||
<string name="browser_tabs_button">Tabs averts</string>
|
<string name="browser_tabs_button">Tabs averts</string>
|
||||||
@ -206,6 +228,8 @@
|
|||||||
|
|
||||||
<!-- Browser menu button that opens the Customize menu -->
|
<!-- Browser menu button that opens the Customize menu -->
|
||||||
<string name="browser_menu_customize_home">Persunalisar la pagina da partenza</string>
|
<string name="browser_menu_customize_home">Persunalisar la pagina da partenza</string>
|
||||||
|
<!-- Button shown on the home page that opens the Customize home settings -->
|
||||||
|
<string name="browser_menu_customize_home_1">Persunalisar la pagina da partenza</string>
|
||||||
<!-- Browser Toolbar -->
|
<!-- Browser Toolbar -->
|
||||||
<!-- Content description for the Home screen button on the browser toolbar -->
|
<!-- Content description for the Home screen button on the browser toolbar -->
|
||||||
<string name="browser_toolbar_home">Visur da partenza</string>
|
<string name="browser_toolbar_home">Visur da partenza</string>
|
||||||
@ -251,6 +275,29 @@
|
|||||||
<!-- Search engine suggestion description text -->
|
<!-- Search engine suggestion description text -->
|
||||||
<string name="search_engine_suggestions_description">Tschertgar direct en la trav d\'adressas</string>
|
<string name="search_engine_suggestions_description">Tschertgar direct en la trav d\'adressas</string>
|
||||||
|
|
||||||
|
<!-- Home onboarding -->
|
||||||
|
<!-- Onboarding home screen dialog title text. Firefox is intentionally hardcoded. -->
|
||||||
|
<string name="onboarding_home_screen_title_2">Las novaziuns da Firefox</string>
|
||||||
|
|
||||||
|
<!-- Onboarding home screen dialog description text. -->
|
||||||
|
<string name="onboarding_home_screen_description_2">Ussa èsi pli simpel da cuntinuar là nua che ti has chalà.</string>
|
||||||
|
<!-- Onboarding home screen dialog title text for the home section. Firefox is intentionally hardcoded. -->
|
||||||
|
<string name="onboarding_home_screen_section_home_title_2">Pagina da partenza da Firefox persunalisada</string>
|
||||||
|
<!-- Onboarding home screen dialog description text for the home section. -->
|
||||||
|
<string name="onboarding_home_screen_section_home_description_2">Siglir tar tes tabs averts, tes segnapaginas e tia cronologia da navigaziun.</string>
|
||||||
|
<!-- Onboarding home screen dialog description text for the tab tray section. -->
|
||||||
|
<string name="onboarding_home_screen_section_cleaner_tab_tray_title_2">Tabs organisads e survesaivels</string>
|
||||||
|
|
||||||
|
<!-- Onboarding home screen dialog description text for the tab tray section. -->
|
||||||
|
<string name="onboarding_home_screen_section_cleaner_tab_tray_description_2">Reducescha il caos cun in layout optimà e cun tabs che sa serran automaticamain. </string>
|
||||||
|
<!-- Onboarding home screen dialog description text for the history section. -->
|
||||||
|
<string name="onboarding_home_screen_section_useful_history_title_2">Tschertgà dacurt</string>
|
||||||
|
<!-- Onboarding home screen dialog description text for the history section. -->
|
||||||
|
<string name="onboarding_home_screen_section_useful_history_description_2">Turna als resultats da tias ultimas tschertgas – directamain da la pagina da partenza e dals tabs.</string>
|
||||||
|
|
||||||
|
<!-- Onboarding home screen popup dialog, shown on top of the Jump back in section. Firefox is intentionally hardcoded. -->
|
||||||
|
<string name="onboarding_home_screen_jump_back_contextual_hint" tools:ignore="UnusedResources">Cun tia pagina da partenza da Firefox persunalisada èsi ussa pli simpel da cuntinuar là nua che ti has chalà. Ti chattas tes ultims tabs, segnapaginas e resultats da tschertga.</string>
|
||||||
|
|
||||||
<!-- Search Widget -->
|
<!-- Search Widget -->
|
||||||
<!-- Content description for searching with a widget. Firefox is intentionally hardcoded.-->
|
<!-- Content description for searching with a widget. Firefox is intentionally hardcoded.-->
|
||||||
<string name="search_widget_content_description">Avrir in nov tab da Firefox</string>
|
<string name="search_widget_content_description">Avrir in nov tab da Firefox</string>
|
||||||
@ -403,9 +450,15 @@
|
|||||||
<!-- Title for the customize home screen section with recently saved bookmarks. -->
|
<!-- Title for the customize home screen section with recently saved bookmarks. -->
|
||||||
<string moz:removedIn="94" name="customize_toggle_recently_saved_bookmarks" tools:ignore="UnusedResources">Memorisà dacurt</string>
|
<string moz:removedIn="94" name="customize_toggle_recently_saved_bookmarks" tools:ignore="UnusedResources">Memorisà dacurt</string>
|
||||||
<!-- Title for the customize home screen section with recently saved bookmarks. -->
|
<!-- Title for the customize home screen section with recently saved bookmarks. -->
|
||||||
<string name="customize_toggle_recently_bookmarked">Tschernì dacurt sco segnapagina</string>
|
<string moz:removedIn="94" name="customize_toggle_recently_bookmarked" tools:ignore="UnusedResources">Tschernì dacurt sco segnapagina</string>
|
||||||
<!-- Title for the customize home screen section with recently visited. Recently visited is a section where users see a list of tabs that they have visited in the past few days -->
|
<!-- Title for the customize home screen section with recently saved bookmarks. -->
|
||||||
<string name="customize_toggle_recently_visited">Visità dacurt</string>
|
<string name="customize_toggle_recent_bookmarks">Tschernì dacurt sco segnapagina</string>
|
||||||
|
<!-- Title for the customize home screen section with recently visited. Recently visited is
|
||||||
|
a section where users see a list of tabs that they have visited in the past few days -->
|
||||||
|
<string moz:removedIn="94" name="customize_toggle_recently_visited" tools:ignore="UnusedResources">Visità dacurt</string>
|
||||||
|
<!-- Title for the customize home screen settings section for recent searches. Recent searches
|
||||||
|
is a section where users see a list of groups of tabs that they have visited in the past few days -->
|
||||||
|
<string name="customize_toggle_recent_searches">Tschertgà dacurt</string>
|
||||||
<!-- Title for the customize home screen section with Pocket. -->
|
<!-- Title for the customize home screen section with Pocket. -->
|
||||||
<string name="customize_toggle_pocket">Pocket</string>
|
<string name="customize_toggle_pocket">Pocket</string>
|
||||||
|
|
||||||
@ -622,6 +675,10 @@
|
|||||||
<string name="tab_view_list">Glista</string>
|
<string name="tab_view_list">Glista</string>
|
||||||
<!-- Option for a grid tab view -->
|
<!-- Option for a grid tab view -->
|
||||||
<string name="tab_view_grid">Griglia</string>
|
<string name="tab_view_grid">Griglia</string>
|
||||||
|
<!-- Option for search term tab groups -->
|
||||||
|
<string name="tab_view_search_term_tab_groups">Gruppas da tschertgar</string>
|
||||||
|
<!-- Summary text for search term tab groups -->
|
||||||
|
<string name="tab_view_search_term_tab_groups_summary">Gruppar websites che tutgan ensemen</string>
|
||||||
<!-- Title of preference that allows a user to auto close tabs after a specified amount of time -->
|
<!-- Title of preference that allows a user to auto close tabs after a specified amount of time -->
|
||||||
<string name="preferences_close_tabs">Serrar ils tabs</string>
|
<string name="preferences_close_tabs">Serrar ils tabs</string>
|
||||||
<!-- Option for auto closing tabs that will never auto close tabs, always allows user to manually close tabs -->
|
<!-- Option for auto closing tabs that will never auto close tabs, always allows user to manually close tabs -->
|
||||||
@ -633,6 +690,9 @@
|
|||||||
<!-- Option for auto closing tabs that will auto close tabs after one month -->
|
<!-- Option for auto closing tabs that will auto close tabs after one month -->
|
||||||
<string name="close_tabs_after_one_month">Suenter in mais</string>
|
<string name="close_tabs_after_one_month">Suenter in mais</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">Serrar automaticamain tabs averts</string>
|
||||||
|
|
||||||
<!-- Start on Home -->
|
<!-- Start on Home -->
|
||||||
<!-- Title of a preference that allows a user to indicate after a specified amount of time when the app should start on the home screen -->
|
<!-- Title of a preference that allows a user to indicate after a specified amount of time when the app should start on the home screen -->
|
||||||
<string name="preferences_start_on_home">Recumenzar cun il visur da partenza</string>
|
<string name="preferences_start_on_home">Recumenzar cun il visur da partenza</string>
|
||||||
@ -651,6 +711,12 @@
|
|||||||
<!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one month-->
|
<!-- 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">Serrar suenter in mais</string>
|
<string name="close_tabs_after_one_month_summary">Serrar suenter in mais</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">Spustar tabs vegls en «Inactiv»</string>
|
||||||
|
<!-- Title of inactive tabs preference -->
|
||||||
|
<string name="preferences_inactive_tabs_title">Tabs betg consultads durant las ultimas duas emnas vegnan spustads en la secziun «Inactiv».</string>
|
||||||
|
|
||||||
<!-- Studies -->
|
<!-- Studies -->
|
||||||
<!-- Title of the remove studies button -->
|
<!-- Title of the remove studies button -->
|
||||||
<string name="studies_remove">Allontanar</string>
|
<string name="studies_remove">Allontanar</string>
|
||||||
@ -770,7 +836,10 @@
|
|||||||
<string name="tab_tray_save_to_collection">Memorisar</string>
|
<string name="tab_tray_save_to_collection">Memorisar</string>
|
||||||
|
|
||||||
<!-- Title text for the normal tabs header in the tabs tray which are not part of any tab grouping. -->
|
<!-- Title text for the normal tabs header in the tabs tray which are not part of any tab grouping. -->
|
||||||
<string name="tab_tray_header_title">Auters</string>
|
<string moz:removedIn="94" name="tab_tray_header_title" tools:ignore="UnusedResources">Auters</string>
|
||||||
|
|
||||||
|
<!-- Title text for the normal tabs header in the tabs tray which are not part of any tab grouping. -->
|
||||||
|
<string name="tab_tray_header_title_1">Auters tabs</string>
|
||||||
|
|
||||||
<!-- History -->
|
<!-- History -->
|
||||||
<!-- Text for the button to clear all history -->
|
<!-- Text for the button to clear all history -->
|
||||||
@ -1915,9 +1984,11 @@
|
|||||||
<!-- Dialog button text for canceling the rename top site prompt. -->
|
<!-- Dialog button text for canceling the rename top site prompt. -->
|
||||||
<string name="top_sites_rename_dialog_cancel">Interrumper</string>
|
<string name="top_sites_rename_dialog_cancel">Interrumper</string>
|
||||||
|
|
||||||
<!-- In-activate tabs in the tabs tray -->
|
<!-- Inactive tabs in the tabs tray -->
|
||||||
<!-- Title text displayed in the tabs tray when a tab has been unused for 4 days. -->
|
<!-- Title text displayed in the tabs tray when a tab has been unused for 14 days. -->
|
||||||
<string name="inactive_tabs_title">Tabs inactivs</string>
|
<string name="inactive_tabs_title">Tabs inactivs</string>
|
||||||
|
<!-- Content description for closing all inactive tabs -->
|
||||||
|
<string name="inactive_tabs_delete_all">Serrar tut ils tabs inactivs</string>
|
||||||
<!-- A description below the section of "inactive" tabs to notify the user when those tabs will be closed, if appropriate. See strings inactive_tabs_30_days and inactive_tabs_7_days for placeholders options. -->
|
<!-- A description below the section of "inactive" tabs to notify the user when those tabs will be closed, if appropriate. See strings inactive_tabs_30_days and inactive_tabs_7_days for placeholders options. -->
|
||||||
<string name="inactive_tabs_description">Tabs stattan a disposiziun qua per %s. Suenter quest temp vegnan els serrads automaticamain.</string>
|
<string name="inactive_tabs_description">Tabs stattan a disposiziun qua per %s. Suenter quest temp vegnan els serrads automaticamain.</string>
|
||||||
<!-- The amount of time until a tab in the "inactive" section of the tabs tray will be closed. See string inactive_tabs_description as well -->
|
<!-- The amount of time until a tab in the "inactive" section of the tabs tray will be closed. See string inactive_tabs_description as well -->
|
||||||
@ -1925,6 +1996,30 @@
|
|||||||
<!-- The amount of time until a tab in the "inactive" section of the tabs tray will be closed. See string inactive_tabs_description as well -->
|
<!-- The amount of time until a tab in the "inactive" section of the tabs tray will be closed. See string inactive_tabs_description as well -->
|
||||||
<string name="inactive_tabs_7_days">1 emna</string>
|
<string name="inactive_tabs_7_days">1 emna</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">Serrar automaticamain suenter in mais?</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 po serrar tabs che ti n\'has betg consultà durant l\'ultim mais.</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">ACTIVAR LA SERRADA AUTOMATICA</string>
|
||||||
|
|
||||||
|
<!-- Inactive tabs survey -->
|
||||||
|
<!-- Header text for the inactive tabs survey asking for feedback to improve the inactive tabs feature. -->
|
||||||
|
<string name="inactive_tabs_survey_header" tools:ignore="UnusedResources">Grazia per ans gidar d\'ans meglierar</string>
|
||||||
|
<!-- Content text for the inactive tabs survey asking the primary survey feedback question. -->
|
||||||
|
<string name="inactive_tabs_survey_content" tools:ignore="UnusedResources">Pertge has ti deactivà ils tabs inactivs?</string>
|
||||||
|
<!-- One of the feedback option that can be selected as a responses to the inactive tabs survey question. -->
|
||||||
|
<string name="inactive_tabs_survey_not_interested_option" tools:ignore="UnusedResources">La funcziun na m\'interessa betg</string>
|
||||||
|
<!-- One of the feedback option that can be selected as a responses to the inactive tabs survey question. -->
|
||||||
|
<string name="inactive_tabs_survey_time_too_long_option" tools:ignore="UnusedResources">Il cuzza memia ditg fin l\'inactivitad</string>
|
||||||
|
<!-- One of the feedback option that can be selected as a responses to the inactive tabs survey question. -->
|
||||||
|
<string name="inactive_tabs_survey_time_too_short_option" tools:ignore="UnusedResources">I va memia svelt fin l\'inactivitad</string>
|
||||||
|
<!-- Confirmation button text to submit the feedback for the inactive tabs survey. -->
|
||||||
|
<string name="inactive_tabs_survey_send_button" tools:ignore="UnusedResources">Trametter</string>
|
||||||
|
<!-- Content description for inactive tabs survey close button -->
|
||||||
|
<string name="inactive_tabs_survey_close_button_content_description" tools:ignore="UnusedResources">Serrar</string>
|
||||||
|
|
||||||
<!-- Default browser experiment -->
|
<!-- Default browser experiment -->
|
||||||
<string name="default_browser_experiment_card_text">Definescha che colliaziuns da websites, e-mails e messadis vegnan averts automaticamain en Firefox.</string>
|
<string name="default_browser_experiment_card_text">Definescha che colliaziuns da websites, e-mails e messadis vegnan averts automaticamain en Firefox.</string>
|
||||||
|
|
||||||
@ -1940,4 +2035,19 @@
|
|||||||
<!-- Content description for privacy content close button -->
|
<!-- Content description for privacy content close button -->
|
||||||
<string name="privacy_content_close_button_content_description">Serrar</string>
|
<string name="privacy_content_close_button_content_description">Serrar</string>
|
||||||
|
|
||||||
|
<!-- Pocket recommended stories -->
|
||||||
|
<!-- Header text for a section on the home screen. -->
|
||||||
|
<string moz:removedIn="94" name="pocket_stories_header" tools:ignore="UnusedResources">Istorgias che dattan da pensar</string>
|
||||||
|
<!-- Header text for a section on the home screen. -->
|
||||||
|
<string name="pocket_stories_header_1">Istorgias che dattan da pensar</string>
|
||||||
|
<!-- Header text for a section on the home screen. -->
|
||||||
|
<string name="pocket_stories_categories_header">Istorgias tenor tema</string>
|
||||||
|
<!-- Text of a button allowing users to access an external url for more Pocket recommendations. -->
|
||||||
|
<string name="pocket_stories_placeholder_text">Scuvrir dapli</string>
|
||||||
|
<!-- Title of an app feature. Smaller than a heading.-->
|
||||||
|
<string name="pocket_stories_feature_title">Cun tecnologia da Pocket.</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">Part da la paletta da products Firefox. %s</string>
|
||||||
|
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||||||
|
<string name="pocket_stories_feature_learn_more">Ulteriuras infurmaziuns</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user