Skip to content

Commit 6d5a877

Browse files
pgmtxawvwgk
authored andcommitted
Translated using Weblate (French)
Currently translated at 7.2% (427 of 5921 strings) Translation: Fortran programming language/Fortran webpage Translate-URL: https://hosted.weblate.org/projects/fortran-lang/webpage/fr/
1 parent c4308b3 commit 6d5a877

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

locale/fr/LC_MESSAGES/index.po

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Fortran-lang.org website\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-09-29 16:02+0200\n"
12-
"PO-Revision-Date: 2024-03-25 13:01+0000\n"
12+
"PO-Revision-Date: 2024-04-15 13:24+0000\n"
1313
"Last-Translator: programutox <[email protected]>\n"
1414
"Language-Team: French <https://hosted.weblate.org/projects/fortran-lang/"
1515
"webpage/fr/>\n"
@@ -372,7 +372,6 @@ msgstr ""
372372
"webpage/tree/gh-pages) qui est présentée sur <https://fortran-lang.org>."
373373

374374
#: ../../source/community/contributing.md:34
375-
#, fuzzy
376375
msgid ""
377376
"Therefore, as a contributor you only need to upload changes to the site "
378377
"source code and not the compiled result, because this is built automatically "
@@ -4598,14 +4597,18 @@ msgstr ""
45984597

45994598
#: ../../source/learn/building_programs/distributing.md:82
46004599
msgid "or:"
4601-
msgstr ""
4600+
msgstr "ou :"
46024601

46034602
#: ../../source/learn/building_programs/distributing.md:88
4603+
#, fuzzy
46044604
msgid ""
46054605
"As said, you cannot control that the user has done the right thing — any DLL "
46064606
"\"functions.dll\" with a function `f` would be accepted, but not necessarily "
46074607
"lead to a successful run."
46084608
msgstr ""
4609+
"Comme nous l'avons dit, vous ne pouvez pas contrôler si l'utilisateur a fait "
4610+
"ce qu'il fallait — tout DLL \"functions.dll\" avec une fonction `f` serait "
4611+
"accepté, mais ne conduirait pas nécessairement à une exécution réussie."
46094612

46104613
#: ../../source/learn/building_programs/distributing.md:92
46114614
msgid ""
@@ -4627,7 +4630,7 @@ msgstr ""
46274630
#: ../../source/learn/building_programs/include_files.md:1
46284631
#: ../../source/learn/building_programs/index.md:47
46294632
msgid "Include files and modules"
4630-
msgstr ""
4633+
msgstr "Fichiers d'inclusion et modules"
46314634

46324635
#: ../../source/learn/building_programs/include_files.md:3
46334636
msgid ""
@@ -4667,11 +4670,11 @@ msgstr ""
46674670

46684671
#: ../../source/learn/building_programs/include_files.md:36
46694672
msgid "Compiling the file \"functions.f90\" with the commands"
4670-
msgstr ""
4673+
msgstr "Compiler le fichier \"functions.f90\" avec les commandes"
46714674

46724675
#: ../../source/learn/building_programs/include_files.md:43
46734676
msgid "leads to this structure:"
4674-
msgstr ""
4677+
msgstr "conduit à cette structure :"
46754678

46764679
#: ../../source/learn/building_programs/include_files.md:55
46774680
msgid ""
@@ -4681,11 +4684,11 @@ msgstr ""
46814684

46824685
#: ../../source/learn/building_programs/include_files.md:64
46834686
msgid "The result:"
4684-
msgstr ""
4687+
msgstr "Le résultat :"
46854688

46864689
#: ../../source/learn/building_programs/include_files.md:78
46874690
msgid "Notes:"
4688-
msgstr ""
4691+
msgstr "Notes :"
46894692

46904693
#: ../../source/learn/building_programs/include_files.md:80
46914694
msgid ""
@@ -4729,11 +4732,12 @@ msgstr ""
47294732
#: ../../source/learn/building_programs/index.md:47
47304733
#: ../../source/learn/building_programs/project_make.md:1
47314734
msgid "An introduction to make"
4732-
msgstr ""
4735+
msgstr "Une introduction à make"
47334736

47344737
#: ../../source/learn/building_programs/index.md:1
4738+
#, fuzzy
47354739
msgid "Building programs"
4736-
msgstr ""
4740+
msgstr "Compiler des programmes"
47374741

47384742
#: ../../source/learn/building_programs/index.md:3
47394743
msgid ""
@@ -4744,6 +4748,13 @@ msgid ""
47444748
"direct instructions. Two very simple examples of that type of language: "
47454749
"Windows batch files and Linux shell scripts."
47464750
msgstr ""
4751+
"Des langages comme Fortran, C, C++ et Java, pour n'en nommer que quelques-"
4752+
"uns, partage certaines caractéristiques : vous écrivez du code dans le "
4753+
"langage de votre choix mais vous devez ensuite compiler à partir de ce code "
4754+
"source. D'autres langages sont interprétés — le code source est analysé par "
4755+
"un programme spécial et est considéré comme des instructions directes. Deux "
4756+
"exemples très simples de ce type de langage : les fichiers batch sur Windows "
4757+
"et les scripts shell sur Linux."
47474758

47484759
#: ../../source/learn/building_programs/index.md:11
47494760
msgid ""
@@ -4762,11 +4773,11 @@ msgstr ""
47624773

47634774
#: ../../source/learn/building_programs/index.md:20
47644775
msgid "Compiled languages"
4765-
msgstr ""
4776+
msgstr "Langages compilés"
47664777

47674778
#: ../../source/learn/building_programs/index.md:22
47684779
msgid "Let us have a look at a simple example:"
4769-
msgstr ""
4780+
msgstr "Voyons un exemple simple :"
47704781

47714782
#: ../../source/learn/building_programs/index.md:30
47724783
msgid ""
@@ -4775,6 +4786,10 @@ msgid ""
47754786
"simple to express in source code, a lot of things actually happen when the "
47764787
"executable that is built from this code runs:"
47774788
msgstr ""
4789+
"C'est le programme le plus simple que vous puissiez écrire en Fortan et "
4790+
"certainement une variation d'un de programmes les plus connus. Même si c'est "
4791+
"simple à exprimer dans le code source, beaucoup de choses se passent "
4792+
"lorsqu'on lance l'exécutable construit à partir de ce code :"
47784793

47794794
#: ../../source/learn/building_programs/index.md:35
47804795
msgid ""

0 commit comments

Comments
 (0)