]> dev.renevier.net Git - syp.git/blob - inc/i10n/en/syp.php
487e4ebb410e6d5e8953d09841610a4a689d8cbe
[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         "Cannot save config file. You need either to set inc/ writable, or use manual method. See README.txt for more informations."
36           => "",
37
38         "SYP configuration"
39           => "",
40
41         "address of the database server (example: localhost, db.myhost.com or 192.168.0.15)."
42           => "",
43
44         "database server hostname:"
45           => "",
46
47         "The name of the database that SYP will be installed into. The database must exist."
48           => "",
49
50         "database name:"
51           => "",
52
53         "The username with which you connect to the database."
54           => "",
55
56         "database user:"
57           => "",
58
59         "The password with which you connect to the database."
60           => "",
61
62         "database password:"
63           => "",
64
65         "You can specify a table prefix. This way you can run multiple SYP installations in the same database, each with its own prefix."
66           => "",
67
68         "tables prefix:"
69           => "",
70
71         "The title you want to give to your SYP site."
72           => "",
73
74         "site title:"
75           => "",
76
77         "Start install"
78           => "",
79
80         "not supported"
81           => "",
82
83         "Could not connect to database."
84           => "",
85
86         "Database does not exist."
87           => "",
88
89         "Unknown error when connecting to database."
90           => "",
91
92         "Could not read <code>inc/settings.php.in</code>"
93           => "",
94
95         "Config file created"
96           => "",
97
98         "Config file exists"
99           => "",
100
101         "Unknown error when checking user table."
102           => "",
103
104         "Found user table."
105           => "",
106
107         "Error when creating user table."
108           => "",
109
110         "User table created."
111           => "",
112
113         "Error when initializing password."
114           => "",
115
116         "Admin password initialized."
117           => "",
118
119         "choose admin password"
120           => "",
121
122         "Unknown error when checking data table."
123           => "",
124
125         "Found data table."
126           => "",
127
128         "Error when creating data table."
129           => "",
130
131         "Data table created."
132           => "",
133
134         "It looks like GD extension is not installed."
135           => "",
136
137         "SYP is installed. You can now go to <a href=\"admin.en.php\">admin area</a>"
138           => "",
139
140         "SYP upgrade"
141           => "",
142
143         "Thumbnails successfully created."
144           => "",
145
146         "Error when creating thumbnails."
147           => "",
148
149         "SYP upgrade went smoothly. You can now go to <a href=\"admin.en.php\">admin area</a>"
150           => "",
151
152         "SYP needs javascript. Please activate scripts in your browser."
153           => "",
154
155         "propulsed by <a href=\\\"http://syp.renevier.net\\\">syp</a>"
156           => "",
157
158         "There is no image registered on this site."
159           => "",
160
161         "SYP admin"
162           => "",
163
164         "SYP is not correctly installed. Please follow README.txt instructions\n" .
165         "       and go to <a href=\"install.en.php\">wizard</a>."
166           => "",
167
168         "add a place"
169           => "",
170
171         "You can move an item by drag & droping it."
172           => "",
173
174         "To modify an item data, select matching marker."
175           => "",
176
177         "Click on the map to add a marker."
178           => "",
179
180         "There was a server error."
181           => "",
182
183         "Item was not registered on the server."
184           => "",
185
186         "No change was made."
187           => "",
188
189         "Server did not understood request. That's probably caused by a bug in SYP."
190           => "",
191
192         "Image was too big and was not accepted by server."
193           => "",
194
195         "Password is not correct."
196           => "",
197
198         "File does not look like an image."
199           => "",
200
201         "Server reply was inconsistent."
202           => "",
203
204         "Removal took place correctly."
205           => "",
206
207         "Save took place correctly."
208           => "",
209
210         "User name has not been set."
211           => "",
212
213         "Passwords do not match."
214           => "",
215
216         "User already exists in database."
217           => "",
218
219         "User added correctly."
220           => "",
221
222         "Logout"
223           => "",
224
225         "Add a co-administrator"
226           => "",
227
228         "close without saving"
229           => "",
230
231         "close"
232           => "",
233
234         "user name:"
235           => "",
236
237         "user password:"
238           => "",
239
240         "confirm password:"
241           => "",
242
243         "Validate user"
244           => "",
245
246         "title:"
247           => "",
248
249         "description:"
250           => "",
251
252         "delete image"
253           => "",
254
255         "add an image:"
256           => "",
257
258         "Validate changes"
259           => "",
260
261         "Delete item"
262           => "",
263
264         "You need to have cookies enabled to administrate SYP"
265           => "",
266
267         "password"
268           => "",
269
270         "Connection"
271           => "",
272
273         "Connecting"
274           => "",
275
276         "This feature is not enabled on demo site"
277           => "",
278
279     )
280 ?>