strings.xml (77015B)
1 <?xml version="1.0" encoding="utf-8"?> 2 3 <!-- 4 This Source Code Form is subject to the terms of the Mozilla Public 5 License, v. 2.0. If a copy of the MPL was not distributed with this 6 file, You can obtain one at http://mozilla.org/MPL/2.0/. 7 --> 8 9 <resources xmlns:tools="http://schemas.android.com/tools"> 10 <!-- 11 ####################################################################################### 12 13 ## Put only strings into this file that should be translated. Move all other strings ## 14 15 ## into a separate file like strings_references.xml ## 16 17 ####################################################################################### 18 --> 19 20 <!-- Label used for buttons, e.g. in dialogs --> 21 <string name="action_cancel">ተወው</string> 22 <!-- Label used for buttons, e.g. in dialogs --> 23 <string name="action_ok">እሺ</string> 24 <string name="action_save">አስቀምጥ</string> 25 <!-- This text is shown in the URL bar when it's empty --> 26 <string name="urlbar_hint">ፍለጋ ወይም አድራሻ ያስገቡ</string> 27 <string name="teaser">አውቶማቲክ የግል አሰሳ\nያስሱ. ደምስስ. ድገም.</string> 28 <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a browsing session --> 29 <string name="feedback_erase">የአሰሳ ታሪክዎ ተደምስሷል</string> 30 <string name="feedback_erase2">የአሰሳ ታሪክ ጸድቷል</string> 31 <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a custom tab browsing session --> 32 <string name="feedback_erase_custom_tab">የትሩ የአሰሳ ታሪክ ተደምስሷል።</string> 33 <!-- 34 This label is shown below the URL bar as soon as the user enters text. Clicking the label will perform a search. 35 %1$s is the text typed by the user. 36 --> 37 <string name="search_hint">ፈልግ ስለ %1$s</string> 38 <!-- Menu item: Share the currently visible page --> 39 <string name="menu_share">ያጋሩ…</string> 40 <!-- Menu item: Report an issue on the current site --> 41 <string name="menu_report_site_issue">የድረ-ገጹን ችግር አመልክት</string> 42 <!-- 43 Menu item: Switch to another browser to open the currently visible page. %1$s will be 44 replaced with the name of the browser like: "Open in Firefox" or "Open in Chrome". Some 45 links can be opened by native apps that aren't a browser, e.g. "Open in YouTube" 46 --> 47 <string name="menu_open_with_default_browser2">በ %1$s ክፈት</string> 48 <!-- 49 Menu item: Switch to another browser to open the currently visible page. This menu item 50 will be shown if there are multiple browsers and we do not know which one is the default 51 browser or in case Focus is actually the default browser. Clicking this menu item will show 52 a screen with multiple browsers (or other apps that can open the current URL) to choose from. 53 --> 54 <string name="menu_open_with_a_browser2">ክፈት በ…</string> 55 <!-- Menu item: Add the current page as a shortcut to the device's home screen (launcher). --> 56 <string name="menu_add_to_home_screen">ወደ መነሻ ማያ ገጽ አክል</string> 57 <!-- Menu item: Add the current site as a shortcut on the Home screen --> 58 <string name="menu_add_to_shortcuts">ወደ አቋራጭ ጨምር</string> 59 <!-- Menu item: Remove the current site as a shortcut from the Home screen --> 60 <string name="menu_remove_from_shortcuts">ከአቋራጭ ላይ አስወድግ</string> 61 <!-- Menu item: Shows information about features and changes that are new to this version --> 62 <string name="menu_settings">ቅንብሮች</string> 63 <string name="menu_about">ስለ</string> 64 <string name="menu_help">እገዛ</string> 65 <string name="menu_terms_of_use">የአጠቃቀም ውል</string> 66 <!-- 67 Menu item: This is the label for a menu entry that shows how many trackers have been blocked 68 for the currently loaded website. The number of blocked trackers is shown below this label. 69 Next to this label is a switch that allows the user to temporarily enable / disable the 70 blocking of trackers for the current browsing session - for example if the current website 71 doesn't work correctly with blocked content. 72 --> 73 <string name="menu_trackers_blocked_title">ተከታታዮች ታግደዋል</string> 74 <!-- 75 Menu item: This is the subtitle for the Trackers blocked menu entry that shows how many 76 trackers have been blocked for the currently loaded website. 77 --> 78 <string name="menu_trackers_blocked_subtitle">ይህን ማጥፋት አንዳንድ የድረ-ገፅ ችግሮችን ሊፈታ ይችላል</string> 79 <!-- Menu item: This is the label for turning off content blocking for the current website. --> 80 <string name="menu_content_blocking">የይዘት እገዳ</string> 81 <!-- This is the subtitle content blocking toggle --> 82 <string name="menu_content_blocking_subtitle">አንዳንድ ድረ-ገፆችን ለመጠገን አጥፋ</string> 83 <!-- 84 This is a small text at the bottom of the menu shown in a "custom tab" for branding purposes. 85 See https://github.com/mozilla-mobile/focus-android/issues/2106 86 %1$s will be replaced by the app name (e.g. Firefox Focus) 87 --> 88 <string name="menu_custom_tab_branding">በ%1$s የተጎላበተ</string> 89 <!-- 90 This is the title of a dialog that shows all the share targets (apps or contacts) when 91 sharing an URL. 92 --> 93 <string name="share_dialog_title">ያጋሩ በ</string> 94 <string name="notification_erase_title_android_14">የአሰሳ ታሪክን ይጥፋ?</string> 95 <!-- 96 Text shown in the notification description that pops up to remind the user that a browsing session is active 97 for Android 14+. 98 --> 99 <string name="notification_erase_text_android_14_1">የአሰሳ ታሪክዎን ደህንነቱ በተጠበቀ መልኩ ለማጥፋት ይህን ማሳወቂያ መታ ያድርጉ ወይም ያንሸራትቱ።</string> 100 <string name="notification_erase_text">የአሰሳ ታሪክን አጥፋ</string> 101 <!-- Notification action to open Focus and resume the current browsing session. --> 102 <string name="notification_action_open">ክፈት</string> 103 <!-- 104 Notification action to erase the current browsing session AND switch to Focus (bring it 105 to the foreground) 106 --> 107 <string name="notification_action_erase_and_open">አጠፉ እና ክፈት</string> 108 <!-- 109 On Android 7+ users can add a shortcut for erasing the browsing history to the home screen. 110 This is the label for this shortcut. Android recommends a maximum length of 10 characters. 111 --> 112 <string name="shortcut_erase_short_label">አጠፉ</string> 113 <!-- 114 The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this 115 instead of the short title when it has enough space. Android recommends a maximum length 116 of 25 characters. 117 --> 118 <string name="shortcut_erase_long_label">የአሰሳ ታሪክን አጥፋ</string> 119 <!-- 120 On Android 7+ users can add a shortcut for erasing the browsing history to the home screen. 121 This is the label for this shortcut. Android recommends a maximum length of 10 characters. 122 --> 123 <string name="shortcut_erase_and_open_short_label">አጥፋ እና ከፈት</string> 124 <!-- 125 The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this 126 instead of the short title when it has enough space. Android recommends a maximum length 127 of 25 characters. 128 %1$s will be replaced by the app name (e.g. Firefox Focus) 129 --> 130 <string name="shortcut_erase_and_open_long_label">አጥፋ እና ክፈት %1$s</string> 131 <!-- 132 This is the label of an action we offer when the user selects text in other third-party apps. 133 Focus is hard coded since we can't use variables in this context. 134 Do not translate or transliterate Focus. 135 --> 136 <string name="text_selection_search_action_focus" tools:ignore="BrandUsage">Focus ላይ ፈልግ</string> 137 <!-- 138 This is the label of an action we offer when the user selects text in other third-party apps. 139 Klar is hard coded since we can't use variables in this context. 140 Do not translate or transliterate Klar. 141 --> 142 <string name="text_selection_search_action_klar" tools:ignore="BrandUsage">Klar ላይ ፈልግ</string> 143 <!-- 144 This is the label of an action we offer when the user selects text in other third-party apps. 145 Focus Beta is hard coded since we can't use variables in this context. 146 Do not translate or transliterate Focus Beta. 147 --> 148 <string name="text_selection_search_action_focus_beta" tools:ignore="BrandUsage">Focus Beta ላይ ፈልግ</string> 149 <!-- 150 This is the label of an action we offer when the user selects text in other third-party apps. 151 Focus Nightly is hard coded since we can't use variables in this context. 152 Do not translate or transliterate Focus Nightly. 153 --> 154 <string name="text_selection_search_action_focus_nightly" tools:ignore="BrandUsage">Focus Nightly ላይ ፈልግ</string> 155 <!-- 156 Content of about focus. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 157 %2$s is the url for the learn-more link. 158 --> 159 <string name="about_content" tools:ignore="IncorrectStraightDoubleQuote"><![CDATA[<p>%1$s እርስዎን ውሣኔ ሰጪ ያደርግዎታል።</p>\n<p>እንደ የግል አሳሽ ይጠቀሙበት፡-\n<ul>\n<li>በመተግበሪያው ውስጥ ይፈልጉ እና ያስሱ</li>\n<li>መከታተያዎችን ያግዱ (ወይም መከታተያዎችን ለመፍቀድ ቅንብሮችን ያዘምኑ)</li>\n<li>ኩኪዎችን እንዲሁም የፍለጋ እና የአሰሳ ታሪክን ለማጥፋት ይደምስሱ</li>\n</ul> </p>\n<p>%1$s የሚመረተው በሞዚላ ነው። የእኛ ተልዕኮ ጤናማ እና ክፍት በይነመረብን ማዳበር ነው።<br/>\n<a href=\"%2$s\">የበለጠ ለመረዳት</a></p>]]></string> 160 <!-- Header for the Privacy and Security settings menu --> 161 <string name="preference_privacy_and_security_header">ግላዊነት እና ደህንነት</string> 162 <!-- Preference summary for settings related to privacy and security --> 163 <string name="preference_privacy_and_security_summary">ክትትል፣ ኩኪዎች፣ የውሂብ ምርጫዎች</string> 164 <!-- 165 Preference category description for settings related to search, set default 166 and autocomplete are settings a user can find and change inside the "search" settings screen 167 --> 168 <string name="preference_search_summary">ነባሪ አዘጋጅ፣ ራስ-አጠናቅቅ</string> 169 <!-- 170 Preference category description for settings screen for settings related to Mozilla 171 172 About the app and help are links that are inside this menu 173 174 %1$s will be replaced by the app name (e.g. Firefox Focus) 175 --> 176 <string name="preference_mozilla_summary">ስለ %1$s፣ እገዛ</string> 177 <!-- Preference category for ad blocking and enhanced tracking protection settings --> 178 <string name="preference_category_tracking_protection3">የተሻሻለ የመከታተያ ጥበቃ</string> 179 <!-- Preference category for settings related to controlling web content --> 180 <string name="preference_category_web_content">የድር ይዘት</string> 181 <!-- Preference category: stealth settings for while switching apps --> 182 <string name="preference_category_switching_apps">መተግበሪያዎችን በመቀያየር ላይ</string> 183 <!-- Preference category for General Settings --> 184 <string name="preference_category_general">አጠቃላይ</string> 185 <!-- Preference summary for General Settings category; the two things users can find in this category --> 186 <string name="preference_general_summary2">ነባሪ አሳሽ፣ ቋንቋ</string> 187 <!-- Preference category for settings about sending usage data --> 188 <string name="preference_category_data_collection_use">የውሂብ ስብሰባ እና አጠቃቀም</string> 189 <string name="preference_category_search">ፍለጋ</string> 190 <!-- Title of "switch" preference that enables/disables search suggestions --> 191 <string name="preference_show_search_suggestions">የፍለጋ ጥቆማዎችን ያግኙ</string> 192 <!-- 193 Description of the preference that enables/disables search suggestions 194 %1$s will be replaced by the app name (e.g. Firefox Focus) 195 --> 196 <string name="preference_show_search_suggestions_summary">%1$s በአድራሻ አሞሌው ላይ የሚተይቡትን ወደ የፍለጋ ፍርግምዎ ይልካል</string> 197 <!-- This label is shown below the name of the default search engine in settings --> 198 <string name="preference_search_engine_default">ነባሪ</string> 199 <!-- This label is shown above the currently selected search engine in settings --> 200 <string name="preference_search_engine_label">የፍለጋ ፍርግም</string> 201 <!-- Text that is shown below a "switch" preference that is enabled. --> 202 <string name="preference_state_on">በርቷል</string> 203 <!-- Text that is shown below a "switch" preference that is disabled. --> 204 <string name="preference_state_off">ጠፍቷል</string> 205 <!-- Item in settings that will open a new preference screen for configuring the URL autocomplete behavior. --> 206 <string name="preference_subitem_autocomplete">URL ራስ-አጠናቅቅ</string> 207 <!-- Title of "switch" preference that enables/disables autocomplete for the default list --> 208 <string name="preference_switch_autocomplete_topsites">ለዋና ዋና ድረ-ገፆች</string> 209 <!-- 210 Summary for the toggle to enable autocomplete for the topsites list 211 %s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 212 --> 213 <string name="preference_autocomplete_topsite_summary2">በአድራሻ አሞሌው ውስጥ ከ450 በላይ ታዋቂ ዩአርኤሎችን %s በራስ ሰር እንዲያጠናቅቅ ያንቁ።</string> 214 <!-- Title of "switch" preference that enables/disables autocomplete for the user-defined list --> 215 <string name="preference_switch_autocomplete_user_list">ለሚያክሏቸው ድረ-ገፆች</string> 216 <!-- 217 Summary for the toggle to enable autocomplete for the user-defined list 218 %s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 219 --> 220 <string name="preference_autocomplete_user_list_summary2">የሚወዷቸውን ዩአርኤሎች %s በራስ ሰር እንዲያጠናቅቅ ያንቁ።</string> 221 <!-- Preference category: Manage (user-defined) sites --> 222 <string name="preference_category_autocomplete_manage_sites">ድረ-ገፆችን ያስተዳድሩ</string> 223 <!-- Item in autocomplete settings that will open a new preference screen for adding and removing URLs to the user-defined list --> 224 <string name="preference_autocomplete_subitem_manage_sites">ድረ-ገፆችን ያስተዳድሩ</string> 225 <!-- Action at the bottom of the list of custom autocomplete URLs that will open a new screen to add a new URL to the list. --> 226 <string name="preference_autocomplete_action_add">+ ብጁ አክል URL</string> 227 <!-- Explanation text above the list of custom autocomplete URLs. --> 228 <string name="preference_autocomplete_explanation_text">የእርስዎ ራስ-አጠናቅቅ ዝርዝር፡-</string> 229 <!-- Action at the bottom of the list of custom autocomplete URLs that will open a new screen to add a new URL to the list. --> 230 <string name="preference_autocomplete_action_add2">ዩአርኤል አክል</string> 231 <!-- Title of the screen for adding custom autocomplete URLs. --> 232 <string name="preference_autocomplete_title_add">ብጁ አክል URL</string> 233 <!-- Label for the button to quick add custom autocomplete URLs. --> 234 <string name="custom_autocomplete_quick_add">ብጁ ዩአርኤል አክል</string> 235 <!-- Label for the button to quick add the current URL to the custom autocomplete list --> 236 <string name="add_custom_autocomplete_label">ወደ ራስ-አጠናቅቅ አገናኝ አክል</string> 237 <!-- Preference category for settings about cookies and site data --> 238 <string name="preference_category_cookies">ኩኪዎች እና የድረ-ገፅ ውሂብ</string> 239 <!-- Preference category for settings about data choices --> 240 <string name="preference_category_data_choices">የውሂብ ምርጫዎች</string> 241 <!-- Title of the screen for removing custom autocomplete URLs. --> 242 <string name="preference_autocomplete_title_remove">ብጁ አስወግድ URLs</string> 243 <!-- A link to SUMO at autocomplete settings. --> 244 <string name="preference_autocomplete_learn_more">ተጨማሪ እወቅ</string> 245 <!-- Preference summary: Custom (user-defined) autocomplete URLs. --> 246 <string name="preference_autocomplete_custom_summary">አክል ወይም አደራጅ ብጁ ራስ-አጠናቅቅ URLs</string> 247 <!-- Label for the "custom autocomplete URL" input field --> 248 <string name="preference_autocomplete_add_title">URL መጨመር</string> 249 <!-- "Hint" text for the "custom autocomplete URL" input field. Shown when the field is empty. --> 250 <string name="preference_autocomplete_add_hint">ለጥፍ ወይም ግባ URL</string> 251 <!-- Example how a custom domain autocomplete URL be added (e.g. without http://) --> 252 <string name="preference_autocomplete_add_example2">ምሳሌ: mozilla.org</string> 253 <!-- To be removed once the new hint has been translated --> 254 <string name="preference_autocomplete_add_example">ምሳሌ : ምሳሌ.com</string> 255 <!-- Confirmation "snackbar" shown after a new custom autocomplete URL has been added. --> 256 <string name="preference_autocomplete_add_confirmation">አዲስ ብጁ URL ታክሏል</string> 257 <!-- Menu item to remove existing autocomplete URLs. --> 258 <string name="preference_autocomplete_menu_remove">አስወግድ</string> 259 <!-- Content description (not visible, for screen readers etc.): Button that will delete all selected custom autocomplete URLs. --> 260 <string name="preference_autocomplete_action_remove_content_description">አስወግድ</string> 261 <!-- Error message shown if the entered custom autocomplete URL is not valid or empty. --> 262 <string name="preference_autocomplete_add_error">በድጋሚ አረጋጡ ያስገቡትን URL</string> 263 <string name="preference_language">ቋንቋ</string> 264 <!-- 265 This is shown when the user hasn't set a focus specific language, i.e. when Focus 266 is using the system default language. 267 --> 268 <string name="preference_language_systemdefault">የስርዓት ነባሪ</string> 269 <string name="preference_category_privacy">የግል መብት መጠበቅ</string> 270 <string name="preference_privacy_block_ads">የማስታወቂያ መከታተያዎችን አግድ</string> 271 <string name="preference_privacy_block_ads_summary">\"ማስታወቂያዎች ባይጫኑ እንኳን አንዳንድ የማስታወቂያ መከታተያዎች የጣቢያ ጉብኝቶችን ይከታተላሉ \"</string> 272 <string name="preference_privacy_block_analytics">መተንተኛ ተቆጣጣሪዎች ያግዱ</string> 273 <string name="preference_privacy_block_analytics_summary">እንደ ማሸብለል እና መታ በማድረግ ያሉ እንቅስቃሴዎችን ለመተንተን እና ለመለካት ጥቅም ላይ የዋለ</string> 274 <string name="preference_privacy_block_social">ማህበራዊ ሚዲያ መከታተያዎችን አግድ\n</string> 275 <string name="preference_privacy_block_social_summary">የእርስዎን ጉብኝቶች ለመከታተል እና እንደ የአጋራ አዝራሮች ያሉ ተግባሮችን ለማሳየት በጣቢያዎች ላይ የተካተተ</string> 276 <string name="preference_privacy_block_content">ሌሎች የይዘት መከታተያዎችን ያግዱ</string> 277 <string name="preference_privacy_block_content_summary2">ማስቻል አንዳንድ ገፆችን ያልታሰበ ፀባይ እንዲፈጽሙ ሊያደርጋቸው ይችላል</string> 278 <string name="preference_privacy_category_cookies">ኩኪዎችን አግድ</string> 279 <!-- 280 Three options for Cookie blocking. Yes (All cookies Blocked), Block 3rd-party cookies 281 only (Only 3rd-party Cookies Blocked), No (No cookies blocked) 282 --> 283 <string name="preference_privacy_should_block_cookies_no_option2">አልፈልግም፣አመሰግናለሁ</string> 284 <string name="preference_privacy_should_block_cookies_third_party_tracker_cookies_option">የሶስተኛ ወገን መከታተያ ኩኪዎችን ብቻ አግድ</string> 285 <string name="preference_privacy_should_block_cookies_third_party_only_option">የሶስተኛ ወገን ኩኪዎችን ብቻ አግድ</string> 286 <string name="preference_privacy_should_block_cookies_cross_site_option">ከድረ-ገፅ ድረ-ገፅ የሚከታተሉ ኩኪዎችን አግድ</string> 287 <string name="preference_privacy_should_block_cookies_yes_option2">አዎ እባክዎ</string> 288 <!-- Preference Title: Biometrics can be used to unlock Focus if the previous session's data was not erased by the user. --> 289 <string name="preference_security_biometric">መተግበሪያን ለመክፈት የጣት አሻራ ይጠቀሙ</string> 290 <!-- 291 Preference Summary: Biometrics (iris scan, fingerprint, or facial scan) can be used to unlock Focus if the app had a URL 292 open when the app was last run to ensure that only the phone's owner can view a previous session. 293 %s is the name of the app (for example "Firefox Focus" or "Firefox Klar") 294 Shortcuts is a feature that allows the user to pin his favorite websites to Focus home screen so he can quickly access them. 295 --> 296 <string name="preference_security_biometric_summary2">አቋራጮችን ካከሉ ወይም አንድ ድረ-ገፅ በ%s ውስጥ ክፍት ከሆነ፤ የጣት አሻራ በመጠቀም ይክፈቱ።</string> 297 <!-- 298 Preference Title: Secure Mode is a setting that prevents the app's content to show up in the "recent apps" screen 299 and prevents the user from taking screenshots or casting the app to other displays. 300 --> 301 <string name="preference_privacy_secure_mode">ስውር</string> 302 <!-- 303 Preference Summary: Stealth mode (previously "Secure mode") is a setting that prevents the 304 app's content (in our case especially the content of webpages) to show up in the "recent apps" 305 screen. Additionally Android will prevent the user from taking screenshots or casting the app 306 to other displays. 307 --> 308 <string name="preference_privacy_stealth_summary">መተግበሪያዎች በሚቀይሩበት ጊዜ ድረ-ገጾችን ደብቅ እና ስክሪንሻት መውሰድን አግድ።</string> 309 <string name="preference_category_security">ደህንነት</string> 310 <string name="preference_category_performance">አፈፃፀም</string> 311 <string name="preference_performance_block_webfonts">የድር ቅርጸ ቁምፊዎችን አግድ</string> 312 <!-- This text is shown below the setting for disabling web fonts. Some websites use icons/images from a font and those do not show up if fonts are blocked. --> 313 <string name="preference_performance_block_webfonts_summary">የአዶዎችን ወይም የምስሎችን መጥፋት ሊያስከትል ይችላል</string> 314 <string name="preference_performance_block_javascript">ጃቫ-ስክሪፕት አግድ</string> 315 <!-- This text is shown below setting for disabling JavaScript. Some websites may not work correctly when JavaScript is disabled --> 316 <string name="preference_performance_block_javascript_summary">ገፆች በፍጥነት ሊከፍቱ ይችላሉ፣ ግን ደግሞ ያልተጠበቀ ባህሪ ሊኖራቸው ይችላል</string> 317 <!-- 318 This preference does not set Focus as the default browser but instead links to Android's 319 "default apps" settings screen or if not supported by this Android version to a SUMO page describing 320 how to set Focus as a default browser. 321 %1$s will be replaced by the app name (e.g. Firefox Focus) 322 --> 323 <string name="preference_default_browser2">አከናውን %1$s ነባሪ አሳሽ</string> 324 <string name="preference_category_mozilla">ሞዚላ</string> 325 <string name="preference_mozilla_telemetry2">የአጠቃቀም ውሂብ ይላኩ</string> 326 <!-- A link to SUMO at the end of the summary (preference_mozilla_telemetry_summary2) of the "Send anonymous usage data" setting. --> 327 <string name="preference_mozilla_telemetry_summary">ተጨማሪ ይወቁ</string> 328 <!-- %1$s will be replaced with the name of the app (e.g. Firefox Focus) --> 329 <string name="preference_mozilla_telemetry_summary2">ሞዚላ %1$s ለሁሉም ለማቅረብ እና ለማሻሻል የሚያስፈልገንን ብቻ ለመሰብሰብ ይጥራል</string> 330 <!-- Preference switch for daily usage ping data collection --> 331 <string name="preference_daily_usage_ping_title">ዕለታዊ አጠቃቀም ማሳወቂያ</string> 332 <string name="preference_daily_usage_ping_description">ይህ Mozilla ንቁ ተጠቃሚዎችን ለመገመት ይረዳል።</string> 333 <string name="preference_daily_usage_ping_learn_more">ተጨማሪ ይወቁ</string> 334 <!-- In-app link (in settings) to Focus privacy notice. --> 335 <string name="preference_privacy_notice">የግላዊነት ማሳወቂያ</string> 336 <!-- In-app link (in settings) to Focus licensing information. --> 337 <string name="preference_licensing_info">የፈቃድ መረጃ</string> 338 <!-- Link to Focus licensing information from other libraries that we use. --> 339 <string name="preference_libraries_we_use">የምንጠቀማቸው ጥቅሎች</string> 340 <!-- Link to Focus Crash reports list. --> 341 <string name="preference_crashes">ብልሽቶች</string> 342 <!-- Open Source Licenses page title. %s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 343 <string name="open_source_licenses_title">%s | ክፍት ምንጭ ሶፍትዌር (OSS) ጥቅሎች</string> 344 <!-- Item in Preferences that shows the about page. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 345 <string name="preference_about">ስለ %1$s</string> 346 <!-- Header for the list of installed search engines --> 347 <string name="preference_search_installed_search_engines">የተጫኑ የፍለጋ ፕሮግራሞች</string> 348 <!-- Header for the list of installed search engines --> 349 <string name="preference_choose_search_engine">የፍለጋ ፍርግም ይምረጡ</string> 350 <!-- Action for restoring the default list of search engines --> 351 <string name="preference_search_restore">ነባሪ የፍለጋ ፕሮግራሞችን ወደነበረበት መልስ</string> 352 <!-- 353 Action for adding an additional search engine to the list. 354 The "+" is used to emphasize that this is an "add" action 355 --> 356 <string name="preference_search_add2">+ ሌላ የፍለጋ ፕሮግራም አክል</string> 357 <string name="preference_search_remove_title">የፍለጋ ፕሮግራሞችን አስወግድ</string> 358 <string name="preference_search_remove">አስወግድ</string> 359 <!-- Action for dding an additional search engine to the list --> 360 <string name="preference_search_add3">ሌላ የፍለጋ ፍርግም አክል</string> 361 <!-- Explanation text above the list of search engines --> 362 <string name="preference_select_preferred_engine">የእርስዎን ተመራጭ ፍርግም ይምረጡ፡-</string> 363 <!-- Clickable action text that shows when user long-presses on a search engine search field (this is similar to paste or copy when long-pressing a text field) --> 364 <string name="action_option_add_search_engine">የፍለጋ ፍርግም አክል</string> 365 <string name="search_add_manually_name_hint">የመፈለጊያ ማሸን ስም</string> 366 <string name="search_add_manually_string">የሚጠቀሙ ሕብረ ቁምፊዎችን ፈልግ</string> 367 <string name="search_add_manually_save">አስቀምጥ</string> 368 <!-- Example of search engine url. %s represents the search query and should be kept as-is. --> 369 <string name="search_add_manually_example">ለምሳሌ: ለምሳሌ.com /search/?q=%s</string> 370 <string name="search_add_confirmation">አዲስ የፍለጋ ፕሮግራም ታክሏል</string> 371 <string name="search_add_error_empty_name">የፍለጋውን ስም አስገባ</string> 372 <string name="search_add_error_duplicate_name">አንድ የተጫነ የፍለጋ ፍርግም አስቀድሞ ያንን ስም እየተጠቀመ ነው።</string> 373 <string name="search_add_error_empty_search">የፍለጋ ህብረ ቁምፊ ያስገቡ</string> 374 <string name="search_add_error_format">የፍለጋ ሕብረቁምፊ ና የምሳሌ ቅርጸት እንደ ሚመሳሰሉ አረጋግጥ</string> 375 <!-- Content description (not visible, for screen readers etc.): Clear text in URL bar --> 376 <string name="content_description_clear_input">ግቤት አጽዳ</string> 377 <!-- 378 Content description (not visible, for screen readers etc.): Clicking on the website overlay 379 while in typing mode will dismiss and go back to the browser. This text will be read when the 380 overlay if focused. See https://github.com/mozilla-mobile/focus-android/issues/50 381 --> 382 <string name="content_description_dismiss_input">አሰናብት</string> 383 <!-- 384 Content description (not visible, for screen readers etc.): Erase button: Erase the browsing 385 history and go back to the home screen. 386 --> 387 <string name="content_description_erase">የአሰሳ ታሪክን አጥፋ</string> 388 <!-- 389 If the user has multiple tabs open we will show an addition "floating action button" showing how many tabs are open. 390 This string is not displayed and read only by screenreaders. %1$s will be replaced with the number of open tabs. This 391 button will only be visible when there is more than one tab open (>= 2). 392 --> 393 <string name="content_description_tab_counter">ትሮች ተከፍተዋል: %1$s</string> 394 <!-- 395 Content description (not visible, for screen readers etc.): Lock icon showed in the URL bar for 396 https pages.. 397 --> 398 <string name="content_description_lock">ደህንነቱ የተጠበቀ ግንኙነት</string> 399 <!-- 400 This text is not visible. Instead it will be read by the accessibility service once we start 401 loading a website 402 --> 403 <string name="accessibility_announcement_loading">በመጫን ላይ</string> 404 <!-- 405 This text is not visible. Instead it will be read by the accessibility service once we 406 finished loading a website 407 --> 408 <string name="accessibility_announcement_loading_finished">ድር ጣቢያ ተጭኗል</string> 409 <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. --> 410 <string name="content_description_menu">ተጨማሪ አማራጮች</string> 411 <!-- 412 Content description (not visible, for screen readers etc.): "Three dot" menu button used 413 on home screen 414 --> 415 <string name="indicator_content_description_menu">ተጨማሪ አማራጮች አዝራር</string> 416 <!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) --> 417 <string name="content_description_forward">ወደ ፊት አስስ</string> 418 <!-- Content description (not visible, for screen readers etc.): Reload current website --> 419 <string name="content_description_reload">ድር ጣቢያ እንደገና ይጫኑ</string> 420 <!-- Content description (not visible, for screen readers etc.): Navigate back (browsing history) --> 421 <string name="content_description_back">ወደ ኋላ ዳስስ</string> 422 <!-- Content description (not visible, for screen readers etc.): Stop loading the current website. This button will turn into the refresh button once loading has been completed (see content_description_reload) --> 423 <string name="content_description_stop">ድር ጣቢያ መጫን አቁም</string> 424 <!-- Content description (not visible, for screen readers etc.): Custom Tab exit button - closes the custom tab and returns to the previous app. --> 425 <string name="content_description_customtab_exit">ወደ ቀዳሚው መተግበሪያ ይመለሱ</string> 426 <!-- 427 Content description (not visible, for screen readers etc.): This is the description for the ImageView in the menu that displays 428 the number of trackers blocked for the current session 429 --> 430 <string name="content_description_trackers_blocked">የታገዱ መከታተያዎች ብዛት</string> 431 <!-- 432 Content description (not visible, for screen readers etc.): This is the description for the switch in the menu that temporarily disables/enables 433 content blocking for the current session 434 --> 435 <string name="content_description_blocking_switch">መከታተያዎችን አግድ</string> 436 <string name="your_rights">የእርስዎ መብቶች</string> 437 <string name="external_app_prompt_title">አገናኙን በሌላ መተግበሪያ ውስጥ ይክፈቱ</string> 438 <!-- 439 This string is shown when the user has clicked a link that needs to be opened in a different app. 440 %2$s is the external app name, %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 441 --> 442 <string name="external_app_prompt">መሄድ ይችላሉ %1$s ይህንን አገናኝ በ ውስጥ ለመክፈት %2$s</string> 443 <!-- This text is the title of a dialog shown if no app could be found for a custom link protocol. --> 444 <string name="external_app_prompt_no_app_title">አገናኙን መክፈት የሚችል መተግበሪያ ያግኙ</string> 445 <!-- 446 This text is shown in a dialog if no app could be found for a custom link protocol. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar") and %2$s is the name of 447 the app store installed on the device (usually that's Google Play). 448 --> 449 <string name="external_app_prompt_no_app">በመሣሪያዎ ላይ ካሉት መተግበሪያዎች ውስጥ አንዳቸውም ይህን አገናኝ መክፈት አይችሉም። የሚችል መተግበሪያ %2$s ለመፈለግ %1$sን ትተው መሄድ ይችላሉ።</string> 450 <!-- This label is shown above a list of apps that can be used to open a given link --> 451 <string name="external_multiple_apps_matched_exit">የግል አሰሳውን ውጣ?</string> 452 <!-- Snackbar that will be displayed after a download has completed. %1$s is the file name. --> 453 <string name="download_snackbar_finished">%1$s ተጠናቅቋል</string> 454 <!-- Snackbar action to immediately open the successfully downloaded file. --> 455 <string name="download_snackbar_open">ክፈት</string> 456 <!-- Snackbar that will be displayed after a website has been added to shortcuts. --> 457 <string name="snackbar_added_to_shortcuts">ወደ አቋራጮች ታክሏል!</string> 458 <string name="error_hostLookup_title">አገልጋይ አልተገኘም</string> 459 <!-- 460 New Onboarding flow first screen title 461 462 %1$s is the app name and build variant (for example "Firefox Focus", "Firefox Klar Nightly"). 463 --> 464 <string name="onboarding_first_screen_title">እንኳን ወደ %1$s በደህና መጡ</string> 465 <!-- New Onboarding flow first screen subtitle the one that appears under title --> 466 <string name="onboarding_first_screen_subtitle">ፈጣን። የግል። ትኩረትን የሚከፋፍሉ ነገሮች የሌለው።</string> 467 <!-- 468 New Onboarding flow first screen 'terms of use' text 469 470 %1$s will be replaced by a link using onboarding_first_screen_terms_of_use_link as text 471 --> 472 <string name="onboarding_first_screen_terms_of_use_text_2" tools:ignore="UnusedResources">በመቀጠል፣ በ%1$s ተስማምተዋል።</string> 473 <!-- 474 New Onboarding flow first screen 'terms of use link' 475 476 Text for the link used in onboarding_first_screen_terms_of_use_text 477 --> 478 <string name="onboarding_first_screen_terms_of_use_link_2" tools:ignore="BrandUsage">የFirefox የአጠቃቀም ውል</string> 479 <!-- 480 New Onboarding flow first screen 'privacy notice' text 481 482 %1$s will be replaced by a link using onboarding_first_screen_privacy_notice_link as text 483 --> 484 <string name="onboarding_first_screen_privacy_notice_text_2" tools:ignore="BrandUsage">Firefox የእርስዎን ግላዊነት ያስባል። በእኛ %1$s ውስጥ የበለጠ ይወቁ።</string> 485 <!-- Text for the link used in onboarding_first_screen_privacy_notice_text --> 486 <string name="onboarding_first_screen_privacy_notice_link_2">የግላዊነት ማስታወቂያ</string> 487 <!-- New Onboarding flow first screen button label --> 488 <string name="onboarding_first_screen_button_agree_and_continue_2">ቀጥል</string> 489 <!-- In the first screen of new onboarding flow, additional accessibility description for content that contain urls. --> 490 <string name="a11y_link_available">ማገናኛ ይገኛል</string> 491 <!-- 492 Onboarding second screen: Title 493 494 %1$s will be replaced by the app short name(Focus) 495 --> 496 <string name="onboarding_second_screen_title">%1$s እንደ ሌሎች አሳሾች አይደለም</string> 497 <!-- New Onboarding flow second screen subtitle the one that appears under title --> 498 <string name="onboarding_second_screen_subtitle_one">ለተጨማሪ ግላዊነት መተግበሪያውን ሲዘጉ ታሪክዎን እናጸዳለን።</string> 499 <!-- 500 New Onboarding flow second screen subtitle two the one that appears under subtitle one 501 502 %1$s will be replaced by the app short name(Focus) 503 --> 504 <string name="onboarding_second_screen_subtitle_two">በሚከፍቱት እያንዳንዱ አገናኝ ውሂብዎን ለመጠበቅ %1$s ነባሪ ያድርጉ።</string> 505 <!-- New Onboarding flow second screen make Focus default browser button label --> 506 <string name="onboarding_second_screen_default_browser_button_text">ነባሪ አሳሽ አድርገህ አስቀምጥ</string> 507 <!-- New Onboarding flow second screen skip onboarding button label --> 508 <string name="onboarding_second_screen_skip_button_text">ዝለል</string> 509 <!-- First run tour (Default browser): Title --> 510 <string name="firstrun_defaultbrowser_title">ግላዊነትዎን ያስፉ</string> 511 <!-- First run tour (Default browser): Text. --> 512 <string name="firstrun_defaultbrowser_text2">የግል ፍለጋን ወደ ቀጣዩ ደረጃ ይወስዳል::በጣቢያዎች ውስጥ እርስዎን ሊከታተል የሚችል እና የገፅ ጭነት ጊዜዎችን ማደንዘዝ ማስታወቂያዎችን እና ሌላ ይዘትን አግድ</string> 513 <!-- First run tour (Search): Title --> 514 <string name="firstrun_search_title">የእርስዎ ፍለጋ, የእርስዎ መንገድ</string> 515 <!-- First run tour (Search): Text --> 516 <string name="firstrun_search_text">የሆነ የተለየ ነገር በመፈለግ ላይ? በቅንብሮች ውስጥ ሌላ ነባሪ የፍለጋ ፕሮግራም ይምረጡ</string> 517 <!-- First run tour (Shortcut): Title --> 518 <string name="firstrun_shortcut_title">ወደ መነሻ ማያ ገጽዎ አቋራጮችን ያክሉ</string> 519 <!-- First run tour (Shortcut): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) --> 520 <string name="firstrun_shortcut_text">ወደ እርስዎ ተወዳጅ ጣቢያዎች ይመለሱ %1$s በፍጥነት:: በቀላሉ ይምረጡ \"ወደ መነሻ ማያ ገጽ አክል\" ከ ዘንድ %1$s ምናሌ::</string> 521 <!-- First run tour (Privacy): Title --> 522 <string name="firstrun_privacy_title">ግላዊነት የማድረግ ልማድ ያድርጉ</string> 523 <!-- First run tour (Privacy): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) --> 524 <string name="firstrun_privacy_text">እንደ %1$s ነባሪ አሳሽዎ አድርገው ያቀናብሩ እና የድር ገጾች ከሌላ መተግበሪያዎች ሲከፍቱ የግል ማሰሻዎችን ጥቅሞች ያግኙ</string> 525 <string name="firstrun_close_button">እሺ ገባኝ!</string> 526 <string name="firstrun_skip_button">እለፍ</string> 527 <string name="firstrun_next_button">ቀጣይ</string> 528 <!-- Indicator that no trackers are being blocked because content blocking is disabled; normally shows the number of blocked trackers --> 529 <string name="content_blocking_disabled">-</string> 530 <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). --> 531 <string name="dialog_addtohomescreen_action_add">ጨምር</string> 532 <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). --> 533 <string name="dialog_addtohomescreen_action_yes">አዎ</string> 534 <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). --> 535 <string name="dialog_addtohomescreen_action_cancel">አጥፋ</string> 536 <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). --> 537 <string name="dialog_addtohomescreen_action_no">ይቅር</string> 538 <!-- 539 When enhanced tracking protection is disabled for the current session then we will show this warning in the "Add to home screen" dialog to 540 let the user know that the shortcut will always be opened with enhanced tracking protection disabled. 541 --> 542 <string name="dialog_addtohomescreen_tracking_protection2">አቋራጩ የተሻሻለ የክትትል ጥበቃ የሌለው ሆኖ ይከፈታል</string> 543 <!-- 544 The user visible name of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active. 545 The recommended maximum length is 40 characters; the value may be truncated if it is too long. 546 547 * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels 548 * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723 549 --> 550 <string name="notification_browsing_session_channel_name">የግል የማሰሻ ክፍል</string> 551 <!-- 552 The user visible description of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active. 553 The recommended maximum length is 300 characters; the value may be truncated if it is too long. %1$s will be replaced with the name of the app (e.g. Firefox Focus). 554 555 * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels 556 * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723 557 --> 558 <string name="notification_browsing_session_channel_description">ማሳወቂያዎች የ%1$s ክፍለ ጊዜዎን አንዴ በመንካት እንዲሰርዙ ያስችሉዎታል። መተግበሪያውን መክፈት ወይም በአሳሽዎ ውስጥ ምን እንደሚካሄድ ማየት አያስፈልግዎትም።</string> 559 <!-- Label for a button in the "tabs tray" to erase the browsing history (closes all tabs and removes associated data). --> 560 <string name="tabs_tray_action_erase">የማሰሻ ታሪክን አጥፋ</string> 561 <!-- Label for the option in the Focus "tabs tray" to clos the other tabs except the current tab. --> 562 <string name="tabs_tray_action_erase_other">ሌሎች ትሮችን ዝጋ</string> 563 <!-- 564 If the user decides to open the current page in another browser and if Firefox is not installed then we show this 565 item in the list of browsers. Clicking it will open the app store installed on the device (usually that's Google Play). 566 --> 567 <string name="download_firefox" tools:ignore="BrandUsage">ፋየርፎክስ አውርድ</string> 568 <!-- Text shown in prompts for GeckoView --> 569 <string name="gv_prompt_username_hint">የተጠቃሚ ስም</string> 570 <string name="gv_prompt_password_hint">የይለፍ ቃል</string> 571 <string name="gv_prompt_clear">አጽዳ</string> 572 <!-- 573 Text shown in Security Information Popup 574 575 Text to denote secure or insecure connection 576 --> 577 <string name="security_popup_secure_connection">ደህንነቱ የተጠበቀ ግንኙነት</string> 578 <string name="security_popup_insecure_connection">ደህንነቱ ያልተጠበቀ ግንኙነት</string> 579 <!-- %1$s will be replaced with organization that granted the SSL certificate --> 580 <string name="security_popup_security_verified">አረጋጋጭ: %1$s</string> 581 <!-- Content Description of Security Icon in toolbar --> 582 <string name="site_security_icon_content_description">የድረ-ገፅ ደህንነት</string> 583 <string name="preference_autocomplete_duplicate_url_error">ዩአርኤል አስቀድሞ አለ</string> 584 <!-- Label for the Find in page button --> 585 <string name="find_in_page">በገጽ ውስጥ ያግኙ</string> 586 <!-- Watermark/Hint for the find in page input field --> 587 <string name="find_in_page_input">በገጽ ውስጥ ያግኙ</string> 588 <!-- 589 String to show the number of results found in the page and the position 590 the user is at. %1$d is the position, %2$d is the total number of 591 results. 592 --> 593 <string name="find_in_page_result">%1$d/%2$d</string> 594 <!-- 595 String to be read by the accessibility service presenting the number of 596 results found in the page and the position the user is at. %1$d is the 597 position, %2$d is the total number of results. 598 --> 599 <string name="accessibility_find_in_page_result">%1$d ከ%2$d</string> 600 <!-- String to be read by the accessibility service when focusing the next result button --> 601 <string name="accessibility_next_result">የሚቀጥለውን ውጤት ያግኙ</string> 602 <!-- String to be read by the accessibility service when focusing the previous result button --> 603 <string name="accessibility_previous_result">ያለፈውን ውጤት ያግኙ</string> 604 <!-- String to be read by the accessibility service when focusing the dismiss button in the "find in page" UI --> 605 <string name="accessibility_dismiss_find_in_page">በገጽ ውስጥ ማግኘትን አሰናብት</string> 606 <!-- Checkbox menu item text to request desktop site --> 607 <string name="preference_performance_request_desktop_site">የዴስክቶፕ ድረ-ገፅን ይጠይቁ</string> 608 <!-- Checkbox menu item text to request desktop site --> 609 <string name="preference_performance_request_desktop_site2">የዴስክቶፕ ድረ-ገፅ</string> 610 <!-- Displayed after a user long presses on the URL in a custom tab to copy the URL --> 611 <string name="custom_tab_copy_url_action">ዩአርኤል ተቀድቷል</string> 612 <!-- Description of what a user may find in the Advanced Setting category, used for debugging --> 613 <string name="preference_advanced_summary">የገንቢ መሳሪያዎች</string> 614 <!-- Preference for open links in third party apps --> 615 <string name="preferences_open_links_in_apps">አገናኞችን በመተግበሪያዎች ውስጥ ይክፈቱ</string> 616 <!-- Title of Advanced Setting category --> 617 <string name="preference_category_advanced">የላቀ</string> 618 <!-- Preference for site permissions --> 619 <string name="preference_site_permissions">የድረ-ገፅ ፈቃዶች</string> 620 <!-- Preference for cookie banner. The name of the item from settings screen and the title of the cookie banner screen. --> 621 <string name="preferences_cookie_banner">የኩኪ ባነር ቅነሳ</string> 622 <!-- Preference summary for the cookie banner. If the cookie banner option is not disabled. --> 623 <string name="preferences_cookie_banner_summary_on">በርቷል</string> 624 <!-- Preference summary for the cookie banner. If the cookie banner option is disabled. --> 625 <string name="preferences_cookie_banner_summary_off">ጠፍቷል</string> 626 <!-- Title preference inside Cookie banner reduction screen. Here you can set the cookie banner option to disabled or reject_all. --> 627 <string name="cookie_banner_reject_all_option_title">የኩኪ ባነር ቅነሳ</string> 628 <!-- Preference summary inside Cookie banner reduction screen. Here you can set the cookie banner option to disabled or reject_all. --> 629 <string name="cookie_banner_reject_all_option_summary">በተቻለ መጠን የኩኪ ጥያቄዎችን በራስ-ሰር ውድቅ በማድረግ ያነሱ ባነሮችን ይመልከቱ።</string> 630 <!-- Preference for removing cookie/consent banners from sites automatically, this is shown as part of the protections panel with the tracking protection toggle. --> 631 <string name="cookie_banner_exception_item_title">የኩኪ ባነር ቅነሳ</string> 632 <!-- Text for indicating cookie banner handling is on this site, this is shown as part of the protections panel with the tracking protection toggle. --> 633 <string name="cookie_banner_exception_item_description_state_on">ለዚህ ድረ-ገፅ በርቷል</string> 634 <!-- Text for indicating cookie reducer is not supported on the current site, this is shown as part of the protections panel with the tracking protection toggle. --> 635 <string name="cookie_banner_exception_site_not_supported">በአሁኑ ጊዜ የማይደገፍ ድረ-ገፅ</string> 636 <!-- Text for indicating cookie banner handling is off this site, this is shown as part of the protections panel with the tracking protection toggle. --> 637 <string name="cookie_banner_exception_item_description_state_off">ለዚህ ድረ-ገፅ ጠፍቷል</string> 638 <!-- Preference for removing cookie/consent banners from sites automatically, this is shown when the user enters in details after he clicks on the item from protection panel. --> 639 <string name="cookie_banner_exception_panel_switch_title">የኩኪ ባነር ቅነሳ</string> 640 <!-- Text for indicating cookie banner handling is off this site, this is shown when the user enters in details after he clicks on the item from protection panel. --> 641 <string name="cookie_banner_exception_panel_switch_state_off">ለዚህ ድረ-ገፅ ጠፍቷል</string> 642 <!-- Text for indicating cookie banner handling is on this site, this is shown when the user enters in details after he clicks on the item from protection panel. --> 643 <string name="cookie_banner_exception_panel_switch_state_on">ለዚህ ድረ-ገፅ በርቷል</string> 644 <!-- 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. %1$s is a shortened URL of the current site. --> 645 <string name="cookie_banner_exception_panel_title_state_on_for_site">ለ%1$s የኩኪ ባነር ቅነሳ ይብራ?</string> 646 <!-- 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. %1$s is a shortened URL of the current site. --> 647 <string name="cookie_banner_exception_panel_title_state_off_for_site">ለ%1$s የኩኪ ባነር ቅነሳ ይጥፋ?</string> 648 <!-- 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. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 649 <string name="cookie_banner_exception_panel_description_state_on_for_site">%1$s የዚህን ጣቢያ ኩኪዎች ያጠራል እና ገጹን ያድሳል። ሁሉንም ኩኪዎች ማጽዳት እርስዎን ሊያስወጣዎት ወይም የግዢ ጋሪዎችን ባዶ ሊያደርግ ይችላል።</string> 650 <!-- 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. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 651 <string name="cookie_banner_exception_panel_description_state_off_for_site2">%1$s የኩኪ ጥያቄዎችን በራስ ሰር ውድቅ ለማድረግ መሞከር ይችላል።</string> 652 <!-- Long text for a detail explanation indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner panel in the toolbar. --> 653 <string name="cookie_banner_exception_panel_description_site_is_not_supported">ይህ ድረ-ገጽ በአሁኑ ጊዜ በኩኪ ሰሌዳ ቅነሳ አይደገፍም። ቡድናችን ይህንን ድረ-ገጽ እንዲገመግም እና ለወደፊቱ ድጋፍ እንዲጨምር መጠየቅ ይፈልጋሉ?</string> 654 <!-- 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 panel in the toolbar. --> 655 <string name="cookie_banner_exception_panel_site_is_not_supported_cancel_button">ተወው</string> 656 <!-- 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 panel in the toolbar. --> 657 <string name="cookie_banner_exception_panel_site_is_not_supported_request_support_button">ድጋፍ ይጠይቁ</string> 658 <!-- Label for the snackBar, after the user reports with success a website where cookie banner reducer did not work --> 659 <string name="cookie_banner_report_a_site_snackbar_label">የድረ-ገጽ ድጋፍ ጥያቄ ገብቷል።</string> 660 <!-- Label for cookie banner item from tracking protection, after the user reports with success a website where cookie banner reducer did not work --> 661 <string name="cookie_banner_the_site_was_reported">የድረ-ገጽ ድጋፍ ጥያቄ ገብቷል።</string> 662 <!-- 663 Contextual Feature Recommendation Popups 664 665 CFR for Cookie Banner (Banner Info Message). %1$s will be replaced by the app name, %2$s will be an active link using the string cfr_cookie_banner_link as text. 666 --> 667 <string name="cfr_cookie_banner">%1$s የሚረብሹ የኩኪ ባነሮችን ለማሰናበት የኩኪ ጥያቄዎችን ውድቅ ለማድረግ ይሞክራል።\n\nየኩኪ ባነር ምርጫዎችን በ%2$s ውስጥ ያስተዳድሩ።</string> 668 <!-- CFR for Cookie Banner (Banner Info Message). This string is used as text for a link in cfr_cookie_banner and takes the user to the app settings. --> 669 <string name="cfr_cookie_banner_link">ቅንብሮች</string> 670 <!-- Preference for autoplay --> 671 <string name="preference_autoplay">ራስ-አጫዋች</string> 672 <!-- Heading for the instructions to allow a permission --> 673 <string name="phone_feature_blocked_intro">ለመፍቀድ:-</string> 674 <!-- First step for the allowing a permission --> 675 <string name="phone_feature_blocked_step_settings">1. ወደ አንድሮይድ መቼቶች ይሂዱ</string> 676 <!-- Second step for the allowing a permission --> 677 <string name="phone_feature_blocked_step_permissions"><![CDATA[2. <b>ፍቃዶችን</b> መታ ያድርጉ]]></string> 678 <!-- Button label that take the user to the Android App setting --> 679 <string name="phone_feature_go_to_settings">ወደ ቅንብሮች ይሂዱ</string> 680 <!-- Third step for allowing a permission. %1$s is the permission name, for example, "Camera" --> 681 <string name="phone_feature_blocked_step_feature"><![CDATA[3. <b>%1$s</b> ን ወደ አብራ ቀይር]]></string> 682 <!-- Preference for altering the camera access for all websites --> 683 <string name="preference_phone_feature_camera">ካሜራ</string> 684 <!-- Preference for altering the microphone access for all websites --> 685 <string name="preference_phone_feature_microphone">ድምፅ ማጉያ</string> 686 <!-- Preference for altering the location access for all websites --> 687 <string name="preference_phone_feature_location">ቦታ</string> 688 <!-- Preference for altering the notification access for all websites --> 689 <string name="preference_phone_feature_notification">ማሳወቂያ</string> 690 <!-- Preference for altering the EME access for all websites --> 691 <string name="preference_phone_feature_media_key_system_access">በDRM ቁጥጥር የሚደረግበት ይዘት</string> 692 <!-- Label that indicates that a permission must be asked always --> 693 <string name="preference_option_phone_feature_ask_to_allow">ለመፍቀድ ጠይቅ</string> 694 <!-- Label that indicates that a permission must be blocked --> 695 <string name="preference_option_phone_feature_blocked">ታግዷል</string> 696 <!-- Label that indicates that a permission must be allowed --> 697 <string name="preference_option_phone_feature_allowed">ተፈቅዷል</string> 698 <!-- Label that indicates a permission is by the Android OS --> 699 <string name="phone_feature_blocked_by_android">በአንድሮይድ ታግዷል</string> 700 <!-- Preference for allow autoplay audio and video --> 701 <string name="preference_allow_audio_video_autoplay">ድምፅ እና ተንቀሳቃሽ ምሥል ፍቀድ</string> 702 <!-- Preference for block autoplay audio only --> 703 <string name="preference_block_autoplay_audio_only">ድምፅን ብቻ አግድ</string> 704 <!-- Preference summary for block autoplay audio only --> 705 <string name="preference_block_autoplay_audio_only_summary">የሚመከር</string> 706 <!-- Preference for block autoplay audio and video --> 707 <string name="preference_block_autoplay_audio_video">ድምፅ እና ተንቀሳቃሽ ምሥል አግድ</string> 708 <!-- Preference to enable remote debugging of the app via USB or Wi-Fi --> 709 <string name="preference_remote_debugging">በUSB/Wi-Fi በኩል የርቀት ማረም</string> 710 <!-- Text Button for show biometric prompt --> 711 <string name="show_biometric_button_text">ይክፈቱ</string> 712 <!-- Title text for biometric prompt pop-up --> 713 <string name="biometric_prompt_title">የጣት አሻራዎን በመጠቀም ያረጋግጡ</string> 714 <!-- Subtitle text for biometric prompt pop-up --> 715 <string name="biometric_prompt_subtitle">የአሁኑን የመተግበሪያ ክፍለ ጊዜዎን ለመቀጠል የጣት አሻራዎን መጠቀም ይችላሉ።</string> 716 <!-- 717 Button for the fingerprint authentication dialog box that is shown to the user when sharing a link to the app 718 while the user has biometric authentication enabled. When pressed, the user's previous session is cleared, and the shared link is opened. 719 --> 720 <string name="biometric_auth_open_link_new_session">አገናኝ በአዲስ ክፍለ ጊዜ ክፈት</string> 721 <!-- Description for the fingerprint authentication image. Used for accessibility purposes. --> 722 <string name="biometric_auth_image_description">የጣት አሻራ አዶ</string> 723 <!-- 724 Error text displayed when the user's fingerprint cannot be recognized upon re-entering the app. 725 This is displayed during the authentication flow as the app launches. 726 --> 727 <string name="biometric_auth_not_recognized_error">የማይታወቅ የጣት አሻራ። እንደገና ይሞክሩ።</string> 728 <!-- 729 Error text displayed when the user's fingerprint moved too quickly upon re-entering the app 730 This is displayed during the authentication flow as the app launches. 731 --> 732 <string name="biometric_auth_moved_too_quickly">ጣትዎ በጣም በፍጥነት ተንቀሳቅሷል። እንደገና ይሞክሩ።</string> 733 <!-- Title for the prompt to enable search suggestions --> 734 <string name="enable_search_suggestion_title2">የፍለጋ ጥቆማዎችን አሳይ?</string> 735 <!-- 736 Description for the prompt to enable search suggestions 737 %1$s will be replaced by the app name (e.g. Firefox Focus) 738 --> 739 <string name="enable_search_suggestion_description">ጥቆማዎችን ለማግኘት %1$s በአድራሻ አሞሌው ላይ የሚተይቡትን ወደ ፍለጋ ፍርግም መላክ አለበት።</string> 740 <!-- Label used for the "NO button" for the prompt to enable search suggestions --> 741 <string name="enable_search_suggestions_no">ይቅር</string> 742 <!-- Label used for the "YES button" for the prompt to enable search suggestions --> 743 <string name="enable_search_suggestions_yes">አዎ</string> 744 <!-- Message displayed when using a search engine that doesn't provide suggestions --> 745 <string name="no_suggestions_message">አንዳንድ የፍለጋ ፍርግሞች ጥቆማዎችን ማሳየት አይችሉም።</string> 746 <!-- Button to dismiss the message displayed when using a search engine that doesn't provide suggestions --> 747 <string name="dismiss_no_suggestions_prompt_button">አሰናብት</string> 748 <!-- Tips displayed on the home view --> 749 750 <!-- 751 Tip displayed on home view explaining how to disable tracking protection 752 The new line here must be kept as the second half of the string is clickable for the user. 753 --> 754 <string name="tip_disable_tracking_protection">ድረ-ገፁ ያልተጠበቀ ባህሪ አለው?\nየክትትል ጥበቃን በማጥፋት ይሞክሩ</string> 755 <!-- 756 Tip displayed on home view explaining how to add sites to homescreen 757 %1$s is replaced with a line break in the application. 758 --> 759 <string name="tip_add_to_homescreen">ብዙ ጊዜ የሚጠቀሟቸውን ድረ-ገፆች በቅርብ ለማግኘት%1$s ምናሌ > ወደ መነሻ ገፅ አክል</string> 760 <!-- 761 Tip displayed on home view explaining how to make Focus the default browser 762 %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 763 The new line here must be kept as the second half of the string is clickable for the user. 764 --> 765 <string name="tip_set_default_browser">እያንዳንዱን አገናኝ በ %1$s ክፈት\n%1$sን ነባሪ አሳሽ አድርግ</string> 766 <!-- 767 Tip displayed on home view explaining how to add a custom autocomplete URL 768 The new line here must be kept as the second half of the string is clickable for the user. 769 --> 770 <string name="tip_autocomplete_url">በብዛት ለሚጠቀሙባቸው ድረ-ገፆች ዩአርኤሎችን በራስ ሰር ያጠናቅቁ\nበአድራሻ አሞሌው ውስጥ ማንኛውንም ዩአርኤል በረጅሙ ይጫኑ</string> 771 <!-- 772 Tip displayed on home view explaining how to add a custom autocomplete URL 773 The new line here must be kept as the second half of the string is clickable for the user. 774 --> 775 <string name="tip_open_in_new_tab">በአዲስ ትር ውስጥ አገናኝ ክፈት\nበገጽ ላይ ያለውን ማንኛውንም አገናኝ በረጅሙ ይጫኑ</string> 776 <!-- Tip displayed on home view explaining how to add a custom autocomplete URL --> 777 <string name="tip_disable_tips2">በመነሻ ማያ ገጹ ላይ ጠቃሚ ምክሮችን አጥፋ</string> 778 <!-- Label for the snackbar when a user opens a new tab --> 779 <string name="new_tab_opened_snackbar">አዲስ ትር ተከፍቷል</string> 780 <!-- Label for the button in the snackbar that switches to the newly opened tab --> 781 <string name="open_new_tab_snackbar">ቀይር</string> 782 <!-- Preference for switching to a new tab immediately after opening --> 783 <string name="preference_open_new_tab">ወደ አገናኝ አዲስ ትር ወዲያውኑ ቀይር</string> 784 <!-- Preference title for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware --> 785 <string name="preference_safe_browsing_title">አደገኛ ሊሆኑ የሚችሉ እና አታላይ ድረ-ገፆችን አግድ</string> 786 <!-- Preference summary for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware --> 787 <string name="preference_safe_browsing_summary">ሪፖርት የተደረጉ የማታለል እና የጥቃት ድረ-ገፆችን፣ የማልዌር ድረ-ገፆችን እና ያልተፈለጉ የሶፍትዌር ድረ-ገፆችን አግድ።</string> 788 <!-- Title of the preference to enable "HTTPS-Only" mode --> 789 <string name="preference_https_only_title">HTTPS-ብቻ ሁነታ</string> 790 <!-- Description of the preference to enable "HTTPS-Only" mode. --> 791 <string name="preference_https_only_summary3">ለበለጠ ደህንነት የ HTTPS ምስጠራ ፕሮቶኮልን በመጠቀም ከድረ-ገፆች ጋር በራስ-ሰር ለመገናኘት ይሞክራል።</string> 792 <!-- Preference for exceptions tracking protection --> 793 <string name="preference_exceptions">የተለዩ</string> 794 <!-- Description for the exceptions preference screen --> 795 <string name="preference_exceptions_description">ለእነዚህ ድረ-ገጾች የሚከለክል የይዘት እገዳን አንስተዋል።</string> 796 <!-- Menu item to remove existing exceptions. --> 797 <string name="preference_exceptions_menu_remove">አስወግድ</string> 798 <!-- Button to remove all websites from the exception list --> 799 <string name="preference_exceptions_remove_all_button_label">ሁሉንም ድረ-ገፆች አስወግድ</string> 800 <!-- Title for Preference screen for cookie blocking for exceptions tracking protection --> 801 <string name="preference_block_cookies_title">ኩኪዎችን አግድ</string> 802 <!-- Message for Preference screen for cookie blocking for exceptions tracking protection --> 803 <string name="preference_category_block_cookies">ኩኪዎችን ማገድ ይፈልጋሉ?</string> 804 <!-- Title for the tab crash report screen --> 805 <string name="tab_crash_report_title">ትር ተበላሽቷል</string> 806 <!-- Headline for the tab crash report screen --> 807 <string name="tab_crash_report_headline">እናዝናለን። በዚህ ትር ላይ ችግር እያጋጠመን ነው።</string> 808 <!-- Subtitle for the tab crash report screen --> 809 <string name="tab_crash_report_description">እንደ የግል አሳሽ፣ ይህን ትር በፍፁም አናስቀምጥም እና ወደነበረበት መመለስ አንችልም።</string> 810 <!-- Label for button to close the tab --> 811 <string name="tab_crash_report_close_tab_button_label">ትርን ዝጋ</string> 812 <!-- Label for the checkbox to send the tab crash report to Mozilla --> 813 <string name="crash_report_send_crash_label">የብልሽት ሪፖርት ወደ ሞዚላ ይላኩ</string> 814 <!-- Tracking protection bottom sheet --> 815 816 <!-- Label for the total number of trackers blocked. %s is the app install date. --> 817 <string name="trackers_count_note">ከ%s ጀምሮ የታገዱ መከታተያዎች</string> 818 <!-- Category of trackers (content) that can be blocked by Enhanced Tracking Protection. --> 819 <string name="content">ይዘት</string> 820 <!-- Category of trackers (advertising) that can be blocked by Enhanced Tracking Protection. --> 821 <string name="advertising">ማስታወቂያ</string> 822 <!-- Category of trackers (social media) that can be blocked by Enhanced Tracking Protection. --> 823 <string name="social">ማኅበራዊ</string> 824 <!-- Category of trackers (analytics) that can be blocked by Enhanced Tracking Protection. --> 825 <string name="analytics">ትንታኔ</string> 826 <!-- Preference title for enhanced tracking protection settings. --> 827 <string name="enhanced_tracking_protection">የተሻሻለ የመከታተያ ጥበቃ</string> 828 <!-- Enhanced tracking protection preference description when the tracking protection is disabled for this site. --> 829 <string name="enhanced_tracking_protection_state_off">ለዚህ ጣቢያ ጥበቃዎች ጠፍተዋል</string> 830 <!-- Enhanced tracking protection preference description when the tracking protection is enabled for this site. --> 831 <string name="enhanced_tracking_protection_state_on">ጥበቃዎች ለዚህ ጣቢያ በርተዋል</string> 832 <!-- Label that indicates a site is using a secure connection. --> 833 <string name="secure_connection">ግንኙነት ደህንነቱ የተጠበቀ ነው</string> 834 <!-- Label that indicates a site is using a insecure connection. --> 835 <string name="insecure_connection">ግንኙነት ደህንነቱ የተጠበቀ አይደለም</string> 836 <!-- Title for the list of trackers enhanced tracking protection can block. --> 837 <string name="trackers_and_scripts">መከታተያዎች እና ስክሪፕቶች ለማገድ</string> 838 <!-- Content description (not visible, for screen readers etc.): Navigate back button description. --> 839 <string name="go_back">ተመለስ</string> 840 <!-- 841 Top Sites 842 843 Text for the menu button to remove a top site 844 --> 845 <string name="remove_top_site">አስወግድ</string> 846 <!-- Text for the menu item to remove a top site --> 847 <string name="rename_top_site_item">እንደገና ይሰይሙ</string> 848 <!-- Text for the dialog title for renaming a top site --> 849 <string name="rename_top_site">እንደገና ይሰይሙ</string> 850 <!-- Placeholder text for the input field of rename top site --> 851 <string name="placeholder_rename_top_site">የአቋራጭ ስም</string> 852 <!-- 853 Text for context menu additional note. 854 %1$s is a placeholder for the app name. 855 --> 856 <string name="contextmenu_erased_images_note2"><![CDATA[የተቀመጡ እና የተጋሩ ምስሎች የ%1$s ታሪክን ሲደመስሱ <b>አይጠፉም</b>]]></string> 857 <!-- 858 Theme Preferences 859 860 Preference category for changing default theme to dark or light mode 861 --> 862 <string name="preferences_theme">ገጽታ</string> 863 <!-- Preference for using light theme --> 864 <string name="preference_light_theme">ፈካ ያለ</string> 865 <!-- Preference for using dark theme --> 866 <string name="preference_dark_theme">ጨለም ያለ</string> 867 <!-- Preference for using using dark or light theme automatically set by battery --> 868 <string name="preference_auto_battery_theme">በባትሪ ቆጣቢ የተዘጋጀ</string> 869 <!-- Preference for using following device theme --> 870 <string name="preference_follow_device_theme">የመሳሪያውን ገጽታ ተከተል</string> 871 <!-- The title of the error page for websites that do not support HTTPS when HTTPS-Only is turned on --> 872 <string name="errorpage_httpsonly_title2">ይህ ድረ-ገፅ HTTPSን አይደግፍም</string> 873 <!-- 874 The text of the error page for websites that do not support HTTPS when HTTPS-Only is turned on. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"), 875 %2$s is a URL to a support article. Contains a button that will redirect the user to Privacy & Security Screen. 876 --> 877 <string name="errorpage_httpsonly_message2" tools:ignore="IncorrectStraightDoubleQuote"><![CDATA[%1$s ለበለጠ ደህንነት በተቻለ መጠን የHTTPS ግንኙነት ለመጠቀም ይሞክራል። <a href=\"%2$s\">የበለጠ ለመረዳት</a> <br/><br/> ይህን ቅንብር በቅንብሮች> ግላዊነት & ደህንነት > ደህንነት።]]></string> 878 <!-- The document title and heading of the error page shown when a website has an invalid or expired SSL certificate. --> 879 <string name="mozac_browser_errorpages_security_bad_cert_title">ግንኙነት ደህንነቱ የተጠበቀ አይደለም</string> 880 <!-- The error message shown when a website has an invalid or expired SSL certificate. --> 881 <string name="mozac_browser_errorpages_security_bad_cert_message"><![CDATA[ይህ የሰርቨር ውቅር ችግር ሊሆን ይችላል፣ ወይም ሰርቨሩን ለመምሰል የሚሞክር ሰው ሊሆን ይችላል። <br/><br/> ከዚህ ሰርቨር ጋር ከዚህ ቀደም በተሳካ ሁኔታ ከተገናኙ፤ ስህተቱ ጊዜያዊ ሊሆን ይችላል።]]></string> 882 <!-- The advanced certificate information shown when a website has an invalid SSL certificate. The %1$s will be replaced by the app name and %2$s will be replaced by website URL. It's only shown when a website has an invalid SSL certificate. --> 883 <string name="mozac_browser_errorpages_security_bad_cert_techInfo"><![CDATA[<label>አንድ ሰው ድረ-ገፁን ለማስመሰል እየሞከረ ሊሆን ይችላል እና መቀጠል አደገኛ ሊሆን ይችላል።</label> <br><br>\n<label>%1$s <b>%2$s</b>ን አያምንም ምክንያቱም የእውቅና ማረጋገጫ ሰጪው ስለማይታወቅ፣ የእውቅና ማረጋገጫው በራሱ የተፈረመ ነው ወይም ሰርቨሩ ትክክለኛ መካከለኛ የእውቅና ማረጋገጫዎችን እየላከ አይደለም።</label>]]></string> 884 <!-- 885 Sessions List 886 887 Content description (not visible, for screen readers etc.): Button that closes a tab n the sessions list 888 --> 889 <string name="close_tab">ትርን ዝጋ</string> 890 <!-- 891 Contextual Feature Recommendation Popups 892 893 CFR for Toolbar Shield Icon (Banner Info Message) 894 --> 895 <string name="cfr_for_toolbar_shield_icon2">ይዘናቸዋል! ይህ ድረ-ገፅ እርስዎን እንዳይሰልል አቁመነዋል። የምንከለክለውን ለማየት በማንኛውም ጊዜ መከለያውን ይንኩ።</string> 896 <!-- Content description (not visible, for screen readers etc.): Button that closes the CFR popup --> 897 <string name="cfr_close_button_description">ብቅ ባይን ዝጋ</string> 898 <!-- 899 Tool Tip for: Privacy and Security Settings Screen task : https://github.com/mozilla-mobile/focus-android/issues/6211 900 901 Tool Tip Title 902 --> 903 <string name="tool_tip_title">እርስዎ ጥበቃ ይደረግልዎታል!</string> 904 <!-- Tool Tip Message --> 905 <string name="tool_tip_message">እነዚህ ነባሪ ቅንጅቶች ጠንካራ ጥበቃ ይሰጣሉ። ግን ልዩ ፍላጎቶችዎን ለማሟላት ቅንብሮቹን ማስተካከል ቀላል ነው።</string> 906 <!-- Tool Tip "X" button Content description (not visible, for screen readers etc.) :Button that closes the tool tip --> 907 <string name="tool_tip_dismiss_button_content_description">አሰናብት</string> 908 <!-- CFR for Toolbar Delete Icon (Banner Info Message) --> 909 <string name="cfr_for_toolbar_delete_icon2">ሁሉንም - ታሪክን፣ ኩኪዎችን፣ ሁሉንም ነገር ለማጥፋት እዚህ ነካ ያድርጉ እና በአዲስ ትር ላይ አዲስ ይጀምሩ።</string> 910 <!-- Promote SearchWidget Dialog --> 911 912 <!-- 913 Content description (not visible, for screen readers etc.): This is the description for the 914 close button from promote search widget dialog. 915 --> 916 <string name="promote_search_widget_dialog_content_description">ዝጋ</string> 917 <!-- 918 Content description (not visible, for screen readers etc.): This is the description for 919 picture of search widget from promote search widget dialog. 920 --> 921 <string name="promote_search_widget_dialog_picture_content_description">የፍለጋ መግብር</string> 922 <!-- This is the title of promote search widget dialog. --> 923 <string name="promote_search_widget_dialog_title">የአሰሳ ታሪክ ጸድቷል! 🎉</string> 924 <!-- Banner Info Message than will appear when user first enters in the app. The location is at the toolbar. --> 925 <string name="cfr_for_start_browsing">የግል አሰሳ ክፍለ ጊዜህን ጀምር፣ እና ሲጠቀሙ መከታተያዎችን እና ሌሎች መጥፎ ነገሮችን እናግዳለን።</string> 926 <!-- 927 This is the subtitle of promote search widget dialog. %1$s will get replaced with the name 928 of the app (e.g. "Focus") 929 --> 930 <string name="promote_search_widget_dialog_subtitle">እርስዎን ከግል አሰሳዎ ጋር እንተውዎታለን፣ ነገር-ግን በሚቀጥለው ጊዜ በመነሻ ማያዎ ላይ ባለው %1$s መግብር በፍጥነት ይጀምሩ።</string> 931 <!-- 932 This is te text from add search widget to home screen button .The button is located on 933 promote search widget dialog. 934 --> 935 <string name="promote_search_widget_button_text">መግብርን ወደ መነሻ ማያ ገጽ ያክሉ</string> 936 <!-- 937 This is te text of the snackbar that appears after the search widget was added successfully 938 to the home screen. 939 --> 940 <string name="promote_search_widget_snackbar_message">መግብር ወደ መነሻ ማያ ገጽ ታክሏል</string> 941 <!-- 942 Messages explaining how to exit fullscreen mode 943 944 Message shown to explain how to exit fullscreen mode when gesture navigation is enabled. 945 946 This text should be as short as possible, max 68 chars 947 --> 948 <string name="exit_fullscreen_with_gesture_short">ከላይ ይጎትቱ እና ለመውጣት ወደ ኋላ በእጅ ያመላክቱ</string> 949 <!-- 950 Message shown to explain how to exit fullscreen mode when using back button navigation. 951 952 This text should be as short as possible, max 68 chars 953 --> 954 <string name="exit_fullscreen_with_back_button_short">ከላይ ይጎትቱ እና ለመውጣት ወደ ኋላ ምልክትን ይጫኑ</string> 955 </resources>