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

119 lines
4.7 KiB
XML
Raw Normal View History

2018-02-20 17:15:11 +01:00
<?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-->
<!--section-->
2018-04-18 15:37:14 +02:00
<string name="section_certify">Confirma</string>
2018-02-20 17:15:11 +01:00
<!--button-->
2018-04-18 15:37:14 +02:00
<string name="btn_do_not_save">Cancel·la</string>
2018-06-11 10:19:26 +02:00
<string name="btn_proceed">Procedir</string>
2018-07-26 14:08:06 +02:00
<!--Shortcut Strings-->
2018-02-20 17:15:11 +01:00
<!--Content Description-->
<!--menu-->
<!--label-->
2018-07-26 14:08:06 +02:00
<string name="label_theme">Tema</string>
2018-02-20 17:15:11 +01:00
<!--label shown in Android settings under the OpenKeychain account-->
<!--Proxy Preferences-->
<!--proxy type choices and values-->
<!--OrbotHelper strings-->
<!--InstallDialogFragment strings-->
2018-04-18 15:37:14 +02:00
<string name="orbot_install_dialog_cancel">Cancel·la</string>
2018-02-20 17:15:11 +01:00
<!--StartOrbotDialogFragment strings-->
2018-04-18 15:37:14 +02:00
<string name="orbot_start_dialog_cancel">Cancel·la</string>
2018-02-20 17:15:11 +01:00
<!--choice-->
2018-04-18 15:37:14 +02:00
<string name="error">Error</string>
2018-07-26 14:08:06 +02:00
<string name="theme_dark">Fosc</string>
<string name="theme_light">Clar</string>
2018-02-20 17:15:11 +01:00
<!--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-->
2018-06-11 10:19:26 +02:00
<string name="decrypt_result_action_show">Mostra</string>
2018-02-20 17:15:11 +01:00
<!--Add keys-->
<!--progress dialogs, usually ending in '…'-->
2018-04-18 15:37:14 +02:00
<string name="progress_cancel">Cancel·la</string>
2018-02-20 17:15:11 +01:00
<!--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-->
2018-06-11 10:19:26 +02:00
<string name="btn_import">Subscriu-me</string>
2018-02-20 17:15:11 +01:00
<!--Generic result toast-->
<!--Import result toast-->
<!--Delete result toast-->
<!--Revoke result toast (snackbar)-->
<!--Certify result toast-->
<!--Intent labels-->
<!--Remote API-->
2018-04-18 15:37:14 +02:00
<string name="api_settings_cancel">Cancel·la</string>
2018-02-20 17:15:11 +01:00
<!--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-->
<!--Add/Edit SmartPGP authority-->
<!--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-->
<!--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-->
<!--Messages for Authentication 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>-->
2018-06-11 10:19:26 +02:00
<string name="snack_security_token_import">Subscriu-me</string>
2018-02-20 17:15:11 +01:00
<!--Other Linked Identity strings-->
2018-04-18 15:37:14 +02:00
<string name="linked_button_confirm">Confirma</string>
<string name="linked_text_error">Error</string>
<string name="share_log_dialog_cancel_button">Cancel·la</string>
<string name="prompt_fidesmo_pgp_install_button_negative">Cancel·la</string>
<string name="prompt_fidesmo_app_install_button_negative">Cancel·la</string>
<string name="button_cancel">Cancel·la</string>
2018-06-11 10:19:26 +02:00
<string name="button_back">Enrera</string>
<string name="button_got_it">D\'acord</string>
<string name="button_import">Subscriu-me</string>
2018-04-18 15:37:14 +02:00
<string name="transfer_confirm_cancel">Cancel·la</string>
2018-06-11 10:19:26 +02:00
<string name="token_action_import">Subscriu-me</string>
<string name="select_identity_cancel">Deshabilitar </string>
<string name="key_gen_back">Enrera</string>
<string name="key_gen_finish">Fi</string>
2018-07-26 14:08:06 +02:00
<string name="snack_keylist_clipboard_action">Visualitza</string>
<string name="snackbutton_analytics_settings">Configuració</string>
2018-02-20 17:15:11 +01:00
</resources>