strings.xml (94449B)
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 <!-- App name for private browsing mode. %s is the name of the app (for example "Firefox"). --> 11 <string name="app_name_private_5">निजी %s</string> 12 <!-- App name for private browsing mode. %s is the name of the app (for example "Firefox"). --> 13 <string name="app_name_private_4">%s (निजी)</string> 14 <!-- 15 Home Fragment 16 17 Content description (not visible, for screen readers etc.): "Three dot" menu button. 18 --> 19 <string name="content_description_menu">अधिक विकल्प</string> 20 <!-- Content description (not visible, for screen readers etc.): "Private Browsing" menu button. --> 21 <string name="content_description_private_browsing">निजी ब्राउज़िंग</string> 22 <!-- Placeholder text shown in the search bar before a user enters text for the default engine --> 23 <string name="search_hint">खोजें या पता दर्ज करें</string> 24 <!-- Placeholder text shown in the search bar before a user enters text for a general engine --> 25 <string name="search_hint_general_engine">वेब पर खोजें</string> 26 <!-- No Open Tabs Message Description --> 27 <string name="no_open_tabs_description">आपके खुले टैब यहां दिखाए जाएंगे।</string> 28 <!-- No Private Tabs Message Description --> 29 <string name="no_private_tabs_description">आपके निजी टैब यहाँ दिखाए जाएंगे।</string> 30 <!-- Tab tray multi select title in app bar. %1$d is the number of tabs selected --> 31 <string name="tab_tray_multi_select_title">%1$d चयनित</string> 32 <!-- Label of button in create collection dialog for creating a new collection --> 33 <string name="tab_tray_add_new_collection">नया संग्रह जोड़ें</string> 34 <!-- Label of editable text in create collection dialog for naming a new collection --> 35 <string name="tab_tray_add_new_collection_name">नाम</string> 36 <!-- Label of button in save to collection dialog for selecting a current collection --> 37 <string name="tab_tray_select_collection">संग्रह चुनें</string> 38 <!-- Content description for close button while in multiselect mode in tab tray --> 39 <string name="tab_tray_close_multiselect_content_description">मल्टीसेलेक्ट मोड से बाहर निकलें</string> 40 <!-- Content description for save to collection button while in multiselect mode in tab tray --> 41 <string name="tab_tray_collection_button_multiselect_content_description">चुने गए टैब को संग्रह में सहेजें</string> 42 <!-- 43 Home - Bookmarks 44 45 Title for the home screen section with bookmarks. 46 --> 47 <string name="home_bookmarks_title">बुकमार्क</string> 48 <!-- Content description for the button which navigates the user to show all of their bookmarks. --> 49 <string name="home_bookmarks_show_all_content_description">सभी बुकमार्क दिखाएं</string> 50 <!-- About content. %1$s is the name of the app (for example "Firefox"). --> 51 <string name="about_content">%1$s को Mozilla द्वारा निर्मित किया गया है।</string> 52 <!-- Private Browsing --> 53 <string name="private_browsing_common_myths">निजी ब्राउज़िंग के बारे में आम कथा</string> 54 <!-- Text for the positive action button --> 55 <string name="open_in_app_cfr_positive_button_text">सेटिंग पर जाएं</string> 56 <!-- Text for the negative action button --> 57 <string name="open_in_app_cfr_negative_button_text">खारिज</string> 58 <!-- Private browsing erase action "contextual feature recommendation" (CFR) --> 59 60 <!-- Text for the positive action button to go to Android Settings to grant permissions. --> 61 <string name="camera_permissions_needed_positive_button_text">सेटिंग पर जाएं</string> 62 <!-- Text for the negative action button to dismiss the dialog. --> 63 <string name="camera_permissions_needed_negative_button_text">खारिज</string> 64 <!-- Text for the positive action button to go to Settings for auto close tabs. --> 65 <string name="tab_tray_close_tabs_banner_positive_button_text">विकल्प देखें</string> 66 <!-- Text for the negative action button to dismiss the Close Tabs Banner. --> 67 <string name="tab_tray_close_tabs_banner_negative_button_text">खारिज</string> 68 <!-- Text for the action link to go to Settings for inactive tabs. --> 69 <string name="tab_tray_inactive_onboarding_button_text">सेटिंग में बंद करें</string> 70 <!-- Text for title for the auto-close dialog of the inactive tabs. --> 71 <string name="tab_tray_inactive_auto_close_title">एक महीने के बाद स्वत: बंद करें?</string> 72 <!-- Content description for close button in the auto-close dialog of the inactive tabs. --> 73 <string name="tab_tray_inactive_auto_close_button_content_description">बंद करें</string> 74 <!-- Text for turn on auto close tabs button in the auto-close dialog of the inactive tabs. --> 75 <string name="tab_tray_inactive_turn_on_auto_close_button_2">स्वत: बंद चालू करें</string> 76 <!-- 77 Home screen icons - Long press shortcuts 78 79 Shortcut action to open new tab 80 --> 81 <string name="home_screen_shortcut_open_new_tab_2">नया टैब</string> 82 <!-- Shortcut action to open new private tab --> 83 <string name="home_screen_shortcut_open_new_private_tab_2">नई निजी टैब</string> 84 <!-- 85 Recent Tabs 86 87 Header text for jumping back into the recent tab in the home screen 88 --> 89 <string name="recent_tabs_header">वापस अंदर जायें</string> 90 <!-- Button text for showing all the tabs in the tabs tray --> 91 <string name="recent_tabs_show_all">सभी दिखाएँ</string> 92 <!-- 93 History Metadata 94 95 Header text for a section on the home screen that displays grouped highlights from the 96 user's browsing history, such as topics they have researched or explored on the web 97 --> 98 <string name="history_metadata_header_2">हाल ही में देखे गए</string> 99 <!-- 100 Text for the menu button to remove a grouped highlight from the user's browsing history 101 in the Recently visited section 102 --> 103 <string name="recently_visited_menu_item_remove">हटाएँ</string> 104 <!-- 105 Browser Fragment 106 107 Content description (not visible, for screen readers etc.): Navigate backward (browsing history) 108 --> 109 <string name="browser_menu_back">पीछे जाएं</string> 110 <!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) --> 111 <string name="browser_menu_forward">आगे बढ़ें</string> 112 <!-- Content description (not visible, for screen readers etc.): Refresh current website --> 113 <string name="browser_menu_refresh">रीफ़्रेश करें</string> 114 <!-- Content description (not visible, for screen readers etc.): Stop loading current website --> 115 <string name="browser_menu_stop">रोकें</string> 116 <!-- Browser menu button that sends a user to help articles --> 117 <string name="browser_menu_help">सहायता</string> 118 <!-- Browser menu button that sends a to a the what's new article --> 119 <string name="browser_menu_whats_new">क्या नया है</string> 120 <!-- Browser menu button that opens the settings menu --> 121 <string name="browser_menu_settings">सेटिंग</string> 122 <!-- Browser menu button that opens a user's library --> 123 <string name="browser_menu_library">लाइब्रेरी</string> 124 <!-- Browser menu toggle that requests a desktop site --> 125 <string name="browser_menu_desktop_site">डेस्कटॉप साइट</string> 126 <!-- Browser menu toggle that adds a shortcut to the site on the device home screen. --> 127 <string name="browser_menu_add_to_homescreen">मुख्य स्क्रीन में जोड़ें</string> 128 <!-- Content description (not visible, for screen readers etc.) for the Resync tabs button --> 129 <string name="resync_button_content_description">पुन: सिंक करें</string> 130 <!-- Browser menu button that opens the find in page menu --> 131 <string name="browser_menu_find_in_page">पृष्ठ में ढूँढें</string> 132 <!-- Browser menu button that saves the current tab to a collection --> 133 <string name="browser_menu_save_to_collection_2">संग्रहण में सहेजें</string> 134 <!-- Browser menu button that open a share menu to share the current site --> 135 <string name="browser_menu_share">साझा करें</string> 136 <!-- 137 Browser menu button shown in custom tabs that opens the current tab in Fenix 138 %1$s is the name of the app (for example "Firefox"). 139 --> 140 <string name="browser_menu_open_in_fenix">%1$s में खोलें</string> 141 <!-- 142 Browser menu text shown in custom tabs to indicate this is a Fenix tab 143 %1$s is the name of the app (for example "Firefox"). 144 --> 145 <string name="browser_menu_powered_by">%1$s द्वारा संचालित</string> 146 <!-- 147 Browser menu text shown in custom tabs to indicate this is a Fenix tab 148 %1$s is the name of the app (for example "Firefox"). 149 --> 150 <string name="browser_menu_powered_by2">%1$s द्वारा संचालित</string> 151 <!-- Browser menu button to put the current page in reader mode --> 152 <string name="browser_menu_read">पाठक विचार</string> 153 <!-- Browser menu button content description to close reader mode and return the user to the regular browser --> 154 <string name="browser_menu_read_close">पाठक विचार बंद करें।</string> 155 <!-- Browser menu button to open the current page in an external app --> 156 <string name="browser_menu_open_app_link">ऐप में खोलें</string> 157 <!-- Browser menu button to show reader view appearance controls e.g. the used font type and size --> 158 <string name="browser_menu_customize_reader_view">पाठक विचार मनपसंद बनाएँ</string> 159 <!-- Browser menu label for adding a bookmark --> 160 <string name="browser_menu_add">जोड़ें</string> 161 <!-- Browser menu label for editing a bookmark --> 162 <string name="browser_menu_edit">संपादन</string> 163 <!-- Button shown on the home page that opens the Customize home settings --> 164 <string name="browser_menu_customize_home_1">मुखपृष्ठ मनपसंद बनाएँ</string> 165 <!-- 166 Browser Toolbar 167 168 Content description for the Home screen button on the browser toolbar 169 --> 170 <string name="browser_toolbar_home">होम स्क्रीन</string> 171 <!-- 172 Locale Settings Fragment 173 174 Content description for tick mark on selected language 175 --> 176 <string name="a11y_selected_locale_content_description">चयनित भाषा</string> 177 <!-- Text for default locale item --> 178 <string name="default_locale_text">डिवाइस भाषा का पालन करें</string> 179 <!-- Placeholder text shown in the search bar before a user enters text --> 180 <string name="locale_search_hint">भाषा खोजें</string> 181 <!-- Button in the search view when shortcuts are displayed that takes a user to the search engine settings --> 182 <string name="search_shortcuts_engine_settings">खोज इंजन सेटिंग्स</string> 183 <!-- Button in the search view that lets a user navigate to the site in their clipboard --> 184 <string name="awesomebar_clipboard_title">क्लिपबोर्ड से लिंक भरें</string> 185 <!-- Button in the search suggestions onboarding that allows search suggestions in private sessions --> 186 <string name="search_suggestions_onboarding_allow_button">अनुमति दें</string> 187 <!-- Button in the search suggestions onboarding that does not allow search suggestions in private sessions --> 188 <string name="search_suggestions_onboarding_do_not_allow_button">अनुमति न दें</string> 189 <!-- Search suggestion onboarding hint title text --> 190 <string name="search_suggestions_onboarding_title">निजी विंडोज में खोज सुझाव की अनुमति दें?</string> 191 <!-- Search suggestion onboarding hint description text, %s is the name of the app (for example "Firefox"). --> 192 <string name="search_suggestions_onboarding_text">%s आपके द्वारा पता बार में टाइप की गई सभी चीज़ों को आपके डिफ़ॉल्ट खोज इंजन के साथ साझा करेगा।</string> 193 <!-- Search engine suggestion title text. %s is the name of the suggested engine. --> 194 <string name="search_engine_suggestions_title">%s खोजें</string> 195 <!-- Search engine suggestion description text --> 196 <string name="search_engine_suggestions_description">सीधे पता बार से खोजें</string> 197 <!-- ==== Project "Nova" onboarding strings ==== --> 198 199 <!-- ==== End of Project "Nova" onboarding strings ==== --> 200 201 <!-- Text preview for smaller sized widgets --> 202 <string name="search_widget_text_short">खोजें</string> 203 <!-- Text preview for larger sized widgets --> 204 <string name="search_widget_text_long">वेब खोजें</string> 205 <!-- Content description (not visible, for screen readers etc.): Voice search --> 206 <string name="search_widget_voice">आवाज़ द्वारा खोज</string> 207 <!-- 208 Preferences 209 210 Title for the settings page 211 --> 212 <string name="settings">सेटिंग</string> 213 <!-- Preference category for general settings --> 214 <string name="preferences_category_general">सामान्य</string> 215 <!-- Preference category for all links about Fenix --> 216 <string name="preferences_category_about">परिचय</string> 217 <!-- Preference for settings related to changing the default search engine --> 218 <string name="preferences_default_search_engine">डिफ़ॉल्ट खोज इंजन</string> 219 <!-- Preference for settings related to Search --> 220 <string name="preferences_search">खोजें</string> 221 <!-- Preference link to rating Fenix on the Play Store --> 222 <string name="preferences_rate">Google Play पर रेट करें</string> 223 <!-- 224 Preference linking to about page for Fenix 225 %1$s is the name of the app (for example "Firefox"). 226 --> 227 <string name="preferences_about">%1$s के बारे में</string> 228 <!-- Preference for settings related to changing the default browser --> 229 <string name="preferences_set_as_default_browser">डिफ़ॉल्ट ब्राउज़र के रूप में सेट करें</string> 230 <!-- Preference category for advanced settings --> 231 <string name="preferences_category_advanced">उन्नत</string> 232 <!-- Preference category for privacy and security settings --> 233 <string name="preferences_category_privacy_security">गोपनीयता और सुरक्षा</string> 234 <!-- Preference for private browsing options --> 235 <string name="preferences_private_browsing_options">निजी ब्राउज़िंग</string> 236 <!-- Preference for opening links in a private tab --> 237 <string name="preferences_open_links_in_a_private_tab">एक निजी टैब में लिंक खोलें</string> 238 <!-- Preference for allowing screenshots to be taken while in a private tab --> 239 <string name="preferences_allow_screenshots_in_private_mode">निजी ब्राउज़िंग में स्क्रीनशॉट की अनुमति दें</string> 240 <!-- Preference for adding private browsing shortcut --> 241 <string name="preferences_add_private_browsing_shortcut">निजी ब्राउज़िंग शॉर्टकट जोड़ें</string> 242 <!-- Preference for accessibility --> 243 <string name="preferences_accessibility">अभिगम्यता</string> 244 <!-- Preference to override the Sync token server --> 245 <string name="preferences_override_sync_tokenserver">अनुकूलित सिंक सर्वर</string> 246 <!-- Preference category for account information --> 247 <string name="preferences_category_account">खाता</string> 248 <!-- Preference for changing default theme to dark or light mode --> 249 <string name="preferences_theme">थीम</string> 250 <!-- Preference for customizing the home screen --> 251 <string name="preferences_home_2">मुख्यपृष्ठ</string> 252 <!-- Preference for settings related to visual options --> 253 <string name="preferences_customize">अनुकूलित करें</string> 254 <!-- Preference text for account title when there was an error syncing FxA --> 255 <string name="preferences_account_sync_error">सिंक को पुनः प्रारंभ करने के लिए दोबारा कनेक्ट करें</string> 256 <!-- Preference for language --> 257 <string name="preferences_language">भाषा</string> 258 <!-- Preference for data collection --> 259 <string name="preferences_data_collection">डेटा संग्रहण</string> 260 <!-- Preference for developers --> 261 <string name="preferences_remote_debugging">USB द्वारा रिमोट डीबगिंग</string> 262 <!-- Preference title for switch preference to show search suggestions --> 263 <string name="preferences_show_search_suggestions">खोज सुझाव दिखाएं</string> 264 <!-- Preference title for switch preference to show voice search button --> 265 <string name="preferences_show_voice_search">आवाज खोज दिखाएँ</string> 266 <!-- Preference title for switch preference to show search suggestions also in private mode --> 267 <string name="preferences_show_search_suggestions_in_private">निजी सत्र में दिखाएं</string> 268 <!-- Preference title for switch preference to show a clipboard suggestion when searching --> 269 <string name="preferences_show_clipboard_suggestions">क्लिपबोर्ड सुझाव दिखाएं</string> 270 <!-- Preference title for switch preference to suggest browsing history when searching --> 271 <string name="preferences_search_browsing_history">ब्राउज़िंग इतिहास खोजें</string> 272 <!-- Preference title for switch preference to suggest bookmarks when searching --> 273 <string name="preferences_search_bookmarks">बुकमार्क खोजें</string> 274 <!-- Preference title for switch preference to suggest synced tabs when searching --> 275 <string name="preferences_search_synced_tabs">सिंक किए गए टैब खोजें</string> 276 <!-- Preference for account settings --> 277 <string name="preferences_account_settings">खाता सेटिंग</string> 278 <!-- Preference for enabling url autocomplete --> 279 <string name="preferences_enable_autocomplete_urls">स्वतः पूर्ण URL</string> 280 <!-- Preference for open links in third party apps --> 281 <string name="preferences_open_links_in_apps">ऐप में लिंक खोलें</string> 282 <!-- Preference for notifications --> 283 <string name="preferences_notifications">अधिसूचनाएं</string> 284 <!-- Button caption to confirm the add-on collection configuration --> 285 <string name="customize_addon_collection_ok">ठीक</string> 286 <!-- Button caption to abort the add-on collection configuration --> 287 <string name="customize_addon_collection_cancel">रद्द करें</string> 288 <!-- Hint displayed on input field for custom collection name --> 289 <string name="customize_addon_collection_hint">संग्रह का नाम</string> 290 <!-- 291 Customize Home 292 293 Header text for jumping back into the recent tab in customize the home screen 294 --> 295 <string name="customize_toggle_jump_back_in">वापस अंदर जाएँ</string> 296 <!-- 297 Title for the customize home screen section with recently visited. Recently visited is 298 a section where users see a list of tabs that they have visited in the past few days 299 --> 300 <string name="customize_toggle_recently_visited">हाल ही में देखे गए</string> 301 <!-- Title for the opening wallpaper settings screen --> 302 <string name="customize_wallpapers">वॉलपेपर</string> 303 <!-- Preference for triggering sync --> 304 <string name="preferences_sync_now">अब सिंक करें</string> 305 <!-- Preference category for sync --> 306 <string name="preferences_sync_category">चुनें क्या सिंक करना है</string> 307 <!-- Preference for syncing history --> 308 <string name="preferences_sync_history">इतिहास</string> 309 <!-- Preference for syncing bookmarks --> 310 <string name="preferences_sync_bookmarks">बुकमार्क</string> 311 <!-- Preference for syncing tabs --> 312 <string name="preferences_sync_tabs_2">टैब खोलें</string> 313 <!-- Preference for signing out --> 314 <string name="preferences_sign_out">साइन आउट करें</string> 315 <!-- Preference displays and allows changing current FxA device name --> 316 <string name="preferences_sync_device_name">डिवाइस का नाम</string> 317 <!-- Text shown when user enters empty device name --> 318 <string name="empty_device_name_error">डिवाइस का नाम रिक्त नहीं हो सकता।</string> 319 <!-- Label indicating that sync is in progress --> 320 <string name="sync_syncing_in_progress">सिंक हो रहा है…</string> 321 <!-- Label summary indicating that sync failed. %s is the date stamp showing last time it succeeded. --> 322 <string name="sync_failed_summary">सिंक विफल रहा। पिछली सफलता: %s</string> 323 <!-- Label summary showing never synced --> 324 <string name="sync_failed_never_synced_summary">सिंक विफल रहा। पिछला सिंक: कभी नहीं हुआ</string> 325 <!-- Label summary the date we last synced. %s is date stamp showing last time sync was completed. --> 326 <string name="sync_last_synced_summary">पिछला सिंक: %s</string> 327 <!-- Label summary showing never synced --> 328 <string name="sync_never_synced_summary">पिछला सिंक: कभी नहीं हुआ</string> 329 <!-- 330 Text for displaying the default device name. 331 %1$s is the name of the app (for example "Firefox"). %2$s is the device manufacturer name 332 and %3$s is the device model. 333 --> 334 <string name="default_device_name_2">%2$s %3$s पर %1$s</string> 335 <!-- Preference for syncing addresses --> 336 <string name="preferences_sync_address">पते</string> 337 <!-- 338 Send Tab 339 340 Name of the "receive tabs" notification channel. Displayed in the "App notifications" system settings for the app 341 --> 342 <string name="fxa_received_tab_channel_name">प्राप्त टैब</string> 343 <!-- Description of the "receive tabs" notification channel. Displayed in the "App notifications" system settings for the app --> 344 <string name="fxa_received_tab_channel_description" tools:ignore="BrandUsage">अन्य Firefox उपकरणों से प्राप्त टैब के लिए अधिसूचनाएं।</string> 345 <!-- The body for these is the URL of the tab received --> 346 <string name="fxa_tab_received_notification_name">टैब प्राप्त किया गया</string> 347 <!-- %s is the device name --> 348 <string name="fxa_tab_received_from_notification_name">%s से टैब</string> 349 <!-- 350 Advanced Preferences 351 352 Preference for tracking protection exceptions 353 --> 354 <string name="preferences_tracking_protection_exceptions">अपवाद</string> 355 <!-- Button in Exceptions Preference to turn on tracking protection for all sites (remove all exceptions) --> 356 <string name="preferences_tracking_protection_exceptions_turn_on_for_all">सभी साइटों के लिए चालू करे</string> 357 <!-- Text displayed when there are no exceptions --> 358 <string name="exceptions_empty_message_description">अपवाद आपको चयनित साइटों के लिए ट्रैकिंग सुरक्षा अक्षम करते हैं।</string> 359 <!-- Text displayed when there are no exceptions, with learn more link that brings users to a tracking protection SUMO page --> 360 <string name="exceptions_empty_message_learn_more_link">अधिक जानें</string> 361 <!-- Title for studies preferences --> 362 <string name="preference_experiments_2">अध्ययन</string> 363 <!-- Summary for studies preferences --> 364 <string name="preference_experiments_summary_2">Mozilla को संस्थापित करने और अध्ययन चलाने की अनुमति देता है</string> 365 <!-- Preference for reconnecting to FxA sync --> 366 <string name="preferences_sync_sign_in_to_reconnect">दोबारा कनेक्ट करने के लिए साइन इन करें</string> 367 <!-- Preference for removing FxA account --> 368 <string name="preferences_sync_remove_account">खाता मिटायें</string> 369 <!-- 370 Pairing Feature strings 371 372 Instructions on how to access pairing 373 --> 374 <string name="pair_instructions_2"><![CDATA[<b>firefox.com/pair</b> पर दिखाए गए QR कोड को स्कैन करें]]></string> 375 <!-- 376 Toolbar Preferences 377 378 Preference for using top toolbar 379 --> 380 <string name="preference_top_toolbar">शीर्ष</string> 381 <!-- Preference for using bottom toolbar --> 382 <string name="preference_bottom_toolbar">नीचे</string> 383 <!-- 384 Theme Preferences 385 386 Preference for using light theme 387 --> 388 <string name="preference_light_theme">हल्का</string> 389 <!-- Preference for using dark theme --> 390 <string name="preference_dark_theme">अंधेरा</string> 391 <!-- Preference for using using dark or light theme automatically set by battery --> 392 <string name="preference_auto_battery_theme">बैटरी सेवर द्वारा सेट करें</string> 393 <!-- Preference for using following device theme --> 394 <string name="preference_follow_device_theme">डिवाइस थीम का पालन करें</string> 395 <!-- 396 Gestures Preferences 397 398 Preferences for using pull to refresh in a webpage 399 --> 400 <string name="preference_gestures_website_pull_to_refresh">पुनः ताज़ा करने के लिए खींचें</string> 401 <!-- Preference for using the dynamic toolbar --> 402 <string name="preference_gestures_dynamic_toolbar">उपकरण पट्टी छिपाने के लिए ऊपर-नीचे करें</string> 403 <!-- 404 Library 405 406 Option in Library to open Downloads page 407 --> 408 <string name="library_downloads">डाउनलोड</string> 409 <!-- Option in library to open Bookmarks page --> 410 <string name="library_bookmarks">बुकमार्क</string> 411 <!-- Option in library to open Desktop Bookmarks root page --> 412 <string name="library_desktop_bookmarks_root">डेस्कटॉप बुकमार्क</string> 413 <!-- Option in library to open Desktop Bookmarks "menu" page --> 414 <string name="library_desktop_bookmarks_menu">बुकमार्क मेन्यू</string> 415 <!-- Option in library to open Desktop Bookmarks "toolbar" page --> 416 <string name="library_desktop_bookmarks_toolbar">बुकमार्क टूलबार</string> 417 <!-- Option in library to open Desktop Bookmarks "unfiled" page --> 418 <string name="library_desktop_bookmarks_unfiled">अन्य बुकमार्क</string> 419 <!-- Option in Library to open History page --> 420 <string name="library_history">इतिहास</string> 421 <!-- Option in Library to open a new tab --> 422 <string name="library_new_tab">नया टैब</string> 423 <!-- Settings Page Title --> 424 <string name="settings_title">सेटिंग</string> 425 <!-- Content description (not visible, for screen readers etc.): "Close button for library settings" --> 426 <string name="content_description_close_button">बंद करें</string> 427 <!-- Option in library for Recently Closed Tabs --> 428 <string name="library_recently_closed_tabs">हाल ही में बंद किए गए टैब</string> 429 <!-- Option in library to open Recently Closed Tabs page --> 430 <string name="recently_closed_show_full_history">पूरा इतिहास दिखाएं</string> 431 <!-- 432 Text to show users they have multiple tabs saved in the Recently Closed Tabs section of history. 433 %d is a placeholder for the number of tabs selected. 434 --> 435 <string name="recently_closed_tabs">%d टैब</string> 436 <!-- 437 Text to show users they have one tab saved in the Recently Closed Tabs section of history. 438 %d is a placeholder for the number of tabs selected. 439 --> 440 <string name="recently_closed_tab">%d टैब</string> 441 <!-- Recently closed tabs screen message when there are no recently closed tabs --> 442 <string name="recently_closed_empty_message">यहाँ कोई हाल ही में बंद किए गए टैब नहीं हैं</string> 443 <!-- 444 Tab Management 445 446 Title of preference for tabs management 447 --> 448 <string name="preferences_tabs">टैब</string> 449 <!-- Title of preference that allows a user to specify the tab view --> 450 <string name="preferences_tab_view">टैब दृश्य</string> 451 <!-- Option for a list tab view --> 452 <string name="tab_view_list">सूची</string> 453 <!-- Title of preference that allows a user to auto close tabs after a specified amount of time --> 454 <string name="preferences_close_tabs">टैब बंद करें</string> 455 <!-- Option for auto closing tabs that will never auto close tabs, always allows user to manually close tabs --> 456 <string name="close_tabs_manually">कभी नहीं</string> 457 <!-- Option for auto closing tabs that will auto close tabs after one day --> 458 <string name="close_tabs_after_one_day">एक दिन बाद</string> 459 <!-- Option for auto closing tabs that will auto close tabs after one week --> 460 <string name="close_tabs_after_one_week">एक हफ्ते के बाद</string> 461 <!-- Option for auto closing tabs that will auto close tabs after one month --> 462 <string name="close_tabs_after_one_month">एक महीने बाद</string> 463 <!-- Title of preference that allows a user to specify the auto-close settings for open tabs --> 464 <string name="preference_auto_close_tabs" tools:ignore="UnusedResources">खुले टैब को स्वतः बंद करें</string> 465 <!-- 466 Opening screen 467 468 Title of a preference that allows a user to choose what screen to show after opening the app 469 --> 470 <string name="preferences_opening_screen">स्क्रीन खुलने पर</string> 471 <!-- Option for always opening the homepage when re-opening the app --> 472 <string name="opening_screen_homepage">मुखपृष्ठ</string> 473 <!-- Option for always opening the user's last-open tab when re-opening the app --> 474 <string name="opening_screen_last_tab">अंतिम टैब</string> 475 <!-- Option for always opening the homepage when re-opening the app after four hours of inactivity --> 476 <string name="opening_screen_after_four_hours_of_inactivity">चार घंटे की निष्क्रियता के बाद मुखपृष्ठ</string> 477 <!-- Summary for tabs preference when auto closing tabs setting is set to manual close --> 478 <string name="close_tabs_manually_summary">मैन्युअल रूप से बंद करें</string> 479 <!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one day --> 480 <string name="close_tabs_after_one_day_summary">एक दिन के बाद बंद करें</string> 481 <!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one week --> 482 <string name="close_tabs_after_one_week_summary">एक हफ्ते के बाद बंद करें</string> 483 <!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one month --> 484 <string name="close_tabs_after_one_month_summary">एक महीने के बाद बंद करें</string> 485 <!-- 486 Studies 487 488 Title of the remove studies button 489 --> 490 <string name="studies_remove">हटाएँ</string> 491 <!-- Title of the active section on the studies list --> 492 <string name="studies_active">सक्रिय</string> 493 <!-- Learn more link for studies, links to an article for more information about studies. --> 494 <string name="studies_learn_more">अधिक जानें</string> 495 <!-- Content description (not visible, for screen readers etc.): Add tab button. Adds a news tab when pressed --> 496 <string name="add_tab">टैब जोड़ें</string> 497 <!-- Content description (not visible, for screen readers etc.): Add tab button. Adds a news tab when pressed --> 498 <string name="add_private_tab">निजी टैब जोड़ें</string> 499 <!-- Text for the new tab button to indicate adding a new private tab in the tab --> 500 <string name="tab_drawer_fab_content">निजी</string> 501 <!-- Text shown in the menu for sharing all tabs --> 502 <string name="tab_tray_menu_item_share">सभी टैब साझा करें</string> 503 <!-- Text shown in the menu to view recently closed tabs --> 504 <string name="tab_tray_menu_recently_closed">हाल ही में बंद किए गए टैब</string> 505 <!-- Text shown in the tabs tray inactive tabs section --> 506 <string name="tab_tray_inactive_recently_closed" tools:ignore="UnusedResources">हाल ही में बंद हुआ</string> 507 <!-- Text shown in the menu to view account settings --> 508 <string name="tab_tray_menu_account_settings">खाता सेटिंग</string> 509 <!-- Text shown in the menu to view tab settings --> 510 <string name="tab_tray_menu_tab_settings">टैब सेटिंग</string> 511 <!-- Text shown in the menu for closing all tabs --> 512 <string name="tab_tray_menu_item_close">सभी टैब बंद करें</string> 513 <!-- Text shown in the multiselect menu for bookmarking selected tabs. --> 514 <string name="tab_tray_multiselect_menu_item_bookmark">बुकमार्क</string> 515 <!-- Text shown in the multiselect menu for closing selected tabs. --> 516 <string name="tab_tray_multiselect_menu_item_close">बंद करें</string> 517 <!-- Content description for tabs tray multiselect share button --> 518 <string name="tab_tray_multiselect_share_content_description">चयनित टैब साझा करें</string> 519 <!-- Content description for tabs tray multiselect menu --> 520 <string name="tab_tray_multiselect_menu_content_description">चयनित टैब मेन्यू</string> 521 <!-- Content description (not visible, for screen readers etc.): Removes tab from collection button. Removes the selected tab from collection when pressed --> 522 <string name="remove_tab_from_collection">संग्रहण से टैब हटायें</string> 523 <!-- Text for button to enter multiselect mode in tabs tray --> 524 <string name="tabs_tray_select_tabs">टैब चुनें</string> 525 <!-- Content description (not visible, for screen readers etc.): Close tab button. Closes the current session when pressed --> 526 <string name="close_tab">टैब बंद करें</string> 527 <!-- Content description (not visible, for screen readers etc.): Close tab <title> button. %s is the tab title --> 528 <string name="close_tab_title">टैब बंद करें %s</string> 529 <!-- Content description (not visible, for screen readers etc.): Opens the open tabs menu when pressed --> 530 <string name="open_tabs_menu">टैब मेन्यू खोलें</string> 531 <!-- Open tabs menu item to save tabs to collection --> 532 <string name="tabs_menu_save_to_collection1">संग्रहण में टैब सहेजें</string> 533 <!-- Text for the menu button to delete a collection --> 534 <string name="collection_delete">संग्रहण को मिटाएं</string> 535 <!-- Text for the menu button to rename a collection --> 536 <string name="collection_rename">संग्रहण का नाम बदलें</string> 537 <!-- Text for the button to open tabs of the selected collection --> 538 <string name="collection_open_tabs">खुले टैब</string> 539 <!-- Hint for adding name of a collection --> 540 <string name="collection_name_hint">संग्रह का नाम</string> 541 <!-- Text for the menu button to remove a top site --> 542 <string name="remove_top_site">हटाएं</string> 543 <!-- Text for the menu button to delete a top site from history --> 544 <string name="delete_from_history">इतिहास से मिटाएं</string> 545 <!-- Postfix for private WebApp titles. %1$s is the name of the app (for example "Firefox"). --> 546 <string name="pwa_site_controls_title_private">%1$s (निजी मोड)</string> 547 <!-- Text for the button to clear all history --> 548 <string name="history_delete_all">इतिहास मिटाएं</string> 549 <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> 550 <string name="history_delete_multiple_items_snackbar">इतिहास मिटा दिया गया</string> 551 <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> 552 <string name="history_delete_single_item_snackbar">%1$s मिटाया गया</string> 553 <!-- Context description text for the button to delete a single history item --> 554 <string name="history_delete_item">मिटाएं</string> 555 <!-- 556 History multi select title in app bar 557 %1$d is the number of bookmarks selected 558 --> 559 <string name="history_multi_select_title">%1$d चयनित</string> 560 <!-- Text for the header that groups the history for today --> 561 <string name="history_today">आज</string> 562 <!-- Text for the header that groups the history for yesterday --> 563 <string name="history_yesterday">कल</string> 564 <!-- Text for the header that groups the history the past 7 days --> 565 <string name="history_7_days">पिछले 7 दिन</string> 566 <!-- Text for the header that groups the history the past 30 days --> 567 <string name="history_30_days">पिछले 30 दिन</string> 568 <!-- Text for the header that groups the history older than the last month --> 569 <string name="history_older">पुराना</string> 570 <!-- Text shown when no history exists --> 571 <string name="history_empty_message">यहां कोई इतिहास नहीं</string> 572 <!-- 573 History multi select title in app bar 574 %1$d is the number of downloads selected 575 --> 576 <string name="download_multi_select_title">%1$d चयनित</string> 577 <!-- 578 Crashes 579 580 Title text displayed on the tab crash page. %1$s is the name of the app (for example "Firefox"). 581 --> 582 <string name="tab_crash_title_2">माफ़ कीजिए। %1$s उस पृष्ठ को लोड नहीं कर सकता हैं।</string> 583 <!-- Send crash report checkbox text on the tab crash page --> 584 <string name="tab_crash_send_report">Mozilla को क्रैश रिपोर्ट भेजें</string> 585 <!-- Close tab button text on the tab crash page --> 586 <string name="tab_crash_close">टैब बंद करें</string> 587 <!-- Restore tab button text on the tab crash page --> 588 <string name="tab_crash_restore">टैब पुनर्स्थापित करें</string> 589 <!-- Screen title for adding a bookmarks folder --> 590 <string name="bookmark_add_folder">फ़ोल्डर जोड़ें</string> 591 <!-- Snackbar edit button shown after a bookmark has been created. --> 592 <string name="edit_bookmark_snackbar_action">संपादित</string> 593 <!-- Bookmark overflow menu edit button --> 594 <string name="bookmark_menu_edit_button">संपादन</string> 595 <!-- Bookmark overflow menu copy button --> 596 <string name="bookmark_menu_copy_button">कॉपी करें</string> 597 <!-- Bookmark overflow menu share button --> 598 <string name="bookmark_menu_share_button">साझा करें</string> 599 <!-- Bookmark overflow menu open in new tab button --> 600 <string name="bookmark_menu_open_in_new_tab_button">नए टैब में खोलें</string> 601 <!-- Bookmark overflow menu open in private tab button --> 602 <string name="bookmark_menu_open_in_private_tab_button">निजी टैब में खोलें</string> 603 <!-- Bookmark overflow menu delete button --> 604 <string name="bookmark_menu_delete_button">मिटाएं</string> 605 <!-- 606 Bookmark multi select title in app bar 607 %1$d is the number of bookmarks selected 608 --> 609 <string name="bookmarks_multi_select_title">%1$d चयनित</string> 610 <!-- Bookmark editing screen title --> 611 <string name="edit_bookmark_fragment_title">बुकमार्क संपादित करें</string> 612 <!-- Bookmark folder editing screen title --> 613 <string name="edit_bookmark_folder_fragment_title">फ़ोल्डर सम्पादित करें</string> 614 <!-- Bookmark URL editing field label --> 615 <string name="bookmark_url_label">URL</string> 616 <!-- Bookmark FOLDER editing field label --> 617 <string name="bookmark_folder_label">फ़ोल्डर</string> 618 <!-- Bookmark NAME editing field label --> 619 <string name="bookmark_name_label">नाम</string> 620 <!-- Bookmark select folder screen title --> 621 <string name="bookmark_select_folder_fragment_label">फ़ोल्डर चुनें</string> 622 <!-- Bookmark editing error missing or improper URL --> 623 <string name="bookmark_invalid_url_error">अवैध URL</string> 624 <!-- 625 Bookmark snackbar message on deletion 626 %1$s is the host part of the URL of the bookmark deleted, if any 627 --> 628 <string name="bookmark_deletion_snackbar_message">%1$s मिटाया गया</string> 629 <!-- Bookmark undo button for deletion snackbar action --> 630 <string name="bookmark_undo_deletion">पूर्ववत करें</string> 631 <!-- 632 Site Permissions 633 634 Button label that take the user to the Android App setting 635 --> 636 <string name="phone_feature_go_to_settings">सेटिंग्स पर जायें</string> 637 <!-- 638 Content description (not visible, for screen readers etc.): Quick settings sheet 639 to give users access to site specific information / settings. For example: 640 Secure settings status and a button to modify site permissions 641 --> 642 <string name="quick_settings_sheet">त्वरित सेटिंग्स शीट</string> 643 <!-- Label that indicates that this option it the recommended one --> 644 <string name="phone_feature_recommended">अनुशंसित</string> 645 <!-- Button label for clearing all the information of site permissions --> 646 <string name="clear_permissions">अनुमतियां हटाएं</string> 647 <!-- Button label for clearing a site permission --> 648 <string name="clear_permission">अनुमति हटाएं</string> 649 <!-- Button label for clearing all the information on all sites --> 650 <string name="clear_permissions_on_all_sites">सभी साइटों पर अनुमतियों को हटाएं</string> 651 <!-- Preference for altering video and audio autoplay for all websites --> 652 <string name="preference_browser_feature_autoplay">ऑटोप्ले</string> 653 <!-- Preference for altering the camera access for all websites --> 654 <string name="preference_phone_feature_camera">कैमरा</string> 655 <!-- Preference for altering the microphone access for all websites --> 656 <string name="preference_phone_feature_microphone">माइक्रोफोन</string> 657 <!-- Preference for altering the location access for all websites --> 658 <string name="preference_phone_feature_location">स्थान</string> 659 <!-- Preference for altering the notification access for all websites --> 660 <string name="preference_phone_feature_notification">अधिसूचना</string> 661 <!-- Preference for altering the persistent storage access for all websites --> 662 <string name="preference_phone_feature_persistent_storage">लगातार भंडारण</string> 663 <!-- Preference for altering the EME access for all websites --> 664 <string name="preference_phone_feature_media_key_system_access">डीआरएम-नियंत्रित सामग्री</string> 665 <!-- Label that indicates that a permission must be asked always --> 666 <string name="preference_option_phone_feature_ask_to_allow">अनुमति देने के लिए पूछें</string> 667 <!-- Label that indicates that a permission must be blocked --> 668 <string name="preference_option_phone_feature_blocked">ब्लॉक किया गया</string> 669 <!-- Label that indicates that a permission must be allowed --> 670 <string name="preference_option_phone_feature_allowed">अनुमति प्राप्त</string> 671 <!-- Label that indicates a permission is by the Android OS --> 672 <string name="phone_feature_blocked_by_android">Android द्वारा ब्लॉक किया गया</string> 673 <!-- Preference for showing a list of websites that the default configurations won't apply to them --> 674 <string name="preference_exceptions">अपवाद</string> 675 <!-- Summary of tracking protection preference if tracking protection is set to off --> 676 <string name="tracking_protection_off">बंद करें</string> 677 <!-- Label for global setting that indicates that all video and audio autoplay is allowed --> 678 <string name="preference_option_autoplay_allowed2">ऑडियो और वीडियो की अनुमति दें</string> 679 <!-- Label for site specific setting that indicates that all video and audio autoplay is allowed --> 680 <string name="quick_setting_option_autoplay_allowed">ऑडियो और वीडियो की अनुमति दें</string> 681 <!-- Label that indicates that video and audio autoplay is only allowed over Wi-Fi --> 682 <string name="preference_option_autoplay_allowed_wifi_only2">केवल सेल्युलर डेटा पर ही ऑडियो एवं वीडियो को अवरुद्ध करें</string> 683 <!-- Subtext that explains 'autoplay on Wi-Fi only' option --> 684 <string name="preference_option_autoplay_allowed_wifi_subtext">ऑडियो और वीडियो वाई-फाई पर चलेंगे</string> 685 <!-- Label for global setting that indicates that video autoplay is allowed, but audio autoplay is blocked --> 686 <string name="preference_option_autoplay_block_audio2">सिर्फ ऑडियो को ब्लॉक करें</string> 687 <!-- Label for site specific setting that indicates that video autoplay is allowed, but audio autoplay is blocked --> 688 <string name="quick_setting_option_autoplay_block_audio">केवल ऑडियो बाधित करें</string> 689 <!-- Label for global setting that indicates that all video and audio autoplay is blocked --> 690 <string name="preference_option_autoplay_blocked3">ऑडियो और वीडियो ब्लॉक करें</string> 691 <!-- Label for site specific setting that indicates that all video and audio autoplay is blocked --> 692 <string name="quick_setting_option_autoplay_blocked">ऑडियो और वीडियो बाधित करें</string> 693 <!-- Summary of delete browsing data on quit preference if it is set to on --> 694 <string name="delete_browsing_data_quit_on">चालू करें</string> 695 <!-- Summary of delete browsing data on quit preference if it is set to off --> 696 <string name="delete_browsing_data_quit_off">बंद करें</string> 697 <!-- Summary of studies preference if it is set to on --> 698 <string name="studies_on">चालू</string> 699 <!-- Summary of studies data on quit preference if it is set to off --> 700 <string name="studies_off">बंद</string> 701 <!-- 702 Collections 703 704 Collections header on home fragment 705 --> 706 <string name="collections_header">संग्रह</string> 707 <!-- Content description (not visible, for screen readers etc.): Opens the collection menu when pressed --> 708 <string name="collection_menu_button_content_description">संग्रह मेन्यू</string> 709 <!-- Title for the "select tabs" step of the collection creator --> 710 <string name="create_collection_select_tabs">टैब चुने</string> 711 <!-- Title for the "select collection" step of the collection creator --> 712 <string name="create_collection_select_collection">संग्रह चुने</string> 713 <!-- Title for the "name collection" step of the collection creator --> 714 <string name="create_collection_name_collection">नाम संग्रह</string> 715 <!-- Button to add new collection for the "select collection" step of the collection creator --> 716 <string name="create_collection_add_new_collection">नया संग्रह जोड़ें</string> 717 <!-- Button to select all tabs in the "select tabs" step of the collection creator --> 718 <string name="create_collection_select_all">सभी चुनें</string> 719 <!-- Button to deselect all tabs in the "select tabs" step of the collection creator --> 720 <string name="create_collection_deselect_all">सभी अचयनित करें</string> 721 <!-- Text to prompt users to select the tabs to save in the "select tabs" step of the collection creator --> 722 <string name="create_collection_save_to_collection_empty">सहेजने के लिए टैब चुनें</string> 723 <!-- 724 Text to show users how many tabs they have selected in the "select tabs" step of the collection creator. 725 %d is a placeholder for the number of tabs selected. 726 --> 727 <string name="create_collection_save_to_collection_tabs_selected">%d टैब चुना गया</string> 728 <!-- 729 Text to show users they have one tab selected in the "select tabs" step of the collection creator. 730 %d is a placeholder for the number of tabs selected. 731 --> 732 <string name="create_collection_save_to_collection_tab_selected">%d टैब चुना गया</string> 733 <!-- Content description (not visible, for screen readers etc.): button to close the collection creator --> 734 <string name="create_collection_close">बंद करें</string> 735 <!-- Button to save currently selected tabs in the "select tabs" step of the collection creator --> 736 <string name="create_collection_save">सहेजें</string> 737 <!-- Snackbar action to view the collection the user just created or updated --> 738 <string name="create_collection_view">देखें</string> 739 <!-- Default name for a new collection in "name new collection" step of the collection creator. %d is a placeholder for the number of collections --> 740 <string name="create_collection_default_name">संग्रह %d</string> 741 <!-- 742 Share 743 744 Share screen header 745 --> 746 <string name="share_header_2">साझा करें</string> 747 <!-- 748 Content description (not visible, for screen readers etc.): 749 "Share" button. Opens the share menu when pressed. 750 --> 751 <string name="share_button_content_description">साझा करें</string> 752 <!-- Sub-header in the dialog to share a link to another sync device --> 753 <string name="share_device_subheader">उपकरण को भेजें</string> 754 <!-- Sub-header in the dialog to share a link to an app from the full list --> 755 <string name="share_link_all_apps_subheader">सभी क्रियाएं</string> 756 <!-- Sub-header in the dialog to share a link to an app from the most-recent sorted list --> 757 <string name="share_link_recent_apps_subheader">हाल ही में उपयोग किया गया</string> 758 <!-- An option from the share dialog to sign into sync --> 759 <string name="sync_sign_in">सिंक करने के लिए साइन इन करें</string> 760 <!-- An option from the share dialog to send link to all other sync devices --> 761 <string name="sync_send_to_all">सभी उपकरणों को भेजें</string> 762 <!-- An option from the share dialog to reconnect to sync --> 763 <string name="sync_reconnect">सिंक में फिर से कनेक्ट करें</string> 764 <!-- Text displayed when sync is offline and cannot be accessed --> 765 <string name="sync_offline">ऑफलाइन</string> 766 <!-- An option to connect additional devices --> 767 <string name="sync_connect_device">अन्य डिवाइस जोड़ें</string> 768 <!-- The dialog text shown when additional devices are not available --> 769 <string name="sync_connect_device_dialog" tools:ignore="BrandUsage">टैब भेजने के लिए, कम से कम एक अन्य डिवाइस पर Firefox में साइन इन करें।</string> 770 <!-- Confirmation dialog button --> 771 <string name="sync_confirmation_button">समझ गए</string> 772 <!-- Share error message --> 773 <string name="share_error_snackbar">इस ऐप में साझा नहीं कर सकते</string> 774 <!-- Add new device screen title --> 775 <string name="sync_add_new_device_title">उपकरण को भेजें</string> 776 <!-- Text for the warning message on the Add new device screen --> 777 <string name="sync_add_new_device_message">कोई डिवाइस कनेक्ट नहीं है</string> 778 <!-- Text for the button to learn about sending tabs --> 779 <string name="sync_add_new_device_learn_button">टैब भेजने के बारे में जानें…</string> 780 <!-- Text for the button to connect another device --> 781 <string name="sync_add_new_device_connect_button">अन्य डिवाइस कनेक्ट करें…</string> 782 <!-- 783 Notifications 784 785 Text shown in the notification that pops up to remind the user that a private browsing session is active. 786 --> 787 <string name="notification_pbm_delete_text_2">निजी टैब बंद करें</string> 788 <!-- Name of the marketing notification channel. Displayed in the "App notifications" system settings for the app --> 789 <string name="notification_marketing_channel_name">विपणन</string> 790 <!-- 791 Snackbar 792 793 Text shown in snackbar when user closes a tab 794 --> 795 <string name="snackbar_tab_closed">टैब बंद हो गया</string> 796 <!-- Text shown in snackbar when user closes all tabs --> 797 <string name="snackbar_tabs_closed">टैब बंद हो गया</string> 798 <!-- Text shown in snackbar when user closes a private tab --> 799 <string name="snackbar_private_tab_closed">निजी टैब बंद हो गया</string> 800 <!-- Text shown in snackbar to undo deleting a tab, top site or collection --> 801 <string name="snackbar_deleted_undo">UNDO</string> 802 <!-- 803 QR code scanner prompt which appears after scanning a code, but before navigating to it 804 %1$s is the name of the app (for example "Firefox"), %2$s is the URL or text scanned 805 --> 806 <string name="qr_scanner_confirmation_dialog_message">%1$s को %2$s खोलने की अनुमति दें</string> 807 <!-- QR code scanner prompt dialog positive option to allow navigation to scanned link --> 808 <string name="qr_scanner_dialog_positive">अनुमति दें</string> 809 <!-- QR code scanner prompt dialog positive option to deny navigation to scanned link --> 810 <string name="qr_scanner_dialog_negative">मना करें</string> 811 <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. --> 812 <string name="qr_scanner_dialog_invalid">वेब पता वैध नहीं है.</string> 813 <!-- QR code scanner prompt dialog positive option when there is an error --> 814 <string name="qr_scanner_dialog_invalid_ok">ठीक है</string> 815 <!-- Tab collection deletion prompt dialog message. %1$s is the collection name. --> 816 <string name="tab_collection_dialog_message">क्या आप वाकई %1$s को हटाना चाहते हैं?</string> 817 <!-- Sample text for accessibility font size --> 818 <string name="accessibility_text_size_sample_text_1">यह नमूना पाठ है। यहाँ यह दिखाने के लिए है कि जब आप इस सेटिंग के साथ आकार बढ़ाते या घटाते हैं तो पाठ कैसे दिखाई देगा।</string> 819 <!-- Summary for Accessibility Text Size Scaling Preference --> 820 <string name="preference_accessibility_text_size_summary">साइट पर मौजूद अक्षर का आकार बड़ा या छोटा करें</string> 821 <!-- Title for Accessibility Text Size Scaling Preference --> 822 <string name="preference_accessibility_font_size_title">फ़ॉन्ट आकार</string> 823 <!-- Title for Accessibility Text Automatic Size Scaling Preference --> 824 <string name="preference_accessibility_auto_size_2">स्वतः फ़ॉन्ट आकार</string> 825 <!-- Summary for Accessibility Text Automatic Size Scaling Preference --> 826 <string name="preference_accessibility_auto_size_summary">फ़ॉन्ट आकार आपका Android सेटिंग्स से मेल खाएगा। यहां फ़ॉन्ट आकार प्रबंधित करने में अक्षम।</string> 827 <!-- Title for the Delete browsing data preference --> 828 <string name="preferences_delete_browsing_data">ब्राउज़िंग डेटा मिटाएं</string> 829 <!-- Title for the tabs item in Delete browsing data --> 830 <string name="preferences_delete_browsing_data_tabs_title_2">टैब खोलें</string> 831 <!-- Subtitle for the tabs item in Delete browsing data, %d is the number of open tabs --> 832 <string name="preferences_delete_browsing_data_tabs_subtitle">%d टैब</string> 833 <!-- 834 Subtitle for the data and history items in delete browsing data, %d is the 835 number of history items the user has 836 --> 837 <string name="preferences_delete_browsing_data_browsing_data_subtitle">%d पता</string> 838 <!-- Subtitle for the cookies item in Delete browsing data --> 839 <string name="preferences_delete_browsing_data_cookies_subtitle">आपको अधिकांश साइटों से लॉग आउट किया जाएगा</string> 840 <!-- Title for the cached images and files item in Delete browsing data --> 841 <string name="preferences_delete_browsing_data_cached_files">चित्र और फाइलें सहेजा गया</string> 842 <!-- Subtitle for the cached images and files item in Delete browsing data --> 843 <string name="preferences_delete_browsing_data_cached_files_subtitle">संग्रहण जगह को खाली करें</string> 844 <!-- Title for the site permissions item in Delete browsing data --> 845 <string name="preferences_delete_browsing_data_site_permissions">साइट की अनुमति</string> 846 <!-- Title for the downloads item in Delete browsing data --> 847 <string name="preferences_delete_browsing_data_downloads">डाउनलोड</string> 848 <!-- Text for the button to delete browsing data --> 849 <string name="preferences_delete_browsing_data_button">ब्राउज़िंग डेटा मिटाएं</string> 850 <!-- Title for the Delete browsing data on quit preference --> 851 <string name="preferences_delete_browsing_data_on_quit">निकासी पर ब्राउज़िंग डेटा हटाएँ</string> 852 <!-- Summary for the Delete browsing data on quit preference. "Quit" translation should match delete_browsing_data_on_quit_action translation. --> 853 <string name="preference_summary_delete_browsing_data_on_quit_2">जब आप मुख्य मेन्यू से \"निकास\" चुनते हैं तो स्वचालित रूप से ब्राउज़िंग डेटा हटा देता है</string> 854 <!-- Action item in menu for the Delete browsing data on quit feature --> 855 <string name="delete_browsing_data_on_quit_action">निकास</string> 856 <!-- Dialog message to the user asking to delete browsing data. %s is the name of the app (for example "Firefox"). --> 857 <string name="delete_browsing_data_prompt_message_3">%s चयनित ब्राउज़िंग डेटा को मिटा देगा।</string> 858 <!-- Text for the cancel button for the data deletion dialog --> 859 <string name="delete_browsing_data_prompt_cancel">रद्द करें</string> 860 <!-- Text for the allow button for the data deletion dialog --> 861 <string name="delete_browsing_data_prompt_allow">मिटाएं</string> 862 <!-- Text for the snackbar confirmation that the data was deleted --> 863 <string name="preferences_delete_browsing_data_snackbar">ब्राउज़िंग डेटा मिटा दिया गया</string> 864 <!-- Text for the snackbar to show the user that the deletion of browsing data is in progress --> 865 <string name="deleting_browsing_data_in_progress">ब्राउज़िंग डेटा मिटा रहे हैं…</string> 866 <!-- 867 Onboarding 868 869 text to display in the snackbar once account is signed-in 870 --> 871 <string name="onboarding_firefox_account_sync_is_on">सिंक चालू है</string> 872 <!-- Text shown in snackbar when sharing tabs failed --> 873 <string name="sync_sent_tab_error_snackbar">भेजने में असमर्थ</string> 874 <!-- Text shown in snackbar for the "retry" action that the user has after sharing tabs failed --> 875 <string name="sync_sent_tab_error_snackbar_action">पुनः प्रयास करें</string> 876 <!-- Title of QR Pairing Fragment --> 877 <string name="sync_scan_code">कोड को स्कैन करें</string> 878 <!-- Instructions on how to access pairing --> 879 <string name="sign_in_instructions" tools:ignore="BrandUsage"><![CDATA[अपने कंप्यूटर पर Firefox खोलें और <b> https://firefox.com/pair </b> पर जाएं]]></string> 880 <!-- Text shown for sign in pairing when ready --> 881 <string name="sign_in_ready_for_scan">स्कैन करने के लिए तैयार है</string> 882 <!-- Text shown for settings option for sign with pairing --> 883 <string name="sign_in_with_camera">अपने कैमरे से साइन इन करें</string> 884 <!-- Text shown for settings option for sign with email --> 885 <string name="sign_in_with_email">इसके बजाय ईमेल का उपयोग करें</string> 886 <!-- Text shown in confirmation dialog to sign out of account. %s is the name of the app (for example "Firefox"). --> 887 <string name="sign_out_confirmation_message_2">%s आपके खाते के साथ सिंक करना बंद करेगा, लेकिन इस उपकरण पर स्थित आपका कोई भी ब्राउजिंग डाटा नहीं मिटाएगा।</string> 888 <!-- Option to continue signing out of account shown in confirmation dialog to sign out of account --> 889 <string name="sign_out_disconnect">डिस्कनेक्ट करें</string> 890 <!-- Option to cancel signing out shown in confirmation dialog to sign out of account --> 891 <string name="sign_out_cancel">रद्द करें</string> 892 <!-- Error message snackbar shown after the user tried to select a default folder which cannot be altered --> 893 <string name="bookmark_cannot_edit_root">डिफ़ॉल्ट फ़ोल्डर संपादित नहीं कर सकते</string> 894 <!-- 895 Enhanced Tracking Protection 896 897 Link displayed in enhanced tracking protection panel to access tracking protection settings 898 --> 899 <string name="etp_settings">सुरक्षा सेटिंग</string> 900 <!-- Preference title for enhanced tracking protection settings --> 901 <string name="preference_enhanced_tracking_protection">उन्नत ट्रैकिंग सुरक्षा</string> 902 <!-- Text displayed that links to website about enhanced tracking protection --> 903 <string name="preference_enhanced_tracking_protection_explanation_learn_more">अधिक जानें</string> 904 <!-- Preference for enhanced tracking protection for the standard protection settings --> 905 <string name="preference_enhanced_tracking_protection_standard_default_1">मानक (तयशुदा)</string> 906 <!-- Accessibility text for the Standard protection information icon --> 907 <string name="preference_enhanced_tracking_protection_standard_info_button">मानक ट्रैकिंग सुरक्षा द्वारा क्या ब्लॉक किया गया</string> 908 <!-- Preference for enhanced tracking protection for the strict protection settings --> 909 <string name="preference_enhanced_tracking_protection_strict">सख़्त</string> 910 <!-- Accessibility text for the Strict protection information icon --> 911 <string name="preference_enhanced_tracking_protection_strict_info_button">सख्त ट्रैकिंग सुरक्षा द्वारा क्या ब्लॉक किया गया</string> 912 <!-- Preference for enhanced tracking protection for the custom protection settings --> 913 <string name="preference_enhanced_tracking_protection_custom">अनुकूल</string> 914 <!-- Preference description for enhanced tracking protection for the strict protection settings --> 915 <string name="preference_enhanced_tracking_protection_custom_description_2">चुने, कौन से ट्रैकर्स और स्क्रिप्ट को ब्लॉक करना हैं।</string> 916 <!-- Accessibility text for the Strict protection information icon --> 917 <string name="preference_enhanced_tracking_protection_custom_info_button">अनुकूल ट्रैकिंग सुरक्षा द्वारा क्या ब्लॉक किया गया</string> 918 <!-- 919 Header for categories that are being blocked by current Enhanced Tracking Protection settings 920 921 Preference for enhanced tracking protection for the custom protection settings for cookies 922 --> 923 <string name="preference_enhanced_tracking_protection_custom_cookies">कुकीज़</string> 924 <!-- Option for enhanced tracking protection for the custom protection settings for cookies --> 925 <string name="preference_enhanced_tracking_protection_custom_cookies_1">क्रॉस-साइट और सोशल मीडिया ट्रैकर्स</string> 926 <!-- Option for enhanced tracking protection for the custom protection settings for cookies --> 927 <string name="preference_enhanced_tracking_protection_custom_cookies_2">नहीं देखे साइट से कुकीज़</string> 928 <!-- Option for enhanced tracking protection for the custom protection settings for cookies --> 929 <string name="preference_enhanced_tracking_protection_custom_cookies_3">सभी तृतीय-पक्ष कुकीज़ (वेबसाइटों को तोड़ने का कारण हो सकते हैं)</string> 930 <!-- Option for enhanced tracking protection for the custom protection settings for cookies --> 931 <string name="preference_enhanced_tracking_protection_custom_cookies_4">सभी कुकीज़ (वेबसाइटों को तोड़ने के कारण होंगे)</string> 932 <!-- Preference for enhanced tracking protection for the custom protection settings for tracking content --> 933 <string name="preference_enhanced_tracking_protection_custom_tracking_content">ट्रैकिंग सामग्री</string> 934 <!-- Option for enhanced tracking protection for the custom protection settings for tracking content --> 935 <string name="preference_enhanced_tracking_protection_custom_tracking_content_1">सभी टैब में</string> 936 <!-- Option for enhanced tracking protection for the custom protection settings for tracking content --> 937 <string name="preference_enhanced_tracking_protection_custom_tracking_content_2">केवल निजी टैब में</string> 938 <!-- Preference for enhanced tracking protection for the custom protection settings --> 939 <string name="preference_enhanced_tracking_protection_custom_cryptominers">क्रिप्टोमाइनर</string> 940 <!-- Button label for navigating to the Enhanced Tracking Protection details --> 941 <string name="enhanced_tracking_protection_details">विवरण</string> 942 <!-- Header for categories that are being being blocked by current Enhanced Tracking Protection settings --> 943 <string name="enhanced_tracking_protection_blocked">अवरूद्ध</string> 944 <!-- Header for categories that are being not being blocked by current Enhanced Tracking Protection settings --> 945 <string name="enhanced_tracking_protection_allowed">अनुमति दी गई</string> 946 <!-- Category of trackers (social media trackers) that can be blocked by Enhanced Tracking Protection --> 947 <string name="etp_social_media_trackers_title">सोशल मीडिया ट्रैकर</string> 948 <!-- Description of social media trackers that can be blocked by Enhanced Tracking Protection --> 949 <string name="etp_social_media_trackers_description">वेब के आसपास अपनी ब्राउज़िंग गतिविधि को ट्रैक करने के लिए सामाजिक नेटवर्क की क्षमता को सीमित करता है।</string> 950 <!-- Category of trackers (cross-site tracking cookies) that can be blocked by Enhanced Tracking Protection --> 951 <string name="etp_cookies_title">क्रॉस-साइट ट्रैकिंग कुकीज़</string> 952 <!-- Description of cross-site tracking cookies that can be blocked by Enhanced Tracking Protection --> 953 <string name="etp_cookies_description">विज्ञापन नेटवर्क और एनालिटिक्स कंपनियों द्वारा कई साइटों पर आपके ब्राउज़िंग डेटा को संकलित करने के लिए उपयोग करने वाले कुकीज़ को ब्लॉक करता हैं।</string> 954 <!-- Category of trackers (cryptominers) that can be blocked by Enhanced Tracking Protection --> 955 <string name="etp_cryptominers_title">क्रिप्टोमाइनर</string> 956 <!-- Description of cryptominers that can be blocked by Enhanced Tracking Protection --> 957 <string name="etp_cryptominers_description">डिजिटल मुद्रा का पता लगाने में दुर्भावनापूर्ण लिपियों को आपके डिवाइस के ऐक्सेस से रोकता हैं</string> 958 <!-- Category of trackers (tracking content) that can be blocked by Enhanced Tracking Protection --> 959 <string name="etp_tracking_content_title">ट्रैकिंग सामग्री</string> 960 <!-- Description of tracking content that can be blocked by Enhanced Tracking Protection --> 961 <string name="etp_tracking_content_description">जिसमें ट्रैकिंग कोड होता है उसे बाहरी विज्ञापन, वीडियो, और अन्य सामग्री लोड करने से रोकती है। कुछ वेबसाइट की कार्यक्षमता को प्रभावित करती हैं।</string> 962 <!-- Enhanced Tracking Protection message that protection is currently on for this site --> 963 <string name="etp_panel_on">इस साइट के लिए सुरक्षा चालू हैं</string> 964 <!-- Enhanced Tracking Protection message that protection is currently off for this site --> 965 <string name="etp_panel_off">इस साइट के लिए सुरक्षा बंद हैं</string> 966 <!-- Header for exceptions list for which sites enhanced tracking protection is always off --> 967 <string name="enhanced_tracking_protection_exceptions">इस साइट के लिए उन्नत ट्रैकिंग सुरक्षा बंद है</string> 968 <!-- 969 Content description (not visible, for screen readers etc.): Navigate 970 back from ETP details (Ex: Tracking content) 971 --> 972 <string name="etp_back_button_content_description">पीछे आयें</string> 973 <!-- About page link text to open what's new link. %s is the name of the app (for example "Firefox"). --> 974 <string name="about_whats_new">%s में क्या नया है</string> 975 <!-- 976 Open source licenses page title 977 %s is the name of the app (for example "Firefox") 978 --> 979 <string name="open_source_licenses_title">%s | OSS लाइब्रेरी</string> 980 <!-- Text displayed that links to website about enhanced tracking protection SmartBlock --> 981 <string name="preference_etp_smartblock_learn_more">अधिक जानें</string> 982 <!-- About page link text to open support link --> 983 <string name="about_support">समर्थन</string> 984 <!-- About page link text to list of past crashes (like about:crashes on desktop) --> 985 <string name="about_crashes">क्रैश</string> 986 <!-- About page link text to open privacy notice link --> 987 <string name="about_privacy_notice">गोपनीयता सूचना</string> 988 <!-- About page link text to open know your rights link --> 989 <string name="about_know_your_rights">अपने अधिकारों को जानें</string> 990 <!-- About page link text to open licensing information link --> 991 <string name="about_licensing_information">लाइसेंसिंग सूचना</string> 992 <!-- About page link text to open a screen with libraries that are used --> 993 <string name="about_other_open_source_libraries">लाइब्रेरी जो हम उपयोग करते हैं</string> 994 <!-- 995 Toast shown to the user when they are activating the secret dev menu 996 %1$d is number of long clicks left to enable the menu 997 --> 998 <string name="about_debug_menu_toast_progress">डिबग मेन्यू : %1$d सक्षम करने के लिए दबायें</string> 999 <string name="about_debug_menu_toast_done">डिबग मेन्यू सक्षम किया गया</string> 1000 <!-- 1001 Browser long press popup menu 1002 1003 Copy the current url 1004 --> 1005 <string name="browser_toolbar_long_press_popup_copy">कॉपी करें</string> 1006 <!-- Paste & go the text in the clipboard. '&' is replaced with the ampersand symbol: & --> 1007 <string name="browser_toolbar_long_press_popup_paste_and_go">चिपकाएँ और जाएँ</string> 1008 <!-- Paste the text in the clipboard --> 1009 <string name="browser_toolbar_long_press_popup_paste">चिपकाएँ</string> 1010 <!-- Snackbar message shown after an URL has been copied to clipboard. --> 1011 <string name="browser_toolbar_url_copied_to_clipboard_snackbar">URL क्लिपबोर्ड पर कॉपी की गई</string> 1012 <!-- Title text for the Add To Homescreen dialog --> 1013 <string name="add_to_homescreen_title">मुख्य स्क्रीन में जोड़ें</string> 1014 <!-- Cancel button text for the Add to Homescreen dialog --> 1015 <string name="add_to_homescreen_cancel">रद्द करें</string> 1016 <!-- Add button text for the Add to Homescreen dialog --> 1017 <string name="add_to_homescreen_add">जोड़ें</string> 1018 <!-- Continue to website button text for the first-time Add to Homescreen dialog --> 1019 <string name="add_to_homescreen_continue">वेबसाइट जारी रखें</string> 1020 <!-- Placeholder text for the TextView in the Add to Homescreen dialog --> 1021 <string name="add_to_homescreen_text_placeholder">शॉर्टकट नाम</string> 1022 <!-- Preference option for asking to save passwords in Fenix --> 1023 <string name="preferences_passwords_save_logins_ask_to_save">सहेजने के लिए पूछें</string> 1024 <!-- Preference option for never saving passwords in Fenix --> 1025 <string name="preferences_passwords_save_logins_never_save">कभी नहीं सहेजें</string> 1026 <!-- Preference to access list of login exceptions that we never save logins for --> 1027 <string name="preferences_passwords_exceptions">अपवाद</string> 1028 <!-- Text on button to remove all saved login exceptions --> 1029 <string name="preferences_passwords_exceptions_remove_all">सभी अपवादों को मिटाएं</string> 1030 <!-- The header for the site that a login is for --> 1031 <string name="preferences_passwords_saved_logins_site">साइट</string> 1032 <!-- The header for the username for a login --> 1033 <string name="preferences_passwords_saved_logins_username">उपयोगकर्ता नाम</string> 1034 <!-- The header for the password for a login --> 1035 <string name="preferences_passwords_saved_logins_password">पासवर्ड</string> 1036 <!-- Shown in snackbar to tell user that the password has been copied --> 1037 <string name="logins_password_copied">क्लिपबोर्ड में पासवर्ड कॉपी किया गया</string> 1038 <!-- Shown in snackbar to tell user that the username has been copied --> 1039 <string name="logins_username_copied">उपयोगकर्ता नाम क्लिपबोर्ड पर कॉपी की गई</string> 1040 <!-- Content Description (for screenreaders etc) read for the button to copy a password in logins --> 1041 <string name="saved_logins_copy_password">पासवर्ड कॉपी करें</string> 1042 <!-- Content Description (for screenreaders etc) read for the button to clear a password while editing a login --> 1043 <string name="saved_logins_clear_password">पासवर्ड हटाएँ</string> 1044 <!-- Content Description (for screenreaders etc) read for the button to copy a username in logins --> 1045 <string name="saved_login_copy_username">उपयोगकर्ता नाम कॉपी करे</string> 1046 <!-- Content Description (for screenreaders etc) read for the button to clear a username while editing a login --> 1047 <string name="saved_login_clear_username">उपयोगकर्ता नाम हटाएँ</string> 1048 <!-- Content Description (for screenreaders etc) read for the button to open a site in logins --> 1049 <string name="saved_login_open_site">ब्राउज़र में साइट खोलें</string> 1050 <!-- Content Description (for screenreaders etc) read for the button to reveal a password in logins --> 1051 <string name="saved_login_reveal_password">पासवर्ड दिखाएं</string> 1052 <!-- Content Description (for screenreaders etc) read for the button to hide a password in logins --> 1053 <string name="saved_login_hide_password">पासवर्ड छिपाएं</string> 1054 <!-- Negative button to ignore warning dialog if users have no device authentication set up --> 1055 <string name="logins_warning_dialog_later">बाद में</string> 1056 <!-- Positive button to send users to set up a pin of warning dialog if users have no device authentication set up --> 1057 <string name="logins_warning_dialog_set_up_now">अभी सेट करें</string> 1058 <!-- Title of PIN verification dialog to direct users to re-enter their device credentials to access their logins --> 1059 <string name="logins_biometric_prompt_message_pin">अपना डिवाइस अनलॉक करें</string> 1060 <!-- Title for Accessibility Force Enable Zoom Preference --> 1061 <string name="preference_accessibility_force_enable_zoom">सभी वेबसाइटों को ज़ूम करें</string> 1062 <!-- Summary for Accessibility Force Enable Zoom Preference --> 1063 <string name="preference_accessibility_force_enable_zoom_summary">इस हावभाव को रोकने वाली वेबसाइटों पर भी चुटकी और ज़ूम करने की अनुमति को सक्षम करें</string> 1064 <!-- Saved logins sorting strategy menu item -by name- (if selected, it will sort saved logins alphabetically) --> 1065 <string name="saved_logins_sort_strategy_alphabetically">नाम (A-Z)</string> 1066 <!-- Saved logins sorting strategy menu item -by last used- (if selected, it will sort saved logins by last used) --> 1067 <string name="saved_logins_sort_strategy_last_used">अंतिम प्रयुक्त</string> 1068 <!-- Title of the "Add card" screen --> 1069 <string name="credit_cards_add_card">कार्ड जोड़ें</string> 1070 <!-- Title of the "Edit card" screen --> 1071 <string name="credit_cards_edit_card">कार्ड संपादित करें</string> 1072 <!-- The header for the card number of a credit card --> 1073 <string name="credit_cards_card_number">कार्ड नंबर</string> 1074 <!-- The header for the name on the credit card --> 1075 <string name="credit_cards_name_on_card">कार्ड पर नाम</string> 1076 <!-- The text for the "Delete card" menu item for deleting a credit card --> 1077 <string name="credit_cards_menu_delete_card">कार्ड हटाएं</string> 1078 <!-- The text for the "Delete card" button for deleting a credit card --> 1079 <string name="credit_cards_delete_card_button">कार्ड हटाएं</string> 1080 <!-- The title for the "Save" menu item for saving a credit card --> 1081 <string name="credit_cards_menu_save">सहेजें</string> 1082 <!-- The text for the "Save" button for saving a credit card --> 1083 <string name="credit_cards_save_button">सहेजें</string> 1084 <!-- The text for the "Cancel" button for cancelling adding, updating or deleting a credit card --> 1085 <string name="credit_cards_cancel_button">रद्द करें</string> 1086 <!-- Title of the "Saved cards" screen --> 1087 <string name="credit_cards_saved_cards">सहेजे गए कार्ड</string> 1088 <!-- Negative button to ignore warning dialog if users have no device authentication set up --> 1089 <string name="credit_cards_warning_dialog_later">बाद में</string> 1090 <!-- Title of PIN verification dialog to direct users to re-enter their device credentials to access their credit cards --> 1091 <string name="credit_cards_biometric_prompt_message_pin">अपना उपकरण खोलें</string> 1092 <!-- Title of the Add search engine screen --> 1093 <string name="search_engine_add_custom_search_engine_title">खोज ईंजन जोड़ें</string> 1094 <!-- Title of the Edit search engine screen --> 1095 <string name="search_engine_edit_custom_search_engine_title">खोज इंजन संपादित करें</string> 1096 <!-- Text for the menu button to edit a search engine --> 1097 <string name="search_engine_edit">संपादित करें</string> 1098 <!-- Text for the menu button to delete a search engine --> 1099 <string name="search_engine_delete">मिटाएं</string> 1100 <!-- Description text for the Search String TextField. The %s is part of the string --> 1101 <string name="search_add_custom_engine_search_string_example" formatted="false">“%s” से प्रश्न बदले। उदाहरण:\nhttps://www.google.com/search?q=%s</string> 1102 <!-- Accessibility description for the form in which details about the custom search engine are entered --> 1103 <string name="search_add_custom_engine_form_description">अनुकूल खोज इंजन विवरण</string> 1104 <!-- Text shown when a user leaves the name field empty --> 1105 <string name="search_add_custom_engine_error_empty_name">खोज इंजन नाम दर्ज करें</string> 1106 <!-- Text shown when a user leaves the search string field empty --> 1107 <string name="search_add_custom_engine_error_empty_search_string">एक खोज स्ट्रिंग दर्ज करें</string> 1108 <!-- Text shown when a user leaves out the required template string --> 1109 <string name="search_add_custom_engine_error_missing_template">जाँचें कि खोज स्ट्रिंग उदाहरण संरूप से मेल खाती है</string> 1110 <!-- Heading for the instructions to allow a permission --> 1111 <string name="phone_feature_blocked_intro">इसे अनुमति देने के लिए:</string> 1112 <!-- First step for the allowing a permission --> 1113 <string name="phone_feature_blocked_step_settings">1. Android सेटिंग में जाएं</string> 1114 <!-- Second step for the allowing a permission --> 1115 <string name="phone_feature_blocked_step_permissions"><![CDATA[2. <b>अनुमतियां</b> दबाएं]]></string> 1116 <!-- Third step for the allowing a permission (%1$s is the permission name, for example "Camera"). --> 1117 <string name="phone_feature_blocked_step_feature"><![CDATA[3. चालू करने के लिए <b>%1$s</b> टॉगल करें]]></string> 1118 <!-- Label that indicates a site is using a secure connection --> 1119 <string name="quick_settings_sheet_secure_connection_2">संपर्क सुरक्षित है</string> 1120 <!-- Label that indicates a site is using a insecure connection --> 1121 <string name="quick_settings_sheet_insecure_connection_2">संपर्क सुरक्षित नहीं है</string> 1122 <!-- Label to clear site data --> 1123 <string name="clear_site_data">कुकीज और साइट आँकड़े साफ़ करें</string> 1124 <!-- Confirmation message for a dialog confirming if the user wants to delete all the permissions for all sites --> 1125 <string name="confirm_clear_permissions_on_all_sites">क्या आप वाकई सारी साइटों पर सारी अनुमतियों को हटाना चाहते हैं?</string> 1126 <!-- Confirmation message for a dialog confirming if the user wants to delete all the permissions for a site --> 1127 <string name="confirm_clear_permissions_site">क्या आप वाकई इस साइट पर सारी अनुमतियों को हटाना चाहते हैं?</string> 1128 <!-- Confirmation message for a dialog confirming if the user wants to set default value a permission for a site --> 1129 <string name="confirm_clear_permission_site">क्या आप वाकई इस साइट पर इस अनुमति को हटाना चाहते हैं?</string> 1130 <!-- label shown when there are not site exceptions to show in the site exception settings --> 1131 <string name="no_site_exceptions">कोई साइट अपवाद नहीं है</string> 1132 <!-- 1133 text shown before the issuer name to indicate who its verified by, %1$s is the name of 1134 the certificate authority that verified the ticket 1135 --> 1136 <string name="certificate_info_verified_by">इसके द्वारा जाँचा गया: %1$s</string> 1137 <!-- Login overflow menu delete button --> 1138 <string name="login_menu_delete_button">हटाएं</string> 1139 <!-- Login overflow menu edit button --> 1140 <string name="login_menu_edit_button">संपादित करें</string> 1141 <!-- Positive action of a dialog asking to delete --> 1142 <string name="dialog_delete_positive">हटाएं</string> 1143 <!-- Voice search button content description --> 1144 <string name="voice_search_content_description">आवाज़ द्वारा खोज</string> 1145 <!-- Voice search prompt description displayed after the user presses the voice search button --> 1146 <string name="voice_search_explainer">अब बोलें</string> 1147 <!-- The error message in edit login view when a duplicate username exists. --> 1148 <string name="saved_login_duplicate">एक लॉगिन इस उपयोगकर्ता नाम के साथ मौजूद है</string> 1149 <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here --> 1150 <string name="add_login_hostname_hint_text">https://www.example.com</string> 1151 <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. --> 1152 <string name="add_login_hostname_invalid_text_3">वेब पते में \"https://\" या \"http://\" होना चाहिए</string> 1153 <!-- 1154 Synced Tabs 1155 1156 Text displayed to ask user to connect another device as no devices found with account 1157 --> 1158 <string name="synced_tabs_connect_another_device">अन्य डिवाइस कनेक्ट करें</string> 1159 <!-- Text displayed asking user to re-authenticate --> 1160 <string name="synced_tabs_reauth">कृपया पुनः प्रमाणित करें।</string> 1161 <!-- Text displayed when user has disabled tab syncing in Firefox Sync Account --> 1162 <string name="synced_tabs_enable_tab_syncing">कृपया टैब सिंकिंग सक्षम करें।</string> 1163 <!-- Text displayed when user has no tabs that have been synced --> 1164 <string name="synced_tabs_no_tabs" tools:ignore="BrandUsage">आपके अन्य उपकरणों पर Firefox में कोई टैब खुला नहीं है।</string> 1165 <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs --> 1166 <string name="synced_tabs_sign_in_message">अपने अन्य उपकरणों से टैब की एक सूची देखें।</string> 1167 <!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync --> 1168 <string name="synced_tabs_sign_in_button">सिंक करने के लिए साइन इन करें</string> 1169 <!-- The text displayed when a synced device has no tabs to show in the list of Synced Tabs. --> 1170 <string name="synced_tabs_no_open_tabs">कोई खुला टैब नहीं</string> 1171 <!-- Confirmation dialog button text when top sites limit is reached. --> 1172 <string name="top_sites_max_limit_confirmation_button">ठीक है, समझ गए</string> 1173 <!-- Title text displayed in the rename top site dialog. --> 1174 <string name="top_sites_rename_dialog_title">नाम</string> 1175 <!-- Dialog button text for canceling the rename top site prompt. --> 1176 <string name="top_sites_rename_dialog_cancel">रद्द करें</string> 1177 <!-- 1178 Inactive tabs in the tabs tray 1179 1180 Title text displayed in the tabs tray when a tab has been unused for 14 days. 1181 --> 1182 <string name="inactive_tabs_title">निष्क्रिय टैब</string> 1183 <!-- Content description for closing all inactive tabs --> 1184 <string name="inactive_tabs_delete_all">सभी निष्क्रिय टैब बंद करें</string> 1185 <!-- 1186 Inactive tabs auto-close message in the tabs tray 1187 1188 The header text of the auto-close message when the user is asked if they want to turn on the auto-closing of inactive tabs. 1189 --> 1190 <string name="inactive_tabs_auto_close_message_header" tools:ignore="UnusedResources">एक महीने के बाद स्वत: बंद करें?</string> 1191 <!-- Text for the snackbar to confirm auto-close is enabled for inactive tabs --> 1192 <string name="inactive_tabs_auto_close_message_snackbar">स्वत: बंद सक्षम हैं</string> 1193 <!-- Content description for close button in collection placeholder. --> 1194 <string name="remove_home_collection_placeholder_content_description">हटाएँ</string> 1195 <!-- Content description radio buttons with a link to more information --> 1196 <string name="radio_preference_info_content_description">अधिक जानकारी के लिए क्लिक करें</string> 1197 <!-- Content description for the action bar "up" button --> 1198 <string name="action_bar_up_description">ऊपर जाएँ</string> 1199 <!-- Translations feature --> 1200 1201 <!-- TextField Design System Component --> 1202 1203 <!-- ==== Terms of use pop up prompt ==== --> 1204 1205 <!-- ==== Experiment strings. ==== --> 1206 1207 <!-- ==== End of Terms of use popup prompt. ==== --> 1208 </resources>