]> dev.renevier.net Git - syp.git/blob - inc/i10n/en/syp.php
create thumbnails of photos
[syp.git] / inc / i10n / en / syp.php
1 <?php
2 /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD
3    license. */
4
5     $translations['en'] = array(
6         // your name
7         "_translator_name" => "arno renevier",
8
9         // your email
10         "_translator_mail" => "arno@renevier.net",
11
12         // your language name in your language. It will be used to link to
13         // pages in your languages from pages in other
14         "_language_name" => "english",
15
16         /* starts translation */
17         "SYP wizard"
18           => "",
19
20         "exist but is not a directory"
21           => "",
22
23         "could not create directory"
24           => "",
25
26         "directory created"
27           => "",
28
29         "could not write in directory"
30           => "",
31
32         "You need at least PHP version 5"
33           => "",
34
35         "not supported"
36           => "",
37
38         "Could not connect to database."
39           => "",
40
41         "Database does not exist."
42           => "",
43
44         "Unknown error when connecting to database."
45           => "",
46
47         "Unknown error when checking user table."
48           => "",
49
50         "Found user table."
51           => "",
52
53         "Error when creating user table."
54           => "",
55
56         "User table created."
57           => "",
58
59         "Error when initializing password."
60           => "",
61
62         "Admin password initialized."
63           => "",
64
65         "choose admin password"
66           => "",
67
68         "Unknown error when checking data table."
69           => "",
70
71         "Found data table."
72           => "",
73
74         "Error when creating data table."
75           => "",
76
77         "Data table created."
78           => "",
79
80         "It looks like GD extension is not installed."
81           => "",
82
83         "SYP is installed. You can now go to <a href=\"admin.en.php\">admin area</a>"
84           => "",
85
86         "SYP upgrade"
87           => "",
88
89         "Thumbnails successfully created."
90           => "",
91
92         "Error when creating thumbnails."
93           => "",
94
95         "SYP upgrade went smoothly. You can now go to <a href=\"admin.en.php\">admin area</a>"
96           => "",
97
98         "SYP needs javascript. Please activate scripts in your browser."
99           => "",
100
101         "propulsed by <a href=\\\"http://syp.renevier.net\\\">syp</a>"
102           => "",
103
104         "There is no image registered on this site."
105           => "",
106
107         "SYP admin"
108           => "",
109
110         "SYP is not correctly installed. Please follow README.txt instructions\n" .
111         "       and go to <a href=\"wizard.en.php\">wizard</a>."
112           => "",
113
114         "add a place"
115           => "",
116
117         "You can move an item by drag & droping it."
118           => "",
119
120         "To modify an item data, select matching marker."
121           => "",
122
123         "Click on the map to add a marker."
124           => "",
125
126         "There was a server error."
127           => "",
128
129         "Item was not registered on the server."
130           => "",
131
132         "No change was made."
133           => "",
134
135         "Server did not understood request. That's probably caused by a bug in SYP."
136           => "",
137
138         "Image was too big and was not accepted by server."
139           => "",
140
141         "Password is not correct."
142           => "",
143
144         "File does not look like an image."
145           => "",
146
147         "Server reply was inconsistent."
148           => "",
149
150         "There was an unknown error."
151           => "",
152
153         "Removal took place correctly."
154           => "",
155
156         "Save took place correctly."
157           => "",
158
159         "Logout"
160           => "",
161
162         "close without saving"
163           => "",
164
165         "close"
166           => "",
167
168         "title:"
169           => "",
170
171         "description:"
172           => "",
173
174         "delete image"
175           => "",
176
177         "add an image:"
178           => "",
179
180         "Validate changes"
181           => "",
182
183         "Delete item"
184           => "",
185
186         "You need to have cookies enabled to administrate SYP"
187           => "",
188
189         "password"
190           => "",
191
192         "Connection"
193           => "",
194
195         "Connecting"
196           => "",
197
198         "This feature is not enabled on demo site"
199           => "",
200
201     )
202 ?>