|
175 | 175 | <string translatable="false" name="pref_dev_category_sign_in_account_title">Sign into account</string> |
176 | 176 | <string translatable="false" name="pref_dev_category_sign_in_account_summary">Sign into another account and switch to that one</string> |
177 | 177 |
|
178 | | - <string translatable="false" name="pref_manage_team_url">https://teams.wire.com/login/?utm_source=client_settings&utm_term=android</string> |
179 | | - |
180 | | - <string translatable="false" name="pick_user_manage_team_url">https://teams.wire.com/login/?utm_source=client_landing&utm_term=android</string> |
181 | | - |
182 | | - <string translatable="false" name="invalid_email_help">https://support.wire.com/hc/en-us/articles/115004082129-My-email-address-is-already-in-use-and-I-cannot-create-an-account-What-can-I-do-</string> |
183 | | - <string translatable="false" name="teams_set_email_about_url">https://support.wire.com/hc/en-us/articles/115004082129</string> |
184 | | - |
185 | | - <string translatable="false" name="url_home">https://wire.com</string> |
186 | | - <string translatable="false" name="url_terms_of_service_personal">https://wire.com/legal/terms/personal/</string> |
187 | | - <string translatable="false" name="url_terms_of_service_teams">https://wire.com/legal/terms/teams/</string> |
188 | | - <string translatable="false" name="url_privacy_policy">https://wire.com/legal/privacy/embed/</string> |
189 | | - <string translatable="false" name="url__help">https://support.wire.com</string> |
190 | | - |
191 | | - <string translatable="false" name="url_password_reset">https://account.wire.com/forgot/</string> |
192 | | - <string translatable="false" name="url_password_reset_staging">https://wire-account-staging.zinfra.io/forgot/</string> |
193 | | - |
194 | | - <string translatable="false" name="url_third_party_licences">https://wire.com/legal/#licenses</string> |
195 | | - <string translatable="false" name="url_otr_learn_why">https://wire.com/privacy/why</string> |
196 | | - <string translatable="false" name="url_otr_learn_how">https://wire.com/privacy/how</string> |
197 | | - <string translatable="false" name="url_otr_decryption_error_1">https://wire.com/privacy/error-1</string> |
198 | | - <string translatable="false" name="url_otr_decryption_error_2">https://wire.com/privacy/error-2</string> |
199 | | - <string translatable="false" name="url_about_teams">https://wire.com/products/pro-secure-team-collaboration/</string> |
200 | | - |
201 | | - <string translatable="false" name="url_manage_services">https://teams.wire.com/</string> |
202 | | - <string translatable="false" name="url_manage_services_staging">https://wire-admin-dev.zinfra.io/services/</string> |
203 | | - <string translatable="false" name="usernames__learn_more__link">https://wire.com/support/username/</string> |
204 | | - <string translatable="false" name="pref_support_website_url">https://support.wire.com</string> |
205 | | - <string translatable="false" name="pref_support_contact_url">https://support.wire.com/hc/requests/new</string> |
206 | | - <string translatable="false" name="pref_about_website_url">https://wire.com</string> |
207 | | - |
| 178 | + <!-- |
| 179 | + The prefixes |ACCOUNTS|, |TEAMS|, and |WEBSITE| are placeholders for hosts. These are |
| 180 | + replaced at runtime with corresponding endpoints defined in the BackendConfig. |
| 181 | + Custom whitelabel versions can overwrite these with urls (without prefixes of course). |
| 182 | + --> |
| 183 | + |
| 184 | + <string translatable="false" name="url_password_forgot">|ACCOUNTS|/forgot/</string> |
| 185 | + |
| 186 | + <string translatable="false" name="url_pref_manage_team">|TEAMS|/login/?utm_source=client_settings&utm_term=android</string> |
| 187 | + <string translatable="false" name="url_start_ui_manage_team">|TEAMS|/login/?utm_source=client_landing&utm_term=android</string> |
| 188 | + <string translatable="false" name="url_manage_services">|TEAMS|/services</string> |
| 189 | + |
| 190 | + <string translatable="false" name="url_home">|WEBSITE|</string> |
| 191 | + <string translatable="false" name="url_about_website">|WEBSITE|</string> |
| 192 | + <string translatable="false" name="url_about_teams">|WEBSITE|/products/pro-secure-team-collaboration/</string> |
| 193 | + <string translatable="false" name="url_usernames_learn_more">|WEBSITE|/support/username/</string> |
| 194 | + <string translatable="false" name="url_terms_of_service_personal">|WEBSITE|/legal/terms/personal/</string> |
| 195 | + <string translatable="false" name="url_terms_of_service_teams">|WEBSITE|/legal/terms/teams/</string> |
| 196 | + <string translatable="false" name="url_privacy_policy">|WEBSITE|/legal/privacy/embed/</string> |
| 197 | + <string translatable="false" name="url_third_party_licences">|WEBSITE|/legal/#licenses</string> |
| 198 | + <string translatable="false" name="url_otr_learn_why">|WEBSITE|/privacy/why</string> |
| 199 | + <string translatable="false" name="url_otr_learn_how">|WEBSITE|/privacy/how</string> |
| 200 | + <string translatable="false" name="url_otr_decryption_error_1">|WEBSITE|/privacy/error-1</string> |
| 201 | + <string translatable="false" name="url_otr_decryption_error_2">|WEBSITE|/privacy/error-2</string> |
| 202 | + |
| 203 | + <string translatable="false" name="url_help">https://support.wire.com</string> |
| 204 | + <string translatable="false" name="url_support_website">https://support.wire.com</string> |
| 205 | + <string translatable="false" name="url_contact_support">https://support.wire.com/hc/requests/new</string> |
| 206 | + <string translatable="false" name="url_invalid_email_help">https://support.wire.com/hc/en-us/articles/115004082129-My-email-address-is-already-in-use-and-I-cannot-create-an-account-What-can-I-do-</string> |
| 207 | + <string translatable="false" name="url_teams_set_email_about">https://support.wire.com/hc/en-us/articles/115004082129</string> |
208 | 208 |
|
209 | 209 | </resources> |
210 | 210 |
|
0 commit comments