VancedManager/app/src/main/res/values-ca-rES/strings.xml

95 lines
6.2 KiB
XML
Raw Normal View History

2020-07-03 16:33:50 +00:00
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<!-- Global Strings -->
2020-07-15 11:23:50 +00:00
<string name="close">Tanca</string>
<string name="reset">Restableix</string>
<string name="save">Desa</string>
2020-07-03 16:33:50 +00:00
<!-- Main Activity -->
2020-07-15 11:23:50 +00:00
<string name="title_about">Quant a</string>
<string name="title_home">Inici</string>
<string name="title_settings">Configuració</string>
2020-07-03 16:33:50 +00:00
<!-- Home Page -->
2020-07-15 11:23:50 +00:00
<string name="changelogs">Registres de canvis</string>
<string name="downloading_file">Descarregant %1$s</string>
<string name="failed_uninstall">Error en instal·lar el paquet %1$s</string>
<string name="error_downloading">Error en descarregar %1$s</string>
<string name="install">Instal·lar</string>
<string name="installing_app">Instal·lant %1$s</string>
<string name="installation_aborted">L\'operació ha fallat perquè l\'usuari ha cancel·lat la instal·lació.</string>
<string name="installation_blocked">L\'operació ha fallat perquè l\'usuari ha blocat la instal·lació.</string>
<string name="installation_conflict">L\'operació ha fallat perquè l\'aplicació coincideix amb altra ja instal·lada.</string>
<string name="installation_failed">L\'operació ha fallat per una raó desconeguda, si us plau, uniu-se al Telegram o al Discord per rebre suport tècnic.</string>
<string name="installation_incompatible">L\'operació ha fallat perquè l\'aplicació és incompatible amb el vostre dispositiu.</string>
<string name="installation_invalid">L\'operació ha fallat perquè els fitxers apk són invàlids.</string>
2020-07-03 16:33:50 +00:00
<string name="installation_signature">An unexpected error occurred while installing Vanced. Have you disabled apk signature verification?</string>
<string name="installation_miui">An unexpected error occurred while installing Vanced. Have you disabled MIUI Optimisations?</string>
<string name="installation_storage">Operation failed due to a storage error.</string>
<string name="installation_wait">Please wait until the installation finishes</string>
<string name="button_reinstall">Reinstall</string>
<string name="version_installed">Installed:</string>
<string name="latest">Latest:</string>
<string name="successfully_installed">Successfully installed %1$s</string>
<string name="network_error">Network connection unavailable</string>
<string name="no_microg">No MicroG!</string>
<string name="root_not_granted">Root access not granted</string>
<string name="unavailable">Unavailable</string>
<string name="update">Update</string>
<string name="useful_links">Useful Links</string>
<string name="website_text">Website</string>
<string name="support_us">Support us!</string>
2020-07-04 16:57:27 +00:00
<string name="version_toast">%1$s version was copied!</string>
2020-07-03 16:33:50 +00:00
<!-- Settings -->
<string name="accent_color">Accent Color</string>
<string name="accent_blue">Blue</string>
<string name="accent_green">Green</string>
<string name="accent_purple">Purple</string>
<string name="accent_red">Red</string>
<string name="accent_yellow">Yellow</string>
<string name="check_updates">Check for updates</string>
<string name="category_interface">Interface</string>
<string name="category_manager">Manager</string>
<string name="chosen_install_values">Chosen installation preferences</string>
<string name="chosen_lang">Language: %1$s</string>
<string name="chosen_theme">Theme: %1$s</string>
2020-07-04 16:39:56 +00:00
<string name="link_title">Use Chrome Custom Tabs</string>
<string name="link_custom_tabs">Links will open in Chrome Custom Tabs</string>
<string name="link_external_browser">Links will open in an External Browser</string>
2020-07-03 16:33:50 +00:00
<string name="theme">Theme</string>
<string name="theme_follow">Follow System</string>
<string name="theme_dark">Dark Theme</string>
<string name="theme_light">Light Theme</string>
<string name="update_url">Update Channel URL</string>
<string name="push_notifications">Push Notifications</string>
<string name="push_notifications_summary">Receive push notifications when an update is released</string>
<string name="re_check">Re-check</string>
<string name="update_center">Manager Update Center</string>
<string name="update_found">Update found!</string>
<string name="update_notfound">No new updates</string>
<!-- Dialogs -->
<string name="button_dismiss">Dismiss</string>
<string name="guide">Guide</string>
<string name="hold_on">Hold on!</string>
<string name="magisk_vanced">Looks like you\'re using the Magisk version of Vanced, which is discontinued and can not be updated using this app. Please remove it first by removing the magisk module.</string>
<string name="miui_one_title">MIUI detected!</string>
<string name="miui_one">Hey! it looks like you\'re a MIUI user. in order to properly use this application, you will have to disable MIUI optimisations in the developer settings. (You can safely ignore this warning if you are on a 20.2.20 or later ROM based on xiaomi.eu)</string>
<string name="error">Error</string>
<string name="security_context">Please make sure, that you downloaded the app from vanced.app, the Vanced Discord server or the Vanced GitHub</string>
<string name="success">Success!</string>
<string name="vanced_installed">Vanced has successfully been installed! Launch now?</string>
<string name="launch">Launch</string>
<string name="welcome">Welcome</string>
<!-- Install Page -->
<string name="choose_preferred_language">Choose your preferred language for Vanced</string>
<string name="choose_preferred_language_note">Note: English will always be installed as an additional language as well.</string>
<string name="choose_preferred_theme">Choose your preferred theme for Vanced</string>
<string name="disable_signature">Root mode detected! To install Vanced, you will need to disable the apk signature verification.</string>
<string name="finish">Finish</string>
<string name="install_light_black">Light + Black</string>
<string name="install_light_dark">Light + Dark</string>
<string name="next">Next</string>
<!-- About Page -->
<string name="manager_dev">Manager Dev</string>
<string name="sources">Sources</string>
<string name="vanced_team">Vanced Team</string>
</resources>