OSDN Git Service

UI improvements to DeskClock.
[android-x86/packages-apps-DeskClock.git] / res / values / strings.xml
index df2dd88..13ad2b7 100644 (file)
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- -->
     <!-- Label shown on launcher icon -->
-    <string name="app_label">Alarm Clock</string>
+    <string name="app_label">Desk Clock</string>
+
+    <!-- Title for AlarmClock activity -->
+    <string name="alarm_list_title">Alarms</string>
 
     <!-- Menu item on Alarm Clock screen: Add alarm -->
     <string name="add_alarm">Add alarm</string>
          select a clock to display -->
     <string name="clock_instructions">Select a clock to display.</string>
 
-    <!-- Error dialog title: Alarm not set.  Appears only on critical
-         failure -->
-    <string name="error">Alarm not set</string>
-
-    <!-- Error dialog message.  Appears only on critical
-         failure -->
-    <string name="dberror">Sorry, the alarm could not be set.</string>
-
     <!-- Label for analog clock gadget, shown in list of all gadgets -->
     <string name="analog_gadget">Analog clock</string>
 
       <item>1</item>
       <item>2</item>
     </string-array>
+
+    <!-- Placeholders --><skip/>
+    <string name="alarm_button_title_placeholder">Alarms</string>
+    <string name="gallery_button_title_placeholder">Gallery</string>
+    <string name="music_button_title_placeholder">Music</string>
+    <string name="nightmode_button_title_placeholder">Dim</string>
+    <string name="home_button_title_placeholder">Launcher</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>
 </resources>