]> dev.renevier.net Git - syp.git/commitdiff
better english phrasing
authorSebastian Klemm <osm /at/ erlkoenigkabale /dot/ eu>
Mon, 24 Aug 2009 20:17:52 +0000 (22:17 +0200)
committerarno <arenevier@fdn.fr>
Mon, 24 Aug 2009 20:17:52 +0000 (22:17 +0200)
inc/html/admin.php
inc/html/index.php
inc/i10n/en/syp.php
inc/i10n/fr/syp.php
js/syp.js

index a96a4700db1a356d62f09804d1b3e45dff019fcd..ca2dd4dcd204bca2755f3cdde29212e4519b5c80 100644 (file)
@@ -68,16 +68,16 @@ if (!$usrtblexists || !$itemstblexists) {
             UnauthorizedError: "<?php ptrans('Password is not correct.')?>",
             NotimageError: "<?php ptrans('File does not look like an image.')?>",
             UnconsistentError: "<?php ptrans('Server reply was inconsistent.')?>",
-            DelSucces: "<?php ptrans('Removal took place correctly.')?>",
+            DelSucces: "<?php ptrans('Successfully removed.')?>",
             UpdateSucces: "<?php ptrans('Save took place correctly.')?>",
             emptyPasswordError: "<?php ptrans('Password cannot be empty')?>",
             userPasswordmatchError: "<?php ptrans('Passwords do not match.')?>",
             changeSamePass: "<?php ptrans('New password is the same as old password.')?>",
             changePassBadPass: "<?php ptrans('Bad password.')?>",
-            changePassSuccess: "<?php ptrans('Password changed correctly.')?>",
+            changePassSuccess: "<?php ptrans('Password successfully changed.')?>",
             newUserNonameError: "<?php ptrans('User name has not been set.')?>",
             newUserExistsError: "<?php ptrans('User already exists in database.')?>",
-            newUserSuccess: "<?php ptrans('User added correctly.')?>"
+            newUserSuccess: "<?php ptrans('User successfully added.')?>"
         };
 
         var sypSettings =  {
@@ -221,7 +221,7 @@ if (!$usrtblexists || !$itemstblexists) {
                 </tr>
             </table>
             <p class="center">
-                <input id="login_submit" type="submit" value="<?php ptrans('Connection')?>">
+                <input id="login_submit" type="submit" value="<?php ptrans('Login')?>">
                 <input type="hidden" name="request" value="auth">
             </p>
             <p id="pwd_throbber" class="throbber center">
index 8c4aa3cb8657c5591b46fe72c9cafc346983e7a9..696b299bf52953fe4387edfa8968ee41b1a77b30 100644 (file)
@@ -52,7 +52,7 @@ if (defined ("POPUPPOS")) {
     <script type="text/javascript">
         var SypStrings = {
             language: "<?php echo $lang ?>",
-            propulsedByLink: "<?php ptrans('propulsed by <a href=\"http://syp.renevier.net\">syp</a>')?>",
+            poweredByLink: "<?php ptrans('powered by <a href=\"http://syp.renevier.net\">syp</a>')?>",
             noImageRegistered: "<?php ptrans('There is no image registered on this site.')?>"
         };
         var sypSettings =  {
index fab5ee90d3d44f2917d8a90f1f812c0be3589b30..df80f512faa93f57ba22349667f70a717e8dd928 100644 (file)
         "SYP needs javascript. Please activate scripts in your browser."
           => "",
 
-        "propulsed by <a href=\\\"http://syp.renevier.net\\\">syp</a>"
+        "powered by <a href=\\\"http://syp.renevier.net\\\">syp</a>"
           => "",
 
         "There is no image registered on this site."
         "Server reply was inconsistent."
           => "",
 
-        "Removal took place correctly."
+        "Successfully removed."
           => "",
 
         "Save took place correctly."
         "Bad password."
           => "",
 
-        "Password changed correctly."
+        "Password successfully changed."
           => "",
 
         "User name has not been set."
         "User already exists in database."
           => "",
 
-        "User added correctly."
-          => "",
-
         "User already exists in database."
           => "",
 
-        "User added correctly."
+        "User successfully added."
           => "",
 
         "Logout"
         "password"
           => "",
 
-        "Connection"
+        "Login"
           => "",
 
         "Connecting"
index a277e286fc8d2c2c2e56852195a15e13b3c3aa86..a98d2d6bb77bb44cfbadfe2081f702e812e1249f 100644 (file)
         "SYP a besoin de javascript pour fonctionner. Veuillez activer les scripts dans votre navigateur."
           ,
 
-        "propulsed by <a href=\\\"http://syp.renevier.net\\\">syp</a>"
+        "powered by <a href=\\\"http://syp.renevier.net\\\">syp</a>"
           =>
         "propulsé par <a href=\\\"http://syp.renevier.net\\\">syp</a>"
           ,
         "Le serveur a fait une réponse incohérente"
           ,
 
-        "Removal took place correctly."
+        "Successfully removed."
           =>
         "La suppression s'est déroulée correctement."
           ,
         "Mauvais mot de passe"
           ,
 
-        "Password changed correctly."
+        "Password successfully changed."
           =>
         "Mot de passe modifié correctement."
           ,
         "L'utilisateur existe déjà."
           ,
 
-        "User added correctly."
+        "User successfully added."
           =>
         "Utilisateur ajouté correctement."
           ,
         "mot de passe"
           ,
 
-        "Connection"
+        "Login"
           =>
         "Connexion"
           ,
index ddd47c9a084fda07ae6784d4662fdde0788736de..1f4d632d087c5f2f8afa1108e1e3784329f28bed 100644 (file)
--- a/js/syp.js
+++ b/js/syp.js
@@ -3,7 +3,7 @@
 
 OpenLayers.Control.SypAttribution = OpenLayers.Class (OpenLayers.Control.Attribution, {
     updateAttribution: function() {
-        var attributions = [SypStrings.propulsedByLink];
+        var attributions = [SypStrings.poweredByLink];
         if (this.map && this.map.layers) {
             for(var i=0, len=this.map.layers.length; i<len; i++) {
                 var layer = this.map.layers[i];