summaryrefslogtreecommitdiffstats
path: root/tutorials/NotepadCodeLab/Notepadv3/res/values/strings.xml
diff options
context:
space:
mode:
authorTom O'Neill <tomo@google.com>2009-12-09 15:41:05 -0800
committerTom O'Neill <tomo@google.com>2009-12-10 11:02:57 -0800
commit94b6d06899ddb3f97cd0171bce5de1cb60602d01 (patch)
treeb07180db76523c6d92eb1b9ac836964f0f35578e /tutorials/NotepadCodeLab/Notepadv3/res/values/strings.xml
parent863270d143ab4d496029f8417094187061e74ef2 (diff)
downloadandroid_development-94b6d06899ddb3f97cd0171bce5de1cb60602d01.tar.gz
android_development-94b6d06899ddb3f97cd0171bce5de1cb60602d01.tar.bz2
android_development-94b6d06899ddb3f97cd0171bce5de1cb60602d01.zip
Extract and check in NotepadCodeLab.zip for change tracking
The 3-part Notepad tutorial is currently only available in the zip archive frameworks/base/docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip. This CL adds the uncompressed code to the repository so that there is a paper trail of future changes to the code.
Diffstat (limited to 'tutorials/NotepadCodeLab/Notepadv3/res/values/strings.xml')
-rwxr-xr-xtutorials/NotepadCodeLab/Notepadv3/res/values/strings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tutorials/NotepadCodeLab/Notepadv3/res/values/strings.xml b/tutorials/NotepadCodeLab/Notepadv3/res/values/strings.xml
new file mode 100755
index 000000000..ae63b837d
--- /dev/null
+++ b/tutorials/NotepadCodeLab/Notepadv3/res/values/strings.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="app_name">Notepad v3</string>
+ <string name="no_notes">No Notes Yet</string>
+ <string name="menu_insert">Add Note</string>
+ <string name="menu_delete">Delete Note</string>
+ <string name="title">Title</string>
+ <string name="body">Body</string>
+ <string name="confirm">Confirm</string>
+ <string name="edit_note">Edit Note</string>
+</resources>