~benoit.soyeux/tomdroid/sortingNote

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="utf-8"?>
<!-- 
 Tomdroid
 Tomboy on Android
 http://www.launchpad.net/tomdroid

 Copyright 2008, 2009, 2010 Olivier Bilodeau <olivier@bottomlesspit.org>
 
 This file is part of Tomdroid.
 
 Tomdroid is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 
 Tomdroid is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Tomdroid.  If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
    <string name="app_name">Tomdroid</string>
    <string name="app_desc">Tomboy compatible wikiwiki note-taking application that can\'t take notes yet.</string>
    <string name="author">Olivier Bilodeau</string>

	<!-- main.xml -->
    <string name="strListEmptyWaiting">Please wait while the notes load..</string>
    <string name="strListEmptyNoNotes">
    	There are no notes in Tomdroid\'s database.
    </string>
    
    <string name="menuSync">Sync</string>
	<string name="menuPrefs">Settings</string>
    <string name="menuAbout">About</string>
    <string name="strWelcome">
    	Welcome to Tomdroid.
    	\n\nPlease note that this is beta quality software and that it contains known problems,
    	like its inability to edit notes.

    	\n\nWe are well aware of these issues and intend to work on them quickly but I also wanted to get something
    	out and tested as quickly as possible.
    	
    	\n\nIf you would like to contribute, help at all levels would be appreciated. 
    	Hop on board on launchpad.net/tomdroid and contact us!\n
    </string>
    <string name="strAbout">
    	%1$s
    	\n\nAuthor: %2$s
    	\nVersion: %3$s
    	\nLicensed under the GPLv3
    </string>

    <!-- TODO are these really needed!? -->
    <string name="btnOk">Ok</string>
    <string name="btnCancel">Cancel</string>

	<!-- note-view.xml -->
    <string name="strWait">Please wait while note loads...</string>

	<string name="prefSync">Synchronization</string>

	<string name="prefSyncService">Service</string>
	<string name="prefSyncServer">Server</string>
	<string name="prefAuthenticate">Authenticate</string>

	<string name="prefSyncConnectionFailed">The connection to the server has failed, please check that the address you entered is correct.</string>
	<string name="prefServerEmpty">The server address changed but the new value is empty</string>

	<!-- NoteSorting -->
    <string name="menuSort">change sort</string>
	<string name="titleDefaultSorting">Choose the default sorting</string>
	<string name="prefDefaultSorting">Default sort</string>
	
	<!-- NotebookFiltering -->
    <string name="menuFilterNotebook">Filter</string>
    <string name="strListEmptyNoNotebooks">There are no notebooks in Tomdroid\'s database.</string>
    <string name="allNotebooksFilter">All notebooks</string>
</resources>