]> dev.renevier.net Git - syp.git/blob - inc/i10n/en/syp.php
small code cleanup (indentation, missing copyrights, etc)
[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         "You need at least PHP version 5"
21           => "",
22
23         "not supported"
24           => "",
25
26         "Could not connect to database."
27           => "",
28
29         "Database does not exist."
30           => "",
31
32         "Unknown error when connecting to database."
33           => "",
34
35         "Unknown error when checking user table."
36           => "",
37
38         "Found user table."
39           => "",
40
41         "Error when creating user table."
42           => "",
43
44         "User table created."
45           => "",
46
47         "Error when initializing password."
48           => "",
49
50         "Admin password initialized."
51           => "",
52
53         "choose admin password"
54           => "",
55
56         "Unknown error when checking data table."
57           => "",
58
59         "Found data table."
60           => "",
61
62         "Error when creating data table."
63           => "",
64
65         "Data table created."
66           => "",
67
68         "exist but is not a directory"
69           => "",
70
71         "could not create directory"
72           => "",
73
74         "directory created"
75           => "",
76
77         "could not write in directory"
78           => "",
79
80         "SYP is installed. You can now go to <a href=\"admin.en.php\">admin area</a>"
81           => "",
82
83         "SYP needs javascript. Please activate scripts in your browser."
84           => "",
85
86         "propulsed by <a href=\\\"http://syp.renevier.net\\\">syp</a>"
87           => "",
88
89         "There is no image registered on this site."
90           => "",
91
92         "SYP admin"
93           => "",
94
95         "SYP is not correctly installed. Please follow README.txt instructions\n" .
96         "       and go to <a href=\"wizard.en.php\">wizard</a>."
97           => "",
98
99         "add a place"
100           => "",
101
102         "You can move an item by drag & droping it."
103           => "",
104
105         "To modify an item data, select matching marker."
106           => "",
107
108         "Click on the map to add a marker."
109           => "",
110
111         "There was a server error."
112           => "",
113
114         "Item was not registered on the server."
115           => "",
116
117         "No change was made."
118           => "",
119
120         "Server did not understood request. That's probably caused by a bug in SYP."
121           => "",
122
123         "Image was too big and was not accepted by server."
124           => "",
125
126         "Password is not correct."
127           => "",
128
129         "File does not look like an image."
130           => "",
131
132         "Server reply was inconsistent."
133           => "",
134
135         "There was an unknown error."
136           => "",
137
138         "Removal took place correctly."
139           => "",
140
141         "Save took place correctly."
142           => "",
143
144         "Logout"
145           => "",
146
147         "close without saving"
148           => "",
149
150         "close"
151           => "",
152
153         "title:"
154           => "",
155
156         "description:"
157           => "",
158
159         "delete image"
160           => "",
161
162         "add an image:"
163           => "",
164
165         "Validate changes"
166           => "",
167
168         "Delete item"
169           => "",
170
171         "You need to have cookies enabled to administrate SYP"
172           => "",
173
174         "password"
175           => "",
176
177         "Connection"
178           => "",
179
180         "Connecting"
181           => "",
182
183         "This feature is not enabled on demo site"
184           => "",
185
186     )
187 ?>