[Strings] Remove previous strings.
This commit is contained in:
parent
4a1a338e07
commit
0307deb3f8
149 changed files with 0 additions and 106547 deletions
|
|
@ -1,61 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- media settings -->
|
||||
<string-array name="compression_levels">
|
||||
<item>@string/compression_opt_list_choose</item>
|
||||
<item>@string/compression_opt_list_original</item>
|
||||
<item>@string/compression_opt_list_large</item>
|
||||
<item>@string/compression_opt_list_medium</item>
|
||||
<item>@string/compression_opt_list_small</item>
|
||||
</string-array>
|
||||
<string-array name="compression_level_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
</string-array>
|
||||
<string-array name="media_sources">
|
||||
<item>@string/media_source_choose</item>
|
||||
<item>@string/option_send_files</item>
|
||||
<item>@string/option_send_voice</item>
|
||||
<item>@string/option_send_sticker</item>
|
||||
<item>@string/option_take_photo</item>
|
||||
<item>@string/option_take_video</item>
|
||||
</string-array>
|
||||
<string-array name="media_source_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Room settings notification -->
|
||||
|
||||
<!-- Theme -->
|
||||
<string-array name="theme_entries">
|
||||
<item>@string/system_theme</item>
|
||||
<item>@string/light_theme</item>
|
||||
<item>@string/dark_theme</item>
|
||||
<item>@string/black_theme</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="theme_values">
|
||||
<item>system</item>
|
||||
<item>light</item>
|
||||
<item>dark</item>
|
||||
<item>black</item>
|
||||
</string-array>
|
||||
|
||||
<!-- media saving choice list -->
|
||||
<string-array name="media_saving_choice">
|
||||
<item>@string/media_saving_period_3_days</item>
|
||||
<item>@string/media_saving_period_1_week</item>
|
||||
<item>@string/media_saving_period_1_month</item>
|
||||
<item>@string/media_saving_period_forever</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,63 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- Add new strings for Element X Android here -->
|
||||
<!-- Common -->
|
||||
<string name="a11y_back">Back</string>
|
||||
<string name="a11y_clear">Clear</string>
|
||||
<!-- Login -->
|
||||
<string name="login_form_title">Enter your details</string>
|
||||
<string name="ex_login_username_hint">Email or username</string>
|
||||
<string name="login_show_password">Show password</string>
|
||||
<string name="login_hide_password">Hide password</string>
|
||||
<string name="ex_choose_server_subtitle">What is the address of your server?</string>
|
||||
<string name="server_selection_server_footer">You can only connect to an existing server that supports sliding sync. Your homeserver admin will need to configure it.</string>
|
||||
<string name="server_selection_sliding_sync_alert_title">Server not supported</string>
|
||||
<string name="server_selection_sliding_sync_alert_message">This server currently doesn\'t support sliding sync.</string>
|
||||
<string name="server_selection_invalid_homeserver_error">We couldn\'t reach this homeserver. Please check that you have entered the homeserver URL correctly. If the URL is correct, contact your homeserver administrator for further help.</string>
|
||||
<!-- Create room -->
|
||||
<string name="search_for_someone">Search for someone</string>
|
||||
<string name="new_room">New room</string>
|
||||
|
||||
<!-- Room list -->
|
||||
<string name="notice_room_invite_accepted_by_you">You accepted the invite</string>
|
||||
<string name="notice_room_invite_accepted">%1$s accepted the invite</string>
|
||||
<string name="notice_room_knock">%1$s requested to join</string>
|
||||
<string name="notice_room_knock_by_you">You requested to join</string>
|
||||
<string name="notice_room_knock_accepted">%1$s allowed %2$s to join</string>
|
||||
<string name="notice_room_knock_accepted_by_you">%1$s allowed you to join</string>
|
||||
<string name="notice_room_knock_retracted">%1$s is no longer interested in joining</string>
|
||||
<string name="notice_room_knock_retracted_by_you">You cancelled your request to join</string>
|
||||
<string name="notice_room_knock_denied">%1$s rejected %2$s\'s request to join</string>
|
||||
<string name="notice_room_knock_denied_by_you">You rejected %1$s\'s request to join</string>
|
||||
<string name="notice_room_knock_denied_you">%1$s rejected your request to join</string>
|
||||
<string name="notice_room_unknown_membership_change">%1$s made an unknown change to their membership</string>
|
||||
<string name="room_timeline_item_unsupported">Unsupported event</string>
|
||||
<string name="unknown_message_content_type_error">Event type not handled by EAX</string>
|
||||
|
||||
<string name="verification_title_initial">Open an existing session</string>
|
||||
<string name="verification_title_waiting">Waiting to accept request</string>
|
||||
<string name="verification_title_canceled">Verification cancelled</string>
|
||||
<string name="verification_title_verifying">Compare emojis</string>
|
||||
|
||||
<string name="verification_subtitle_initial">Prove it\'s you in order to access your encrypted message history.</string>
|
||||
<string name="verification_subtitle_waiting">Accept the request to start the verification process in your other session to continue.</string>
|
||||
<string name="verification_subtitle_canceled">Something doesn\'t seem right. Either the request timed out or the request was denied.</string>
|
||||
<string name="verification_subtitle_verifying">Confirm that the emojis below match those shown on your other session.</string>
|
||||
|
||||
<string name="verification_positive_button_initial">I am ready</string>
|
||||
<string name="verification_positive_button_canceled">Retry verification</string>
|
||||
<string name="verification_positive_button_ready">Start</string>
|
||||
<string name="verification_positive_button_verifying_start">They match</string>
|
||||
<string name="verification_positive_button_verifying_ongoing">Waiting to match</string>
|
||||
|
||||
<string name="verification_negative_button_initial">@string/action_cancel</string>
|
||||
<string name="verification_negative_button_canceled">@string/action_cancel</string>
|
||||
<string name="verification_negative_button_verifying">They don\'t match</string>
|
||||
|
||||
<string name="session_verification_banner_title">Access your message history</string>
|
||||
<string name="session_verification_banner_message">Looks like you\'re using a new device. Verify it\'s you to access your encrypted messages.</string>
|
||||
<string name="session_verification_start">Continue</string>
|
||||
|
||||
<string name="verification_conclusion_ok_self_notice_title">Verification complete</string>
|
||||
</resources>
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- This file contains string that I do not want to be translated by Weblate translators. -->
|
||||
|
||||
<!-- use to retrieve the supported languages list -->
|
||||
<!-- should the same value as the file name -->
|
||||
<string name="resources_language">en</string>
|
||||
<string name="resources_country_code">US</string>
|
||||
<!-- Value MUST have 4 letters and MUST be in this list: https://www.unicode.org/iso15924/iso15924-codes.html. Example: "Arab", "Cyrl", "Latn", etc. -->
|
||||
<string name="resources_script">Latn</string>
|
||||
|
||||
<string name="lockscreen_num_0">0</string>
|
||||
<string name="lockscreen_num_1">1</string>
|
||||
<string name="lockscreen_num_2">2</string>
|
||||
<string name="lockscreen_num_3">3</string>
|
||||
<string name="lockscreen_num_4">4</string>
|
||||
<string name="lockscreen_num_5">5</string>
|
||||
<string name="lockscreen_num_6">6</string>
|
||||
<string name="lockscreen_num_7">7</string>
|
||||
<string name="lockscreen_num_8">8</string>
|
||||
<string name="lockscreen_num_9">9</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue