Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44b050a0 authored by Vladislav Koldobskiy's avatar Vladislav Koldobskiy
Browse files

Telecomm: move CAF strings to cm_strings

Change-Id: Ic9a56cd4828a6d29e4230aad149540e7e4e317ae
parent 4619851f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -31,5 +31,8 @@ limitations under the License.
    <string name="blacklist_message_notification_multiple"><xliff:g id="count">%d</xliff:g> messages were blocked</string>
    <string name="blacklist_notification_list_private">Private</string>
    <string name="unblock_number">Unblock</string>
    <!-- Message indicating video calls not allowed if user enabled TTY Mode -->
    <string name="video_call_not_allowed_if_tty_enabled">Please disable TTY Mode to make video calls.</string>
    <string name="select_account_dialog_title">Select Account</string>

</resources>
+0 −5
Original line number Diff line number Diff line
@@ -83,9 +83,6 @@
    <!-- Call failure message displayed in an error dialog used to indicate that a phone number was not provided -->
    <string name="outgoing_call_error_no_phone_number_supplied">Call not sent, no valid number entered.</string>

    <!-- Message indicating video calls not allowed if user enabled TTY Mode -->
    <string name="video_call_not_allowed_if_tty_enabled">Please disable TTY Mode to make video calls.</string>

    <!-- missing voicemail number -->
    <!-- Title of the "Missing voicemail number" dialog -->
    <string name="no_vm_number">Missing voicemail number</string>
@@ -114,6 +111,4 @@

    <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. -->
    <string name="handle_restricted">RESTRICTED</string>

    <string name="select_account_dialog_title">Select Account</string>
</resources>