]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/lang/template.php
fix template : remove fr translation
[jirafeau_mojo42.git] / lib / lang / template.php
index 376b7c5088fecc0801a4c7b0be190e3a6b92e320..ba7d5be25f14d6c23d4d19deffd150c20a4420b8 100644 (file)
@@ -44,24 +44,24 @@ $tr = array (
              'Give the password of this file' => '',
              'Access denied' => '',
              'You are about to download' => '',
              'Give the password of this file' => '',
              'Access denied' => '',
              'You are about to download' => '',
-             'By using our services, you accept of our' => '',
+             'By using our services, you accept our' => '',
              'Term Of Service' => '',
              /* functions.php */
              'Internal error during file creation.' => '',
              /* install.hpp */
              'This file was generated by the install process. You can edit it. Please see config.original.php to understand the configuration items.' => '',
              'The following directory could not be created' => '',
              'Term Of Service' => '',
              /* functions.php */
              'Internal error during file creation.' => '',
              /* install.hpp */
              'This file was generated by the install process. You can edit it. Please see config.original.php to understand the configuration items.' => '',
              'The following directory could not be created' => '',
-             'You should create this directory by hand.' => '',
+             'You should create this directory manually.' => '',
              'The following directory is not writable' => '',
              'The following directory is not writable' => '',
-             'You should give the write right to the web server on this directory.' => '',
-             'Here is a solution' => 'Une solution possible',
+             'You should give the write permission to the web server on this directory.' => '',
+             'Here is a solution' => '',
              'The local configuration file could not be created. Create a ' .
                 '<code>lib/config.local.php</code> file and give the write ' .
              'The local configuration file could not be created. Create a ' .
                 '<code>lib/config.local.php</code> file and give the write ' .
-                'right to the web server (preferred solution), or give the ' .
-                'write right to the web server on the <code>lib</code> ' .
+                'permission to the web server (preferred solution), or give the ' .
+                'write permission to the web server on the <code>lib</code> ' .
                 'directory.' => '',
             'The local configuration is not writable by the web server. ' .
                 'directory.' => '',
             'The local configuration is not writable by the web server. ' .
-                'Give the write right to the web server on the ' .
+                'Give the write permission to the web server on the ' .
                 '<code>lib/config.local.php</code> file.' => '',
             'Installation of Jirafeau' => '',
             'step' => '',
                 '<code>lib/config.local.php</code> file.' => '',
             'Installation of Jirafeau' => '',
             'step' => '',
@@ -73,10 +73,10 @@ $tr = array (
             'Retry this step' => '',
             'Jirafeau is now fully operational' => '',
             'Information' => '',
             'Retry this step' => '',
             'Jirafeau is now fully operational' => '',
             'Information' => '',
-            'The base address of Jirafeau is the first part of the URL, until (and including) the last slash. For example: "http://www.example.com/". Do not forget the ending slash!'
+            'The base address of Jirafeau is the first part of the URL, until (and including) the last slash. For example: "http://www.example.com/". Do not forget the trailing slash!'
                 => '',
                 => '',
-            'Base address' => 'Addresse d\'origine',
-            'The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access of this directory. Do not forget the ending slash!'
+            'Base address' => '',
+            'The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access to this directory. Do not forget the trailing slash!'
                 => '',
             'Data directory' => '',
             'Jirafeau is internationalised. Choose a specific langage or choose Automatic (langage is provided by user\'s browser).'
                 => '',
             'Data directory' => '',
             'Jirafeau is internationalised. Choose a specific langage or choose Automatic (langage is provided by user\'s browser).'
@@ -84,7 +84,7 @@ $tr = array (
             'Choose the default language' => '',
             'Next step' => '',
             '' .
             'Choose the default language' => '',
             'Next step' => '',
             '' .
-            'You can set a password to access the intercace or let it be empty ' .
+            'You can set a password to access the interface or leave it empty ' .
             'to disable the interface.' => '',
             'Administration password' => '',
             /* admin.php */
             'to disable the interface.' => '',
             'Administration password' => '',
             /* admin.php */
@@ -94,7 +94,7 @@ $tr = array (
             'Wrong password.' => '',
             'Admin interface' => '',
             'Clean expired files' => '',
             'Wrong password.' => '',
             'Admin interface' => '',
             'Clean expired files' => '',
-            'Clean old unfinished transferts' => '',
+            'Clean old unfinished transfers' => '',
             'Clean' => '',
             'Search files by name' => '',
             'Search' => '',
             'Clean' => '',
             'Search files by name' => '',
             'Search' => '',
@@ -104,8 +104,8 @@ $tr = array (
             'Search files by file hash' => '',
             'Search a specific link' => '',
             'Number of cleaned files' => '',
             'Search files by file hash' => '',
             'Search a specific link' => '',
             'Number of cleaned files' => '',
-            'Logout' => 'Déconnexion',
-            'You are now Logout' => '',
+            'Logout' => '',
+            'You are now loggued out' => '',
             'Link deleted' => '',
             'Filename' => '',
             'file' => '',
             'Link deleted' => '',
             'Filename' => '',
             'file' => '',
@@ -138,7 +138,7 @@ $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).' => '',
             '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.' => '',
             'If a password has been set, send a POST request with it.' => '',
             'Delete a file' => '',
             'This will return "Ok" if succeded, "Error" otherwhise.' => '',

patrick-canterino.de