linphone-android/app/src/main/res/values/strings.xml
2024-07-15 16:10:33 +02:00

19 lines
No EOL
816 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE resources [
<!ENTITY appName "Linphone">
]>
<resources>
<string name="app_name">Linphone</string>
<string name="vertical_separator">|</string>
<string name="notification_channel_incoming_call_id" translatable="false">linphone_notification_call_id</string>
<string name="notification_channel_incoming_call_name">&appName; incoming calls notifications</string>
<string name="notification_channel_service_id" translatable="false">linphone_notification_service_id</string>
<string name="notification_channel_service_name">&appName; service notification</string>
<string name="incoming_call_notification_hangup_action_label">Hangup</string>
<string name="incoming_call_notification_answer_action_label">Answer</string>
</resources>