36 |
kaklik |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**************************************************************************/
|
|
|
4 |
/* TorrentFlux - PHP Torrent Client
|
|
|
5 |
/* ============================================
|
|
|
6 |
/*
|
|
|
7 |
/* This is the language file with all the system messages
|
|
|
8 |
/*
|
|
|
9 |
/* If you would like to make a translation, please email qrome@yahoo.com
|
|
|
10 |
/* the translated file. Please keep the original text order,
|
|
|
11 |
/* and just one message per line, also double check your translation!
|
|
|
12 |
/*
|
|
|
13 |
/* You need to change the second quoted phrase, not the capital one!
|
|
|
14 |
/*
|
|
|
15 |
/* If you need to use double quotes (") remember to add a backslash (\),
|
|
|
16 |
/* so your entry will look like: This is \"double quoted\" text.
|
|
|
17 |
/* And, if you use HTML code, please double check it.
|
|
|
18 |
/**************************************************************************/
|
|
|
19 |
|
|
|
20 |
define("_CHARSET","iso-8859-1"); // if you don't know... then leave this as is.
|
|
|
21 |
define("_SELECTFILE","Choisissez un torrent à télécharger");
|
|
|
22 |
define("_URLFILE","URL pour le dossier de torrent");
|
|
|
23 |
define("_UPLOAD","Téléchargement");
|
|
|
24 |
define("_GETFILE","Charger le Fichier");
|
|
|
25 |
define("_TORRENTLINKS","Liens De Torrents");
|
|
|
26 |
define("_ONLINE","En Ligne");
|
|
|
27 |
define("_OFFLINE","Hors Ligne");
|
|
|
28 |
define("_STORAGE","Stockage");
|
|
|
29 |
define("_DRIVESPACE","Espace Disque");
|
|
|
30 |
define("_SERVERSTATS","Stats Du Serveur / Qui");
|
|
|
31 |
define("_DIRECTORYLIST","Listage répertoire");
|
|
|
32 |
define("_ALL","Tous");
|
|
|
33 |
define("_PAGEWILLREFRESH","La Page Recharge Tous/Toutes les");
|
|
|
34 |
define("_SECONDS","Secondes");
|
|
|
35 |
define("_TURNONREFRESH","Activer le Rechargement Auto");
|
|
|
36 |
define("_TURNOFFREFRESH","Arrêter le Rechargement Auto");
|
|
|
37 |
define("_WARNING","AVERTISSEMENT");
|
|
|
38 |
define("_DRIVESPACEUSED","L'espace disque est saturé!");
|
|
|
39 |
define("_ADMINMESSAGE","Vous avez un message d'un administrateur dans votre boîte de messages.");
|
|
|
40 |
define("_TORRENTS","Torrents");
|
|
|
41 |
define("_UPLOADHISTORY","Historique Des Téléchargements");
|
|
|
42 |
define("_MYPROFILE","Éditer Mon Profil");
|
|
|
43 |
define("_ADMINISTRATION","Administration");
|
|
|
44 |
define("_SENDMESSAGETO","Envoyez un message à");
|
|
|
45 |
define("_TORRENTFILE","Fichier Torrent");
|
|
|
46 |
define("_FILESIZE","Taille Du Fichier");
|
|
|
47 |
define("_STATUS","Statut");
|
|
|
48 |
define("_ADMIN","Admin");
|
|
|
49 |
define("_BADFILE","Mauvais Fichier");
|
|
|
50 |
define("_DATETIMEFORMAT","d/m/y g:i a"); //Date Time mask '02/26/04 03:53 pm'
|
|
|
51 |
define("_DATEFORMAT","d/m/y"); //Date mask '02/26/04'
|
|
|
52 |
define("_ESTIMATEDTIME","Temps Estimé");
|
|
|
53 |
define("_DOWNLOADSPEED","Vitesse Download");
|
|
|
54 |
define("_UPLOADSPEED","Vitesse Upload");
|
|
|
55 |
define("_SHARING","Partage");
|
|
|
56 |
define("_USER","Utilisateur");
|
|
|
57 |
define("_DONE","FAIT");
|
|
|
58 |
define("_INCOMPLETE","INACHEVÉ");
|
|
|
59 |
define("_NEW","NOUVEAU");
|
|
|
60 |
define("_TORRENTDETAILS","Détails du Torrent");
|
|
|
61 |
define("_STOPDOWNLOAD","Arrêtez le Téléchargement du Torrent");
|
|
|
62 |
define("_RUNTORRENT","Lancer le Torrent");
|
|
|
63 |
define("_SEEDTORRENT","Partager le Torrent");
|
|
|
64 |
define("_DELETE","Effacer");
|
|
|
65 |
define("_ABOUTTODELETE","Vous êtes sur le point de supprimer");
|
|
|
66 |
define("_NOTOWNER","Pas propriétaire du torrent");
|
|
|
67 |
define("_MESSAGETOALL","Ce message a été envoyé à TOUS LES UTILISATEURS");
|
|
|
68 |
define("_TRYDIFFERENTUSERID","Erreur: Essayez un utilisateur différent.");
|
|
|
69 |
define("_HASBEENUSED","a été utilisé.");
|
|
|
70 |
define("_RETURNTOEDIT","Retour à l'édition");
|
|
|
71 |
define("_ADMINUSERACTIVITY","Administration - Activité D'Utilisateurs");
|
|
|
72 |
define("_ADMIN_MENU","admin");
|
|
|
73 |
define("_ACTIVITY_MENU","activité");
|
|
|
74 |
define("_LINKS_MENU","liens");
|
|
|
75 |
define("_NEWUSER_MENU","nouvel utilisateur");
|
|
|
76 |
define("_BACKUP_MENU","sauvegarde");
|
|
|
77 |
define("_ALLUSERS","Tous les Utilisateurs");
|
|
|
78 |
define("_NORECORDSFOUND","PAS D'ENREGISTREMENT TROUVÉ");
|
|
|
79 |
define("_SHOWPREVIOUS","Précédent");
|
|
|
80 |
define("_SHOWMORE","Voir Plus");
|
|
|
81 |
define("_ACTIVITYSEARCH","Activité des Recherches");
|
|
|
82 |
define("_FILE","Fichier");
|
|
|
83 |
define("_ACTION","Action");
|
|
|
84 |
define("_SEARCH","Recherche");
|
|
|
85 |
define("_ACTIVITYLOG","Fichier de journalisation - Dernier");
|
|
|
86 |
define("_DAYS","Jours");
|
|
|
87 |
define("_IP","IP");
|
|
|
88 |
define("_TIMESTAMP","Temps");
|
|
|
89 |
define("_USERDETAILS","Détails de l'Utilisateur");
|
|
|
90 |
define("_HITS","Hits");
|
|
|
91 |
define("_UPLOADACTIVITY","Activité D'Upload");
|
|
|
92 |
define("_JOINED","à rejoint"); // header for the date when the user joined (became a member)
|
|
|
93 |
define("_LASTVISIT","Dernière Visite"); // header for when the user last visited the site
|
|
|
94 |
define("_USERSACTIVITY","Activité"); // used for popup to display Activity next to users name
|
|
|
95 |
define("_NORMALUSER","Utilisateur Normal"); // used to describe a normal user's account type
|
|
|
96 |
define("_ADMINISTRATOR","Administrateur"); // used to describe an administrator's account type
|
|
|
97 |
define("_SUPERADMIN","Super Admin"); // used to describe Super Admin's account type
|
|
|
98 |
define("_EDIT","Éditer");
|
|
|
99 |
define("_USERADMIN","Administration - Utilisateurs"); // title of page for user administration
|
|
|
100 |
define("_EDITUSER","Éditer L'Utilisateur");
|
|
|
101 |
define("_UPLOADPARTICIPATION","Participation au Téléchargement");
|
|
|
102 |
define("_UPLOADS","Uploads"); // Number of uploads a user has contributed
|
|
|
103 |
define("_PERCENTPARTICIPATION","Pourcentage de Participation");
|
|
|
104 |
define("_PARTICIPATIONSTATEMENT","La participation et les téléchargements basés sur les derniers"); // ends with 15 Days
|
|
|
105 |
define("_TOTALPAGEVIEWS","Pages Vues au Total");
|
|
|
106 |
define("_THEME","Thème");
|
|
|
107 |
define("_USERTYPE","Type D'Utilisateur");
|
|
|
108 |
define("_NEWPASSWORD","Nouveau Mot de passe");
|
|
|
109 |
define("_CONFIRMPASSWORD","Confirmez Le Mot de passe");
|
|
|
110 |
define("_HIDEOFFLINEUSERS","Masquer les utilisateurs Hors-ligne de la page d'acceuil");
|
|
|
111 |
define("_UPDATE","Mise à jour");
|
|
|
112 |
define("_USERIDREQUIRED","L'identification de l'utilisateur est exigée.");
|
|
|
113 |
define("_PASSWORDLENGTH","Le mot de passe doit avoir 6 caractères ou plus.");
|
|
|
114 |
define("_PASSWORDNOTMATCH","Les mots de passe sont différents.");
|
|
|
115 |
define("_PLEASECHECKFOLLOWING","Veuillez vérifier ces informations"); // Displays errors after this statement
|
|
|
116 |
define("_NEWUSER","Nouvel Utilisateur");
|
|
|
117 |
define("_PASSWORD","Mot de passe");
|
|
|
118 |
define("_CREATE","Créer"); // button text to create a new user
|
|
|
119 |
define("_ADMINEDITLINKS","Administration - Modifier Les Liens");
|
|
|
120 |
define("_FULLURLLINK","URL Complète");
|
|
|
121 |
define("_BACKTOPARRENT","Répertoire Parent"); // indicates going back to parent directory
|
|
|
122 |
define("_DOWNLOADDETAILS","Détails Du Téléchargement");
|
|
|
123 |
define("_PERCENTDONE","Pourcentage Terminé");
|
|
|
124 |
define("_RETURNTOTORRENTS","Revenir aux Torrents"); // Link at the bottom of each page
|
|
|
125 |
define("_DATE","Date");
|
|
|
126 |
define("_WROTE","a écrit"); // Used in a reply to tag what the user had writen
|
|
|
127 |
define("_SENDMESSAGETITLE","Envoyer un message"); // Title of page
|
|
|
128 |
define("_TO","À");
|
|
|
129 |
define("_FROM","De");
|
|
|
130 |
define("_YOURMESSAGE","Votre Message");
|
|
|
131 |
define("_SENDTOALLUSERS","Envoyez à tous les utilisateurs");
|
|
|
132 |
define("_FORCEUSERSTOREAD","Force Utilisateur(s) à lire"); // Admin option in messaging
|
|
|
133 |
define("_SEND","Envoyer"); // Button to send private message
|
|
|
134 |
define("_PROFILE","Profil");
|
|
|
135 |
define("_PROFILEUPDATEDFOR","Profil mis à jour pour"); // Profile updated for 'username'
|
|
|
136 |
define("_REPLY","Répondre"); // popup text for reply button
|
|
|
137 |
define("_MESSAGE","Message");
|
|
|
138 |
define("_MESSAGES","Messages"); // plural (more than one)
|
|
|
139 |
define("_RETURNTOMESSAGES","Retourner aux messages");
|
|
|
140 |
define("_COMPOSE","Ecrire"); // As in 'Compose a message' for button
|
|
|
141 |
define("_LANGUAGE","Langue"); // label
|
|
|
142 |
|
|
|
143 |
|
|
|
144 |
define("_CURRENTDOWNLOAD","Current Download");
|
|
|
145 |
define("_CURRENTUPLOAD","Current Upload");
|
|
|
146 |
define("_SERVERLOAD","Server Load");
|
|
|
147 |
define("_FREESPACE","Free Space");
|
|
|
148 |
define("_UPLOADED", "Uploaded");
|
|
|
149 |
|
|
|
150 |
define("_QMANAGER_MENU","queue");
|
|
|
151 |
define("_SETTINGS_MENU","settings");
|
|
|
152 |
define("_SEARCHSETTINGS_MENU","search settings");
|
|
|
153 |
define("_ERRORSREPORTED","Errors");
|
|
|
154 |
define("_STARTED", "Started");
|
|
|
155 |
define("_ENDED", "Ended");
|
|
|
156 |
define("_QUEUED","Queued");
|
|
|
157 |
define("_DELQUEUE","Remove from Queue");
|
|
|
158 |
define("_FORCESTOP","Kill Torrent");
|
|
|
159 |
define("_STOPPING","Stopping");
|
|
|
160 |
define("_COOKIE_MENU","cookies");
|
|
|
161 |
|
|
|
162 |
?>
|