Adjust language details

This commit is contained in:
Jimmy Beauvois 2013-07-29 20:03:15 +00:00 committed by Jerome Jutteau
parent 6b28d8973d
commit 3b097eba64
3 changed files with 41 additions and 35 deletions

View File

@ -1,7 +1,9 @@
<?php <?php
/* /*
* Jirafeau, your web file repository * Jirafeau, your web file repository
* Copyright (C) 2012 Jerome Jutteau <j.jutteau@gmail.com> * Copyright (C) 2013
* Jerome Jutteau <j.jutteau@gmail.com>
* Jimmy Beauvois <jimmy.beauvois@gmail.com>
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -59,8 +61,9 @@ if (has_error ())
</div> </div>
<div id="upload"> <div id="upload">
<fieldset>
<legend> <legend>
<?php echo t('Select a file'); ?> : <?php echo t('Select a file'); ?>
</legend> </legend>
<p> <p>
<input type="file" id="file_select" size="30" <input type="file" id="file_select" size="30"
@ -69,15 +72,7 @@ if (has_error ())
document.getElementById('send').style.display = ''; document.getElementById('send').style.display = '';
"/> "/>
</p> </p>
<p id="max_file_size" class="config"></p>
<p>
<input type="submit" id="send" value="<?php echo t('Send'); ?>"
onclick="
document.getElementById('upload').style.display = 'none';
document.getElementById('uploading').style.display = '';
upload ('<?php echo $cfg['web_root']; ?>', <?php echo jirafeau_get_max_upload_size_bytes (); ?>);
"/>
</p>
<div id="options"> <div id="options">
<table id="option_table"> <table id="option_table">
<tr> <tr>
@ -99,9 +94,19 @@ if (has_error ())
<option value = "month"><?php echo t('One month');?></option> <option value = "month"><?php echo t('One month');?></option>
</select></td> </select></td>
</tr> </tr>
<p id="max_file_size" class="config"></p>
<p>
<input type="submit" id="send" value="<?php echo t('Send'); ?>"
onclick="
document.getElementById('upload').style.display = 'none';
document.getElementById('uploading').style.display = '';
upload ('<?php echo $cfg['web_root']; ?>', <?php echo jirafeau_get_max_upload_size_bytes (); ?>);
"/>
</p>
</table> </table>
</div> </div> </fieldset>
</div> </div>
<script lang="Javascript"> <script lang="Javascript">
document.getElementById('uploading').style.display = 'none'; document.getElementById('uploading').style.display = 'none';
document.getElementById('upload_finished').style.display = 'none'; document.getElementById('upload_finished').style.display = 'none';

View File

@ -1,7 +1,9 @@
<?php <?php
/* /*
* Jirafeau, your web file repository * Jirafeau, your web file repository
* Copyright (C) 2012 Jerome Jutteau <j.jutteau@gmail.com> * Copyright (C) 2013
* Jerome Jutteau <j.jutteau@gmail.com>
* Jimmy Beauvois <jimmy.beauvois@gmail.com>
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -20,9 +22,9 @@
$tr = array ( $tr = array (
/* index.php */ /* index.php */
'Jirafeau, your web file repository' => 'Jirafeau, votre dépot de fichiers', 'Jirafeau, your web file repository' => 'Jirafeau, votre dépot de fichiers',
'Select a file' => 'Sélectionnez un fichier', 'Select a file' => 'Sélectionner un fichier à envoyer:',
'Send' => 'Envoyer', 'Send' => 'Envoyer',
'Uploading ...' => 'Envoie ...', 'Uploading ...' => 'Envoi en cours ...',
'One time download' => 'Téléchargement unique', 'One time download' => 'Téléchargement unique',
'Password' => 'Mot de passe', 'Password' => 'Mot de passe',
'Time limit' => 'Limite de temps', 'Time limit' => 'Limite de temps',
@ -39,11 +41,11 @@ $tr = array (
'The link directory is not writable' => 'Le dossier \'link\' ne peut être écrit.', 'The link directory is not writable' => 'Le dossier \'link\' ne peut être écrit.',
'The async directory is not writable!' => 'Le dossier \'async\' ne peut être écrit.', 'The async directory is not writable!' => 'Le dossier \'async\' ne peut être écrit.',
'Installer script still present' => 'Le script d\'installation est toujours présent', 'Installer script still present' => 'Le script d\'installation est toujours présent',
'Please make sure to delete the installer script "install.php" before continuing.' => 'Assurez vous de supprimer le fichier "install.php" avant de continuer.', 'Please make sure to delete the installer script "install.php" before continuing.' => 'Merci de supprimer le fichier "install.php" avant de continuer.',
'An error occurred.' => 'Une erreur s\'est produite', 'An error occurred.' => 'Une erreur s\'est produite',
'File uploaded! Copy the following URL to get it' => 'Fichier envoyé! Copiez le lien suivant pour le télécharger', 'File uploaded! Copy the following URL to get it' => 'Fichier envoyé! Le fichier sera accessible à l\'adresse suivante',
'This file is valid until the following date' => 'Ce fichier est valable jusqu\'à la date suivante', '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', 'Keep the following URL to delete it at any moment' => 'Vous pouvez supprimer le fichier lorsque vous le désirez via l\'adresse suivante',
/* file.php */ /* file.php */
'Download' => 'Télécharger', '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', 'Sorry, the requested file is not found' => 'Désolé, le fichier que vous demandez n\'existe pas ou n\'existe plus',
@ -57,13 +59,13 @@ $tr = array (
'By using our services, you accept of our' => 'En utilisant nos services, vous acceptez nos', 'By using our services, you accept of our' => 'En utilisant nos services, vous acceptez nos',
'Term Of Service' => 'Conditions d\'utilisation', 'Term Of Service' => 'Conditions d\'utilisation',
/* functions.php */ /* functions.php */
'Internal error during file creation.' => 'Erreur interne durant la creation de fichier.', 'Internal error during file creation.' => 'Erreur interne lors la creation de fichier.',
/* install.hpp */ /* 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.', '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.',
'The following directory could not be created' => 'Le dossier suivant ne peut être créé', 'The following directory could not be created' => 'Le dossier suivant ne peut être créé',
'You should create this directory by hand.' => 'Vous devriez creer manuelement ce dossier', 'You should create this directory by hand.' => 'Vous devriez creer manuelement ce dossier',
'The following directory is not writable' => 'Le dossier suivant ne peut être créé', 'The following directory is not writable' => 'Le dossier suivant ne peut être créé',
'You should give the write right to the web server on this directory.' => 'Vous devriez donner le droits d\'écriture à ce repertoire pour le rendre accéssible par le serveur web.', 'You should give the write right to the web server on this directory.' => 'Vous devriez donner le droits d\'écriture à ce repertoire pour le rendre accessible par le serveur web.',
'Here is a solution' => 'Une solution possible', 'Here is a solution' => 'Une solution possible',
'The local configuration file could not be created. Create a ' . 'The local configuration file could not be created. Create a ' .
'<code>lib/config.local.php</code> file and give the write ' . '<code>lib/config.local.php</code> file and give the write ' .
@ -92,7 +94,7 @@ $tr = array (
'Data directory' => 'Dossier de stockage des données', 'Data directory' => 'Dossier de stockage des données',
'Jirafeau is internationalised. Choose a specific langage or choose Automatic (langage is provided by user\'s browser).' 'Jirafeau is internationalised. Choose a specific langage or choose Automatic (langage is provided by user\'s browser).'
=> 'Jirafeau supporte plusieurs languages. Choisissez un langage spécific ou Automatic (la langue utilisée est alors fournie par le navigateur du visiteur).', => 'Jirafeau supporte plusieurs languages. Choisissez un langage spécific ou Automatic (la langue utilisée est alors fournie par le navigateur du visiteur).',
'Choose the default language' => 'Choissiez la langue par defaut', 'Choose the default language' => 'Choisissez la langue par defaut',
'Next step' => 'Etape suivante', 'Next step' => 'Etape suivante',
'Jirafeau has an administration interface (through admin.php). ' . 'Jirafeau has an administration interface (through admin.php). ' .
'You can set a password to access the intercace or let it be empty ' . 'You can set a password to access the intercace or let it be empty ' .
@ -102,9 +104,9 @@ $tr = array (
'Sorry, the admin interface is not enabled.' => 'Désolé, l\'interface d\'administration n\'est pas activée.', 'Sorry, the admin interface is not enabled.' => 'Désolé, l\'interface d\'administration n\'est pas activée.',
'Login' => 'Connexion', 'Login' => 'Connexion',
'Wrong password.' => 'Mot de passe invalide.', 'Wrong password.' => 'Mot de passe invalide.',
'Admin interface' => 'Interface d\'adminitration', 'Admin interface' => 'Interface d\'administration',
'Clean expired files' => 'Nettoie les fichiers périmés', 'Clean expired files' => 'Nettoyer les fichiers périmés',
'Clean old unfinished transferts' => 'Nettoie les vieux transferts inachevés', 'Clean old unfinished transferts' => 'Nettoyer les anciens transferts inachevés',
'Clean' => 'Nettoyage', 'Clean' => 'Nettoyage',
'Search files by name' => 'Rechercher les fichiers par leur nom', 'Search files by name' => 'Rechercher les fichiers par leur nom',
'Search' => 'Rechercher', 'Search' => 'Rechercher',
@ -114,7 +116,7 @@ $tr = array (
'Search files by file hash' => 'Rechercher par empreinte de fichier', 'Search files by file hash' => 'Rechercher par empreinte de fichier',
'Search a specific link' => 'Rechercher un lien particulier', 'Search a specific link' => 'Rechercher un lien particulier',
'Number of cleaned files' => 'Nombre de fichiers nettoyés', 'Number of cleaned files' => 'Nombre de fichiers nettoyés',
'Logout' => 'Déconnection', 'Logout' => 'Déconnexion',
'You are now Logout' => 'Vous êtes maintenant déconnecté', 'You are now Logout' => 'Vous êtes maintenant déconnecté',
'Link deleted' => 'Lien supprimé', 'Link deleted' => 'Lien supprimé',
'Filename' => 'Nom', 'Filename' => 'Nom',
@ -127,8 +129,8 @@ $tr = array (
'Upload date' => 'Date d\'envoie', 'Upload date' => 'Date d\'envoie',
'Origin' => 'Origine', 'Origin' => 'Origine',
'Action' => 'Action', 'Action' => 'Action',
'Del link' => 'Suppr lien', 'Del link' => 'Supprimer le lien',
'Del file and links' => 'Suppr fichier et liens', 'Del file and links' => 'Supprimer fichier et liens',
'Deleted links' => 'Liens supprimés', 'Deleted links' => 'Liens supprimés',
/* script.php */ /* script.php */
'Welcome to Jirafeau\'s query interface' => 'Bienvenue sur l\'interface programmable de Jirafeau', 'Welcome to Jirafeau\'s query interface' => 'Bienvenue sur l\'interface programmable de Jirafeau',

View File

@ -1,10 +1,9 @@
<div id="copyright">
<p><a href="https://gitorious.org/jirafeau/"><?php echo t('powered by Open-Source project Jirafeau'); ?></a><br />
<a href="http://www.gnu.org/licenses/agpl.html">copyright</a> &copy; 2008-2012 <a href="https://gitorious.org/jirafeau/">
<?php echo t('Jirafeau Project'); ?></a></p>
<p><a href="<?php echo $cfg['web_root'] . '/tos.php'; ?>">Terms of Service</a></p>
</div>
</div>
<div id="copyright">
<p><a href="https://gitorious.org/jirafeau"></a><br /><a href="http://www.gnu.org/licenses/agpl.html">agplv3</a> | <a href="https://gitorious.org/jirafeau">Jyrafeau Project</a> | <a href="<?php echo $cfg['web_root'] . '/tos.php'; ?>">Terms of Service</a></p>
</div>
</div>
<div id="jyraphe">
</div>
</body> </body>
</html> </html>