You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
458 B
14 lines
458 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
|
|
<!-- Package name [CHAR LIMIT=NONE]-->
|
|
<string name="app_name">Activity Stub</string>
|
|
|
|
<!-- Toast message displayed when a stub activity is launched. -->
|
|
<string name="message_not_supported">You don\'t have an app that can do this</string>
|
|
|
|
<!-- Stub name [CHAR LIMIT=NONE]-->
|
|
<string name="stub_name">None</string>
|
|
|
|
</resources>
|