OSDN Git Service

165a5d3b24be03ab499a97513e0bbd8607f98213
[everclip/source.git] / workspace / EverClip / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3     <string name="app_name">ClipEver</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="mainTitle">EverMemo</string>
16         <string name="mainConfirmTitle">Filter</string>
17
18     <string name="settingConfirmTitle">Confirm</string>
19     <string name="settingConfirmUserMsg">Please set the user and password to login to Evernote.</string>
20     <string name="settingConfirmNoteMsg">Please set the list of where to get notes.</string>
21     <string name="settingUserTitle">User</string>
22     <string name="settingUserButton">Set user and password</string>
23     <string name="settingNoteTitle">Get a list notes</string>
24     <string name="settingNoteButton">Set the destination to get a list notes</string>
25     <string name="settingSortTitle">Order of the notes</string>
26     <string name="settingSortAsc">Ascendin</string>
27     <string name="settingSortDes">Descending</string>
28     <string name="settingUpdateTitle">List of Notes</string>
29     <string name="settingUpdateButton">get a list notes</string>
30     <string name="settingTimeTitle">Automatic update time</string>
31     <string name="settingTimeCheck">Enable automatic updates</string>
32     <string name="settingTimeButton">Edit</string>
33
34         <string name="updatorConfirmTitle">Confirm</string>
35         <string name="updatorMessage">Please select the type of destination to get the notes.\n・All notes\n・Notebook\n・Tag\n\nIf you choose Notebook or Tag, press the "Select" button, please select notebook or tags.</string>
36         <string name="updatorNoteTitle">Type of list notes</string>
37     <string name="updatorNoteButton">Select</string>
38     <string name="updatorNoteDialogTitle">Updating</string>
39     
40     <string name="noteTypeTitle">Destination to get the notes</string>
41     <string name="noteTypeDialogTitle">Getting</string>
42     
43     <string name="userUserTitle">User</string>
44     <string name="userPasswordTitle">Password</string>
45
46     <string name="toastUpdateList">List was updated</string>
47
48     <string name="toastFailedToWrite">Failed to write.</string>
49     <string name="toastConnect">Failed to connect Evernote.</string>
50     <string name="toastNoteDoesNotExist">Note does not exist.</string>
51     <string name="toastFailedToGetList">Failed to get list.</string>
52     <string name="toastInvalidAuth">Invalid Auth.</string>
53     <string name="toastEvernoteSystem">Failed to cooperate with Evernote.</string>
54     <string name="toastSystem">System error has occurred.</string>
55
56     <string name="dialogErrorTitle">Error</string>
57     <string name="dialogSystemError">System error has occurred.</string>
58  
59     <string name="ErrorLogin">Failed to login</string>
60         
61         <string-array name="note_item_array">
62             <item>All notes</item>
63             <item>Notebook</item>
64             <item>Tag</item>
65         </string-array>
66         <string-array name="note_order_array">
67             <item>Created date</item>
68             <item>Updated date</item>
69             <item>Text</item>
70         </string-array>
71 </resources>