]> git.p6c8.net - jirafeau.git/blob - lib/lang/fr.php
Add langage support (french) and automatic langage selection
[jirafeau.git] / lib / lang / fr.php
1 <?php
2 /*
3 * Jirafeau, your web file repository
4 * Copyright (C) 2012 Jerome Jutteau <j.jutteau@gmail.com>
5 *
6 * This program is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU Affero General Public License as
8 * published by the Free Software Foundation, either version 3 of the
9 * License, or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU Affero General Public License for more details.
15 *
16 * You should have received a copy of the GNU Affero General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 */
19
20 $tr = array (
21 'Jirafeau, your web file repository' => 'Jirafeau, votre dépot de fichiers',
22 'Upload a file' => 'Envoyer un fichier',
23 'One time download' => 'Téléchargement unique',
24 'Password' => 'Mot de passe',
25 'Time limit' => 'Limite de temps',
26 'Maximum file size' => 'Taille maximale',
27 'powered by Jirafeau' => 'Propulsé par Jirafeau',
28 'Jirafeau Project' => 'Projet Jirafeau',
29 'None' => 'Aucune',
30 'One minute' => 'Une minute',
31 'One hour' => 'Une heure',
32 'One day' => 'Une journée',
33 'One week' => 'Une semaine',
34 'One month' => 'Un mois',
35 'The file directory is not writable!' => 'Le dossier \'file\' ne peut être écrit.',
36 'The link directory is not writable!' => 'Le dossier \'link\' ne peut être écrit.',
37 'Installer script still present' => 'Le script d\'installation est toujours présent',
38 'Please make sure to delete the installer script "install.php" before continuing.' => 'Assurez vous de supprimer le fichier "install.php" avant de continuer.',
39 'An error occurred.' => 'Une erreur s\'est produite',
40 'File uploaded! Copy the following URL to get it' => 'Fichier envoyé! Copiez le lien suivant pour le télécharger',
41 'This file is valid until the following date' => 'Ce fichier est valable jusqu\'à la date suivante',
42 'Keep the following URL to delete it at any moment' => 'Conservez le lien suivant pour le supprimer à n\'importe quel moment',
43 'Error 404: Not Found' => 'Erreur 404: La page que vous cherchez n\'existe pas ou n\'existe plus',
44 'File not available.' => 'Fichier non disponible',
45 'File has been deleted.' => 'Le fichier a été supprimé.',
46 'The time limit of this file has expired.' => 'La limite de temps est dépassée.',
47 'Password protection' => 'Protection par mot de passe',
48 'Give the password of this file:' => 'Donnez le mot de passe pour ce fichier',
49 'I have the right to download this file' => 'J\'ai le droit de télécharger ce fichier',
50 'Error 403: Forbidden' => 'Erreur 403: Accès interdit',
51 );
52
53 ?>

patrick-canterino.de