strings.xml (38544B)
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">Ləğv et</string> 22 <!-- Label used for buttons, e.g. in dialogs --> 23 <string name="action_ok">Tamam</string> 24 <string name="action_save">Saxla</string> 25 <!-- This text is shown in the URL bar when it's empty --> 26 <string name="urlbar_hint">Ünvanı daxil et və ya axtar</string> 27 <string name="teaser">Avtomatik məxfi səyahət.\nGəz. Poz. Təkrarla.</string> 28 <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a browsing session --> 29 <string name="feedback_erase">Səyahət tarixçəniz silindi.</string> 30 <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a custom tab browsing session --> 31 <string name="feedback_erase_custom_tab">Vərəqin tarixçəsi pozuldu.</string> 32 <!-- 33 This label is shown below the URL bar as soon as the user enters text. Clicking the label will perform a search. 34 %1$s is the text typed by the user. 35 --> 36 <string name="search_hint">%1$s üçün axtar</string> 37 <!-- Menu item: Share the currently visible page --> 38 <string name="menu_share">Paylaş…</string> 39 <!-- Menu item: Report an issue on the current site --> 40 <string name="menu_report_site_issue">Sayt Problemini Bildir</string> 41 <!-- 42 Menu item: Switch to another browser to open the currently visible page. %1$s will be 43 replaced with the name of the browser like: "Open in Firefox" or "Open in Chrome". Some 44 links can be opened by native apps that aren't a browser, e.g. "Open in YouTube" 45 --> 46 <string name="menu_open_with_default_browser2">%1$s ilə aç</string> 47 <!-- 48 Menu item: Switch to another browser to open the currently visible page. This menu item 49 will be shown if there are multiple browsers and we do not know which one is the default 50 browser or in case Focus is actually the default browser. Clicking this menu item will show 51 a screen with multiple browsers (or other apps that can open the current URL) to choose from. 52 --> 53 <string name="menu_open_with_a_browser2">Bununla aç…</string> 54 <!-- Menu item: Add the current page as a shortcut to the device's home screen (launcher). --> 55 <string name="menu_add_to_home_screen">Ana Ekrana əlavə et</string> 56 <!-- Menu item: Shows information about features and changes that are new to this version --> 57 <string name="menu_settings">Tənzimləmələr</string> 58 <string name="menu_about">Haqqında</string> 59 <string name="menu_help">Kömək</string> 60 <!-- 61 Menu item: This is the label for a menu entry that shows how many trackers have been blocked 62 for the currently loaded website. The number of blocked trackers is shown below this label. 63 Next to this label is a switch that allows the user to temporarily enable / disable the 64 blocking of trackers for the current browsing session - for example if the current website 65 doesn't work correctly with blocked content. 66 --> 67 <string name="menu_trackers_blocked_title">İzləyicilər bloklandı</string> 68 <!-- 69 Menu item: This is the subtitle for the Trackers blocked menu entry that shows how many 70 trackers have been blocked for the currently loaded website. 71 --> 72 <string name="menu_trackers_blocked_subtitle">Bunu söndürmə bəzi sayt uyğunsuzluqlarını həll edə bilər</string> 73 <!-- Menu item: This is the label for turning off content blocking for the current website. --> 74 <string name="menu_content_blocking">Məzmun Əngəlləmə</string> 75 <!-- This is the subtitle content blocking toggle --> 76 <string name="menu_content_blocking_subtitle">Bəzi saytlardakı problemləri həll etmək üçün söndürün</string> 77 <!-- 78 This is a small text at the bottom of the menu shown in a "custom tab" for branding purposes. 79 See https://github.com/mozilla-mobile/focus-android/issues/2106 80 %1$s will be replaced by the app name (e.g. Firefox Focus) 81 --> 82 <string name="menu_custom_tab_branding">%1$s Tərəfindən</string> 83 <!-- 84 This is the title of a dialog that shows all the share targets (apps or contacts) when 85 sharing an URL. 86 --> 87 <string name="share_dialog_title">Bununla paylaş:</string> 88 <string name="notification_erase_text">Səyahət keçmişini poz</string> 89 <!-- Notification action to open Focus and resume the current browsing session. --> 90 <string name="notification_action_open">Aç</string> 91 <!-- 92 Notification action to erase the current browsing session AND switch to Focus (bring it 93 to the foreground) 94 --> 95 <string name="notification_action_erase_and_open">Poz və Aç</string> 96 <!-- 97 On Android 7+ users can add a shortcut for erasing the browsing history to the home screen. 98 This is the label for this shortcut. Android recommends a maximum length of 10 characters. 99 --> 100 <string name="shortcut_erase_short_label">Poz</string> 101 <!-- 102 The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this 103 instead of the short title when it has enough space. Android recommends a maximum length 104 of 25 characters. 105 --> 106 <string name="shortcut_erase_long_label">Səyahət keçmişini poz</string> 107 <!-- 108 On Android 7+ users can add a shortcut for erasing the browsing history to the home screen. 109 This is the label for this shortcut. Android recommends a maximum length of 10 characters. 110 --> 111 <string name="shortcut_erase_and_open_short_label">Poz və Aç</string> 112 <!-- 113 The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this 114 instead of the short title when it has enough space. Android recommends a maximum length 115 of 25 characters. 116 %1$s will be replaced by the app name (e.g. Firefox Focus) 117 --> 118 <string name="shortcut_erase_and_open_long_label">Poz və %1$s tətbiqini aç</string> 119 <!-- Header for the Privacy and Security settings menu --> 120 <string name="preference_privacy_and_security_header">Məxfilik və Təhlükəsizlik</string> 121 <!-- Preference summary for settings related to privacy and security --> 122 <string name="preference_privacy_and_security_summary">İzlənmə, çərəzlər, məlumat seçimləri</string> 123 <!-- 124 Preference category description for settings related to search, set default 125 and autocomplete are settings a user can find and change inside the "search" settings screen 126 --> 127 <string name="preference_search_summary">Əsas olaraq qur, avto tamamlama</string> 128 <!-- 129 Preference category description for settings screen for settings related to Mozilla 130 131 About the app and help are links that are inside this menu 132 133 %1$s will be replaced by the app name (e.g. Firefox Focus) 134 --> 135 <string name="preference_mozilla_summary">%1$s haqqında, kömək</string> 136 <!-- Preference category for settings related to controlling web content --> 137 <string name="preference_category_web_content">Web Məzmun</string> 138 <!-- Preference category: stealth settings for while switching apps --> 139 <string name="preference_category_switching_apps">Tətbiq Keçidi</string> 140 <!-- Preference category for General Settings --> 141 <string name="preference_category_general">Ümumi</string> 142 <!-- Preference category for settings about sending usage data --> 143 <string name="preference_category_data_collection_use">Məlumat yığılması və istifadəsi</string> 144 <string name="preference_category_search">Axtar</string> 145 <!-- Title of "switch" preference that enables/disables search suggestions --> 146 <string name="preference_show_search_suggestions">Axtarış təkliflərini al</string> 147 <!-- 148 Description of the preference that enables/disables search suggestions 149 %1$s will be replaced by the app name (e.g. Firefox Focus) 150 --> 151 <string name="preference_show_search_suggestions_summary">%1$s ünvan sətrində yazdıqlarınızı axtarış mühərriyinizə göndərəcək</string> 152 <!-- This label is shown below the name of the default search engine in settings --> 153 <string name="preference_search_engine_default">İlkin hal</string> 154 <!-- This label is shown above the currently selected search engine in settings --> 155 <string name="preference_search_engine_label">Axtarış mühərriyi</string> 156 <!-- Text that is shown below a "switch" preference that is enabled. --> 157 <string name="preference_state_on">Açıq</string> 158 <!-- Text that is shown below a "switch" preference that is disabled. --> 159 <string name="preference_state_off">Bağlı</string> 160 <!-- Item in settings that will open a new preference screen for configuring the URL autocomplete behavior. --> 161 <string name="preference_subitem_autocomplete">Ünvan Avtomatik Tamamlama</string> 162 <!-- Title of "switch" preference that enables/disables autocomplete for the default list --> 163 <string name="preference_switch_autocomplete_topsites">Çox istifadə edilən saytlar üçün</string> 164 <!-- Title of "switch" preference that enables/disables autocomplete for the user-defined list --> 165 <string name="preference_switch_autocomplete_user_list">Əlavə etdiyiniz saytlar üçün</string> 166 <!-- Preference category: Manage (user-defined) sites --> 167 <string name="preference_category_autocomplete_manage_sites">Saytları idarə et</string> 168 <!-- Item in autocomplete settings that will open a new preference screen for adding and removing URLs to the user-defined list --> 169 <string name="preference_autocomplete_subitem_manage_sites">Saytları idarə et</string> 170 <!-- 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. --> 171 <string name="preference_autocomplete_action_add">+ Fərdi ünvan əlavə et</string> 172 <!-- Title of the screen for adding custom autocomplete URLs. --> 173 <string name="preference_autocomplete_title_add">Fərdi ünvan əlavə et</string> 174 <!-- Label for the button to quick add custom autocomplete URLs. --> 175 <string name="custom_autocomplete_quick_add">Fərdi ünvan əlavə et</string> 176 <!-- Label for the button to quick add the current URL to the custom autocomplete list --> 177 <string name="add_custom_autocomplete_label">Avtomatik tamamlama üçün keçid əlavə edin</string> 178 <!-- Preference category for settings about cookies and site data --> 179 <string name="preference_category_cookies">Çərəzlər və Sayt Məlumatları</string> 180 <!-- Preference category for settings about data choices --> 181 <string name="preference_category_data_choices">Məlumat Seçimləri</string> 182 <!-- Title of the screen for removing custom autocomplete URLs. --> 183 <string name="preference_autocomplete_title_remove">Fərdi ünvanı sil</string> 184 <!-- A link to SUMO at autocomplete settings. --> 185 <string name="preference_autocomplete_learn_more">Ətraflı öyrən</string> 186 <!-- Preference summary: Custom (user-defined) autocomplete URLs. --> 187 <string name="preference_autocomplete_custom_summary">Avtomatik tamamlanacaq fərdi ünvanları idarə edin.</string> 188 <!-- Label for the "custom autocomplete URL" input field --> 189 <string name="preference_autocomplete_add_title">Əlavə ediləcək ünvan</string> 190 <!-- "Hint" text for the "custom autocomplete URL" input field. Shown when the field is empty. --> 191 <string name="preference_autocomplete_add_hint">Ünvanı yapışdırın və ya daxil edin</string> 192 <!-- Example how a custom domain autocomplete URL be added (e.g. without http://) --> 193 <string name="preference_autocomplete_add_example2">Məsələn: mozilla.org</string> 194 <!-- To be removed once the new hint has been translated --> 195 <string name="preference_autocomplete_add_example">Məsələn: example.com</string> 196 <!-- Confirmation "snackbar" shown after a new custom autocomplete URL has been added. --> 197 <string name="preference_autocomplete_add_confirmation">Yeni fərdi ünvan əlavə edildi.</string> 198 <!-- Menu item to remove existing autocomplete URLs. --> 199 <string name="preference_autocomplete_menu_remove">Sil</string> 200 <!-- Content description (not visible, for screen readers etc.): Button that will delete all selected custom autocomplete URLs. --> 201 <string name="preference_autocomplete_action_remove_content_description">Sil</string> 202 <!-- Error message shown if the entered custom autocomplete URL is not valid or empty. --> 203 <string name="preference_autocomplete_add_error">Daxil etdiyiniz ünvanı bir də yoxlayın.</string> 204 <string name="preference_language">Dil</string> 205 <!-- 206 This is shown when the user hasn't set a focus specific language, i.e. when Focus 207 is using the system default language. 208 --> 209 <string name="preference_language_systemdefault">Sistemin dili</string> 210 <string name="preference_category_privacy">Məxfilik</string> 211 <string name="preference_privacy_block_ads">Reklam izləyicilərini əngəllə</string> 212 <string name="preference_privacy_block_ads_summary">Bəzi reklamlar onlara klikləməsəniz belə sayt ziyarətlərinizi izləyirlər</string> 213 <string name="preference_privacy_block_analytics">Analiz izləyicilərini əngəllə</string> 214 <string name="preference_privacy_block_analytics_summary">Toxunma və sürüşdürmə kimi aktivlikləri yığıb, ölçüb, analiz etmək üçün işlədilir</string> 215 <string name="preference_privacy_block_social">Sosial izləyiciləri əngəllə</string> 216 <string name="preference_privacy_block_social_summary">Ziyarətinizi izləmək və paylaşma düymələri kimi funksionallıqları göstərmək üçün saytlara yerləşdirilir</string> 217 <string name="preference_privacy_block_content">Digər məzmun izləyicilərini əngəllə</string> 218 <string name="preference_privacy_block_content_summary2">Aktivləşdirmə bəzi səhifələrdə gözlənilməz səhvlərə səbəb ola bilər</string> 219 <string name="preference_privacy_category_cookies">Çərəzləri əngəllə</string> 220 <string name="preference_privacy_should_block_cookies_third_party_tracker_cookies_option">Ancaq 3cü tərəf izləmə çərəzlərini əngəllə</string> 221 <string name="preference_privacy_should_block_cookies_third_party_only_option">Ancaq 3cü tərəf çərəzləri əngəllə</string> 222 <!-- Preference Title: Biometrics can be used to unlock Focus if the previous session's data was not erased by the user. --> 223 <string name="preference_security_biometric">Tətbiqi açmaq üçün barmaq izi işlət</string> 224 <!-- 225 Preference Title: Secure Mode is a setting that prevents the app's content to show up in the "recent apps" screen 226 and prevents the user from taking screenshots or casting the app to other displays. 227 --> 228 <string name="preference_privacy_secure_mode">Görünməzlik</string> 229 <!-- 230 Preference Summary: Stealth mode (previously "Secure mode") is a setting that prevents the 231 app's content (in our case especially the content of webpages) to show up in the "recent apps" 232 screen. Additionally Android will prevent the user from taking screenshots or casting the app 233 to other displays. 234 --> 235 <string name="preference_privacy_stealth_summary">Tətbiqlər arası keçərkən saytları gizlət və ekran görüntüləri çəkməyi əngəllə.</string> 236 <string name="preference_category_security">Təhlükəsizlik</string> 237 <string name="preference_category_performance">Məhsuldarlıq</string> 238 <string name="preference_performance_block_webfonts">Web şriftlərini əngəllə</string> 239 <!-- 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. --> 240 <string name="preference_performance_block_webfonts_summary">Əksik icon və şəkillərə səbəb ola bilər</string> 241 <string name="preference_performance_block_javascript">JavaScript-i əngəllə</string> 242 <!-- This text is shown below setting for disabling JavaScript. Some websites may not work correctly when JavaScript is disabled --> 243 <string name="preference_performance_block_javascript_summary">Səhifələr daha sürətli yüklənə bilər, ancaq səhv işləyə bilərlər</string> 244 <!-- 245 This preference does not set Focus as the default browser but instead links to Android's 246 "default apps" settings screen or if not supported by this Android version to a SUMO page describing 247 how to set Focus as a default browser. 248 %1$s will be replaced by the app name (e.g. Firefox Focus) 249 --> 250 <string name="preference_default_browser2">%1$s səyyahını əsas et</string> 251 <string name="preference_category_mozilla">Mozilla</string> 252 <string name="preference_mozilla_telemetry2">İstifadə məlumatlarını göndər</string> 253 <!-- A link to SUMO at the end of the summary (preference_mozilla_telemetry_summary2) of the "Send anonymous usage data" setting. --> 254 <string name="preference_mozilla_telemetry_summary">Ətraflı öyrən</string> 255 <!-- %1$s will be replaced with the name of the app (e.g. Firefox Focus) --> 256 <string name="preference_mozilla_telemetry_summary2">Mozilla ancaq %1$s səyyahını hamı üçün yaxşılaşdırmağa lazım olan məlumatları yığır.</string> 257 <!-- In-app link (in settings) to Focus privacy notice. --> 258 <string name="preference_privacy_notice">Məxfilik Bildirişi</string> 259 <!-- Item in Preferences that shows the about page. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 260 <string name="preference_about">%1$s Haqqında</string> 261 <!-- Header for the list of installed search engines --> 262 <string name="preference_search_installed_search_engines">Quraşdırılmış axtarış mühərrikləri</string> 263 <!-- Action for restoring the default list of search engines --> 264 <string name="preference_search_restore">İlkin axtarış nizamlarını bərpa et</string> 265 <!-- 266 Action for adding an additional search engine to the list. 267 The "+" is used to emphasize that this is an "add" action 268 --> 269 <string name="preference_search_add2">+ Digər axtarış mühərriyini əlavə et</string> 270 <string name="preference_search_remove_title">Axtarış mühərriklərini sil</string> 271 <string name="preference_search_remove">Sil</string> 272 <!-- 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) --> 273 <string name="action_option_add_search_engine">Axtarış mühərriyini əlavə et</string> 274 <string name="search_add_manually_name_hint">Axtarış mühərriyinin adı</string> 275 <string name="search_add_manually_string">İstifadə ediləcək axtarış sətri</string> 276 <string name="search_add_manually_save">Saxla</string> 277 <!-- Example of search engine url. %s represents the search query and should be kept as-is. --> 278 <string name="search_add_manually_example">Məsələn: mozillaz.org/search/?q=%s</string> 279 <string name="search_add_confirmation">Yeni axtarış mühərriyi əlavə edildi.</string> 280 <string name="search_add_error_empty_name">Axtarış mühərriyinin adını daxil edin</string> 281 <string name="search_add_error_duplicate_name">Qurulu axtarış mühərriyi artıq bu adı işlədir.</string> 282 <string name="search_add_error_empty_search">Axtarış mətnini daxil edin</string> 283 <string name="search_add_error_format">Axtarış mətninin nümunədəki formata uyğun olduğunu yoxlayın</string> 284 <!-- Content description (not visible, for screen readers etc.): Clear text in URL bar --> 285 <string name="content_description_clear_input">Girişi təmizlə</string> 286 <!-- 287 Content description (not visible, for screen readers etc.): Clicking on the website overlay 288 while in typing mode will dismiss and go back to the browser. This text will be read when the 289 overlay if focused. See https://github.com/mozilla-mobile/focus-android/issues/50 290 --> 291 <string name="content_description_dismiss_input">Ləğv et</string> 292 <!-- 293 Content description (not visible, for screen readers etc.): Erase button: Erase the browsing 294 history and go back to the home screen. 295 --> 296 <string name="content_description_erase">Səyahət tarixçəsini təmizlə</string> 297 <!-- 298 If the user has multiple tabs open we will show an addition "floating action button" showing how many tabs are open. 299 This string is not displayed and read only by screenreaders. %1$s will be replaced with the number of open tabs. This 300 button will only be visible when there is more than one tab open (>= 2). 301 --> 302 <string name="content_description_tab_counter">Açıq vərəqlər: %1$s</string> 303 <!-- 304 Content description (not visible, for screen readers etc.): Lock icon showed in the URL bar for 305 https pages.. 306 --> 307 <string name="content_description_lock">Təhlükəsiz əlaqə</string> 308 <!-- 309 This text is not visible. Instead it will be read by the accessibility service once we start 310 loading a website 311 --> 312 <string name="accessibility_announcement_loading">Yüklənir</string> 313 <!-- 314 This text is not visible. Instead it will be read by the accessibility service once we 315 finished loading a website 316 --> 317 <string name="accessibility_announcement_loading_finished">Sayt yükləndi</string> 318 <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. --> 319 <string name="content_description_menu">Digər seçimlər</string> 320 <!-- 321 Content description (not visible, for screen readers etc.): "Three dot" menu button used 322 on home screen 323 --> 324 <string name="indicator_content_description_menu">Daha çox seçim düyməsi</string> 325 <!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) --> 326 <string name="content_description_forward">İrəli keç</string> 327 <!-- Content description (not visible, for screen readers etc.): Reload current website --> 328 <string name="content_description_reload">Saytı yenilə</string> 329 <!-- Content description (not visible, for screen readers etc.): Navigate back (browsing history) --> 330 <string name="content_description_back">Geri get</string> 331 <!-- 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) --> 332 <string name="content_description_stop">Səhifəni yükləməyi dayandır</string> 333 <!-- Content description (not visible, for screen readers etc.): Custom Tab exit button - closes the custom tab and returns to the previous app. --> 334 <string name="content_description_customtab_exit">Əvvəlki tətbiqə qayıt</string> 335 <!-- 336 Content description (not visible, for screen readers etc.): This is the description for the ImageView in the menu that displays 337 the number of trackers blocked for the current session 338 --> 339 <string name="content_description_trackers_blocked">Əngəllənmiş izləyicilərin sayı</string> 340 <!-- 341 Content description (not visible, for screen readers etc.): This is the description for the switch in the menu that temporarily disables/enables 342 content blocking for the current session 343 --> 344 <string name="content_description_blocking_switch">İzləyiciləri əngəllə</string> 345 <string name="your_rights">Hüquqlarınız</string> 346 <string name="external_app_prompt_title">Keçidi başqa tətbiqdə aç</string> 347 <!-- 348 This string is shown when the user has clicked a link that needs to be opened in a different app. 349 %2$s is the external app name, %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 350 --> 351 <string name="external_app_prompt">%1$s səyyahını tərk edərək keçidi %2$s üzərində aça bilərsiz.</string> 352 <!-- This text is the title of a dialog shown if no app could be found for a custom link protocol. --> 353 <string name="external_app_prompt_no_app_title">Keçid aça bilən tətbiq tap</string> 354 <!-- 355 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 356 the app store installed on the device (usually that's Google Play). 357 --> 358 <string name="external_app_prompt_no_app">Cihazınızdakı heç bir tətbiq bu keçidi aça bilmir. %1$s səyyahını tərk edərək %2$s ilə bunu bacaran tətbiq axtara bilərsiz.</string> 359 <!-- This label is shown above a list of apps that can be used to open a given link --> 360 <string name="external_multiple_apps_matched_exit">Məxfi Səyahətdən çıxırsın?</string> 361 <!-- Snackbar that will be displayed after a download has completed. %1$s is the file name. --> 362 <string name="download_snackbar_finished">%1$s endirildi</string> 363 <!-- Snackbar action to immediately open the successfully downloaded file. --> 364 <string name="download_snackbar_open">Aç</string> 365 <string name="error_hostLookup_title">Server tapılmadı</string> 366 <!-- First run tour (Default browser): Title --> 367 <string name="firstrun_defaultbrowser_title">Məxfiliyinizi gücləndirin</string> 368 <!-- First run tour (Default browser): Text. --> 369 <string name="firstrun_defaultbrowser_text2">Məxfi səyahəti fərqli səviyyəyə götürün. Saytlar üzərindən sizə izləyə biləcək reklam və digər məzmunları bloklayın və yüklənmə sürətini artırın.</string> 370 <!-- First run tour (Search): Title --> 371 <string name="firstrun_search_title">Sizin axtarış, sizin qaydalar</string> 372 <!-- First run tour (Search): Text --> 373 <string name="firstrun_search_text">Fərqli şeylər axtarırsız? Tənzimləmələrdən fərqli axtarış mühərriyi seçin.</string> 374 <!-- First run tour (Shortcut): Title --> 375 <string name="firstrun_shortcut_title">Ana ekranınıza keçidlər əlavə edin</string> 376 <!-- First run tour (Shortcut): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) --> 377 <string name="firstrun_shortcut_text">%1$s üzərindəki sevimli saytlarınıza cəld girin. %1$s menyusundan \"Ana ekrana əlavə et\" seçməyiniz kifayətdir.</string> 378 <!-- First run tour (Privacy): Title --> 379 <string name="firstrun_privacy_title">Məxfiliyi vərdiş halına gətirin</string> 380 <!-- First run tour (Privacy): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) --> 381 <string name="firstrun_privacy_text">Əsas səyyahınız olaraq %1$s seçin və digər tətbiqlərdən keçid açarkən məxfi səyahətin üstünlüklərindən faydalanın.</string> 382 <string name="firstrun_close_button">Tamam, başa düşdüm!</string> 383 <string name="firstrun_skip_button">Keç</string> 384 <string name="firstrun_next_button">Sonrakı</string> 385 <!-- Indicator that no trackers are being blocked because content blocking is disabled; normally shows the number of blocked trackers --> 386 <string name="content_blocking_disabled">-</string> 387 <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). --> 388 <string name="dialog_addtohomescreen_action_add">Əlavə et</string> 389 <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). --> 390 <string name="dialog_addtohomescreen_action_cancel">Ləğv et</string> 391 <!-- 392 The user visible name of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active. 393 The recommended maximum length is 40 characters; the value may be truncated if it is too long. 394 395 * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels 396 * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723 397 --> 398 <string name="notification_browsing_session_channel_name">Məxfi səyahət sessiyası</string> 399 <!-- 400 The user visible description of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active. 401 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). 402 403 * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels 404 * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723 405 --> 406 <string name="notification_browsing_session_channel_description">Bildirişlər tək toxunuşla %1$s sessiyanınızı pozmağa imkan verəcək. Tətbiqi açmağa və ya səyyahınızda nəyin işlədiyinə baxmağa ehtiyyacınız yoxdur.</string> 407 <!-- Label for a button in the "tabs tray" to erase the browsing history (closes all tabs and removes associated data). --> 408 <string name="tabs_tray_action_erase">Səyahət keçmişini poz</string> 409 <!-- 410 If the user decides to open the current page in another browser and if Firefox is not installed then we show this 411 item in the list of browsers. Clicking it will open the app store installed on the device (usually that's Google Play). 412 --> 413 <string name="download_firefox" tools:ignore="BrandUsage">Firefox Endir</string> 414 <!-- Text shown in prompts for GeckoView --> 415 <string name="gv_prompt_username_hint">İstifadəçi adı</string> 416 <string name="gv_prompt_password_hint">Parol</string> 417 <string name="gv_prompt_clear">Təmizlə</string> 418 <!-- 419 Text shown in Security Information Popup 420 421 Text to denote secure or insecure connection 422 --> 423 <string name="security_popup_secure_connection">Təhlükəsiz Əlaqə</string> 424 <string name="security_popup_insecure_connection">Təhlükəli Əlaqə</string> 425 <!-- %1$s will be replaced with organization that granted the SSL certificate --> 426 <string name="security_popup_security_verified">Doğrulayan: %1$s</string> 427 <!-- Content Description of Security Icon in toolbar --> 428 <string name="site_security_icon_content_description">Sayt Təhlükəsizliyi</string> 429 <string name="preference_autocomplete_duplicate_url_error">URL artıq mövcuddur</string> 430 <!-- Label for the Find in page button --> 431 <string name="find_in_page">Səhifədə Tap</string> 432 <!-- Watermark/Hint for the find in page input field --> 433 <string name="find_in_page_input">Səhifədə tap</string> 434 <!-- 435 String to show the number of results found in the page and the position 436 the user is at. %1$d is the position, %2$d is the total number of 437 results. 438 --> 439 <string name="find_in_page_result">%1$d/%2$d</string> 440 <!-- 441 String to be read by the accessibility service presenting the number of 442 results found in the page and the position the user is at. %1$d is the 443 position, %2$d is the total number of results. 444 --> 445 <string name="accessibility_find_in_page_result">%2$d nəticədən %1$d dənəsi</string> 446 <!-- String to be read by the accessibility service when focusing the next result button --> 447 <string name="accessibility_next_result">Sonrakı nəticəni tap</string> 448 <!-- String to be read by the accessibility service when focusing the previous result button --> 449 <string name="accessibility_previous_result">Əvvəlki nəticəni tap</string> 450 <!-- String to be read by the accessibility service when focusing the dismiss button in the "find in page" UI --> 451 <string name="accessibility_dismiss_find_in_page">Səhifədə axtarışı qapat</string> 452 <!-- Checkbox menu item text to request desktop site --> 453 <string name="preference_performance_request_desktop_site">Masaüstü saytını istə</string> 454 <!-- Displayed after a user long presses on the URL in a custom tab to copy the URL --> 455 <string name="custom_tab_copy_url_action">URL köçürüldü</string> 456 <!-- Description of what a user may find in the Advanced Setting category, used for debugging --> 457 <string name="preference_advanced_summary">Tərtibatçı alətləri</string> 458 <!-- Title of Advanced Setting category --> 459 <string name="preference_category_advanced">Təkmilləşmiş</string> 460 <!-- Preference to enable remote debugging of the app via USB or Wi-Fi --> 461 <string name="preference_remote_debugging">USB/Wi-Fi ilə məsafəli sazlama</string> 462 <!-- Description for the fingerprint authentication image. Used for accessibility purposes. --> 463 <string name="biometric_auth_image_description">Barmaq izi ikonu</string> 464 <!-- 465 Error text displayed when the user's fingerprint cannot be recognized upon re-entering the app. 466 This is displayed during the authentication flow as the app launches. 467 --> 468 <string name="biometric_auth_not_recognized_error">Barmaq izi tanınmadı. Təkrar yoxlayın.</string> 469 <!-- 470 Error text displayed when the user's fingerprint moved too quickly upon re-entering the app 471 This is displayed during the authentication flow as the app launches. 472 --> 473 <string name="biometric_auth_moved_too_quickly">Barmaq çox sürətli hərəkət elədi. Təkrar yoxlayın.</string> 474 <!-- Label used for the "NO button" for the prompt to enable search suggestions --> 475 <string name="enable_search_suggestions_no">Xeyr</string> 476 <!-- Label used for the "YES button" for the prompt to enable search suggestions --> 477 <string name="enable_search_suggestions_yes">Bəli</string> 478 <!-- Message displayed when using a search engine that doesn't provide suggestions --> 479 <string name="no_suggestions_message">Bəzi axtarış mühərrikləri məsləhətləri göstərə bilmirlər.</string> 480 <!-- Button to dismiss the message displayed when using a search engine that doesn't provide suggestions --> 481 <string name="dismiss_no_suggestions_prompt_button">Qapat</string> 482 <!-- Tips displayed on the home view --> 483 484 <!-- 485 Tip displayed on home view explaining how to disable tracking protection 486 The new line here must be kept as the second half of the string is clickable for the user. 487 --> 488 <string name="tip_disable_tracking_protection">Sayt gözlənilməyən hərəkətlər edir?\nİzləmə Qorumasınını söndürməyi yoxlayın</string> 489 <!-- 490 Tip displayed on home view explaining how to add sites to homescreen 491 %1$s is replaced with a line break in the application. 492 --> 493 <string name="tip_add_to_homescreen">Çox işlətdiyiniz saytları tək toxunuşla açın%1$s Menyu > Ana Ekrana əlavə et</string> 494 <!-- 495 Tip displayed on home view explaining how to make Focus the default browser 496 %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 497 The new line here must be kept as the second half of the string is clickable for the user. 498 --> 499 <string name="tip_set_default_browser">Bütün keçidləri %1$s ilə açın\n%1$s əsas səyyahınız olsun</string> 500 <!-- 501 Tip displayed on home view explaining how to add a custom autocomplete URL 502 The new line here must be kept as the second half of the string is clickable for the user. 503 --> 504 <string name="tip_autocomplete_url">Çox işlətdiyiniz saytlar üçün avto doldurma\nÜnvan sətrindəki hər hansı bir ünvana uzun basın</string> 505 <!-- 506 Tip displayed on home view explaining how to add a custom autocomplete URL 507 The new line here must be kept as the second half of the string is clickable for the user. 508 --> 509 <string name="tip_open_in_new_tab">Keçidi yeni vərəqdə açın\nSəhifədə hər hansı bir keçidə uzun basın</string> 510 <!-- Tip displayed on home view explaining how to add a custom autocomplete URL --> 511 <string name="tip_disable_tips2">Ana ekranındakı məsləhətləri söndür</string> 512 <!-- Label for the snackbar when a user opens a new tab --> 513 <string name="new_tab_opened_snackbar">Yeni vərəq açıldı</string> 514 <!-- Label for the button in the snackbar that switches to the newly opened tab --> 515 <string name="open_new_tab_snackbar">Keç</string> 516 <!-- Preference for switching to a new tab immediately after opening --> 517 <string name="preference_open_new_tab">Yeni vərəqdəki keçidə dərhal keç</string> 518 <!-- Preference title for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware --> 519 <string name="preference_safe_browsing_title">Potensial təhlükəli və aldadıcı saytları əngəllə</string> 520 <!-- Preference summary for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware --> 521 <string name="preference_safe_browsing_summary">Zərərverici, aldadıcı, istənməyən saytları əngəllə.</string> 522 <!-- Preference for exceptions tracking protection --> 523 <string name="preference_exceptions">İstisnalar</string> 524 <!-- Description for the exceptions preference screen --> 525 <string name="preference_exceptions_description">Bu saytlar üçün Məzmun Əngəlləməni söndürmüsünüz.</string> 526 <!-- Menu item to remove existing exceptions. --> 527 <string name="preference_exceptions_menu_remove">Sil</string> 528 <!-- Button to remove all websites from the exception list --> 529 <string name="preference_exceptions_remove_all_button_label">Bütün saytları sil</string> 530 <!-- Title for the tab crash report screen --> 531 <string name="tab_crash_report_title">Vərəq Çökdü</string> 532 <!-- Headline for the tab crash report screen --> 533 <string name="tab_crash_report_headline">Üzr istəyirik. Bu vərəqlə əlaqədar problemimiz var.</string> 534 <!-- Subtitle for the tab crash report screen --> 535 <string name="tab_crash_report_description">Məxfi səyyah olaraq biz heç vaxt vərəqləri saxlamırıq və bu səbəbdən də bu vərəqi bərpa edə bilməyəcik.</string> 536 <!-- Label for button to close the tab --> 537 <string name="tab_crash_report_close_tab_button_label">Vərəqi Qapat</string> 538 <!-- Label for the checkbox to send the tab crash report to Mozilla --> 539 <string name="crash_report_send_crash_label">Çökmə hesabatını Mozillaya göndər</string> 540 <!-- Tracking protection bottom sheet --> 541 542 <!-- Promote SearchWidget Dialog --> 543 </resources>