protoncore_android/plan/presentation/src/main/res/values/strings.xml

119 lines
5.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2021 Proton Technologies AG
~ This file is part of Proton Technologies AG and ProtonCore.
~
~ ProtonCore is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ ProtonCore is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with ProtonCore. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE resources [
<!ENTITY plans_key_storage "#proton_storage#">
<!ENTITY plans_key_addresses "#proton_addresses#">
<!ENTITY plans_key_calendars "#proton_calendars#">
<!ENTITY plans_key_vpn "#proton_vpn#">
<!ENTITY plans_key_domains "#proton_domains#">
<!ENTITY plans_key_users "#proton_users#">
]>
<resources>
<string name="plans_select_plan">Select</string>
<string name="plans_select_a_plan">Select a Plan</string>
<string name="plans_customizable_features">Visit <a href="https://protonmail.com/pricing">protonmail.com</a> to upgrade to Professional and Visionary plans, or to customize your plan.</string>
<string name="plans_customizable_features_web">Visit <a href="https://protonmail.com/pricing">protonmail.com</a> to customize your plan.</string>
<string name="plans_fetching_general_error">An error occurred fetching plans.</string>
<string name="plans_free_name">Free</string>
<string name="plan_price_monthly">per month*</string>
<string name="plans_current_plan">Current Plan</string>
<string name="plans_upgrade_plan">Upgrade plan</string>
<string name="plans_subscription">Subscription</string>
<string name="plans_renewal_date">Your plan will automatically renew on</string>
<string name="plans_billed_yearly">*Billed annually at %s</string>
<string name="plans_billed_anually">Billed annually</string>
<string name="plans_billed_monthly">Billed monthly</string>
<string name="plans_billed_every_2years">Billed every 2 years</string>
<string name="plans_save_20">Save 20% by switching to annual billing</string>
<string name="plans_renew_info">Renews automatically. Cancel or change plan at any time.</string>
<string name="plans_upgrade_your_plan">Upgrade your plan</string>
<!-- plan details -->
<string name="plans_feature_free_item_storage">0.5GB storage</string>
<string name="plans_feature_free_item_address">1 address</string>
<string name="plans_feature_free_item_calendar">1 calendar</string>
<string name="plans_feature_free_item_vpn">1 VPN connection</string>
<string-array name="free">
<item>The basic for private and secure communications.</item>
<item>@string/plans_feature_free_item_storage</item>
<item>@string/plans_feature_free_item_address</item>
<item>@string/plans_feature_free_item_calendar</item>
<item>@string/plans_feature_free_item_vpn</item>
</string-array>
<!-- new -->
<string-array name="plan_id_plus">
<item>Full-featured mailbox with advanced protection.</item>
<item>&plans_key_storage; storage</item>
<item>&plans_key_addresses; addresses</item>
<item>&plans_key_domains; custom domain</item>
</string-array>
<string-array name="plan_id_vpnbasic">
<item>VPN basic</item>
<item>&plans_key_vpn; VPN connections</item>
<item>High speed</item>
<item>&plans_key_storage; storage</item>
<item>&plans_key_addresses; address</item>
<item>&plans_key_calendars; calendar</item>
</string-array>
<string-array name="plan_id_vpnplus">
<item>VPN plus</item>
<item>&plans_key_vpn; VPN connections</item>
<item>Highest speed</item>
<item>&plans_key_storage; storage</item>
<item>&plans_key_addresses; address</item>
<item>&plans_key_calendars; calendar</item>
</string-array>
<string-array name="plan_id_professional">
<item>Professional</item>
<item>&plans_key_storage; storage / user</item>
<item>&plans_key_addresses; addresses / user</item>
<item>&plans_key_domains; custom domains</item>
<item>Multi-user support</item>
</string-array>
<string-array name="plan_id_visionary">
<item>Visionary</item>
<item>&plans_key_storage; storage</item>
<item>&plans_key_addresses; addresses</item>
<item>&plans_key_calendars; calendars</item>
<item>&plans_key_vpn; high-speed VPN connections</item>
<item>&plans_key_domains; custom domains</item>
<item>&plans_key_users; users</item>
</string-array>
<!-- supported plans -->
<string-array name="supported_currencies">
<item>EUR</item>
<item>USD</item>
<item>CHF</item>
</string-array>
<string-array name="supported_billing_cycle">
<item>Pay monthly</item>
<item>Pay annual (save up to 20%)</item>
<item>Pay every 2 years (save 33%)</item>
</string-array>
</resources>