X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/652b90a6551e4c70d38189dcf16284a04399918d..9ec4f08e55939cd9178c6548ba2c48842568e747:/script.php?ds=inline diff --git a/script.php b/script.php index 3b6b234..b4ab57c 100644 --- a/script.php +++ b/script.php @@ -140,7 +140,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0) echo t('Example') . ": " . $web_root . "script.php?h=30ngy0hsDcpfrF8zR7x9iU&d=0d210a952 "; echo '

'; - echo '

' . t('Get a generated scripts') . ':

'; + echo '

' . t('Get a generated script') . ':

'; echo '

'; echo t('Send a GET query to') . ': ' . $web_root . 'script.php
'; echo '
'; @@ -159,7 +159,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0) echo '

' . t('Initalize an asynchronous transfert') . ':

'; echo '

'; - echo t('The goal is to permit to transfert big file, chunk by chunk.') . ' '; + echo t('The goal is to permit to transfer big file, chunk by chunk.') . ' '; echo t('Chunks of data must be sent in order.'); echo '

'; echo '

';