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