X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/e9744a10b4a26ef43f6427c38fe6b3d21c9486c3..68892c7ee6ea5f3f30d1e5d1051cd7029b2cbd41:/lib/lang/template.php

diff --git a/lib/lang/template.php b/lib/lang/template.php
index 7129484..74a908a 100644
--- a/lib/lang/template.php
+++ b/lib/lang/template.php
@@ -46,6 +46,7 @@ $tr = array (
              'You are about to download' => '',
              'By using our services, you accept our' => '',
              'Term Of Service' => '',
+             'Warning, this file will self-destruct after being read' => '',
              /* functions.php */
              'Internal error during file creation.' => '',
              /* install.hpp */
@@ -105,7 +106,7 @@ $tr = array (
             'Search a specific link' => '',
             'Number of cleaned files' => '',
             'Logout' => '',
-            'You are now Logout' => '',
+            'You are now loggued out' => '',
             'Link deleted' => '',
             'Filename' => '',
             'file' => '',
@@ -138,20 +139,20 @@ $tr = array (
             'This will return brut text content.' => '',
             'First line is the download reference and the second line the delete code.' => '',
             'First line is the server capacity (in Bytes).' => '',
-            'Example' => 'Exemple',
+            'Example' => '',
             'If a password has been set, send a POST request with it.' => '',
             'Delete a file' => '',
-            'This will return "Ok" if succeded, "Error" otherwhise.' => '',
-            'Get a generated scripts' => '',
+            'This will return "Ok" if succeeded, "Error" otherwhise.' => '',
+            '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.' => '',
+            'Initalize an asynchronous transfer' => '',
+            'The goal is to permit to transfer big file, chunk by chunk.' => '',
             'Chunks of data must be sent in order.' => '',
-            'First line is the asynchronous transfert reference and the second line the code to use in the next operation.'
+            'First line is the asynchronous transfer reference and the second line the code to use in the next operation.'
                 => '',
-            'Push data during asynchronous transfert' => '',
+            'Push data during asynchronous transfer' => '',
             'Returns the next code to use.' => '',
-            'Finalize asynchronous transfert' => '',
+            'Finalize asynchronous transfer' => '',
             'This will return "Ok" or "Error" string.' => '',
     );
 ?>