diff options
author | pixel <pixel> | 2002-11-29 20:39:44 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-11-29 20:39:44 +0000 |
commit | ed0ed93bc9a64412c04a73938b04079cad95c4af (patch) | |
tree | 985cbfc9e800d0ee6d28ebb542d6ee79c9a4cc96 /po | |
parent | a69ef2131749e05bb43106d48139638de0144f69 (diff) |
Yeah... reworking on it!
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 3 | ||||
-rw-r--r-- | po/fr.po | 140 |
2 files changed, 69 insertions, 74 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index d78166c..1cf525b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -24,7 +24,4 @@ lib/datecalc.c lib/InPipe.cc lib/OutPipe.cc src/Main.cc -src/datas/style.css -src/datas/TestApplet.class -src/datas/HelloSwingApplet.class src/misc.cc @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Baltisot 1.0.0\n" -"POT-Creation-Date: 2002-01-08 10:14+0100\n" +"POT-Creation-Date: 2002-11-29 02:12+0100\n" "PO-Revision-Date: 2001-10-29 08:26GMT\n" "Last-Translator: Nicolas Noble <nicolas@nobis-crew.org>\n" "Language-Team: French <fr@li.org>\n" @@ -14,183 +14,181 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.8\n" -#: lib/CopyJob.cc:68 +#: lib/CopyJob.cc:71 msgid "CopyJob from " msgstr "CopyJob depuis " -#: lib/CopyJob.cc:68 lib/ReadJob.cc:48 +#: lib/CopyJob.cc:71 lib/ReadJob.cc:51 msgid " to " msgstr " vers " -#: lib/Exceptions.cc:15 lib/Exceptions.cc:20 lib/Exceptions.cc:25 +#: lib/Exceptions.cc:24 lib/Exceptions.cc:29 lib/Exceptions.cc:34 msgid "Generating a General Exception error: '" msgstr "Génération d'une Exception Générale: '" -#: lib/Exceptions.cc:38 +#: lib/Exceptions.cc:49 #, c-format -msgid "Failed allocating %ld bytes." -msgstr "N'a pu allouer %ld octets." +msgid "Failed allocating %u bytes." +msgstr "N'a pu allouer %u octets." -#: lib/Exceptions.cc:43 +#: lib/Exceptions.cc:54 #, c-format -msgid "An error has occured while %s %ld bytes on %s: %s" -msgstr "Une erreur est survenue en %s %ld octets depuis %s: %s" +msgid "An error has occured while %s %u bytes on %s: %s" +msgstr "Une erreur est survenue en %s %u octets depuis %s: %s" -#: lib/Exceptions.cc:43 +#: lib/Exceptions.cc:54 msgid "writing" msgstr "écrivant" -#: lib/Exceptions.cc:43 +#: lib/Exceptions.cc:54 msgid "reading" msgstr "lisant" -#: lib/Exceptions.cc:52 +#: lib/Exceptions.cc:63 msgid "No more bytes for reading or writing." msgstr "Plus d'octets à lire ou écrire" -#: lib/Exceptions.cc:58 +#: lib/Exceptions.cc:69 msgid "Switching task in a non-tasked environnement" msgstr "Basculement de tâche dans un environnement non multi-tâches" -#: lib/Exceptions.cc:123 +#: lib/Exceptions.cc:75 +msgid "Exitting with code " +msgstr "Sortie avec le code " + +#: lib/Exceptions.cc:142 msgid "Error creating pipe: " msgstr "Erreur en créant un tube: " -#: lib/Exceptions.cc:135 +#: lib/Exceptions.cc:154 msgid "Was not able to fork().\n" msgstr "N'a pu faire de fork().\n" -#: lib/Handle.cc:154 lib/Handle.cc:162 -#, fuzzy +#: lib/Handle.cc:172 lib/Handle.cc:183 msgid "Error during close: " -msgstr "Erreur pendant poll: " +msgstr "Erreur pendant close: " -#: lib/Handle.cc:156 +#: lib/Handle.cc:174 msgid "Error in zlib during gzclose." -msgstr "" +msgstr "Erreur dans la zlib pendant gzclose." -#: lib/Handle.cc:181 +#: lib/Handle.cc:202 msgid "Bare Handle - should not happend" msgstr "Handle pur - ne devrait pas arriver" -#: lib/Handle.cc:205 +#: lib/Handle.cc:227 msgid "Can't SetZ a Handle twice." -msgstr "" +msgstr "Ne peut faire SetZ sur un Handle deux fois." -#: lib/Handle.cc:208 +#: lib/Handle.cc:230 msgid "Can't SetZ a virtual Handle." -msgstr "" +msgstr "Ne peut SetZ sur un Handle virtuel." -#: lib/Handle.cc:223 +#: lib/Handle.cc:245 #, fuzzy msgid "Was not able to gzdopen." -msgstr "N'a pu faire de fork().\n" +msgstr "N'a pu faire de gzdopen.\n" -#: lib/Handle.cc:239 -#, fuzzy +#: lib/Handle.cc:268 msgid "Error in zlib during gzwrite: " -msgstr "Erreur pendant poll: " +msgstr "Erreur dans la zlib pendant gzwrite: " -#: lib/Input.cc:16 lib/Output.cc:16 -#, fuzzy +#: lib/Input.cc:24 lib/Output.cc:23 msgid "Error opening file " -msgstr "Erreur en ouvrant le fichier" +msgstr "Erreur en ouvrant le fichier " -#: lib/Input.cc:16 +#: lib/Input.cc:24 msgid " for reading: " msgstr " en lecture: " -#: lib/Output.cc:16 +#: lib/Input.cc:70 lib/Input.cc:74 lib/Output.cc:57 lib/Output.cc:61 +msgid "Error seeking file " +msgstr "Erreur en avançant dans le fichier" + +#: lib/Input.cc:70 lib/Output.cc:57 +msgid ": " +msgstr ": " + +#: lib/Input.cc:74 lib/Output.cc:61 +msgid ": the position does not match" +msgstr ": la position ne correspond pas" + +#: lib/Output.cc:23 msgid " for writing: " msgstr " en écriture: " -#: lib/ReadJob.cc:48 +#: lib/ReadJob.cc:51 msgid "ReadJob from " msgstr "ReadJob depuis " -#: lib/Regex.cc:12 +#: lib/Regex.cc:15 msgid "Error in regcomp:" msgstr "Erreur dans regcomp:" -#: lib/Regex.cc:15 lib/Regex.cc:26 +#: lib/Regex.cc:18 lib/Regex.cc:29 msgid "Regex \"" msgstr "Regex \"" -#: lib/Regex.cc:15 lib/Regex.cc:26 +#: lib/Regex.cc:18 lib/Regex.cc:29 msgid "\" failed to compile: " msgstr "\" n'a pu compiler: " -#: lib/Socket.cc:18 +#: lib/Socket.cc:22 msgid "Error creating socket." msgstr "Erreur en créeant un socket." -#: lib/Socket.cc:133 +#: lib/Socket.cc:144 msgid "Failed accepting." msgstr "N'a pu accepter." -#: lib/Task.cc:28 lib/Task.cc:44 +#: lib/Task.cc:31 lib/Task.cc:47 msgid "Task " msgstr "La tache " -#: lib/Task.cc:28 +#: lib/Task.cc:31 msgid " caused an unexpected exception: \"" msgstr " a causée une exception innatendue: \"" -#: lib/Task.cc:28 lib/Task.cc:44 +#: lib/Task.cc:31 lib/Task.cc:47 msgid "\". Terminating.\n" msgstr "\". Terminaison.\n" -#: lib/Task.cc:44 -#, fuzzy +#: lib/Task.cc:47 msgid " caused an unexpected exception during dry-run: \"" -msgstr " a causée une exception innatendue: \"" +msgstr " a causée une exception innatendue pendant l'exécution rapide: \"" -#: lib/Task.cc:57 +#: lib/Task.cc:60 msgid "Unknow Task" msgstr "Tache inconnue" -#: lib/TaskMan.cc:68 +#: lib/TaskMan.cc:72 msgid "Task Manager already initialised." msgstr "Le gestionnaire de tache est déjà initialisé." -#: lib/TaskMan.cc:205 +#: lib/TaskMan.cc:222 msgid "TaskMan: No more task to manage." msgstr "Plus de taches à gérer." -#: lib/TaskMan.cc:316 +#: lib/TaskMan.cc:328 msgid "Error during poll: " msgstr "Erreur pendant poll: " -#: lib/TaskMan.cc:329 +#: lib/TaskMan.cc:340 msgid "Error with poll, handle " msgstr "Erreur avec poll, handle " -#: lib/TaskMan.cc:329 +#: lib/TaskMan.cc:340 msgid " invalid." msgstr " invalide." -#: lib/TaskMan.cc:414 -#, fuzzy -msgid "TaskMan: internal error (task not found) -- SHOULD NOT HAPPEN!!" -msgstr "TaskMan: erreur interne (tache non trouvée)" - -#: lib/InPipe.cc:32 +#: lib/InPipe.cc:40 msgid "Input pipe from stdout (" msgstr "Tube d'entrée depuis stdout (" -#: lib/InPipe.cc:32 lib/OutPipe.cc:32 +#: lib/InPipe.cc:40 lib/OutPipe.cc:40 msgid "not " msgstr "non " -#: lib/InPipe.cc:32 lib/OutPipe.cc:32 +#: lib/InPipe.cc:40 lib/OutPipe.cc:40 msgid "hooked)" msgstr "détourné)" - -#~ msgid "Error condition with poll, handle " -#~ msgstr "Condition d'erreur avec poll, handle " - -#~ msgid "Handle " -#~ msgstr "Le handle " - -#~ msgid " hung up.\n" -#~ msgstr " a raccroché.\n" |