OSDN Git Service

T27969
[evermemo/source.git] / workspace / EverMemo / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3     <string name="app_name">EverMemo</string>
4
5     <string name="sendButton">Send</string>
6     <string name="yesButton">Yes</string>
7     <string name="noButton">No</string>
8     <string name="updateButton">Update</string>
9     <string name="deleteButton">Delete</string>
10     <string name="cancelButton">Cancel</string>
11     <string name="closeButton">Close</string>
12
13     <string name="mainMenuSetting">Settings</string>
14     
15     <string name="selectListTitle">Note of the destination</string>
16     <string name="selectListConfirmTitle">Confirm</string>
17     <string name="selectListConfirmDeleteMsg">Delete?</string>
18     <string name="selectListConfirmNoteMsg">To set the destination of note, please select the list and press the update button</string>
19
20     <string name="userUserTitle">User</string>
21     <string name="userPasswordTitle">Password</string>
22
23     <string name="settingConfirmTitle">Confirm</string>
24     <string name="settingConfirmUserMsg">Please set the user and password to login to Evernote.</string>
25     <string name="settingConfirmNoteMsg">Please set the note of the destination.</string>
26     <string name="settingUserTitle">User</string>
27     <string name="settingNoteTitle">Note</string>
28     <string name="settingHeaderTitle">Header</string>
29     <string name="settingUserButton">Set user and password</string>
30     <string name="settingNoteButton">Set the note of the destination</string>
31     <string name="settingHeaderButton">Set the header</string>
32
33     <string name="noteListGetting">Getting</string>
34
35     <string name="headerEditTitle">Header</string>
36     <string name="headerExplainText1">・Header is added to the beginning of the text.</string>
37     <string name="headerExplainText2">・「{DATE}」is converted to the current date.</string>
38     <string name="headerExplainText3">・「{TIME}」is converted to the current time.</string>
39     <string name="headerExplainText4">・Example: &lt;hr /&gt;&lt;h3&gt;{DATE} {TIME}&lt;/h3&gt;&lt;hr /&gt;</string>
40
41     <string name="toastFailedToWrite">Failed to write.</string>
42     <string name="toastNoteDoesNotExist">Note does not exist.</string>
43     <string name="toastFailedToGetList">Failed to get list.</string>
44 </resources>