77 lines
4.9 KiB
XML

<resources>
<string name="app_name">Password Zebra</string>
<string name="button_generate_text">Generate</string>
<string name="info_text">Tap to copy password to clipboard</string>
<string name="textview_password_length">Password Length</string>
<string name="switch_without_spaces">Copy Without Spaces</string>
<string name="switch_special_characters">Add Special Characters</string>
<string name="button_generate_description">Generate new password</string>
<string name="image_length_desc">Select password length</string>
<string name="image_wospaces">Copy password without spaces</string>
<string name="image_specialchars">Add special characters</string>
<!-- Navigation -->
<string name="nav_word_generator">Generator</string>
<string name="nav_deterministic">Vault</string>
<string name="nav_back">Back</string>
<string name="cancel">Cancel</string>
<!-- Deterministic screen -->
<string name="det_screen_title">Deterministic Vault</string>
<string name="det_service_name">Service / Website</string>
<string name="det_master_password">Master Password</string>
<string name="det_toggle_pw_visibility">Toggle password visibility</string>
<string name="det_options">Options</string>
<string name="det_generate">Generate</string>
<string name="det_tap_to_copy">Tap to copy</string>
<string name="det_history">Service history</string>
<string name="det_settings">Settings</string>
<string name="det_rotate_password">Password Compromised — Rotate</string>
<string name="det_rotate_warning_title">⚠ Update Your QR Backup — Now!</string>
<string name="det_rotate_warning_body">A new password has been generated for this service.\n\nYour QR backup no longer reflects this rotation. If you lose this device without updating the QR code, THIS PASSWORD WILL BE PERMANENTLY LOST — it cannot be recovered any other way.\n\nYour other passwords are not affected.</string>
<string name="det_rotate_go_to_export">Update QR Backup Now</string>
<string name="det_rotate_later">I\'ll do it later (risky)</string>
<string name="det_rotate_inline_label">Password compromised?</string>
<string name="det_rotate_confirm_title">Rotate password?</string>
<string name="det_rotate_confirm_body">This will increment the counter for this service. The previous password will no longer be generated.</string>
<string name="det_rotate_confirm_ok">Rotate</string>
<string name="det_rotate_confirm_cancel">Cancel</string>
<!-- Service history -->
<string name="det_history_title">Service History</string>
<string name="det_history_empty">No services saved yet.</string>
<string name="det_delete_service">Delete service</string>
<!-- Export / Import -->
<string name="det_export_import_title">Export / Import Secret</string>
<string name="det_export_tab">Export</string>
<string name="det_import_tab">Import</string>
<string name="det_export_body">Scan this QR code on another device to restore your vault. It contains your device secret and any rotated service counters. Keep it private — anyone with this code and your master password can regenerate all your passwords.</string>
<string name="det_export_qr_desc">QR code for device secret export</string>
<string name="det_import_body">Scan a QR code exported from another device to import its device secret.</string>
<string name="det_scan_qr">Scan QR Code</string>
<string name="det_import_confirm_title">Confirm Import</string>
<string name="det_import_confirm_body">This will replace your current device secret. Enter your master password to confirm.</string>
<string name="det_import_confirm">Import</string>
<string name="det_import_wrong_password">Master password is required to confirm import.</string>
<!-- Settings -->
<string name="det_settings_title">Settings</string>
<string name="det_biometric_toggle">Biometric Unlock</string>
<string name="det_biometric_toggle_desc">Use fingerprint or face to unlock the vault</string>
<string name="det_lock_timeout">Auto-lock timeout</string>
<string name="det_timeout_off">Disabled</string>
<string name="det_timeout_minutes">%d minutes</string>
<string name="det_argon2_info_title">Argon2id Parameters</string>
<string name="det_argon2_info_body">Memory: 64 MB · Iterations: 3 · Parallelism: 1 · Output: 64 bytes</string>
<!-- Lock screen -->
<string name="det_locked_title">Vault Locked</string>
<string name="det_locked_body">The vault was locked due to inactivity.</string>
<string name="det_unlock_biometric">Unlock with Biometrics</string>
<string name="det_biometric_prompt_title">Unlock Vault</string>
<string name="det_biometric_prompt_subtitle">Authenticate to access your vault</string>
<string name="det_export_locked_body">Authenticate to view your device secret QR backup.</string>
<string name="det_import_biometric_subtitle">Confirm replacing your device secret</string>
</resources>