diff --git a/src/eventmanager.cpp b/src/eventmanager.cpp index b58b346c9..d189bdc2d 100644 --- a/src/eventmanager.cpp +++ b/src/eventmanager.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 by Ishan Arora - * ishanarora@gmail.com + * Copyright (C) 2007 by Ishan Arora & Christophe Dumez + * , * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/eventmanager.h b/src/eventmanager.h index 7a3100e0e..edd40ad6b 100644 --- a/src/eventmanager.h +++ b/src/eventmanager.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 by Ishan Arora - * ishanarora@gmail.com + * Copyright (C) 2007 by Ishan Arora & Christophe Dumez + * , * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lang/qbittorrent_fr.qm b/src/lang/qbittorrent_fr.qm index 0df3d81e8..10f7298b2 100644 Binary files a/src/lang/qbittorrent_fr.qm and b/src/lang/qbittorrent_fr.qm differ diff --git a/src/lang/qbittorrent_fr.ts b/src/lang/qbittorrent_fr.ts index a60d57c11..0015db839 100644 --- a/src/lang/qbittorrent_fr.ts +++ b/src/lang/qbittorrent_fr.ts @@ -274,17 +274,17 @@ Copyright © 2006 par Christophe Dumez<br> qBittorrent console - + Console qBittorrent General - Général + Général Blocked IPs - + IPs bloquées @@ -1220,22 +1220,22 @@ Copyright © 2006 par Christophe Dumez<br> Display top toolbar - + Proxy - + Serveur mandataire Search engine proxy settings - + Paramètres du proxy (moteur de recherche) Bittorrent proxy settings - + Paramètres du proxy (Bittorrent) @@ -2582,17 +2582,17 @@ Etes-vous certain de vouloir quitter qBittorrent ? No direct connections. This may indicate network configuration problems. - + Aucune connexion directe. Ceci peut être signe d'une mauvaise configuration réseau. Uploads - + Partages Options were saved successfully. - Préférences sauvegardées avec succès. + Préférences sauvegardées avec succès. @@ -2915,7 +2915,7 @@ Etes-vous certain de vouloir quitter qBittorrent ? Console - + Console @@ -3550,12 +3550,12 @@ Changements: Collapse all - + Tout réduire Expand All - + Tout développer @@ -3614,103 +3614,103 @@ Changements: %1 reached the maximum ratio you set. - + %1 a atteint le ratio maximum défini. '%1' was removed permanently. 'xxx.avi' was removed permanently. - '%1' a été supprimé de manière permanente. + '%1' a été supprimé de manière permanente. '%1' was removed. 'xxx.avi' was removed. - '%1' a été supprimé. + '%1' a été supprimé. '%1' paused. e.g: xxx.avi paused. - '%1' a été mis en pause. + '%1' a été mis en pause. '%1' resumed. e.g: xxx.avi resumed. - '%1' a été relancé. + '%1' a été relancé. '%1' is already in download list. e.g: 'xxx.avi' is already in download list. - '%1' est déjà présent dans la liste de téléchargement. + '%1' est déjà présent dans la liste de téléchargement. '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) - '%1' a été relancé. (relancement rapide) + '%1' a été relancé. (relancement rapide) '%1' added to download list. '/home/y/xxx.torrent' was added to download list. - '%1' a été ajouté à la liste de téléchargement. + '%1' a été ajouté à la liste de téléchargement. Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' - Impossible de décoder le torrent : '%1' + Impossible de décoder le torrent : '%1' This file is either corrupted or this isn't a torrent. - Ce fichier est corrompu ou il ne s'agit pas d'un torrent. + Ce fichier est corrompu ou il ne s'agit pas d'un torrent. <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked - + <font color='red'>%1</font> <i>a été bloqué par votre filtrage IP</i> <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned - + <font color='red'>%1</font> <i>a été banni suite à l'envoi de données corrompues</i> Couldn't listen on any of the given ports. - Impossible d'écouter sur les ports donnés. + Impossible d'écouter sur les ports donnés. UPnP/NAT-PMP: Port mapping failure, message: %1 - UPnP/NAT-PMP : Echec de mapping du port, message : %1 + UPnP/NAT-PMP : Echec de mapping du port, message : %1 UPnP/NAT-PMP: Port mapping successful, message: %1 - UPnP/NAT-PMP : Réussite du mapping de port, message : %1 + UPnP/NAT-PMP : Réussite du mapping de port, message : %1 Fast resume data was rejected for torrent %1, checking again... - Le relancement rapide a échoué pour le torrent %1, revérification... + Le relancement rapide a échoué pour le torrent %1, revérification... Url seed lookup failed for url: %1, message: %2 - Le contact de la source HTTP a échoué à l'url : %1, message : %2 + Le contact de la source HTTP a échoué à l'url : %1, message : %2 Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... - Téléchargement de '%1', veuillez patienter... + Téléchargement de '%1', veuillez patienter... @@ -4208,12 +4208,12 @@ Changements: Increase priority - Augmenter la priorité + Augmenter la priorité Decrease priority - Diminuer la priorité + Diminuer la priorité @@ -5362,12 +5362,12 @@ Cependant, les greffons en question ont été désactivés. Increase priority - Augmenter la priorité + Augmenter la priorité Decrease priority - Diminuer la priorité + Diminuer la priorité diff --git a/src/webui/scripts/client.js b/src/webui/scripts/client.js index 3ef0b22b9..6793324ec 100644 --- a/src/webui/scripts/client.js +++ b/src/webui/scripts/client.js @@ -1,6 +1,7 @@ /* * MIT License - * Copyright (c) 2008 Ishan Arora + * Copyright (c) 2008 Ishan Arora , + * Christophe Dumez * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -28,8 +29,8 @@ window.addEvent('domready', function(){ height: '100%' }); // Download list - myTable = new dynamicTable('myTable', {overCls: 'over', selectCls: 'selected', altCls: 'alt', type: 'DL'}); - myTableUP = new dynamicTable('myTableUP', {overCls: 'over', selectCls: 'selected', altCls: 'alt', type: 'UP'}); + myTable = new dynamicTable('myTable', {overCls: 'over', selectCls: 'selected', altCls: 'alt'}); + myTableUP = new dynamicTable('myTableUP', {overCls: 'over', selectCls: 'selected', altCls: 'alt'}); var r=0; var waiting=false; var stateToImg = function(state){ diff --git a/src/webui/scripts/dynamicTable.js b/src/webui/scripts/dynamicTable.js index e2f59ce5f..efeb90d6b 100644 --- a/src/webui/scripts/dynamicTable.js +++ b/src/webui/scripts/dynamicTable.js @@ -1,6 +1,6 @@ /* * MIT License - * Copyright (c) 2008 Ishan Arora + * Copyright (c) 2008 Ishan Arora & Christophe Dumez * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -24,8 +24,8 @@ /************************************************************** Script : Dynamic Table - Version : 0.4 - Authors : Ishan Arora + Version : 0.5 + Authors : Ishan Arora & Christophe Dumez Desc : Programable sortable table Licence : Open Source MIT Licence @@ -37,8 +37,7 @@ var dynamicTable = new Class ({ this.setOptions({ overCls: false, selectCls: false, - altCls: false, - type: 'DL' + altCls: false }, options); this.table = $(table); this.rows = new Object();