]> dev.renevier.net Git - syp.git/blobdiff - inc/i10n/en/syp.php
i18n and english translation
[syp.git] / inc / i10n / en / syp.php
diff --git a/inc/i10n/en/syp.php b/inc/i10n/en/syp.php
new file mode 100644 (file)
index 0000000..843a97c
--- /dev/null
@@ -0,0 +1,116 @@
+<?php
+    $translations['en'] = array(
+        // your name
+        "_translator_name" => "arno renevier",
+
+        // your email
+        "_translator_mail" => "arno@renevier.net",
+
+        // your language name in your language. It will be used to link to
+        // pages in your languages from pages in other
+        "_language_name" => "english",
+
+        /* starts translation */
+
+        "SYP needs javascript. Please activate scripts in your browser."
+          => "",
+
+        "propulsed by <a href=\\\"http://syp.renevier.net\\\">syp</a>"
+          => "",
+
+        "There is no image registered on this site."
+          => "",
+
+        "SYP admin"
+          => "",
+
+        "SYP is not correctly installed. Please read README.txt file and follow\n" .
+        "       installation instructions."
+          => "",
+
+        "add a place"
+          => "",
+
+        "You can move an item by drag & droping it."
+          => "",
+
+        "To modify an item data, select matching marker."
+          => "",
+
+        "Click on the map to add a marker."
+          => "",
+
+        "There was a server error."
+          => "",
+
+        "Item was not registered on the server."
+          => "",
+
+        "No change was made."
+          => "",
+
+        "Server did not understood request. That's probably caused by a bug in SYP."
+          => "",
+
+        "Image was too big and was not accepted by server."
+          => "",
+
+        "Password is not correct."
+          => "",
+
+        "File does not look like an image."
+          => "",
+
+        "Server reply was inconsistent."
+          => "",
+
+        "There was an unknown error."
+          => "",
+
+        "Removal took place correctly."
+          => "",
+
+        "Save took place correctly."
+          => "",
+
+        "Logout"
+          => "",
+
+        "close without saving"
+          => "",
+
+        "close"
+          => "",
+
+        "title:"
+          => "",
+
+        "description:"
+          => "",
+
+        "delete image"
+          => "",
+
+        "add an image:"
+          => "",
+
+        "Validate changes"
+          => "",
+
+        "Delete item"
+          => "",
+
+        "password"
+          => "",
+
+        "Connection"
+          => "",
+
+        "Connecting"
+          => "",
+
+        "This feature is not enabled on demo site"
+          => "",
+
+    )
+?>