annotate res/values/strings.xml @ 1:66b3a838feca
logging tip
Added logging of user interaction
author |
Fiore Martin <fiore@eecs.qmul.ac.uk> |
date |
Tue, 12 Feb 2013 15:31:48 +0000 |
parents |
e0ee6ac3a45f |
children |
|
rev |
line source |
fiore@0
|
1 <?xml version="1.0" encoding="utf-8"?>
|
fiore@0
|
2 <resources>
|
fiore@0
|
3 <string name="app_name">CCmI Editor</string>
|
fiore@0
|
4 <string name="yesBtn">.... Yes ....</string>
|
fiore@0
|
5 <string name="okBtn">OK</string>
|
fiore@0
|
6 <string name="noBtn">.... No ....</string>
|
fiore@0
|
7 <string name="scrollBtnDown">Page Down</string>
|
fiore@0
|
8 <string name="scrollBtnUp">Roll Up</string>
|
fiore@0
|
9 <string name="createBtn">Create</string>
|
fiore@0
|
10 <string name="cancelBtn">Cancel</string>
|
fiore@0
|
11 <string name="renameBtn">Rename</string>
|
fiore@0
|
12 <string name="saveBtn">Save</string>
|
fiore@0
|
13 <string name="openBtn">Open</string>
|
fiore@0
|
14 <string name="deleteBtn">Delete</string>
|
fiore@0
|
15 <string name="selectBtn">Select</string>
|
fiore@0
|
16 <string name="chooseBtn">Choose</string>
|
fiore@0
|
17 <string name="toggleBtn">Toggle</string>
|
fiore@0
|
18 <string name="editLabelBtn">Edit Label</string>
|
fiore@0
|
19 <string name="editArrowheadBtn">Edit Arrow Head</string>
|
fiore@0
|
20 <string name="unselectBtn">Unselect</string>
|
fiore@0
|
21 <string name="modifiersBtn">Set Modifiers</string>
|
fiore@0
|
22 <string name="exitBtn"> Exit </string>
|
fiore@0
|
23 <string name="exitMessage">Click Exit to finish application!</string>
|
fiore@0
|
24 <string name="splash">Splash Screen</string>
|
fiore@0
|
25 <string name="editTextContentDescription">Text field:</string>
|
fiore@0
|
26 <string name="spinnerContentDescription">selection box:</string>
|
fiore@0
|
27 </resources> |