mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-04-22 12:36:17 +02:00
typo : succeded/succeeded
This commit is contained in:
parent
a873444cd4
commit
652b90a655
@ -161,7 +161,7 @@ $tr = array (
|
||||
'Example' => 'Exemple',
|
||||
'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 succeded, "Error" otherwhise.' => 'Retourne "OK" en cas de succès, "Error" dans le cas contraire.',
|
||||
'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é',
|
||||
'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',
|
||||
|
@ -141,7 +141,7 @@ $tr = array (
|
||||
'Example' => '',
|
||||
'If a password has been set, send a POST request with it.' => '',
|
||||
'Delete a file' => '',
|
||||
'This will return "Ok" if succeded, "Error" otherwhise.' => '',
|
||||
'This will return "Ok" if succeeded, "Error" otherwhise.' => '',
|
||||
'Get a generated scripts' => '',
|
||||
'This will return brut text content of the code.' => '',
|
||||
'Initalize an asynchronous transfert' => '',
|
||||
|
@ -135,7 +135,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
|
||||
echo "<b>h=</b>your_download_reference<i> (" . t('Required') . ")</i> <br />";
|
||||
echo "<b>d=</b>yout_delete_code<i> (" . t('Required') . ")</i> <br />";
|
||||
echo '</p>';
|
||||
echo '<p>' . t('This will return "Ok" if succeded, "Error" otherwhise.') . '<br /></p>';
|
||||
echo '<p>' . t('This will return "Ok" if succeeded, "Error" otherwhise.') . '<br /></p>';
|
||||
echo '<p>';
|
||||
echo t('Example') . ": <a href=\"" . $web_root . "script.php?h=30ngy0hsDcpfrF8zR7x9iU&d=0d210a952\">" . $web_root . "script.php?h=30ngy0hsDcpfrF8zR7x9iU&d=0d210a952</a> ";
|
||||
echo '</p>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user