]> git.p6c8.net - jirafeau.git/commitdiff
typo : Get a generated scripts/Get a generated script
authorJulien Malik <julien.malik@paraiso.me>
Sun, 22 Mar 2015 22:52:34 +0000 (23:52 +0100)
committerJulien Malik <julien.malik@paraiso.me>
Sun, 22 Mar 2015 22:52:34 +0000 (23:52 +0100)
lib/lang/fr.php
lib/lang/template.php
script.php

index 48be631b8ef8c4cb4630a32f1370b2d7c6817769..646fd68fcb713720a8c7420c637896653494674e 100644 (file)
@@ -162,7 +162,7 @@ $tr = array (
             'If a password has been set, send a POST request with it.' => 'Si un mot de passe a été définis, envoyer une requette POST avec.',
             'Delete a file' => 'Supprimer un fichier',
             'This will return "Ok" if succeeded, "Error" otherwhise.' => 'Retourne "OK" en cas de succès, "Error" dans le cas contraire.',
-            'Get a generated scripts' => 'Récupérer un script généré',
+            'Get a generated script' => 'Récupérer un script généré',
             'This will return brut text content of the code.' => 'Renvoie le code sous forme the texte brut.',
             'Initalize an asynchronous transfert' => 'Initialiser un transfert asynchrone',
             'The goal is to permit to transfert big file, chunk by chunk.' => 'Le but est de permettre de transférer de gros fichiers, morceaux par morceaux.',
index e41e5b18d2b9127a5a7d5655571aa41a19bc9e48..93a3d52318e9ec7ebd73c1a89c953f91c187c394 100644 (file)
@@ -142,7 +142,7 @@ $tr = array (
             'If a password has been set, send a POST request with it.' => '',
             'Delete a file' => '',
             'This will return "Ok" if succeeded, "Error" otherwhise.' => '',
-            'Get a generated scripts' => '',
+            'Get a generated script' => '',
             'This will return brut text content of the code.' => '',
             'Initalize an asynchronous transfert' => '',
             'The goal is to permit to transfert big file, chunk by chunk.' => '',
index 3b6b234929830320d0e9c14e12c5c328647c1c26..093d7552c713c3697bf16958a343797a8b0f4b7d 100644 (file)
@@ -140,7 +140,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
     echo t('Example') . ": <a href=\"" . $web_root . "script.php?h=30ngy0hsDcpfrF8zR7x9iU&amp;d=0d210a952\">" . $web_root . "script.php?h=30ngy0hsDcpfrF8zR7x9iU&amp;d=0d210a952</a> ";
     echo '</p>';
     
-    echo '<h3>' . t('Get a generated scripts') . ':</h3>';
+    echo '<h3>' . t('Get a generated script') . ':</h3>';
     echo '<p>';
     echo t('Send a GET query to') . ': <i>' . $web_root . 'script.php</i><br />';
     echo '<br />';

patrick-canterino.de