]> git.p6c8.net - jirafeau_project.git/commitdiff
Fixes #13 fix script documentation
authorJerome Jutteau <mojo@couak.net>
Mon, 23 Feb 2015 17:57:33 +0000 (18:57 +0100)
committerJerome Jutteau <mojo@couak.net>
Mon, 23 Feb 2015 17:57:33 +0000 (18:57 +0100)
Also fix lang typo

lib/lang/fr.php
script.php

index 62bc164f2ef59b195d07020c45a171cc88ea261e..02142e5bec2810137f13baf1c6779fa87163f2d3 100644 (file)
@@ -154,7 +154,7 @@ $tr = array (
             'This will return "Ok" if succeded, "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é',
             'This will return brut text content of the code.' => 'Renvoie le code sous forme the texte brut.',
-            'Initalize a asynchronous transfert' => 'Initialiser un transfert asynchrone',
+            '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.',
             'Chunks of data must be sent in order.' => 'Chaque morceau doit être envoyé dans l\'ordre.',
             'First line is the asynchronous transfert reference and the second line the code to use in the next operation.'
index 09c7a8c1dd3ff030e99348d21679c3445209adb2..bb445622dcc843a936f82734c196baaf55f20030 100644 (file)
@@ -92,6 +92,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
     echo "<b>time=</b>[minute|hour|day|week|month|none]<i> (" . t('Optional') . ', '. t('default: none') . ")</i> <br />";\r
     echo "<b>password=</b>your_password<i> (" . t('Optional') . ")</i> <br />";\r
     echo "<b>one_time_download=</b>1<i> (" . t('Optional') . ")</i> <br />";\r
+    echo "<b>upload_password=</b>your_upload_password<i> (" . t('Optional') . ")</i> <br />";\r
     echo '</p>';\r
     echo '<p>' . t('This will return brut text content.') . ' ' .\r
          t('First line is the download reference and the second line the delete code.') . '<br /></p>';\r
@@ -143,7 +144,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
         echo "$name: <a href=\"" . $web_root . "script.php?lang=$lang\">" . $web_root . "script.php?lang=$lang</a> ";\r
     echo '</p>';\r
     \r
-    echo '<h3>' . t('Initalize a asynchronous transfert') . ':</h3>';\r
+    echo '<h3>' . t('Initalize an asynchronous transfert') . ':</h3>';\r
     echo '<p>';\r
     echo t('The goal is to permit to transfert big file, chunk by chunk.') . ' ';\r
     echo t('Chunks of data must be sent in order.');\r
@@ -157,6 +158,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
     echo "<b>time=</b>[minute|hour|day|week|month|none]<i> (" . t('Optional') . ', '. t('default: none') . ")</i> <br />";\r
     echo "<b>password=</b>your_password<i> (" . t('Optional') . ")</i> <br />";\r
     echo "<b>one_time_download=</b>1<i> (" . t('Optional') . ")</i> <br />";\r
+    echo "<b>upload_password=</b>your_upload_password<i> (" . t('Optional') . ")</i> <br />";\r
     echo '</p>';\r
     echo '<p>' . t('This will return brut text content.') . ' ' .\r
          t('First line is the asynchronous transfert reference and the second line the code to use in the next operation.') . '<br /></p>';\r

patrick-canterino.de