Replace scroll view with list view
[unical.git] / res / values / strings.xml
index 3b009cea4f571a9fd11c07930e1ba460e9393175..ed1faa212f81fb9cff2abf08cb72da5ce0b124cf 100644 (file)
@@ -1,5 +1,27 @@
 <resources>
 
     <string name="app_name">Unical</string>
-
-</resources>
\ No newline at end of file
+    <string name="app_id">148275978690487</string>
+    <string name="title">Title</string>
+    <string name="description">Description</string>
+    <string name="descriptionlabel">Description: </string>
+    <string name="log_in">Log In</string>
+    <string name="location">Location</string>
+    <string name="username">Username</string>
+    <string name="password">Password</string>
+    <string name="locationlabel">Location: </string>
+    <string name="repeatlabel">Repeating</string>
+    <string name="today">Today</string>
+    <string name="eventlist">Event List</string>
+    <string name="yes">Yes</string>
+    <string name="no">No</string>
+    <string name="askdeleteevent">Delete this event ?</string>
+    <string name="addeventtitle">New Event</string>
+    
+    <string-array name="Repeat">
+        <item>Daily</item>
+        <item>Weekly</item>
+        <item>Monthly</item>
+        <item>Yearly</item>
+    </string-array>
+</resources>
This page took 0.010188 seconds and 4 git commands to generate.