mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 13:07:02 +02:00
11 lines
601 B
XML
11 lines
601 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
<!-- IMPORTANT: Do not manually manipulate this automatically generated file, changes will be gone after the next build! -->
|
|
|
|
<resources>
|
|
<string name="AppDisplayName">${ANDROID_APP_DISPLAY_NAME}</string>
|
|
|
|
<string name="ministro_not_found_msg">Can\'t find Ministro service.\nThe application can\'t start.</string>
|
|
<string name="ministro_needed_msg">This application requires Ministro service. Would you like to install it?</string>
|
|
<string name="fatal_error_msg">Your application encountered a fatal error and cannot continue.</string>
|
|
</resources>
|