]> dev.renevier.net Git - syp.git/blob - inc/i10n/en/syp.php
i18n and english translation
[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
15         "SYP needs javascript. Please activate scripts in your browser."
16           => "",
17
18         "propulsed by <a href=\\\"http://syp.renevier.net\\\">syp</a>"
19           => "",
20
21         "There is no image registered on this site."
22           => "",
23
24         "SYP admin"
25           => "",
26
27         "SYP is not correctly installed. Please read README.txt file and follow\n" .
28         "       installation instructions."
29           => "",
30
31         "add a place"
32           => "",
33
34         "You can move an item by drag & droping it."
35           => "",
36
37         "To modify an item data, select matching marker."
38           => "",
39
40         "Click on the map to add a marker."
41           => "",
42
43         "There was a server error."
44           => "",
45
46         "Item was not registered on the server."
47           => "",
48
49         "No change was made."
50           => "",
51
52         "Server did not understood request. That's probably caused by a bug in SYP."
53           => "",
54
55         "Image was too big and was not accepted by server."
56           => "",
57
58         "Password is not correct."
59           => "",
60
61         "File does not look like an image."
62           => "",
63
64         "Server reply was inconsistent."
65           => "",
66
67         "There was an unknown error."
68           => "",
69
70         "Removal took place correctly."
71           => "",
72
73         "Save took place correctly."
74           => "",
75
76         "Logout"
77           => "",
78
79         "close without saving"
80           => "",
81
82         "close"
83           => "",
84
85         "title:"
86           => "",
87
88         "description:"
89           => "",
90
91         "delete image"
92           => "",
93
94         "add an image:"
95           => "",
96
97         "Validate changes"
98           => "",
99
100         "Delete item"
101           => "",
102
103         "password"
104           => "",
105
106         "Connection"
107           => "",
108
109         "Connecting"
110           => "",
111
112         "This feature is not enabled on demo site"
113           => "",
114
115     )
116 ?>