open-keychain/OpenKeychain/src/main/res/values-hu/strings.xml

112 lines
4.5 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<resources>
<!--GENERAL: Please put all strings inside quotes as described in example 1 on
http://developer.android.com/guide/topics/resources/string-resource.html (scroll down to "Escaping apostrophes and quotes").-->
<!--title-->
<string name="title_encrypt_text">Titkosítás</string>
<string name="title_encrypt_files">Titkosítás</string>
<string name="title_decrypt">Visszafejtés</string>
<string name="title_add_subkey">Alkulcs hozzáadása</string>
<string name="title_change_master_key">Mester kulcs cseréje</string>
<string name="title_edit_key">Kulcs szerkesztése</string>
<string name="title_preferences">Beállítások</string>
<string name="title_api_registered_apps">Alkalmazások</string>
<string name="title_key_server_preference">OpenPGP kulcsszerverek</string>
<string name="title_change_passphrase">Jelszó megváltoztatása</string>
<string name="title_share_fingerprint_with">Ujjlenyomat megosztása</string>
<string name="title_share_key">Kulcs meosztása</string>
<string name="title_share_file">Fájl megosztása</string>
<string name="title_share_message">Szöveg megosztása</string>
<string name="title_import_keys">Kulcsok importálása</string>
<string name="title_export_key">Kulcs exportálása</string>
<string name="title_export_keys">Kulcsok exportálása</string>
<string name="title_key_not_found">Kulcs nem található</string>
<string name="title_send_key">Feltöltés kulcsszerverre</string>
<string name="title_backup">Kulcs exportálása</string>
<string name="title_key_details">Kulcs adatai</string>
<string name="title_manage_my_keys">Kulcsaim kezelés</string>
<!--section-->
<string name="section_security_token">Biztonsági token</string>
<string name="section_keys">Alkulcsok</string>
<!--button-->
<!--Content Description-->
<!--menu-->
<!--label-->
<!--label shown in Android settings under the OpenKeychain account-->
<!--Proxy Preferences-->
<!--proxy type choices and values-->
<!--OrbotHelper strings-->
<!--InstallDialogFragment strings-->
<!--StartOrbotDialogFragment strings-->
<!--choice-->
<!--sentences-->
<!--errors
no punctuation, all lowercase,
they will be put after "error_message", e.g. "Error: file not found"-->
<!--errors without preceding Error:-->
<!--results shown after decryption/verification-->
<!--Add keys-->
<!--progress dialogs, usually ending in '…'-->
<!--action strings-->
<!--key bit length selections-->
<!--elliptic curve names-->
<!--not in for now, see SaveKeyringParcel
<string name="key_curve_bp_p256">"Brainpool P-256"</string>
<string name="key_curve_bp_p384">"Brainpool P-384"</string>
<string name="key_curve_bp_p512">"Brainpool P-512"</string>-->
<!--compression-->
<!--Help-->
<!--Import-->
<!--Import from URL-->
<!--Generic result toast-->
<!--Import result toast-->
<!--Delete result toast-->
<!--Revoke result toast (snackbar)-->
<!--Certify result toast-->
<!--Intent labels-->
<!--Remote API-->
<!--Share-->
<!--retry upload dialog-->
<!--Delete or revoke private key dialog-->
<!--Delete Or Revoke Dialog spinner-->
<!--Key list-->
<!--Key view-->
<!--Key trust-->
<!--keybase proof stuff-->
<!--Edit key-->
<!--Create key-->
<!--View key-->
<!--Add/Edit keyserver-->
<!--Navigation Drawer-->
<!--hints-->
<!--certs-->
<!--LogType log messages. Errors should have _ERROR_ in their name and end with a !-->
<!--Import Public log entries-->
<!--Import Secret log entries-->
<!--Keyring Canonicalization log entries-->
<!--Keyring merging log entries-->
<!--createSecretKeyRing-->
<!--modifySecretKeyRing-->
<!--Consolidate-->
<!--Edit Key (higher level than modify)-->
<!--Promote key-->
<!--Other messages used in OperationLogs-->
<!--Messages for DecryptVerify operation-->
<!--Messages for VerifySignedLiteralData operation-->
<!--Messages for SignEncrypt operation-->
<!--Messages for PgpSignEncrypt operation-->
<!--Linked Identity verification-->
<!--Messages for Keybase Verification operation-->
<!--Messages for Mime parsing operation-->
<!--PassphraseCache-->
<!--Keyserver sync-->
<!--First Time-->
<!--unsorted-->
<!--Android Account-->
<!--Passphrase wizard-->
<!--TODO: rename all the things!-->
<!--<string name="enter_passphrase_twice">Enter password twice</string>-->
<!--<string name="nfc_text">Please place a NFC tag near your device</string>-->
<!--Other Linked Identity strings-->
</resources>