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

207 lines
9.3 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-->
2018-10-21 22:53:15 +02:00
<string name="title_preferences">Configuració</string>
<string name="title_api_registered_apps">Apps</string>
<string name="title_help">Ajuda</string>
<string name="title_log_display">Registre</string>
<string name="title_advanced_key_info">Avançat</string>
2018-02-20 17:15:11 +01:00
<!--section-->
2018-10-21 22:53:15 +02:00
<string name="section_user_ids">Identitats</string>
2018-04-18 15:37:14 +02:00
<string name="section_certify">Confirma</string>
2018-10-21 22:53:15 +02:00
<string name="section_share_key">Clau</string>
<string name="section_fingerprint">Empremta</string>
2018-02-20 17:15:11 +01:00
<!--button-->
2018-10-21 22:53:15 +02:00
<string name="btn_save">Desa</string>
2018-04-18 15:37:14 +02:00
<string name="btn_do_not_save">Cancel·la</string>
2018-10-21 22:53:15 +02:00
<string name="btn_delete">Esborrar</string>
<string name="btn_okay">D\'acord</string>
<string name="btn_next">Següent</string>
<string name="btn_back">Enrera</string>
<string name="btn_no">No</string>
<string name="btn_share_decrypted_text">Compartir</string>
<string name="btn_unlock">Desbloquejar</string>
2018-06-11 10:19:26 +02:00
<string name="btn_proceed">Procedir</string>
2018-10-21 22:53:15 +02:00
<string name="btn_add_keyserver">Afegeix</string>
2018-07-26 14:08:06 +02:00
<!--Shortcut Strings-->
2018-02-20 17:15:11 +01:00
<!--Content Description-->
<!--menu-->
2018-10-21 22:53:15 +02:00
<string name="menu_preferences">Configuració</string>
<string name="menu_help">Ajuda</string>
<string name="menu_search">Cerca</string>
<string name="menu_open">Obre</string>
<string name="menu_advanced">Avançat</string>
<string name="menu_keyserver_add">Afegeix</string>
2018-02-20 17:15:11 +01:00
<!--label-->
2018-10-21 22:53:15 +02:00
<string name="label_message">Text</string>
<string name="label_file">Fitxer</string>
<string name="label_passphrase">Contrasenya</string>
<string name="label_unlock">Desbloquejar</string>
<string name="label_key_id">ID de la Clau</string>
<string name="label_key_type">Tipus</string>
<string name="label_revoked">revocat</string>
<string name="label_name">Nom</string>
<string name="label_email">Correu electrònic</string>
<string name="label_fingerprint">Empremta</string>
<string name="label_hidden_recipients">Oculta els destinataris</string>
2018-07-26 14:08:06 +02:00
<string name="label_theme">Tema</string>
2018-10-21 22:53:15 +02:00
<string name="label_enter_smartpgp_authority_name">Nom</string>
2018-02-20 17:15:11 +01:00
<!--label shown in Android settings under the OpenKeychain account-->
2018-10-21 22:53:15 +02:00
<string name="label_experimental_settings_desc_title">Advertència</string>
2018-02-20 17:15:11 +01:00
<!--Proxy Preferences-->
2018-10-21 22:53:15 +02:00
<string name="pref_proxy_tor_title">Activa Tor</string>
2018-02-20 17:15:11 +01:00
<!--proxy type choices and values-->
2018-10-21 22:53:15 +02:00
<string name="pref_proxy_type_choice_http">HTTP</string>
2018-02-20 17:15:11 +01:00
<!--OrbotHelper strings-->
<!--InstallDialogFragment strings-->
2018-10-21 22:53:15 +02:00
<string name="orbot_install_dialog_install">Instal·lar</string>
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-10-21 22:53:15 +02:00
<string name="choice_none">Cap</string>
<string name="choice_1hour">1 houra</string>
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-->
2018-10-21 22:53:15 +02:00
<string name="help_tab_start">Inicia</string>
<string name="help_tab_faq">Preguntes més freqüents</string>
<string name="help_tab_changelog">Registre de canvis</string>
<string name="help_tab_about">Quant a</string>
<string name="help_about_version">Versió</string>
<string name="help_tab_donations">Fes una donació</string>
2018-02-20 17:15:11 +01:00
<!--Import-->
2018-06-11 10:19:26 +02:00
<string name="btn_import">Subscriu-me</string>
2018-10-21 22:53:15 +02:00
<string name="btn_refresh">Refresca</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-10-21 22:53:15 +02:00
<string name="api_settings_save">Desa</string>
2018-04-18 15:37:14 +02:00
<string name="api_settings_cancel">Cancel·la</string>
2018-10-21 22:53:15 +02:00
<string name="api_settings_advanced">Avançat</string>
<string name="api_settings_settings">Configuració</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-->
2018-10-21 22:53:15 +02:00
<string name="key_view_action_edit">Editar</string>
<string name="key_view_tab_start">Inicia</string>
<string name="key_view_tab_share">Compartir</string>
2018-02-20 17:15:11 +01:00
<!--Key trust-->
<!--keybase proof stuff-->
2018-10-21 22:53:15 +02:00
<string name="keybase_verify">Verifica</string>
2018-02-20 17:15:11 +01:00
<!--Edit key-->
<!--Create key-->
2018-10-21 22:53:15 +02:00
<string name="create_key_passphrases_not_equal">Les contrasenyes no coincideixen</string>
2018-02-20 17:15:11 +01:00
<!--View key-->
<!--Add/Edit keyserver-->
<!--Add/Edit SmartPGP authority-->
<!--Navigation Drawer-->
2018-10-21 22:53:15 +02:00
<string name="nav_apps">Apps</string>
<string name="drawer_open">Obre el calaix de navegació</string>
<string name="drawer_close">Tanca el calaix de navegació</string>
2018-02-20 17:15:11 +01:00
<!--hints-->
<!--certs-->
2018-10-21 22:53:15 +02:00
<string name="cert_none">Cap</string>
<string name="cert_verify_ok">OK</string>
2018-02-20 17:15:11 +01:00
<!--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-->
2018-10-21 22:53:15 +02:00
<string name="msg_vl_ok">OK</string>
2018-02-20 17:15:11 +01:00
<!--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-->
2018-10-21 22:53:15 +02:00
<string name="passp_cache_notif_keys">Contrasenyes desades</string>
<string name="passp_cache_notif_pwd">Contrasenya</string>
2018-02-20 17:15:11 +01:00
<!--Keyserver sync-->
<!--First Time-->
<!--unsorted-->
2018-10-21 22:53:15 +02:00
<string name="label_cert_type">Tipus</string>
<string name="key_unavailable">no disponible</string>
<string name="unknown">desconegut</string>
2018-02-20 17:15:11 +01:00
<!--Android Account-->
2018-10-21 22:53:15 +02:00
<string name="account_privacy_title">Privadesa</string>
2018-02-20 17:15:11 +01:00
<!--Passphrase wizard-->
<!--TODO: rename all the things!-->
<!--<string name="enter_passphrase_twice">Enter password twice</string>-->
2018-10-21 22:53:15 +02:00
<string name="passphrase">Contrasenya</string>
2018-02-20 17:15:11 +01:00
<!--<string name="nfc_text">Please place a NFC tag near your device</string>-->
2018-10-21 22:53:15 +02:00
<string name="nfc_settings">Configuració</string>
<string name="snack_security_token_view">Visualitza</string>
2018-06-11 10:19:26 +02:00
<string name="snack_security_token_import">Subscriu-me</string>
2018-10-21 22:53:15 +02:00
<string name="btn_reset">Reinicia</string>
<string name="linked_create_verify">Verifica</string>
2018-02-20 17:15:11 +01:00
<!--Other Linked Identity strings-->
2018-10-21 22:53:15 +02:00
<string name="btn_finish">Fi</string>
<string name="linked_title_twitter">Twitter</string>
<string name="linked_button_verify">Verifica</string>
<string name="linked_button_retry">Reintenta</string>
2018-04-18 15:37:14 +02:00
<string name="linked_button_confirm">Confirma</string>
2018-10-21 22:53:15 +02:00
<string name="linked_button_view">Visualitza</string>
2018-04-18 15:37:14 +02:00
<string name="linked_text_error">Error</string>
2018-10-21 22:53:15 +02:00
<string name="share_log_dialog_share_button">Compartir</string>
2018-04-18 15:37:14 +02:00
<string name="share_log_dialog_cancel_button">Cancel·la</string>
2018-10-21 22:53:15 +02:00
<string name="menu_uids_save">Desa</string>
<string name="prompt_fidesmo_pgp_install_button_positive">Instal·lar</string>
2018-04-18 15:37:14 +02:00
<string name="prompt_fidesmo_pgp_install_button_negative">Cancel·la</string>
2018-10-21 22:53:15 +02:00
<string name="prompt_fidesmo_app_install_button_positive">Instal·lar</string>
2018-04-18 15:37:14 +02:00
<string name="prompt_fidesmo_app_install_button_negative">Cancel·la</string>
2018-10-21 22:53:15 +02:00
<string name="redirect_import_key_no">Tancar</string>
<string name="button_allow">Permet</string>
2018-04-18 15:37:14 +02:00
<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-10-21 22:53:15 +02:00
<string name="transfer_confirm_ok">Envia</string>
<string name="token_reset_confirm_ok">Reinicia</string>
2018-06-11 10:19:26 +02:00
<string name="token_action_import">Subscriu-me</string>
2018-10-21 22:53:15 +02:00
<string name="token_unlock_ok">Desbloquejar</string>
2018-06-11 10:19:26 +02:00
<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>
2018-10-21 22:53:15 +02:00
<string name="keylist_header_anonymous">Anònim </string>
2018-07-26 14:08:06 +02:00
<string name="snackbutton_analytics_settings">Configuració</string>
2018-02-20 17:15:11 +01:00
</resources>