mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-13 21:49:27 +01:00
10 lines
736 B
XML
10 lines
736 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<string translatable="false" name="pebble_content_provider">com.getpebble.android.nopebble.provider</string>
|
||
|
<string translatable="false" name="app_name">@string/application_name_main_nopebble</string>
|
||
|
<string translatable="false" name="title_activity_controlcenter">@string/title_activity_controlcenter_main_nopebble</string>
|
||
|
<string translatable="false" name="about_activity_title">@string/about_activity_title_main_nopebble</string>
|
||
|
<string translatable="false" name="about_description">@string/about_description_main_nopebble</string>
|
||
|
<string translatable="false" name="gadgetbridge_running">@string/gadgetbridge_running_main_nopebble</string>
|
||
|
</resources>
|