strings.xml (48931B)
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">Atsisakyti</string> 22 <!-- Label used for buttons, e.g. in dialogs --> 23 <string name="action_ok">Gerai</string> 24 <string name="action_save">Įrašyti</string> 25 <!-- This text is shown in the URL bar when it's empty --> 26 <string name="urlbar_hint">Įveskite adresą arba paieškos žodžius</string> 27 <string name="teaser">Automatinis privatusis naršymas.\nNaršykite. Išvalykite. Kartokite.</string> 28 <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a browsing session --> 29 <string name="feedback_erase">Jūsų naršymo žurnalas išvalytas.</string> 30 <string name="feedback_erase2">Naršymo žurnalas išvalytas</string> 31 <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a custom tab browsing session --> 32 <string name="feedback_erase_custom_tab">Kortelės naršymo žurnalas išvalytas.</string> 33 <!-- 34 This label is shown below the URL bar as soon as the user enters text. Clicking the label will perform a search. 35 %1$s is the text typed by the user. 36 --> 37 <string name="search_hint">Ieškoti „%1$s“</string> 38 <!-- Menu item: Share the currently visible page --> 39 <string name="menu_share">Dalintis…</string> 40 <!-- Menu item: Report an issue on the current site --> 41 <string name="menu_report_site_issue">Pranešti apie svetainės problemą</string> 42 <!-- 43 Menu item: Switch to another browser to open the currently visible page. %1$s will be 44 replaced with the name of the browser like: "Open in Firefox" or "Open in Chrome". Some 45 links can be opened by native apps that aren't a browser, e.g. "Open in YouTube" 46 --> 47 <string name="menu_open_with_default_browser2">Atverti naudojant „%1$s“</string> 48 <!-- 49 Menu item: Switch to another browser to open the currently visible page. This menu item 50 will be shown if there are multiple browsers and we do not know which one is the default 51 browser or in case Focus is actually the default browser. Clicking this menu item will show 52 a screen with multiple browsers (or other apps that can open the current URL) to choose from. 53 --> 54 <string name="menu_open_with_a_browser2">Atverti naudojant…</string> 55 <!-- Menu item: Add the current page as a shortcut to the device's home screen (launcher). --> 56 <string name="menu_add_to_home_screen">Įtraukti į pradžios ekraną</string> 57 <!-- Menu item: Add the current site as a shortcut on the Home screen --> 58 <string name="menu_add_to_shortcuts">Pridėti prie leistukų</string> 59 <!-- Menu item: Remove the current site as a shortcut from the Home screen --> 60 <string name="menu_remove_from_shortcuts">Pašalinti iš leistukų</string> 61 <!-- Menu item: Shows information about features and changes that are new to this version --> 62 <string name="menu_settings">Nustatymai</string> 63 <string name="menu_about">Apie</string> 64 <string name="menu_help">Žinynas</string> 65 <!-- 66 Menu item: This is the label for a menu entry that shows how many trackers have been blocked 67 for the currently loaded website. The number of blocked trackers is shown below this label. 68 Next to this label is a switch that allows the user to temporarily enable / disable the 69 blocking of trackers for the current browsing session - for example if the current website 70 doesn't work correctly with blocked content. 71 --> 72 <string name="menu_trackers_blocked_title">Užblokuoti sekimo elementai</string> 73 <!-- 74 Menu item: This is the subtitle for the Trackers blocked menu entry that shows how many 75 trackers have been blocked for the currently loaded website. 76 --> 77 <string name="menu_trackers_blocked_subtitle">Išjungus gali būti išspręstos kai kurios svetainių problemos</string> 78 <!-- Menu item: This is the label for turning off content blocking for the current website. --> 79 <string name="menu_content_blocking">Turinio blokavimas</string> 80 <!-- This is the subtitle content blocking toggle --> 81 <string name="menu_content_blocking_subtitle">Išjungus sutvarkysite kai kurias svetaines</string> 82 <!-- 83 This is a small text at the bottom of the menu shown in a "custom tab" for branding purposes. 84 See https://github.com/mozilla-mobile/focus-android/issues/2106 85 %1$s will be replaced by the app name (e.g. Firefox Focus) 86 --> 87 <string name="menu_custom_tab_branding">Įgalino „%1$s“</string> 88 <!-- 89 This is the title of a dialog that shows all the share targets (apps or contacts) when 90 sharing an URL. 91 --> 92 <string name="share_dialog_title">Dalintis naudojant</string> 93 <string name="notification_erase_text">Valyti naršymo žurnalą</string> 94 <!-- Notification action to open Focus and resume the current browsing session. --> 95 <string name="notification_action_open">Atverti</string> 96 <!-- 97 Notification action to erase the current browsing session AND switch to Focus (bring it 98 to the foreground) 99 --> 100 <string name="notification_action_erase_and_open">Išvalyti ir atverti</string> 101 <!-- 102 On Android 7+ users can add a shortcut for erasing the browsing history to the home screen. 103 This is the label for this shortcut. Android recommends a maximum length of 10 characters. 104 --> 105 <string name="shortcut_erase_short_label">Valyti</string> 106 <!-- 107 The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this 108 instead of the short title when it has enough space. Android recommends a maximum length 109 of 25 characters. 110 --> 111 <string name="shortcut_erase_long_label">Valyti naršymo žurnalą</string> 112 <!-- 113 On Android 7+ users can add a shortcut for erasing the browsing history to the home screen. 114 This is the label for this shortcut. Android recommends a maximum length of 10 characters. 115 --> 116 <string name="shortcut_erase_and_open_short_label">Išvalyti ir atverti</string> 117 <!-- 118 The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this 119 instead of the short title when it has enough space. Android recommends a maximum length 120 of 25 characters. 121 %1$s will be replaced by the app name (e.g. Firefox Focus) 122 --> 123 <string name="shortcut_erase_and_open_long_label">Išvalyti ir atverti „%1$s“</string> 124 <!-- 125 Content of about focus. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 126 %2$s is the url for the learn-more link. 127 --> 128 <string name="about_content" tools:ignore="IncorrectStraightDoubleQuote"><![CDATA[<p>„%1$s“ suteikia jums kontrolę.</p>\n<p>Naudokite ją kaip privačią naršyklę:\n<ul>\n<li>Ieškokite ir naršykite pačioje programoje</li>\n<li>Blokuokite stebėjimo elementus (arba pakeiskite nustatymus, jeigu norite juos leisti)</li>\n<li>Išvalykite, norėdami pašalinti slapukus, paieškos ir naršymo žurnalus</li>\n</ul> </p>\n<p>„%1$s“ yra „Mozillos“ kūrinys. Mūsų misija yra skatinti sveiką, atvirą internetą.<br/>\n<a href=\"%2$s\">Sužinoti daugiau</a></p>]]></string> 129 <!-- Header for the Privacy and Security settings menu --> 130 <string name="preference_privacy_and_security_header">Privatumas ir saugumas</string> 131 <!-- Preference summary for settings related to privacy and security --> 132 <string name="preference_privacy_and_security_summary">Stebėjimas, slapukai, duomenų siuntimas</string> 133 <!-- 134 Preference category description for settings related to search, set default 135 and autocomplete are settings a user can find and change inside the "search" settings screen 136 --> 137 <string name="preference_search_summary">Parinkite numatytąją, automatinio užbaigimo</string> 138 <!-- 139 Preference category description for settings screen for settings related to Mozilla 140 141 About the app and help are links that are inside this menu 142 143 %1$s will be replaced by the app name (e.g. Firefox Focus) 144 --> 145 <string name="preference_mozilla_summary">Apie „%1$s“, žinynas</string> 146 <!-- Preference category for ad blocking and enhanced tracking protection settings --> 147 <string name="preference_category_tracking_protection3">Išplėsta apsauga nuo stebėjimo</string> 148 <!-- Preference category for settings related to controlling web content --> 149 <string name="preference_category_web_content">Saityno turinys</string> 150 <!-- Preference category: stealth settings for while switching apps --> 151 <string name="preference_category_switching_apps">Programų perjungimas</string> 152 <!-- Preference category for General Settings --> 153 <string name="preference_category_general">Bendrieji</string> 154 <!-- Preference summary for General Settings category; the two things users can find in this category --> 155 <string name="preference_general_summary2">Numatytoji naršyklė, kalba</string> 156 <!-- Preference category for settings about sending usage data --> 157 <string name="preference_category_data_collection_use">Duomenų rinkimas ir naudojimas</string> 158 <string name="preference_category_search">Paieška</string> 159 <!-- Title of "switch" preference that enables/disables search suggestions --> 160 <string name="preference_show_search_suggestions">Gauti paieškos žodžių siūlymus</string> 161 <!-- 162 Description of the preference that enables/disables search suggestions 163 %1$s will be replaced by the app name (e.g. Firefox Focus) 164 --> 165 <string name="preference_show_search_suggestions_summary">„%1$s“ perduos jūsų ieškyklei tai, ką rašote adreso lauke</string> 166 <!-- This label is shown below the name of the default search engine in settings --> 167 <string name="preference_search_engine_default">Numatytoji</string> 168 <!-- This label is shown above the currently selected search engine in settings --> 169 <string name="preference_search_engine_label">Ieškyklė</string> 170 <!-- Text that is shown below a "switch" preference that is enabled. --> 171 <string name="preference_state_on">Taip</string> 172 <!-- Text that is shown below a "switch" preference that is disabled. --> 173 <string name="preference_state_off">Ne</string> 174 <!-- Item in settings that will open a new preference screen for configuring the URL autocomplete behavior. --> 175 <string name="preference_subitem_autocomplete">Automatinis URL adresų užbaigimas</string> 176 <!-- Title of "switch" preference that enables/disables autocomplete for the default list --> 177 <string name="preference_switch_autocomplete_topsites">Lankomiausioms svetainėms</string> 178 <!-- 179 Summary for the toggle to enable autocomplete for the topsites list 180 %s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 181 --> 182 <string name="preference_autocomplete_topsite_summary2">Įjungus, „%s“ automatiškai adreso lauke užbaigs virš 450 populiarių URL adresų.</string> 183 <!-- Title of "switch" preference that enables/disables autocomplete for the user-defined list --> 184 <string name="preference_switch_autocomplete_user_list">Svetainėms, kurias pridedate</string> 185 <!-- 186 Summary for the toggle to enable autocomplete for the user-defined list 187 %s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 188 --> 189 <string name="preference_autocomplete_user_list_summary2">Įjungus, „%s“ automatiškai užbaigs jūsų mėgiamus adresus.</string> 190 <!-- Preference category: Manage (user-defined) sites --> 191 <string name="preference_category_autocomplete_manage_sites">Tvarkyti svetaines</string> 192 <!-- Item in autocomplete settings that will open a new preference screen for adding and removing URLs to the user-defined list --> 193 <string name="preference_autocomplete_subitem_manage_sites">Tvarkyti svetaines</string> 194 <!-- 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. --> 195 <string name="preference_autocomplete_action_add">+ Pridėti savą adresą</string> 196 <!-- Explanation text above the list of custom autocomplete URLs. --> 197 <string name="preference_autocomplete_explanation_text">Jūsų automatinio užbaigimo sąrašas:</string> 198 <!-- 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. --> 199 <string name="preference_autocomplete_action_add2">Pridėti URL</string> 200 <!-- Title of the screen for adding custom autocomplete URLs. --> 201 <string name="preference_autocomplete_title_add">Savo adreso pridėjimas</string> 202 <!-- Label for the button to quick add custom autocomplete URLs. --> 203 <string name="custom_autocomplete_quick_add">Pridėti savą adresą</string> 204 <!-- Label for the button to quick add the current URL to the custom autocomplete list --> 205 <string name="add_custom_autocomplete_label">Įtraukti saitą į automatinį užbaigimą</string> 206 <!-- Preference category for settings about cookies and site data --> 207 <string name="preference_category_cookies">Slapukai ir svetainių duomenys</string> 208 <!-- Preference category for settings about data choices --> 209 <string name="preference_category_data_choices">Duomenų siuntimas</string> 210 <!-- Title of the screen for removing custom autocomplete URLs. --> 211 <string name="preference_autocomplete_title_remove">Savų adresų šalinimas</string> 212 <!-- A link to SUMO at autocomplete settings. --> 213 <string name="preference_autocomplete_learn_more">Sužinoti daugiau</string> 214 <!-- Preference summary: Custom (user-defined) autocomplete URLs. --> 215 <string name="preference_autocomplete_custom_summary">Pridėkite ir valdykite savo automatinio užbaigimo adresus.</string> 216 <!-- Label for the "custom autocomplete URL" input field --> 217 <string name="preference_autocomplete_add_title">Pridedamas adresas</string> 218 <!-- "Hint" text for the "custom autocomplete URL" input field. Shown when the field is empty. --> 219 <string name="preference_autocomplete_add_hint">Įdėkite arba įveskite URL adresą</string> 220 <!-- Example how a custom domain autocomplete URL be added (e.g. without http://) --> 221 <string name="preference_autocomplete_add_example2">Pavyzdys: mozilla.org</string> 222 <!-- To be removed once the new hint has been translated --> 223 <string name="preference_autocomplete_add_example">Pavyzdys: example.com</string> 224 <!-- Confirmation "snackbar" shown after a new custom autocomplete URL has been added. --> 225 <string name="preference_autocomplete_add_confirmation">Pridėtas naujas adresas.</string> 226 <!-- Menu item to remove existing autocomplete URLs. --> 227 <string name="preference_autocomplete_menu_remove">Pašalinti</string> 228 <!-- Content description (not visible, for screen readers etc.): Button that will delete all selected custom autocomplete URLs. --> 229 <string name="preference_autocomplete_action_remove_content_description">Pašalinti</string> 230 <!-- Error message shown if the entered custom autocomplete URL is not valid or empty. --> 231 <string name="preference_autocomplete_add_error">Patikrinkite įvestą URL adresą.</string> 232 <string name="preference_language">Kalba</string> 233 <!-- 234 This is shown when the user hasn't set a focus specific language, i.e. when Focus 235 is using the system default language. 236 --> 237 <string name="preference_language_systemdefault">Sistemos numatytoji</string> 238 <string name="preference_category_privacy">Privatumas</string> 239 <string name="preference_privacy_block_ads">Blokuoti reklaminius stebėjimo elementus</string> 240 <string name="preference_privacy_block_ads_summary">Kai kurios reklamos stebi svetainių aplankymus, net jeigu ir nespustelite jų.</string> 241 <string name="preference_privacy_block_analytics">Blokuoti analizės stebėjimo elementus</string> 242 <string name="preference_privacy_block_analytics_summary">Naudojama rinkti, analizuoti ir matuoti tokias veiklas, kaip bakstelėjimai ir slinkimas</string> 243 <string name="preference_privacy_block_social">Blokuoti socialinius stebėjimo elementus</string> 244 <string name="preference_privacy_block_social_summary">Įterpiama svetainėse, norint stebėti jūsų apsilankymus ir rodyti tokį funkcionalumą, kaip dalinimosi mygtukai</string> 245 <string name="preference_privacy_block_content">Blokuoti kitus turinio stebėjimo elementus</string> 246 <string name="preference_privacy_block_content_summary2">Įjungus gali sutrikti kai kurių tinklalapių veikimas</string> 247 <string name="preference_privacy_category_cookies">Blokuoti slapukus</string> 248 <!-- 249 Three options for Cookie blocking. Yes (All cookies Blocked), Block 3rd-party cookies 250 only (Only 3rd-party Cookies Blocked), No (No cookies blocked) 251 --> 252 <string name="preference_privacy_should_block_cookies_no_option2">Ačiū, ne</string> 253 <string name="preference_privacy_should_block_cookies_third_party_tracker_cookies_option">Blokuoti tik trečiųjų šalių stebėjimo slapukus</string> 254 <string name="preference_privacy_should_block_cookies_third_party_only_option">Blokuoti tik trečiųjų šalių slapukus</string> 255 <string name="preference_privacy_should_block_cookies_cross_site_option">Blokuoti tarp svetainių veikiančius slapukus</string> 256 <string name="preference_privacy_should_block_cookies_yes_option2">Tikrai taip</string> 257 <!-- Preference Title: Biometrics can be used to unlock Focus if the previous session's data was not erased by the user. --> 258 <string name="preference_security_biometric">Atrakinti programą piršto atspaudu</string> 259 <!-- 260 Preference Title: Secure Mode is a setting that prevents the app's content to show up in the "recent apps" screen 261 and prevents the user from taking screenshots or casting the app to other displays. 262 --> 263 <string name="preference_privacy_secure_mode">Slaptumas</string> 264 <!-- 265 Preference Summary: Stealth mode (previously "Secure mode") is a setting that prevents the 266 app's content (in our case especially the content of webpages) to show up in the "recent apps" 267 screen. Additionally Android will prevent the user from taking screenshots or casting the app 268 to other displays. 269 --> 270 <string name="preference_privacy_stealth_summary">Slėpti tinklalapius pereinant tarp programų bei neleisti daryti ekrano nuotraukų.</string> 271 <string name="preference_category_security">Saugumas</string> 272 <string name="preference_category_performance">Našumas</string> 273 <string name="preference_performance_block_webfonts">Blokuoti saityno šriftus</string> 274 <!-- 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. --> 275 <string name="preference_performance_block_webfonts_summary">Galite nematyti kai kurių piktogramų arba paveikslų</string> 276 <string name="preference_performance_block_javascript">Blokuoti „JavaScript“</string> 277 <!-- This text is shown below setting for disabling JavaScript. Some websites may not work correctly when JavaScript is disabled --> 278 <string name="preference_performance_block_javascript_summary">Tinklalapiai bus įkeliami greičiau, tačiau gali sutrikti jų veikimas</string> 279 <!-- 280 This preference does not set Focus as the default browser but instead links to Android's 281 "default apps" settings screen or if not supported by this Android version to a SUMO page describing 282 how to set Focus as a default browser. 283 %1$s will be replaced by the app name (e.g. Firefox Focus) 284 --> 285 <string name="preference_default_browser2">Paskirti „%1$s“ numatytąja naršykle</string> 286 <string name="preference_category_mozilla">Mozilla</string> 287 <string name="preference_mozilla_telemetry2">Siųsti naudojimo duomenis</string> 288 <!-- A link to SUMO at the end of the summary (preference_mozilla_telemetry_summary2) of the "Send anonymous usage data" setting. --> 289 <string name="preference_mozilla_telemetry_summary">Sužinoti daugiau</string> 290 <!-- %1$s will be replaced with the name of the app (e.g. Firefox Focus) --> 291 <string name="preference_mozilla_telemetry_summary2">„Mozilla“ siekia rinkti tik tai, ko reikia norint pagerinti „%1$s“ visiems.</string> 292 <!-- In-app link (in settings) to Focus privacy notice. --> 293 <string name="preference_privacy_notice">Privatumo pranešimas</string> 294 <!-- Item in Preferences that shows the about page. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 295 <string name="preference_about">Apie „%1$s“</string> 296 <!-- Header for the list of installed search engines --> 297 <string name="preference_search_installed_search_engines">Įdiegtos ieškyklės</string> 298 <!-- Header for the list of installed search engines --> 299 <string name="preference_choose_search_engine">Pasirinkite ieškyklę</string> 300 <!-- Action for restoring the default list of search engines --> 301 <string name="preference_search_restore">Atkurti numatytąsias ieškykles</string> 302 <!-- 303 Action for adding an additional search engine to the list. 304 The "+" is used to emphasize that this is an "add" action 305 --> 306 <string name="preference_search_add2">+ Pridėti kitą ieškyklę</string> 307 <string name="preference_search_remove_title">Pašalinti ieškykles</string> 308 <string name="preference_search_remove">Pašalinti</string> 309 <!-- Action for dding an additional search engine to the list --> 310 <string name="preference_search_add3">Pridėti kitą ieškyklę</string> 311 <!-- Explanation text above the list of search engines --> 312 <string name="preference_select_preferred_engine">Pasirinkite norimą ieškyklę:</string> 313 <!-- 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) --> 314 <string name="action_option_add_search_engine">Pridėti ieškyklę</string> 315 <string name="search_add_manually_name_hint">Ieškyklės pavadinimas</string> 316 <string name="search_add_manually_string">Paieškos eilutės struktūra</string> 317 <string name="search_add_manually_save">Įrašyti</string> 318 <!-- Example of search engine url. %s represents the search query and should be kept as-is. --> 319 <string name="search_add_manually_example">Pavyzdys: example.com/search/?q=%s</string> 320 <string name="search_add_confirmation">Pridėta nauja ieškyklė.</string> 321 <string name="search_add_error_empty_name">Įveskite ieškyklės pavadinimą</string> 322 <string name="search_add_error_duplicate_name">Jau yra įdiegta ieškyklė su tokiu pavadinimu.</string> 323 <string name="search_add_error_empty_search">Įveskite paieškos eilutę</string> 324 <string name="search_add_error_format">Pasitikrinkite, ar paieškos eilutė atitinka formatą iš pavyzdžio</string> 325 <!-- Content description (not visible, for screen readers etc.): Clear text in URL bar --> 326 <string name="content_description_clear_input">Išvalyti įvestą tekstą</string> 327 <!-- 328 Content description (not visible, for screen readers etc.): Clicking on the website overlay 329 while in typing mode will dismiss and go back to the browser. This text will be read when the 330 overlay if focused. See https://github.com/mozilla-mobile/focus-android/issues/50 331 --> 332 <string name="content_description_dismiss_input">Paslėpti</string> 333 <!-- 334 Content description (not visible, for screen readers etc.): Erase button: Erase the browsing 335 history and go back to the home screen. 336 --> 337 <string name="content_description_erase">Valyti naršymo žurnalą</string> 338 <!-- 339 If the user has multiple tabs open we will show an addition "floating action button" showing how many tabs are open. 340 This string is not displayed and read only by screenreaders. %1$s will be replaced with the number of open tabs. This 341 button will only be visible when there is more than one tab open (>= 2). 342 --> 343 <string name="content_description_tab_counter">Atverta kortelių: %1$s</string> 344 <!-- 345 Content description (not visible, for screen readers etc.): Lock icon showed in the URL bar for 346 https pages.. 347 --> 348 <string name="content_description_lock">Saugus ryšys</string> 349 <!-- 350 This text is not visible. Instead it will be read by the accessibility service once we start 351 loading a website 352 --> 353 <string name="accessibility_announcement_loading">Įkeliama</string> 354 <!-- 355 This text is not visible. Instead it will be read by the accessibility service once we 356 finished loading a website 357 --> 358 <string name="accessibility_announcement_loading_finished">Svetainė įkelta</string> 359 <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. --> 360 <string name="content_description_menu">Daugiau parinkčių</string> 361 <!-- 362 Content description (not visible, for screen readers etc.): "Three dot" menu button used 363 on home screen 364 --> 365 <string name="indicator_content_description_menu">Mygtukas „Daugiau parinkčių“</string> 366 <!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) --> 367 <string name="content_description_forward">Eiti pirmyn</string> 368 <!-- Content description (not visible, for screen readers etc.): Reload current website --> 369 <string name="content_description_reload">Įkelti svetainę iš naujo</string> 370 <!-- Content description (not visible, for screen readers etc.): Navigate back (browsing history) --> 371 <string name="content_description_back">Grįžti atgal</string> 372 <!-- 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) --> 373 <string name="content_description_stop">Nutraukti svetainės įkėlimą</string> 374 <!-- Content description (not visible, for screen readers etc.): Custom Tab exit button - closes the custom tab and returns to the previous app. --> 375 <string name="content_description_customtab_exit">Grįžti į ankstesnę programą</string> 376 <!-- 377 Content description (not visible, for screen readers etc.): This is the description for the ImageView in the menu that displays 378 the number of trackers blocked for the current session 379 --> 380 <string name="content_description_trackers_blocked">Viso užblokuotų elementų</string> 381 <!-- 382 Content description (not visible, for screen readers etc.): This is the description for the switch in the menu that temporarily disables/enables 383 content blocking for the current session 384 --> 385 <string name="content_description_blocking_switch">Blokuokite stebėjimo elementus</string> 386 <string name="your_rights">Jūsų teisės</string> 387 <string name="external_app_prompt_title">Atverti saitą kitoje programoje</string> 388 <!-- 389 This string is shown when the user has clicked a link that needs to be opened in a different app. 390 %2$s is the external app name, %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 391 --> 392 <string name="external_app_prompt">Galite palikti „%1$s“, norėdami atverti šį saitą su „%2$s“.</string> 393 <!-- This text is the title of a dialog shown if no app could be found for a custom link protocol. --> 394 <string name="external_app_prompt_no_app_title">Suraskite programą, kuri gali atverti saitą</string> 395 <!-- 396 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 397 the app store installed on the device (usually that's Google Play). 398 --> 399 <string name="external_app_prompt_no_app">Nė viena iš jūsų įrenginyje esančių programų negali atverti šio saito. Galite palikti „%1$s“, norėdami ieškoti tinkamos programos per „%2$s“.</string> 400 <!-- This label is shown above a list of apps that can be used to open a given link --> 401 <string name="external_multiple_apps_matched_exit">Baigti privatųjį naršymą?</string> 402 <!-- Snackbar that will be displayed after a download has completed. %1$s is the file name. --> 403 <string name="download_snackbar_finished">%1$s atsiųstas</string> 404 <!-- Snackbar action to immediately open the successfully downloaded file. --> 405 <string name="download_snackbar_open">Atverti</string> 406 <string name="error_hostLookup_title">Nerastas serveris</string> 407 <!-- First run tour (Default browser): Title --> 408 <string name="firstrun_defaultbrowser_title">Pagerinkite savo privatumą</string> 409 <!-- First run tour (Default browser): Text. --> 410 <string name="firstrun_defaultbrowser_text2">Pereikite į aukštesnį privačiojo naršymo lygį. Blokuokite reklamas ir kitą jūsų naršymą galintį stebėti turinį, tuo pačiu sutrumpindami svetainių įkėlimo laiką.</string> 411 <!-- First run tour (Search): Title --> 412 <string name="firstrun_search_title">Jūsų paieška, jūsų skoniui</string> 413 <!-- First run tour (Search): Text --> 414 <string name="firstrun_search_text">Ieškote kažko kito? Pasirinkite kitą numatytąją ieškyklę nustatymuose.</string> 415 <!-- First run tour (Shortcut): Title --> 416 <string name="firstrun_shortcut_title">Pridėkite leistukų į savo pradžios ekraną</string> 417 <!-- First run tour (Shortcut): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) --> 418 <string name="firstrun_shortcut_text">Greitai grįžkite į savo mėgstamiausias svetaines „%1$s“ naršyklėje. Tiesiog pasirinkite „Įtraukti į pradžios ekraną“ iš „%1$s“ meniu.</string> 419 <!-- First run tour (Privacy): Title --> 420 <string name="firstrun_privacy_title">Įpraskite prie privatumo</string> 421 <!-- First run tour (Privacy): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) --> 422 <string name="firstrun_privacy_text">Paskirkite „%1$s“ savo numatytąja naršykle ir naudokitės privačiojo naršymo privalumais atverdami svetaines iš kitų programų.</string> 423 <string name="firstrun_close_button">Gerai, supratau!</string> 424 <string name="firstrun_skip_button">Praleisti</string> 425 <string name="firstrun_next_button">Toliau</string> 426 <!-- Indicator that no trackers are being blocked because content blocking is disabled; normally shows the number of blocked trackers --> 427 <string name="content_blocking_disabled">–</string> 428 <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). --> 429 <string name="dialog_addtohomescreen_action_add">Pridėti</string> 430 <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). --> 431 <string name="dialog_addtohomescreen_action_yes">TAIP</string> 432 <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). --> 433 <string name="dialog_addtohomescreen_action_cancel">Atsisakyti</string> 434 <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). --> 435 <string name="dialog_addtohomescreen_action_no">NE</string> 436 <!-- 437 When enhanced tracking protection is disabled for the current session then we will show this warning in the "Add to home screen" dialog to 438 let the user know that the shortcut will always be opened with enhanced tracking protection disabled. 439 --> 440 <string name="dialog_addtohomescreen_tracking_protection2">Leistukas bus atveriamas su išjungta išplėsta apsauga nuo stebėjimo</string> 441 <!-- 442 The user visible name of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active. 443 The recommended maximum length is 40 characters; the value may be truncated if it is too long. 444 445 * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels 446 * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723 447 --> 448 <string name="notification_browsing_session_channel_name">Privačiojo naršymo seansas</string> 449 <!-- 450 The user visible description of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active. 451 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). 452 453 * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels 454 * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723 455 --> 456 <string name="notification_browsing_session_channel_description">Pranešimai leidžia išvalyti jūsų „%1$s“ seansą bakstelėjus. Jums nereikia atverti programos ar matyti, kas atverta naršyklėje.</string> 457 <!-- Label for a button in the "tabs tray" to erase the browsing history (closes all tabs and removes associated data). --> 458 <string name="tabs_tray_action_erase">Valyti naršymo žurnalą</string> 459 <!-- 460 If the user decides to open the current page in another browser and if Firefox is not installed then we show this 461 item in the list of browsers. Clicking it will open the app store installed on the device (usually that's Google Play). 462 --> 463 <string name="download_firefox" tools:ignore="BrandUsage">Parsisiųsti „Firefox“</string> 464 <!-- Text shown in prompts for GeckoView --> 465 <string name="gv_prompt_username_hint">Naudotojo vardas</string> 466 <string name="gv_prompt_password_hint">Slaptažodis</string> 467 <string name="gv_prompt_clear">Išvalyti</string> 468 <!-- 469 Text shown in Security Information Popup 470 471 Text to denote secure or insecure connection 472 --> 473 <string name="security_popup_secure_connection">Saugus ryšys</string> 474 <string name="security_popup_insecure_connection">Nesaugus ryšys</string> 475 <!-- %1$s will be replaced with organization that granted the SSL certificate --> 476 <string name="security_popup_security_verified">Tai liudija: %1$s</string> 477 <!-- Content Description of Security Icon in toolbar --> 478 <string name="site_security_icon_content_description">Svetainės saugumas</string> 479 <string name="preference_autocomplete_duplicate_url_error">Toks adresas jau pridėtas</string> 480 <!-- Label for the Find in page button --> 481 <string name="find_in_page">Rasti tinklalapyje</string> 482 <!-- Watermark/Hint for the find in page input field --> 483 <string name="find_in_page_input">Rasti tinklalapyje</string> 484 <!-- 485 String to show the number of results found in the page and the position 486 the user is at. %1$d is the position, %2$d is the total number of 487 results. 488 --> 489 <string name="find_in_page_result">%1$d/%2$d</string> 490 <!-- 491 String to be read by the accessibility service presenting the number of 492 results found in the page and the position the user is at. %1$d is the 493 position, %2$d is the total number of results. 494 --> 495 <string name="accessibility_find_in_page_result">%1$d iš %2$d</string> 496 <!-- String to be read by the accessibility service when focusing the next result button --> 497 <string name="accessibility_next_result">Rasti tolesnį</string> 498 <!-- String to be read by the accessibility service when focusing the previous result button --> 499 <string name="accessibility_previous_result">Rasti ankstesnį</string> 500 <!-- String to be read by the accessibility service when focusing the dismiss button in the "find in page" UI --> 501 <string name="accessibility_dismiss_find_in_page">Paslėpti radimo funkcijas</string> 502 <!-- Checkbox menu item text to request desktop site --> 503 <string name="preference_performance_request_desktop_site">Prašyti ne mob. svetainės</string> 504 <!-- Checkbox menu item text to request desktop site --> 505 <string name="preference_performance_request_desktop_site2">Komp. svetainė</string> 506 <!-- Displayed after a user long presses on the URL in a custom tab to copy the URL --> 507 <string name="custom_tab_copy_url_action">Adresas nukopijuotas</string> 508 <!-- Description of what a user may find in the Advanced Setting category, used for debugging --> 509 <string name="preference_advanced_summary">Programuotojo priemonės</string> 510 <!-- Preference for open links in third party apps --> 511 <string name="preferences_open_links_in_apps">Atverti saitus programose</string> 512 <!-- Title of Advanced Setting category --> 513 <string name="preference_category_advanced">Kitkas</string> 514 <!-- Preference for site permissions --> 515 <string name="preference_site_permissions">Svetainių leidimai</string> 516 <!-- Preference for autoplay --> 517 <string name="preference_autoplay">Automatinis grojimas</string> 518 <!-- Preference for allow autoplay audio and video --> 519 <string name="preference_allow_audio_video_autoplay">Leisti garsus ir vaizdo įrašus</string> 520 <!-- Preference for block autoplay audio only --> 521 <string name="preference_block_autoplay_audio_only">Blokuoti tik garsus</string> 522 <!-- Preference summary for block autoplay audio only --> 523 <string name="preference_block_autoplay_audio_only_summary">Rekomenduojama</string> 524 <!-- Preference for block autoplay audio and video --> 525 <string name="preference_block_autoplay_audio_video">Blokuoti garsus ir vaizdo įrašus</string> 526 <!-- Preference to enable remote debugging of the app via USB or Wi-Fi --> 527 <string name="preference_remote_debugging">Nuotolinis derinimas per USB arba belaidį tinklą</string> 528 <!-- 529 Button for the fingerprint authentication dialog box that is shown to the user when sharing a link to the app 530 while the user has biometric authentication enabled. When pressed, the user's previous session is cleared, and the shared link is opened. 531 --> 532 <string name="biometric_auth_open_link_new_session">Atverti saitą naujame seanse</string> 533 <!-- Description for the fingerprint authentication image. Used for accessibility purposes. --> 534 <string name="biometric_auth_image_description">Piršto atspaudo piktograma</string> 535 <!-- 536 Error text displayed when the user's fingerprint cannot be recognized upon re-entering the app. 537 This is displayed during the authentication flow as the app launches. 538 --> 539 <string name="biometric_auth_not_recognized_error">Neatpažintas piršto atspaudas. Bandykite dar kartą.</string> 540 <!-- 541 Error text displayed when the user's fingerprint moved too quickly upon re-entering the app 542 This is displayed during the authentication flow as the app launches. 543 --> 544 <string name="biometric_auth_moved_too_quickly">Pirštas sujudėjo per greitai. Bandykite dar kartą.</string> 545 <!-- Title for the prompt to enable search suggestions --> 546 <string name="enable_search_suggestion_title2">Rodyti paieškos žodžių siūlymus?</string> 547 <!-- 548 Description for the prompt to enable search suggestions 549 %1$s will be replaced by the app name (e.g. Firefox Focus) 550 --> 551 <string name="enable_search_suggestion_description">Kad gautų siūlymus, „%1$s“ turi persiųsti ieškyklei viską, ką rašote į adreso lauką.</string> 552 <!-- Label used for the "NO button" for the prompt to enable search suggestions --> 553 <string name="enable_search_suggestions_no">Ne</string> 554 <!-- Label used for the "YES button" for the prompt to enable search suggestions --> 555 <string name="enable_search_suggestions_yes">Taip</string> 556 <!-- Message displayed when using a search engine that doesn't provide suggestions --> 557 <string name="no_suggestions_message">Kai kurios ieškyklės negali rodyti paieškos žodžių siūlymų.</string> 558 <!-- Button to dismiss the message displayed when using a search engine that doesn't provide suggestions --> 559 <string name="dismiss_no_suggestions_prompt_button">Paslėpti</string> 560 <!-- Tips displayed on the home view --> 561 562 <!-- 563 Tip displayed on home view explaining how to disable tracking protection 564 The new line here must be kept as the second half of the string is clickable for the user. 565 --> 566 <string name="tip_disable_tracking_protection">Svetainė veikia netinkamai?\nPabandykite išjungti apsaugą nuo stebėjimo</string> 567 <!-- 568 Tip displayed on home view explaining how to add sites to homescreen 569 %1$s is replaced with a line break in the application. 570 --> 571 <string name="tip_add_to_homescreen">Pasiekite lankomiausias svetaines vienu spustelėjimu%1$s Meniu > Įtraukti į pradžios ekraną</string> 572 <!-- 573 Tip displayed on home view explaining how to make Focus the default browser 574 %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 575 The new line here must be kept as the second half of the string is clickable for the user. 576 --> 577 <string name="tip_set_default_browser">Atverkite visus saitus „%1$s“ programoje\nPaskirkite „%1$s“ numatytąja naršykle</string> 578 <!-- 579 Tip displayed on home view explaining how to add a custom autocomplete URL 580 The new line here must be kept as the second half of the string is clickable for the user. 581 --> 582 <string name="tip_autocomplete_url">Automatiškai užbaikite lankomiausių svetainių adresus\nSpustelėkite ir palaikykite bet kurį URL adresą adreso lauke</string> 583 <!-- 584 Tip displayed on home view explaining how to add a custom autocomplete URL 585 The new line here must be kept as the second half of the string is clickable for the user. 586 --> 587 <string name="tip_open_in_new_tab">Atverkite saitą naujoje kortelėje\nSpustelėkite ir palaikykite bet kurį saitą tinklalapyje</string> 588 <!-- Tip displayed on home view explaining how to add a custom autocomplete URL --> 589 <string name="tip_disable_tips2">Išjungti patarimus pradžios ekrane</string> 590 <!-- Label for the snackbar when a user opens a new tab --> 591 <string name="new_tab_opened_snackbar">Atverta nauja kortelė</string> 592 <!-- Label for the button in the snackbar that switches to the newly opened tab --> 593 <string name="open_new_tab_snackbar">Pereiti</string> 594 <!-- Preference for switching to a new tab immediately after opening --> 595 <string name="preference_open_new_tab">Pereiti į saitą naujoje kortelėje nedelsiant</string> 596 <!-- Preference title for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware --> 597 <string name="preference_safe_browsing_title">Blokuoti galimai pavojingas ir apgaulingas svetaines</string> 598 <!-- Preference summary for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware --> 599 <string name="preference_safe_browsing_summary">Blokuoti žinomas apgaulingas, kenksmingas, nepageidaujamą programinę įrangą siūlančias svetaines.</string> 600 <!-- Title of the preference to enable "HTTPS-Only" mode --> 601 <string name="preference_https_only_title">Tik HTTPS veiksena</string> 602 <!-- Description of the preference to enable "HTTPS-Only" mode. --> 603 <string name="preference_https_only_summary3">Siekiant didesnio saugumo, automatiškai bandoma jungtis prie svetainių naudojant šifruotą HTTPS protokolą.</string> 604 <!-- Preference for exceptions tracking protection --> 605 <string name="preference_exceptions">Išimtys</string> 606 <!-- Description for the exceptions preference screen --> 607 <string name="preference_exceptions_description">Šiose svetainėse esate išjungę turinio blokavimą.</string> 608 <!-- Menu item to remove existing exceptions. --> 609 <string name="preference_exceptions_menu_remove">Pašalinti</string> 610 <!-- Button to remove all websites from the exception list --> 611 <string name="preference_exceptions_remove_all_button_label">Pašalinti visas svetaines</string> 612 <!-- Title for Preference screen for cookie blocking for exceptions tracking protection --> 613 <string name="preference_block_cookies_title">Blokuoti slapukus</string> 614 <!-- Message for Preference screen for cookie blocking for exceptions tracking protection --> 615 <string name="preference_category_block_cookies">Ar norite blokuoti slapukus?</string> 616 <!-- Title for the tab crash report screen --> 617 <string name="tab_crash_report_title">Kortelė užstrigo</string> 618 <!-- Headline for the tab crash report screen --> 619 <string name="tab_crash_report_headline">Atsiprašome. Su šia kortele yra problemų.</string> 620 <!-- Subtitle for the tab crash report screen --> 621 <string name="tab_crash_report_description">Kaip privačioji naršyklė, mes nesaugome ir negalime atkurti šios kortelės.</string> 622 <!-- Label for button to close the tab --> 623 <string name="tab_crash_report_close_tab_button_label">Užverti kortelę</string> 624 <!-- Label for the checkbox to send the tab crash report to Mozilla --> 625 <string name="crash_report_send_crash_label">Pranešti apie strigtį „Mozillai“</string> 626 <!-- Tracking protection bottom sheet --> 627 628 <!-- Label for the total number of trackers blocked. %s is the app install date. --> 629 <string name="trackers_count_note">Stebėjimo elementai, užblokuoti nuo %s</string> 630 <!-- Category of trackers (content) that can be blocked by Enhanced Tracking Protection. --> 631 <string name="content">Turinio</string> 632 <!-- Category of trackers (advertising) that can be blocked by Enhanced Tracking Protection. --> 633 <string name="advertising">Reklaminiai</string> 634 <!-- Category of trackers (social media) that can be blocked by Enhanced Tracking Protection. --> 635 <string name="social">Socialiniai</string> 636 <!-- Category of trackers (analytics) that can be blocked by Enhanced Tracking Protection. --> 637 <string name="analytics">Analitikos</string> 638 <!-- Preference title for enhanced tracking protection settings. --> 639 <string name="enhanced_tracking_protection">Išplėsta apsauga nuo stebėjimo</string> 640 <!-- Enhanced tracking protection preference description when the tracking protection is disabled for this site. --> 641 <string name="enhanced_tracking_protection_state_off">Apsaugos šioje svetainėje IŠJUNGTOS</string> 642 <!-- Enhanced tracking protection preference description when the tracking protection is enabled for this site. --> 643 <string name="enhanced_tracking_protection_state_on">Apsaugos šioje svetainėje ĮJUNGTOS</string> 644 <!-- Label that indicates a site is using a secure connection. --> 645 <string name="secure_connection">Ryšys saugus</string> 646 <!-- Label that indicates a site is using a insecure connection. --> 647 <string name="insecure_connection">Ryšys nesaugus</string> 648 <!-- Title for the list of trackers enhanced tracking protection can block. --> 649 <string name="trackers_and_scripts">Blokuojami stebėjimo elementai ir scenarijai</string> 650 <!-- Content description (not visible, for screen readers etc.): Navigate back button description. --> 651 <string name="go_back">Eiti atgal</string> 652 <!-- 653 Top Sites 654 655 Text for the menu button to remove a top site 656 --> 657 <string name="remove_top_site">Pašalinti</string> 658 <!-- Text for the menu item to remove a top site --> 659 <string name="rename_top_site_item">Pervadinti</string> 660 <!-- Text for the dialog title for renaming a top site --> 661 <string name="rename_top_site">Pervadinti</string> 662 <!-- Placeholder text for the input field of rename top site --> 663 <string name="placeholder_rename_top_site">Leistuko pavadinimas</string> 664 <!-- 665 Text for context menu additional note. 666 %1$s is a placeholder for the app name. 667 --> 668 <string name="contextmenu_erased_images_note2"><![CDATA[Įrašyti ir pasidalinti paveikslai <b>nebus</b> pašalinti jums išvalius „%1$s“ žurnalą]]></string> 669 <!-- 670 Theme Preferences 671 672 Preference category for changing default theme to dark or light mode 673 --> 674 <string name="preferences_theme">Grafinis apvalkalas</string> 675 <!-- Preference for using light theme --> 676 <string name="preference_light_theme">Šviesus</string> 677 <!-- Preference for using dark theme --> 678 <string name="preference_dark_theme">Tamsus</string> 679 <!-- Preference for using using dark or light theme automatically set by battery --> 680 <string name="preference_auto_battery_theme">Parinkti pagal baterijos lygį</string> 681 <!-- Preference for using following device theme --> 682 <string name="preference_follow_device_theme">Naudoti įrenginio grafinį apvalkalą</string> 683 <!-- 684 Sessions List 685 686 Content description (not visible, for screen readers etc.): Button that closes a tab n the sessions list 687 --> 688 <string name="close_tab">Užverti kortelę</string> 689 <!-- Promote SearchWidget Dialog --> 690 </resources>