]> git.p6c8.net - jirafeau.git/blobdiff - lib/lang/template.php
add warning when the file will be downloadable one time only
[jirafeau.git] / lib / lang / template.php
index 4678605c47768a7212788bd3d26c5395ebdab325..74a908a922c73116b8a364bb04c9d0f73e5ce520 100644 (file)
@@ -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 */
@@ -144,14 +145,14 @@ $tr = array (
             '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' => '',
+            '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.' => '',
     );
 ?>

patrick-canterino.de