mobile/android/services/strings.xml.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/services/strings.xml.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,201 @@
     1.4 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.7 +
     1.8 +  <!-- Used for setup success. -->
     1.9 +  <string name="brand_short_name">&brandShortName;</string>
    1.10 +
    1.11 +  <string name="sync_app_name">&sync.app.name.label;</string>
    1.12 +  <string name="sync_title_connect">&sync.title.adddevice.label;</string>
    1.13 +  <string name="sync_title_pair">&sync.title.pair.label;</string>
    1.14 +
    1.15 +  <!-- J-PAKE PIN Screen -->
    1.16 +  <string name="sync_subtitle_header">&sync.subtitle.header2.label;</string>
    1.17 +  <string name="sync_subtitle_connect">&sync.subtitle.connectlocation2.label;</string>
    1.18 +  <string name="sync_subtitle_pair">&sync.pair.connectlocation.label;</string>
    1.19 +  <string name="sync_pin_default">&sync.pin.oneline.label;</string>
    1.20 +  <string name="sync_link_show"><u>&sync.link.show.label;</u></string>
    1.21 +  <string name="sync_link_advancedsetup"><u>&sync.link.advancedsetup.label;</u></string>
    1.22 +
    1.23 +  <!-- J-PAKE Waiting Screen -->
    1.24 +
    1.25 +  <string name="sync_jpake_subtitle_waiting">&sync.jpake.subtitle.waiting.label;</string>
    1.26 +
    1.27 +  <!-- Account Login Screen -->
    1.28 +  <string name="sync_subtitle_account">&sync.subtitle.account.label;</string>
    1.29 +  <string name="sync_input_username">&sync.input.username.label;</string>
    1.30 +  <string name="sync_input_password">&sync.input.password.label;</string>
    1.31 +  <string name="sync_input_key">&sync.input.key.label;</string>
    1.32 +  <string name="sync_checkbox_server">&sync.checkbox.server.label;</string>
    1.33 +  <string name="sync_input_server">&sync.input.server.label;</string>
    1.34 +
    1.35 +  <!-- Setup Fail -->
    1.36 +  <string name="sync_title_fail">&sync.title.fail.label;</string>
    1.37 +  <string name="sync_subtitle_fail">&sync.subtitle.fail.label;</string>
    1.38 +  <string name="sync_button_tryagain">&sync.button.tryagain.label;</string>
    1.39 +  <string name="sync_button_manual">&sync.button.manual.label;</string>
    1.40 +  <string name="sync_subtitle_nointernet">&sync.subtitle.nointernet.label;</string>
    1.41 +  <string name="sync_subtitle_failaccount">&sync.subtitle.failaccount.label;</string>
    1.42 +  <string name="sync_subtitle_failmultiple">&sync.subtitle.failmultiple.label;</string>
    1.43 +
    1.44 +  <!-- Setup Success -->
    1.45 +  <string name="sync_title_success">&sync.title.success.label;</string>
    1.46 +  <string name="sync_subtitle_success">&sync.subtitle.success.label1;</string>
    1.47 +  <string name="sync_settings">&sync.settings.label;</string>
    1.48 +  <string name="sync_subtitle_manage">&sync.subtitle.manage.label1;</string>
    1.49 +
    1.50 +  <!-- Pair Device -->
    1.51 +  <string name="sync_pair_tryagain">&sync.pair.tryagain.label;</string>
    1.52 +
    1.53 +  <!-- Firefox SyncAdapter Settings Screen -->
    1.54 +  <string name="sync_settings_options">&sync.settings.options.label;</string>
    1.55 +  <string name="sync_settings_summary_pair">&sync.summary.pair.label;</string>
    1.56 +
    1.57 +  <!-- Configure Engines -->
    1.58 +  <string name="sync_configure_engines_title">&sync.configure.engines.title.label;</string>
    1.59 +  <string name="sync_configure_engines_sync_my_title">&sync.configure.engines.sync.my.title.label;</string>
    1.60 +  <string name="sync_configure_engines_title_bookmarks">&sync.configure.engines.title.bookmarks;</string>
    1.61 +  <string name="sync_configure_engines_title_passwords">&sync.configure.engines.title.passwords;</string>
    1.62 +  <string name="sync_configure_engines_title_history">&sync.configure.engines.title.history;</string>
    1.63 +  <string name="sync_configure_engines_title_tabs">&sync.configure.engines.title.tabs;</string>
    1.64 +
    1.65 +  <!-- Common text -->
    1.66 +  <string name="sync_button_cancel">&sync.button.cancel.label;</string>
    1.67 +  <string name="sync_button_connect">&sync.button.connect.label;</string>
    1.68 +  <string name="sync_button_ok">&sync.button.ok.label;</string>
    1.69 +
    1.70 +  <!-- Account strings -->
    1.71 +  <string name="sync_account_label">&sync.account.label;</string>
    1.72 +
    1.73 +  <!-- Bookmark folder strings -->
    1.74 +  <string name="bookmarks_folder_menu">&bookmarks.folder.menu.label;</string>
    1.75 +  <string name="bookmarks_folder_places">&bookmarks.folder.places.label;</string>
    1.76 +  <string name="bookmarks_folder_tags">&bookmarks.folder.tags.label;</string>
    1.77 +  <string name="bookmarks_folder_toolbar">&bookmarks.folder.toolbar.label;</string>
    1.78 +  <string name="bookmarks_folder_unfiled">&bookmarks.folder.unfiled.label;</string>
    1.79 +  <string name="bookmarks_folder_desktop">&bookmarks.folder.desktop.label;</string>
    1.80 +  <string name="bookmarks_folder_mobile">&bookmarks.folder.mobile.label;</string>
    1.81 +  <string name="bookmarks_folder_reading_list">&bookmarks.folder.readinglist.label;</string>
    1.82 +  <string name="bookmarks_folder_pinned">&bookmarks.folder.pinned.label;</string>
    1.83 +
    1.84 +  <!-- Notification strings -->
    1.85 +  <string name="sync_notification_oneaccount">&sync.notification.oneaccount.label;</string>
    1.86 +  <string name="sync_notification_savedprefs">&sync.notification.configure.saved;</string>
    1.87 +
    1.88 +  <!-- Incorrect settings and changing credentials. -->
    1.89 +  <string name="sync_invalidcreds_label">&sync.invalidcreds.label;</string>
    1.90 +  <string name="sync_invalidserver_label">&sync.invalidserver.label;</string>
    1.91 +  <string name="sync_verifying_label">&sync.verifying.label;</string>
    1.92 +  <string name="sync_new_recoverykey_status_incorrect">&sync.new.recoverykey.status.incorrect;</string>
    1.93 +
    1.94 +  <!-- Send tab to device. -->
    1.95 +  <string name="sync_new_tab">&new_tab;</string>
    1.96 +  <string name="sync_title_send_tab">&sync.title.send.tab.label;</string>
    1.97 +  <string name="sync_button_send">&sync.button.send.label;</string>
    1.98 +  <string name="sync_button_set_up_sync">&sync.button.set.up.sync.label;</string>
    1.99 +  <string name="sync_title_redirect_to_set_up_sync">&sync.title.redirect.to.set.up.sync.label;</string>
   1.100 +  <string name="sync_text_redirect_to_set_up_sync">&sync.text.redirect.to.set.up.sync.label;</string>
   1.101 +  <string name="sync_text_tab_sent">&sync.text.tab.sent.label;</string>
   1.102 +  <string name="sync_text_tab_not_sent">&sync.text.tab.not.sent.label;</string>
   1.103 +
   1.104 +<string name="browser_intent_package">@ANDROID_PACKAGE_NAME@</string>
   1.105 +<string name="browser_intent_class">@ANDROID_PACKAGE_NAME@.App</string>
   1.106 +
   1.107 +<!-- Firefox Account strings. -->
   1.108 +
   1.109 +<!-- Firefox Account links. -->
   1.110 +<!-- https://support.mozilla.org/1/mobile/%VERSION%/%OS%/%LOCALE%/old-sync -->
   1.111 +<string name="fxaccount_link_old_firefox">https://support.mozilla.org/1/mobile/&formatS1;/&formatS2;/&formatS3;/old-sync</string>
   1.112 +<string name="fxaccount_link_create_not_allowed">http://www.consumer.ftc.gov/articles/0031-protecting-your-childs-privacy-online</string>
   1.113 +<string name="fxaccount_link_tos">https://accounts.firefox.com/legal/terms</string>
   1.114 +<string name="fxaccount_link_pn">https://accounts.firefox.com/legal/privacy</string>
   1.115 +<string name="fxaccount_link_forgot_password">https://accounts.firefox.com/reset_password</string>
   1.116 +
   1.117 +<!-- Per Bug 974627, decorative images should not have non-empty
   1.118 +     contentDescription text, and it should not be translated. -->
   1.119 +<string name="fxaccount_empty_contentDescription"></string>
   1.120 +
   1.121 +<string name="fxaccount_email_hint">&fxaccount_email_hint;</string>
   1.122 +<string name="fxaccount_password_hint">&fxaccount_password_hint;</string>
   1.123 +<string name="fxaccount_password_hide">&fxaccount_password_hide;</string>
   1.124 +<string name="fxaccount_password_show">&fxaccount_password_show;</string>
   1.125 +
   1.126 +<string name="fxaccount_back_to_browsing">&fxaccount_back_to_browsing;</string>
   1.127 +
   1.128 +<string name="fxaccount_policy_linktos">&fxaccount_policy_linktos;</string>
   1.129 +<string name="fxaccount_policy_linkprivacy">&fxaccount_policy_linkprivacy;</string>
   1.130 +
   1.131 +<string name="fxaccount_getting_started_welcome_to_sync">&fxaccount_getting_started_welcome_to_sync;</string>
   1.132 +<string name="fxaccount_getting_started_description">&fxaccount_getting_started_description;</string>
   1.133 +<string name="fxaccount_getting_started_get_started">&fxaccount_getting_started_get_started;</string>
   1.134 +<string name="fxaccount_getting_started_old_firefox">&fxaccount_getting_started_old_firefox;</string>
   1.135 +
   1.136 +<string name="fxaccount_create_account_header">&fxaccount_create_account_header2;</string>
   1.137 +<string name="fxaccount_create_account_password_length_restriction">&fxaccount_create_account_password_length_restriction;</string>
   1.138 +<string name="fxaccount_create_account_year_of_birth">&fxaccount_create_account_year_of_birth;</string>
   1.139 +
   1.140 +<string name="fxaccount_create_account_policy_text">&fxaccount_create_account_policy_text2;</string>
   1.141 +<string name="fxaccount_create_account_button">&fxaccount_create_account_button;</string>
   1.142 +<string name="fxaccount_create_account_choose_what_to_sync">&fxaccount_create_account_choose_what_to_sync;</string>
   1.143 +<string name="fxaccount_create_account_sign_in_instead">&fxaccount_create_account_sign_in_instead;</string>
   1.144 +<string name="fxaccount_create_account_1990_or_earlier">&fxaccount_create_account_1990_or_earlier;</string>
   1.145 +<string name="fxaccount_create_account_unknown_error">&fxaccount_create_account_unknown_error;</string>
   1.146 +
   1.147 +<string name="fxaccount_account_create_not_allowed">&fxaccount_account_create_not_allowed;</string>
   1.148 +<string name="fxaccount_account_create_not_allowed_you_must_meet_certain_age_requirements">&fxaccount_account_create_not_allowed_you_must_meet_certain_age_requirements;</string>
   1.149 +<string name="fxaccount_account_create_not_allowed_learn_more">&fxaccount_account_create_not_allowed_learn_more;</string>
   1.150 +
   1.151 +<string name="fxaccount_confirm_account_header">&fxaccount_confirm_account_header;</string>
   1.152 +<string name="fxaccount_confirm_account_verification_link">&fxaccount_confirm_account_verification_link;</string>
   1.153 +<string name="fxaccount_confirm_account_resend_email">&fxaccount_confirm_account_resend_email;</string>
   1.154 +<string name="fxaccount_confirm_account_verification_link_sent">&fxaccount_confirm_account_verification_link_sent2;</string>
   1.155 +<string name="fxaccount_confirm_account_verification_link_not_sent">&fxaccount_confirm_account_verification_link_not_sent2;</string>
   1.156 +
   1.157 +<string name="fxaccount_sign_in_sub_header">&fxaccount_sign_in_sub_header;</string>
   1.158 +<string name="fxaccount_sign_in_button_label">&fxaccount_sign_in_button_label;</string>
   1.159 +<string name="fxaccount_sign_in_forgot_password">&fxaccount_sign_in_forgot_password;</string>
   1.160 +<string name="fxaccount_sign_in_create_account_instead">&fxaccount_sign_in_create_account_instead;</string>
   1.161 +<string name="fxaccount_sign_in_unknown_error">&fxaccount_sign_in_unknown_error;</string>
   1.162 +
   1.163 +<string name="fxaccount_account_verified_sub_header">&fxaccount_account_verified_sub_header;</string>
   1.164 +<string name="fxaccount_account_verified_description">&fxaccount_account_verified_description2;</string>
   1.165 +
   1.166 +<string name="fxaccount_update_credentials_header">&fxaccount_update_credentials_header;</string>
   1.167 +<string name="fxaccount_update_credentials_button_label">&fxaccount_update_credentials_button_label;</string>
   1.168 +<string name="fxaccount_update_credentials_unknown_error">&fxaccount_update_credentials_unknown_error;</string>
   1.169 +
   1.170 +<string name="fxaccount_status_activity_label">&syncBrand.shortName.label;</string>
   1.171 +<string name="fxaccount_status_header">&fxaccount_status_header2;</string>
   1.172 +<string name="fxaccount_status_signed_in_as">&fxaccount_status_signed_in_as;</string>
   1.173 +<string name="fxaccount_status_sync">&fxaccount_status_sync;</string>
   1.174 +<string name="fxaccount_status_sync_enabled">&fxaccount_status_sync_enabled;</string>
   1.175 +<string name="fxaccount_status_needs_verification">&fxaccount_status_needs_verification2;</string>
   1.176 +<string name="fxaccount_status_needs_credentials">&fxaccount_status_needs_credentials;</string>
   1.177 +<string name="fxaccount_status_needs_upgrade">&fxaccount_status_needs_upgrade;</string>
   1.178 +<string name="fxaccount_status_needs_master_sync_automatically_enabled">&fxaccount_status_needs_master_sync_automatically_enabled;</string>
   1.179 +<string name="fxaccount_status_needs_account_enabled">&fxaccount_status_needs_account_enabled;</string>
   1.180 +<string name="fxaccount_status_bookmarks">&fxaccount_status_bookmarks;</string>
   1.181 +<string name="fxaccount_status_history">&fxaccount_status_history;</string>
   1.182 +<string name="fxaccount_status_passwords">&fxaccount_status_passwords;</string>
   1.183 +<string name="fxaccount_status_tabs">&fxaccount_status_tabs;</string>
   1.184 +<string name="fxaccount_status_legal">&fxaccount_status_legal;</string>
   1.185 +<string name="fxaccount_status_linktos">&fxaccount_status_linktos;</string>
   1.186 +<string name="fxaccount_status_linkprivacy">&fxaccount_status_linkprivacy;</string>
   1.187 +
   1.188 +<string name="fxaccount_label">&fxaccount_account_type_label;</string>
   1.189 +
   1.190 +<string name="fxaccount_options_title">&fxaccount_options_title;</string>
   1.191 +<string name="fxaccount_options_configure_title">&fxaccount_options_configure_title;</string>
   1.192 +
   1.193 +<string name="fxaccount_remote_error_UPGRADE_REQUIRED">&fxaccount_remote_error_UPGRADE_REQUIRED;</string>
   1.194 +<string name="fxaccount_remote_error_ATTEMPT_TO_CREATE_AN_ACCOUNT_THAT_ALREADY_EXISTS">&fxaccount_remote_error_ATTEMPT_TO_CREATE_AN_ACCOUNT_THAT_ALREADY_EXISTS_2;</string>
   1.195 +<string name="fxaccount_remote_error_ATTEMPT_TO_ACCESS_AN_ACCOUNT_THAT_DOES_NOT_EXIST">&fxaccount_remote_error_ATTEMPT_TO_ACCESS_AN_ACCOUNT_THAT_DOES_NOT_EXIST;</string>
   1.196 +<string name="fxaccount_remote_error_INCORRECT_PASSWORD">&fxaccount_remote_error_INCORRECT_PASSWORD;</string>
   1.197 +<string name="fxaccount_remote_error_ATTEMPT_TO_OPERATE_ON_AN_UNVERIFIED_ACCOUNT">&fxaccount_remote_error_ATTEMPT_TO_OPERATE_ON_AN_UNVERIFIED_ACCOUNT;</string>
   1.198 +<string name="fxaccount_remote_error_CLIENT_HAS_SENT_TOO_MANY_REQUESTS">&fxaccount_remote_error_CLIENT_HAS_SENT_TOO_MANY_REQUESTS;</string>
   1.199 +<string name="fxaccount_remote_error_SERVICE_TEMPORARILY_UNAVAILABLE_TO_DUE_HIGH_LOAD">&fxaccount_remote_error_SERVICE_TEMPORARILY_UNAVAILABLE_TO_DUE_HIGH_LOAD;</string>
   1.200 +<string name="fxaccount_remote_error_UNKNOWN_ERROR">&fxaccount_remote_error_UNKNOWN_ERROR;</string>
   1.201 +<string name="fxaccount_remote_error_COULD_NOT_CONNECT">&fxaccount_remote_error_COULD_NOT_CONNECT;</string>
   1.202 +
   1.203 +<string name="fxaccount_sync_sign_in_error_notification_title">&fxaccount_sync_sign_in_error_notification_title2;</string>
   1.204 +<string name="fxaccount_sync_sign_in_error_notification_text">&fxaccount_sync_sign_in_error_notification_text2;</string>

mercurial