]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
Traduction corrections
authorJerome Jutteau <mojo@couak.net>
Mon, 31 Dec 2012 01:59:13 +0000 (02:59 +0100)
committerJerome Jutteau <mojo@couak.net>
Mon, 31 Dec 2012 01:59:13 +0000 (02:59 +0100)
file.php
index.php
lib/lang/fr.php

index 8cd70005c1b8748c1200a7bdb88372ebcc8f0be7..8e4451adc2ca72327b1a4146219dc31e842a279c 100644 (file)
--- a/file.php
+++ b/file.php
@@ -94,11 +94,11 @@ if (isset ($_GET['h']) && !empty ($_GET['h']))
             "<?php echo JIRAFEAU_VERSION; ?>" /><fieldset>
             <legend><?php echo _('Password protection');
         ?></legend> <table> <tr>
-            <td><?php echo _('Give the password of this file:');
+            <td><?php echo _('Give the password of this file') . ' : ';
         ?><input type = "password" name =
             "key" /></td> </tr> <tr> <td><input type =
             "submit" value =
-            "<?php echo _('I have the right to download this file'); ?>"
+            "<?php echo _('Download'); ?>"
             /></td> </tr> </table> </fieldset> </form> </div>
             <?php require (JIRAFEAU_ROOT.'lib/template/footer.php');
         exit;
index 56a07b8b1cf54e03760c13626dac41ead2c9c840..893ebf082f109c154e051bb8798a3df729674758 100644 (file)
--- a/index.php
+++ b/index.php
@@ -148,7 +148,7 @@ if (!has_error () && $writable)
         "one_time_download" /><?php echo _('One time download');
     ?></label></p><br/><p><label for = "input_key"
        ><?php echo _('Password') . ':';
-    ?></label> <input type = "text" name = "key" id = "input_key" /></p>
+    ?></label><input type = "text" name = "key" id = "input_key" /></p>
         <p><label for = "select_time"
        ><?php echo _('Time limit') . ':';
     ?></label>
index 2864fb6d7d4c388dfdfac02b421d9ccfe3259d59..58bbc956e8662837d847a7d35c82ca0182775dbb 100755 (executable)
@@ -21,6 +21,7 @@ $tr = array (
             /* index.php */
              'Jirafeau, your web file repository' => 'Jirafeau, votre dépot de fichiers',
              'Upload a file' => 'Envoyer un fichier',
+             'Send' => 'Envoyer',
              'One time download' => 'Téléchargement unique',
              'Password' => 'Mot de passe',
              'Time limit' => 'Limite de temps',
@@ -42,13 +43,13 @@ $tr = array (
              'This file is valid until the following date' => 'Ce fichier est valable jusqu\'à la date suivante',
              'Keep the following URL to delete it at any moment' => 'Conservez le lien suivant pour le supprimer à n\'importe quel moment',
              /* file.php */
+             'Download' => 'Télécharger',
              'Sorry, the requested file is not found' => 'Désolé, le fichier que vous demandez n\'existe pas ou n\'existe plus',
              'File not available.' => 'Fichier non disponible',
              'File has been deleted.' => 'Le fichier a été supprimé.',
              'The time limit of this file has expired.' => 'La limite de temps est dépassée.',
              'Password protection' => 'Protection par mot de passe',
-             'Give the password of this file:' => 'Donnez le mot de passe pour ce fichier',
-             'I have the right to download this file' => 'J\'ai le droit de télécharger ce fichier',
+             'Give the password of this file' => 'Donnez le mot de passe pour ce fichier',
              'Access denied' => 'Accès interdit',
              /* install.hpp */
              'This file was generated by the install process. You can edit it. Please see config.php to understand the configuration items.' => 'Ce fichier a été généré par le processus d\'installation. Vous pouvez l\'éditer. Merci de se référer à config.php pour comprendre les éléments de configuration.',

patrick-canterino.de