mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 12:47:35 +00:00
Extract RedPhone string resources
// FREEBIE
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
android:maxLines="1"
|
||||
android:ellipsize="end"
|
||||
android:visibility="visible"
|
||||
android:text="RedPhone Call"
|
||||
android:text="@string/redphone_call_card__signal_call"
|
||||
/>
|
||||
|
||||
<!-- Social status (currently unused) -->
|
||||
|
@@ -137,7 +137,7 @@
|
||||
android:layout_weight="1"
|
||||
android:src="@drawable/redphone_ic_end_call"
|
||||
android:background="@drawable/selectable_item_background"
|
||||
android:contentDescription="end call"/>
|
||||
android:contentDescription="@string/redphone_call_controls__end_call"/>
|
||||
</LinearLayout>
|
||||
|
||||
<!-- android:background="?android:attr/selectableItemBackground" -->
|
||||
@@ -199,7 +199,7 @@
|
||||
<ToggleButton android:id="@+id/audioButton"
|
||||
style="@style/InCallCompoundButton"
|
||||
android:background="@drawable/redphone_btn_compound_audio"
|
||||
android:contentDescription="Audio"
|
||||
android:contentDescription="@string/redphone_call_controls__audio"
|
||||
/>
|
||||
|
||||
<View
|
||||
@@ -212,7 +212,7 @@
|
||||
<ToggleButton android:id="@+id/muteButton"
|
||||
style="@style/InCallCompoundButton"
|
||||
android:background="@drawable/redphone_btn_compound_mute"
|
||||
android:contentDescription="Mute"
|
||||
android:contentDescription="@string/redphone_call_controls__mute"
|
||||
/>
|
||||
|
||||
<View
|
||||
|
@@ -127,6 +127,7 @@
|
||||
<string name="ConversationActivity_are_you_sure_you_want_to_unblock_this_contact">Are you sure you want to unblock this contact?</string>
|
||||
<string name="ConversationActivity_unblock">Unblock</string>
|
||||
<string name="ConversationActivity_attachment_exceeds_size_limits">Attachment exceeds size limits for the type of message you\'re sending.</string>
|
||||
<string name="ConversationActivity_quick_camera_unavailable">Camera unavailable</string>
|
||||
|
||||
<!-- ConversationFragment -->
|
||||
<string name="ConversationFragment_message_details">Message details</string>
|
||||
@@ -271,6 +272,11 @@
|
||||
<string name="MmsDownloader_error_connecting_to_mms_provider">Error connecting to MMS provider...</string>
|
||||
<string name="MmsDownloader_error_reading_mms_settings">Error reading wireless provider MMS settings...</string>
|
||||
|
||||
<!--- NotificationBarManager -->
|
||||
<string name="NotificationBarManager_signal_call_in_progress">Signal call in progress</string>
|
||||
<string name="NotificationBarManager_missed_call_from_s">Missed call from %s</string>
|
||||
<string name="NotificationBarManager_missed_signal_call">Missed Signal call</string>
|
||||
|
||||
<!-- NotificationMmsMessageRecord -->
|
||||
<string name="NotificationMmsMessageRecord_multimedia_message">Multimedia message</string>
|
||||
|
||||
@@ -328,6 +334,28 @@
|
||||
<string name="RecipientPreferenceActivity_enabled">Enabled</string>
|
||||
<string name="RecipientPreferenceActivity_disabled">Disabled</string>
|
||||
|
||||
<!-- RedPhone -->
|
||||
<string name="RedPhone_answering">Answering</string>
|
||||
<string name="RedPhone_ending_call">Ending call</string>
|
||||
<string name="RedPhone_dialing">Dialing</string>
|
||||
<string name="RedPhone_canceling_call">Canceling call</string>
|
||||
<string name="RedPhone_call_rejected">Call rejected</string>
|
||||
<string name="RedPhone_ringing">Ringing</string>
|
||||
<string name="RedPhone_busy">Busy</string>
|
||||
<string name="RedPhone_connected">Connected</string>
|
||||
<string name="RedPhone_connecting">Connecting</string>
|
||||
<string name="RedPhone_handshake_failed">Handshake failed!</string>
|
||||
<string name="RedPhone_recipient_unavailable">Recipient unavailable</string>
|
||||
<string name="RedPhone_performing_handshake">Performing handshake</string>
|
||||
<string name="RedPhone_network_failed">Server failed!</string>
|
||||
<string name="RedPhone_client_failed">Client failed</string>
|
||||
<string name="RedPhone_fatal_error">Fatal Error</string>
|
||||
<string name="RedPhone_login_failed">Login failed!</string>
|
||||
<string name="RedPhone_message_from_the_server">Message from the server</string>
|
||||
<string name="RedPhone_number_not_registered">Number not registered!</string>
|
||||
<string name="RedPhone_the_number_you_dialed_does_not_support_secure_voice">The number you dialed does not support secure voice!</string>
|
||||
<string name="RedPhone_got_it">Got it</string>
|
||||
|
||||
<!-- RegistrationActivity -->
|
||||
<string name="RegistrationActivity_connect_with_signal">Connect With Signal</string>
|
||||
<string name="RegistrationActivity_select_your_country">Select your country</string>
|
||||
@@ -632,6 +660,12 @@
|
||||
<string name="recipient_preferences__color">Color</string>
|
||||
<string name="recipient_preferences__color_for_this_contact">Color for this contact</string>
|
||||
|
||||
<!--- redphone_call_controls -->
|
||||
<string name="redphone_call_card__signal_call">Signal Call</string>
|
||||
<string name="redphone_call_controls__end_call">end call</string>
|
||||
<string name="redphone_call_controls__audio">Audio</string>
|
||||
<string name="redphone_call_controls__mute">Mute</string>
|
||||
|
||||
<!-- registration_activity -->
|
||||
<string name="registration_activity__verify_your_number_to_connect_with_signal">
|
||||
Verify your phone number to connect with Signal.
|
||||
@@ -1009,8 +1043,6 @@
|
||||
<!-- transport_selection_list_item -->
|
||||
<string name="transport_selection_list_item__transport_icon">Transport icon</string>
|
||||
|
||||
<!-- quick_attachment_drawer -->
|
||||
<string name="quick_camera_unavailable">Camera unavailable</string>
|
||||
|
||||
<!-- EOF -->
|
||||
|
||||
|
Reference in New Issue
Block a user