mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-01-17 12:58:20 +01:00
Adjust language details
This commit is contained in:
parent
6b28d8973d
commit
3b097eba64
29
index.php
29
index.php
@ -1,7 +1,9 @@
|
||||
<?php
|
||||
/*
|
||||
* 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
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
@ -59,8 +61,9 @@ if (has_error ())
|
||||
</div>
|
||||
|
||||
<div id="upload">
|
||||
<fieldset>
|
||||
<legend>
|
||||
<?php echo t('Select a file'); ?> :
|
||||
<?php echo t('Select a file'); ?>
|
||||
</legend>
|
||||
<p>
|
||||
<input type="file" id="file_select" size="30"
|
||||
@ -69,15 +72,7 @@ if (has_error ())
|
||||
document.getElementById('send').style.display = '';
|
||||
"/>
|
||||
</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">
|
||||
<table id="option_table">
|
||||
<tr>
|
||||
@ -99,9 +94,19 @@ if (has_error ())
|
||||
<option value = "month"><?php echo t('One month');?></option>
|
||||
</select></td>
|
||||
</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>
|
||||
</div>
|
||||
</div> </fieldset>
|
||||
</div>
|
||||
|
||||
<script lang="Javascript">
|
||||
document.getElementById('uploading').style.display = 'none';
|
||||
document.getElementById('upload_finished').style.display = 'none';
|
||||
|
@ -1,7 +1,9 @@
|
||||
<?php
|
||||
/*
|
||||
* 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
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
@ -20,9 +22,9 @@
|
||||
$tr = array (
|
||||
/* index.php */
|
||||
'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',
|
||||
'Uploading ...' => 'Envoie ...',
|
||||
'Uploading ...' => 'Envoi en cours ...',
|
||||
'One time download' => 'Téléchargement unique',
|
||||
'Password' => 'Mot de passe',
|
||||
'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 async directory is not writable!' => 'Le dossier \'async\' ne peut être écrit.',
|
||||
'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',
|
||||
'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',
|
||||
'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 */
|
||||
'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',
|
||||
@ -57,13 +59,13 @@ $tr = array (
|
||||
'By using our services, you accept of our' => 'En utilisant nos services, vous acceptez nos',
|
||||
'Term Of Service' => 'Conditions d\'utilisation',
|
||||
/* 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 */
|
||||
'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éé',
|
||||
'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éé',
|
||||
'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',
|
||||
'The local configuration file could not be created. Create a ' .
|
||||
'<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',
|
||||
'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).',
|
||||
'Choose the default language' => 'Choissiez la langue par defaut',
|
||||
'Choose the default language' => 'Choisissez la langue par defaut',
|
||||
'Next step' => 'Etape suivante',
|
||||
'Jirafeau has an administration interface (through admin.php). ' .
|
||||
'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.',
|
||||
'Login' => 'Connexion',
|
||||
'Wrong password.' => 'Mot de passe invalide.',
|
||||
'Admin interface' => 'Interface d\'adminitration',
|
||||
'Clean expired files' => 'Nettoie les fichiers périmés',
|
||||
'Clean old unfinished transferts' => 'Nettoie les vieux transferts inachevés',
|
||||
'Admin interface' => 'Interface d\'administration',
|
||||
'Clean expired files' => 'Nettoyer les fichiers périmés',
|
||||
'Clean old unfinished transferts' => 'Nettoyer les anciens transferts inachevés',
|
||||
'Clean' => 'Nettoyage',
|
||||
'Search files by name' => 'Rechercher les fichiers par leur nom',
|
||||
'Search' => 'Rechercher',
|
||||
@ -114,7 +116,7 @@ $tr = array (
|
||||
'Search files by file hash' => 'Rechercher par empreinte de fichier',
|
||||
'Search a specific link' => 'Rechercher un lien particulier',
|
||||
'Number of cleaned files' => 'Nombre de fichiers nettoyés',
|
||||
'Logout' => 'Déconnection',
|
||||
'Logout' => 'Déconnexion',
|
||||
'You are now Logout' => 'Vous êtes maintenant déconnecté',
|
||||
'Link deleted' => 'Lien supprimé',
|
||||
'Filename' => 'Nom',
|
||||
@ -127,8 +129,8 @@ $tr = array (
|
||||
'Upload date' => 'Date d\'envoie',
|
||||
'Origin' => 'Origine',
|
||||
'Action' => 'Action',
|
||||
'Del link' => 'Suppr lien',
|
||||
'Del file and links' => 'Suppr fichier et liens',
|
||||
'Del link' => 'Supprimer le lien',
|
||||
'Del file and links' => 'Supprimer fichier et liens',
|
||||
'Deleted links' => 'Liens supprimés',
|
||||
/* script.php */
|
||||
'Welcome to Jirafeau\'s query interface' => 'Bienvenue sur l\'interface programmable de Jirafeau',
|
||||
|
@ -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> © 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>
|
||||
</html>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user