OSDN Git Service

基準値設定でアイコンが変わるのと、アイコンの個別設定機能を搭載。
[gokigen/JoggingTimer.git] / wear / src / main / res / values / strings.xml
index 660f34d..cead719 100644 (file)
@@ -1,8 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
 <resources>
     <string name="app_name">JoggingTimer</string>
-    <!--
-    This string is used for square devices and overridden by hello_world in
-    values-round/strings.xml for round devices.
-    -->
-    <string name="hello_world">Hello Square World!</string>
+    <string name="result_list">Records</string>
+    <string name="result_detail">Detail</string>
+    <string name="app_title">Jogging Timer</string>
+    <string name="blank"> </string>
+    <string name="counter">00\'00\"0</string>
+    <string name="dialog_title_delete">REC. DELETE</string>
+    <string name="dialog_message_delete">DELETE OK? </string>
+    <string name="dialog_positive_execute">OK</string>
+    <string name="dialog_negative_cancel">Cancel</string>
+    <string name="dialog_title_hint">Set Title</string>
+    <string name="dialog_message_data_edit">Data Edit</string>
+    <string name="action_edit_title">Edit Title/Icon</string>
+    <string name="action_change_icon">Change Icon</string>
+    <string name="action_set_reference">Set Reference Data</string>
+    <string name="action_edited_data">Data Updated</string>
 </resources>