Strings - app/src/main/res/values-sk/strings.xml

pull/420/head
runner 3 years ago committed by Gabriel Luong
parent 4eb766d37f
commit 995505acee

@ -1599,6 +1599,21 @@
<!-- Error message for credit card number validation -->
<string name="credit_cards_number_validation_error_message">Prosím, zadajte platné číslo platobnej karty</string>
<!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their saved credit cards -->
<string name="credit_cards_biometric_prompt_message">Odomknutím zobrazíte svoje uložené kreditné karty</string>
<!-- Title of warning dialog if users have no device authentication set up -->
<string name="credit_cards_warning_dialog_title">Zabezpečte svoje kreditné karty</string>
<!-- Message of warning dialog if users have no device authentication set up -->
<string name="credit_cards_warning_dialog_message">Nastavte si vzor, kód alebo heslo, ktorým ochránite svoje uložené kreditné karty v prípade, že vaše zariadenie bude používať niekto iný.</string>
<!-- Positive button to send users to set up a pin of warning dialog if users have no device authentication set up -->
<string name="credit_cards_warning_dialog_set_up_now">Nastaviť teraz</string>
<!-- Negative button to ignore warning dialog if users have no device authentication set up -->
<string name="credit_cards_warning_dialog_later">Neskôr</string>
<!-- Title of PIN verification dialog to direct users to re-enter their device credentials to access their credit cards -->
<string name="credit_cards_biometric_prompt_message_pin">Odomknite svoje zariadenie</string>
<!-- Message displayed in biometric prompt for authentication, before allowing users to use their stored credit card information -->
<string name="credit_cards_biometric_prompt_unlock_message">Odomknutím použijete uložené informácie o kreditnej karte</string>
<!-- Title of the Add search engine screen -->
<string name="search_engine_add_custom_search_engine_title">Pridať vyhľadávací modul</string>
<!-- Title of the Edit search engine screen -->

Loading…
Cancel
Save