OSDN Git Service

Add Dock Settings menu item to DeskClock.
[android-x86/packages-apps-DeskClock.git] / res / values / strings.xml
index b4cbabc..61e829c 100644 (file)
     <!-- Menu item on Alarm Clock screen: Add alarm -->
     <string name="add_alarm">Add alarm</string>
 
+    <!-- Menu item on Alarm Clock screen: Desk clock -->
+    <string name="menu_desk_clock">Desk clock</string>
+
+    <!-- Menu item on Alarm Clock screen: Edit alarm -->
+    <string name="menu_edit_alarm">Edit alarm</string>
+
     <!-- Context Menu Item on Alarm Settings screen: Delete alarm -->
     <string name="delete_alarm">Delete alarm</string>
 
     <!-- Context Menu Item on Alarm Settings screen: Enable alarm -->
-    <string name="enable_alarm">Enable alarm</string>
+    <string name="enable_alarm">Turn alarm on</string>
 
     <!-- Context Menu Item on Alarm Settings screen: Disable alarm -->
-    <string name="disable_alarm">Disable alarm</string>
+    <string name="disable_alarm">Turn alarm off</string>
 
     <!-- Delete alarm confirmation dialog message. -->
     <string name="delete_alarm_confirm">This alarm will be deleted.</string>
     <!-- Revert button when editing an alarm. -->
     <string name="revert">Revert</string>
 
+    <!-- Delete button when editing an alarm. -->
+    <string name="delete">Delete</string>
+
     <!-- Setting title for changing the alarm volume. -->
     <string name="alarm_volume_title">Alarm volume</string>
 
     <string name="music_button_description">Music</string>
     <string name="nightmode_button_description">Dim</string>
     <string name="home_button_description">Launcher</string>
+    <string name="desk_clock_button_description">Clock Display</string>
 
     <!-- A short representation of charging information, e.g "34%" -->
     <string name="battery_charging_level"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+
+    <!-- What to show the user if the weather widget exists but fails to
+         respond. This is a sign of an error; if the weather widget is not
+         present on the device, we show nothing at all. -->
+    <string name="weather_fetch_failure">Weather information currently unavailable.</string>
+
+    <string name="menu_item_dock_settings">Dock settings</string>
 </resources>