Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
14f74f7a
Commit
14f74f7a
authored
Mar 30, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preparing a bug fix release
parent
95316beb
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
582 additions
and
468 deletions
+582
-468
CHANGELOG.txt
CHANGELOG.txt
+2
-2
build_version.cpp
common/build_version.cpp
+2
-2
dialog_edit_label_base.cpp
eeschema/dialog_edit_label_base.cpp
+3
-2
dialog_edit_label_base.fbp
eeschema/dialog_edit_label_base.fbp
+1
-1
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+572
-459
version.txt
version.txt
+2
-2
No files found.
CHANGELOG.txt
View file @
14f74f7a
...
@@ -9,10 +9,10 @@ email address.
...
@@ -9,10 +9,10 @@ email address.
================================================================================
================================================================================
++Pcbnew
++Pcbnew
enhancements in printing or plot in SVG format:
enhancements in printing or plot in SVG format:
When printing techncal layers, pads on solder mask or solder paste layers
When printing techn
i
cal layers, pads on solder mask or solder paste layers
where printed in sketch mode.
where printed in sketch mode.
Now they are printed as solid shapes, with dimensions according to
Now they are printed as solid shapes, with dimensions according to
solder past or solder mask clearances.
solder past
e
or solder mask clearances.
2010-mar-18 UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr>
2010-mar-18 UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr>
...
...
common/build_version.cpp
View file @
14f74f7a
...
@@ -6,10 +6,10 @@
...
@@ -6,10 +6,10 @@
#endif
#endif
#ifndef KICAD_BUILD_VERSION
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2010-03-
17
)"
#define KICAD_BUILD_VERSION "(2010-03-
30 SVN 2479
)"
#endif
#endif
#define VERSION_STABILITY "
unstable
"
#define VERSION_STABILITY "
final
"
/** Function GetBuildVersion()
/** Function GetBuildVersion()
* Return the build date and version
* Return the build date and version
...
...
eeschema/dialog_edit_label_base.cpp
View file @
14f74f7a
...
@@ -36,10 +36,11 @@ DialogLabelEditor_Base::DialogLabelEditor_Base( wxWindow* parent, wxWindowID id,
...
@@ -36,10 +36,11 @@ DialogLabelEditor_Base::DialogLabelEditor_Base( wxWindow* parent, wxWindowID id,
m_textLabelMultiLine
=
new
wxTextCtrl
(
this
,
wxID_VALUEMULTI
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
wxTE_MULTILINE
|
wxTE_PROCESS_ENTER
);
m_textLabelMultiLine
=
new
wxTextCtrl
(
this
,
wxID_VALUEMULTI
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
wxTE_MULTILINE
|
wxTE_PROCESS_ENTER
);
m_textLabelMultiLine
->
SetToolTip
(
_
(
"Enter the text to be used within the schematic"
)
);
m_textLabelMultiLine
->
SetToolTip
(
_
(
"Enter the text to be used within the schematic"
)
);
m_textLabelMultiLine
->
SetMinSize
(
wxSize
(
-
1
,
60
)
);
bSizeText
->
Add
(
m_textLabelMultiLine
,
1
,
wxEXPAND
|
wxLEFT
,
5
);
bSizeText
->
Add
(
m_textLabelMultiLine
,
1
,
wxEXPAND
|
wxLEFT
,
3
);
m_textControlSizer
->
Add
(
bSizeText
,
1
,
wxEXPAND
,
5
);
m_textControlSizer
->
Add
(
bSizeText
,
1
,
wxEXPAND
,
3
);
m_SizeTitle
=
new
wxStaticText
(
this
,
wxID_ANY
,
_
(
"&Size:"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_SizeTitle
=
new
wxStaticText
(
this
,
wxID_ANY
,
_
(
"&Size:"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_SizeTitle
->
Wrap
(
-
1
);
m_SizeTitle
->
Wrap
(
-
1
);
...
...
eeschema/dialog_edit_label_base.fbp
View file @
14f74f7a
...
@@ -220,7 +220,7 @@
...
@@ -220,7 +220,7 @@
<property
name=
"id"
>
wxID_VALUEMULTI
</property>
<property
name=
"id"
>
wxID_VALUEMULTI
</property>
<property
name=
"maximum_size"
></property>
<property
name=
"maximum_size"
></property>
<property
name=
"maxlength"
>
0
</property>
<property
name=
"maxlength"
>
0
</property>
<property
name=
"minimum_size"
></property>
<property
name=
"minimum_size"
>
-1,60
</property>
<property
name=
"name"
>
m_textLabelMultiLine
</property>
<property
name=
"name"
>
m_textLabelMultiLine
</property>
<property
name=
"permission"
>
protected
</property>
<property
name=
"permission"
>
protected
</property>
<property
name=
"pos"
></property>
<property
name=
"pos"
></property>
...
...
internat/fr/kicad.mo
View file @
14f74f7a
No preview for this file type
internat/fr/kicad.po
View file @
14f74f7a
...
@@ -2,8 +2,8 @@ msgid ""
...
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: kicad\n"
"Project-Id-Version: kicad\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-03-
16 21:21
+0100\n"
"POT-Creation-Date: 2010-03-
30 20:43
+0100\n"
"PO-Revision-Date: 2010-03-
16 21:22
+0100\n"
"PO-Revision-Date: 2010-03-
30 20:43
+0100\n"
"Last-Translator: \n"
"Last-Translator: \n"
"Language-Team: kicad team <jean-pierre.charras@ujf-grenoble.fr>\n"
"Language-Team: kicad team <jean-pierre.charras@ujf-grenoble.fr>\n"
"MIME-Version: 1.0\n"
"MIME-Version: 1.0\n"
...
@@ -1405,24 +1405,24 @@ msgstr "Ecriture fichier CI: "
...
@@ -1405,24 +1405,24 @@ msgstr "Ecriture fichier CI: "
msgid "Failed to create "
msgid "Failed to create "
msgstr "Impossible de créer fichier "
msgstr "Impossible de créer fichier "
#: pcbnew/pcbframe.cpp:3
37
#: pcbnew/pcbframe.cpp:3
43
#: pcbnew/pcbframe.cpp:6
28
#: pcbnew/pcbframe.cpp:6
34
msgid "Visibles"
msgid "Visibles"
msgstr "Visibles"
msgstr "Visibles"
#: pcbnew/pcbframe.cpp:42
3
#: pcbnew/pcbframe.cpp:42
9
msgid "Board modified, Save before exit ?"
msgid "Board modified, Save before exit ?"
msgstr "Circuit Imprimé modifié, Sauver avant de quitter ?"
msgstr "Circuit Imprimé modifié, Sauver avant de quitter ?"
#: pcbnew/pcbframe.cpp:4
24
#: pcbnew/pcbframe.cpp:4
30
msgid "Confirmation"
msgid "Confirmation"
msgstr "Confirmation"
msgstr "Confirmation"
#: pcbnew/pcbframe.cpp:46
3
#: pcbnew/pcbframe.cpp:46
9
msgid "3D Frame already opened"
msgid "3D Frame already opened"
msgstr "Fenêtre 3D déjà ouverte"
msgstr "Fenêtre 3D déjà ouverte"
#: pcbnew/pcbframe.cpp:4
67
#: pcbnew/pcbframe.cpp:4
73
msgid "3D Viewer"
msgid "3D Viewer"
msgstr "Visu 3D"
msgstr "Visu 3D"
...
@@ -5480,11 +5480,11 @@ msgstr "Mots Clés"
...
@@ -5480,11 +5480,11 @@ msgstr "Mots Clés"
msgid "inch"
msgid "inch"
msgstr "Pouce"
msgstr "Pouce"
#: pcbnew/dialog_SVG_print.cpp:2
09
#: pcbnew/dialog_SVG_print.cpp:2
35
msgid "Create file "
msgid "Create file "
msgstr "Créer Fichier "
msgstr "Créer Fichier "
#: pcbnew/dialog_SVG_print.cpp:2
11
#: pcbnew/dialog_SVG_print.cpp:2
37
msgid " error"
msgid " error"
msgstr " erreur"
msgstr " erreur"
...
@@ -7015,7 +7015,7 @@ msgstr "Effacer la hiérarchie schématique?"
...
@@ -7015,7 +7015,7 @@ msgstr "Effacer la hiérarchie schématique?"
msgid "Open Schematic"
msgid "Open Schematic"
msgstr "Ouvrir Schématique"
msgstr "Ouvrir Schématique"
#: eeschema/files-io.cpp:1
28
#: eeschema/files-io.cpp:1
36
msgid ""
msgid ""
"Ready\n"
"Ready\n"
"Working dir: \n"
"Working dir: \n"
...
@@ -7023,7 +7023,7 @@ msgstr ""
...
@@ -7023,7 +7023,7 @@ msgstr ""
"Prêt\n"
"Prêt\n"
"Répertoire de travail: \n"
"Répertoire de travail: \n"
#: eeschema/files-io.cpp:
192
#: eeschema/files-io.cpp:
200
#, c-format
#, c-format
msgid ""
msgid ""
"Component library <%s> failed to load.\n"
"Component library <%s> failed to load.\n"
...
@@ -7034,20 +7034,20 @@ msgstr ""
...
@@ -7034,20 +7034,20 @@ msgstr ""
"\n"
"\n"
"Erreur: %s"
"Erreur: %s"
#: eeschema/files-io.cpp:2
07
#: eeschema/files-io.cpp:2
15
#, c-format
#, c-format
msgid "File <%s> not found."
msgid "File <%s> not found."
msgstr "Fichier <%s> non trouvé"
msgstr "Fichier <%s> non trouvé"
#: eeschema/libedit.cpp:2
5
#: eeschema/libedit.cpp:2
6
msgid "Component Library Editor: "
msgid "Component Library Editor: "
msgstr "Editeur de Composants: "
msgstr "Editeur de Composants: "
#: eeschema/libedit.cpp:3
2
#: eeschema/libedit.cpp:3
3
msgid "no library selected"
msgid "no library selected"
msgstr "Pas de librairie sélectionnée"
msgstr "Pas de librairie sélectionnée"
#: eeschema/libedit.cpp:6
8
#: eeschema/libedit.cpp:6
9
msgid ""
msgid ""
"Current part not saved.\n"
"Current part not saved.\n"
"\n"
"\n"
...
@@ -7057,102 +7057,106 @@ msgstr ""
...
@@ -7057,102 +7057,106 @@ msgstr ""
"\n"
"\n"
"Perdre les changements en cours ?"
"Perdre les changements en cours ?"
#: eeschema/libedit.cpp:9
8
#: eeschema/libedit.cpp:9
9
#, c-format
#, c-format
msgid "Component or alias name \"%s\" not found in library \"%s\"."
msgid "Component or alias name \"%s\" not found in library \"%s\"."
msgstr "Composant ou alias \"%s\" non trouvé en librairie \"%s\"."
msgstr "Composant ou alias \"%s\" non trouvé en librairie \"%s\"."
#: eeschema/libedit.cpp:17
1
#: eeschema/libedit.cpp:17
2
#, c-format
#, c-format
msgid "Could not create copy of part <%s> in library <%s>."
msgid "Could not create copy of part <%s> in library <%s>."
msgstr "Ne peut créer une copie de l'élément <%s> en librairie <%s>."
msgstr "Ne peut créer une copie de l'élément <%s> en librairie <%s>."
#: eeschema/libedit.cpp:24
1
#: eeschema/libedit.cpp:24
2
msgid "Include last component changes?"
msgid "Include last component changes?"
msgstr "Inclure les dernières modifications du composant"
msgstr "Inclure les dernières modifications du composant"
#: eeschema/libedit.cpp:253
#: eeschema/libedit.cpp:255
msgid "Component Library Name:"
msgstr "Nom Fichier Librairie de Composants"
#: eeschema/libedit.cpp:275
msgid "Modify library file \""
msgid "Modify library file \""
msgstr "Modifier le fichier Librairie \""
msgstr "Modifier le fichier Librairie \""
#: eeschema/libedit.cpp:2
53
#: eeschema/libedit.cpp:2
75
msgid "\"?"
msgid "\"?"
msgstr "\"?"
msgstr "\"?"
#: eeschema/libedit.cpp:2
64
#: eeschema/libedit.cpp:2
87
msgid "Error while saving library file \""
msgid "Error while saving library file \""
msgstr "Erreur en sauvant le fichier librairie \""
msgstr "Erreur en sauvant le fichier librairie \""
#: eeschema/libedit.cpp:2
65
#: eeschema/libedit.cpp:2
88
msgid "\"."
msgid "\"."
msgstr "\"."
msgstr "\"."
#: eeschema/libedit.cpp:2
66
#: eeschema/libedit.cpp:2
89
msgid "*** ERROR: ***"
msgid "*** ERROR: ***"
msgstr "***ERREUR:****"
msgstr "***ERREUR:****"
#: eeschema/libedit.cpp:2
71
#: eeschema/libedit.cpp:2
94
msgid "Library file \""
msgid "Library file \""
msgstr "Fichier librairie \""
msgstr "Fichier librairie \""
#: eeschema/libedit.cpp:2
73
#: eeschema/libedit.cpp:2
96
msgid "Document file \""
msgid "Document file \""
msgstr "Fichier de doc \""
msgstr "Fichier de doc \""
#: eeschema/libedit.cpp:
296
#: eeschema/libedit.cpp:
319
msgid "Part"
msgid "Part"
msgstr "Part"
msgstr "Part"
#: eeschema/libedit.cpp:3
03
#: eeschema/libedit.cpp:3
26
msgid "Alias"
msgid "Alias"
msgstr "Alias"
msgstr "Alias"
#: eeschema/libedit.cpp:3
08
#: eeschema/libedit.cpp:3
31
msgid "Unit"
msgid "Unit"
msgstr "Unité"
msgstr "Unité"
#: eeschema/libedit.cpp:3
11
#: eeschema/libedit.cpp:3
34
msgid "Convert"
msgid "Convert"
msgstr "Convert"
msgstr "Convert"
#: eeschema/libedit.cpp:3
15
#: eeschema/libedit.cpp:3
38
msgid "Body"
msgid "Body"
msgstr "Body"
msgstr "Body"
#: eeschema/libedit.cpp:3
18
#: eeschema/libedit.cpp:3
41
msgid "Power Symbol"
msgid "Power Symbol"
msgstr "Symbole d'Alimentation"
msgstr "Symbole d'Alimentation"
#: eeschema/libedit.cpp:3
20
#: eeschema/libedit.cpp:3
43
msgid "Component"
msgid "Component"
msgstr "Composant"
msgstr "Composant"
#: eeschema/libedit.cpp:3
30
#: eeschema/libedit.cpp:3
53
msgid "Description"
msgid "Description"
msgstr "Description"
msgstr "Description"
#: eeschema/libedit.cpp:3
37
#: eeschema/libedit.cpp:3
60
msgid "Key words"
msgid "Key words"
msgstr "Mots clé"
msgstr "Mots clé"
#: eeschema/libedit.cpp:3
44
#: eeschema/libedit.cpp:3
67
msgid "Datasheet"
msgid "Datasheet"
msgstr "Documentation"
msgstr "Documentation"
#: eeschema/libedit.cpp:
380
#: eeschema/libedit.cpp:
403
msgid "Please select a component library."
msgid "Please select a component library."
msgstr "SVP sélectionner une librairie de composants."
msgstr "SVP sélectionner une librairie de composants."
#: eeschema/libedit.cpp:
389
#: eeschema/libedit.cpp:
412
#, c-format
#, c-format
msgid "Component library <%s> is empty."
msgid "Component library <%s> is empty."
msgstr "Fichier librairie de composants <%s> vide"
msgstr "Fichier librairie de composants <%s> vide"
#: eeschema/libedit.cpp:
391
#: eeschema/libedit.cpp:
414
msgid "Delete Entry Error"
msgid "Delete Entry Error"
msgstr "Erreur en suppression d'élément"
msgstr "Erreur en suppression d'élément"
#: eeschema/libedit.cpp:
396
#: eeschema/libedit.cpp:
419
#, c-format
#, c-format
msgid ""
msgid ""
"Select 1 of %d components to delete\n"
"Select 1 of %d components to delete\n"
...
@@ -7161,25 +7165,25 @@ msgstr ""
...
@@ -7161,25 +7165,25 @@ msgstr ""
"Sélection 1 de %d composants à supprimer\n"
"Sélection 1 de %d composants à supprimer\n"
"de la librairie <%s>."
"de la librairie <%s>."
#: eeschema/libedit.cpp:4
00
#: eeschema/libedit.cpp:4
23
msgid "Delete Component"
msgid "Delete Component"
msgstr "Suppression Composant"
msgstr "Suppression Composant"
#: eeschema/libedit.cpp:4
09
#: eeschema/libedit.cpp:4
32
#, c-format
#, c-format
msgid "Entry <%s> not found in library <%s>."
msgid "Entry <%s> not found in library <%s>."
msgstr "Elément <%s> non trouvé en librairie <%s>."
msgstr "Elément <%s> non trouvé en librairie <%s>."
#: eeschema/libedit.cpp:4
16
#: eeschema/libedit.cpp:4
39
#, c-format
#, c-format
msgid "Delete component \"%s\" from library \"%s\"?"
msgid "Delete component \"%s\" from library \"%s\"?"
msgstr "Supprimer composant \"%s\" de la librairie \"%s\"?"
msgstr "Supprimer composant \"%s\" de la librairie \"%s\"?"
#: eeschema/libedit.cpp:4
36
#: eeschema/libedit.cpp:4
59
msgid "The component being deleted has been modified. All changes will be lost. Discard changes?"
msgid "The component being deleted has been modified. All changes will be lost. Discard changes?"
msgstr "Le composant à supprimer a été modifié. Tous les changements seront perdus. Ignorer les changements?"
msgstr "Le composant à supprimer a été modifié. Tous les changements seront perdus. Ignorer les changements?"
#: eeschema/libedit.cpp:
491
#: eeschema/libedit.cpp:
514
msgid ""
msgid ""
"All changes to the current component will be lost!\n"
"All changes to the current component will be lost!\n"
"\n"
"\n"
...
@@ -7189,29 +7193,29 @@ msgstr ""
...
@@ -7189,29 +7193,29 @@ msgstr ""
"\n"
"\n"
"Supprimer le composant courant de l'écran?"
"Supprimer le composant courant de l'écran?"
#: eeschema/libedit.cpp:5
07
#: eeschema/libedit.cpp:5
30
msgid "This new component has no name and cannot be created. Aborted"
msgid "This new component has no name and cannot be created. Aborted"
msgstr "Ce nouveau composant n'a pas de nom et ne peut être créé, Abandon"
msgstr "Ce nouveau composant n'a pas de nom et ne peut être créé, Abandon"
#: eeschema/libedit.cpp:5
19
#: eeschema/libedit.cpp:5
42
#, c-format
#, c-format
msgid "Component \"%s\" already exists in library \"%s\"."
msgid "Component \"%s\" already exists in library \"%s\"."
msgstr "Composant \"%s\" déjà existant en librairie \"%s\"."
msgstr "Composant \"%s\" déjà existant en librairie \"%s\"."
#: eeschema/libedit.cpp:
589
#: eeschema/libedit.cpp:
612
msgid "No component to save."
msgid "No component to save."
msgstr "Pas de composant à sauver."
msgstr "Pas de composant à sauver."
#: eeschema/libedit.cpp:
598
#: eeschema/libedit.cpp:
621
msgid "No library specified."
msgid "No library specified."
msgstr "Pas de librairie spécifiée."
msgstr "Pas de librairie spécifiée."
#: eeschema/libedit.cpp:6
08
#: eeschema/libedit.cpp:6
31
#, c-format
#, c-format
msgid "Component \"%s\" exists. Change it?"
msgid "Component \"%s\" exists. Change it?"
msgstr "Le composant \" %s\" existe, Le changer ?"
msgstr "Le composant \" %s\" existe, Le changer ?"
#: eeschema/libedit.cpp:6
26
#: eeschema/libedit.cpp:6
49
#, c-format
#, c-format
msgid "Component %s saved in library %s"
msgid "Component %s saved in library %s"
msgstr "Composant %s sauvé en librairie %s"
msgstr "Composant %s sauvé en librairie %s"
...
@@ -7415,7 +7419,7 @@ msgstr "Impossible de trouver le composant "
...
@@ -7415,7 +7419,7 @@ msgstr "Impossible de trouver le composant "
msgid " in library"
msgid " in library"
msgstr " en librairie"
msgstr " en librairie"
#: eeschema/eeschema_config.cpp:
337
#: eeschema/eeschema_config.cpp:
410
msgid "Save Project Settings"
msgid "Save Project Settings"
msgstr "Sauver Options Projet"
msgstr "Sauver Options Projet"
...
@@ -7604,46 +7608,46 @@ msgstr "&Remplacer"
...
@@ -7604,46 +7608,46 @@ msgstr "&Remplacer"
msgid "Replace &All"
msgid "Replace &All"
msgstr "&Tout Remplacer"
msgstr "&Tout Remplacer"
#: eeschema/schframe.cpp:369
#: eeschema/viewlibs.cpp:108
msgid "Library Browser"
msgstr "Visualisateur de Librairies"
#: eeschema/class_sch_component.cpp:176
msgid "U"
msgstr "U"
#: eeschema/class_sch_component.cpp:1118
msgid "Power symbol"
msgstr "Symbole d'alimentation"
#: eeschema/class_sch_component.cpp:1126
msgid "Alias of"
msgstr "Alias de"
#: eeschema/schframe.cpp:376
msgid "Schematic modified, Save before exit ?"
msgid "Schematic modified, Save before exit ?"
msgstr "Schématique modifiée, Sauver avant de quitter ?"
msgstr "Schématique modifiée, Sauver avant de quitter ?"
#: eeschema/schframe.cpp:5
25
#: eeschema/schframe.cpp:5
39
msgid "Draw wires and buses in any direction"
msgid "Draw wires and buses in any direction"
msgstr "Tracer les fils et bus avec direction quelconque"
msgstr "Tracer les fils et bus avec direction quelconque"
#: eeschema/schframe.cpp:5
26
#: eeschema/schframe.cpp:5
40
msgid "Draw horizontal and vertical wires and buses only"
msgid "Draw horizontal and vertical wires and buses only"
msgstr "Autoriser fils et bus verticaux et horizontaux seulement"
msgstr "Autoriser fils et bus verticaux et horizontaux seulement"
#: eeschema/schframe.cpp:5
36
#: eeschema/schframe.cpp:5
50
msgid "Do not show hidden pins"
msgid "Do not show hidden pins"
msgstr "Ne pas affichager les pins invisibles"
msgstr "Ne pas affichager les pins invisibles"
#: eeschema/schframe.cpp:5
37
#: eeschema/schframe.cpp:5
51
msgid "Show hidden pins"
msgid "Show hidden pins"
msgstr "Force affichage des pins invisibles"
msgstr "Force affichage des pins invisibles"
#: eeschema/schframe.cpp:6
56
#: eeschema/schframe.cpp:6
70
msgid "Schematic"
msgid "Schematic"
msgstr "Schématique"
msgstr "Schématique"
#: eeschema/viewlibs.cpp:108
msgid "Library Browser"
msgstr "Visualisateur de Librairies"
#: eeschema/class_sch_component.cpp:176
msgid "U"
msgstr "U"
#: eeschema/class_sch_component.cpp:1118
msgid "Power symbol"
msgstr "Symbole d'alimentation"
#: eeschema/class_sch_component.cpp:1126
msgid "Alias of"
msgstr "Alias de"
#: eeschema/class_library.cpp:25
#: eeschema/class_library.cpp:25
#, c-format
#, c-format
msgid ""
msgid ""
...
@@ -7813,17 +7817,17 @@ msgstr "Ajout Composant"
...
@@ -7813,17 +7817,17 @@ msgstr "Ajout Composant"
msgid "Add Wire"
msgid "Add Wire"
msgstr "Ajouter Fils"
msgstr "Ajouter Fils"
#: eeschema/symbdraw.cpp:9
6
2
#: eeschema/symbdraw.cpp:9
5
2
#: eeschema/symbdraw.cpp:10
5
0
#: eeschema/symbdraw.cpp:10
4
0
#, c-format
#, c-format
msgid "Arc %.1f deg"
msgid "Arc %.1f deg"
msgstr "Arc %.1f deg"
msgstr "Arc %.1f deg"
#: eeschema/libfield.cpp:15
5
#: eeschema/libfield.cpp:15
8
msgid "Edit field"
msgid "Edit field"
msgstr "Editer Champ"
msgstr "Editer Champ"
#: eeschema/libfield.cpp:17
2
#: eeschema/libfield.cpp:17
5
#, c-format
#, c-format
msgid ""
msgid ""
"The field name <%s> is an existing alias of the component <%s>.\n"
"The field name <%s> is an existing alias of the component <%s>.\n"
...
@@ -7832,7 +7836,7 @@ msgstr ""
...
@@ -7832,7 +7836,7 @@ msgstr ""
"Le nom de champ <%s> est un alias existant du composant%s>.\n"
"Le nom de champ <%s> est un alias existant du composant%s>.\n"
"SVP choisir un autre nom qui n'est pas déjà existant dans la liste des alias."
"SVP choisir un autre nom qui n'est pas déjà existant dans la liste des alias."
#: eeschema/libfield.cpp:18
6
#: eeschema/libfield.cpp:18
9
#, c-format
#, c-format
msgid ""
msgid ""
"The field name <%s> conflicts with an existing entry in the component library <%s>.\n"
"The field name <%s> conflicts with an existing entry in the component library <%s>.\n"
...
@@ -7841,7 +7845,7 @@ msgstr ""
...
@@ -7841,7 +7845,7 @@ msgstr ""
"Le nom du champ <%s> est en conflit avec un autre composant dans la libairie <%s>.\n"
"Le nom du champ <%s> est en conflit avec un autre composant dans la libairie <%s>.\n"
"SVP choisissez un autre nom qui ne soit pas en conflit avec un composant en librairie."
"SVP choisissez un autre nom qui ne soit pas en conflit avec un composant en librairie."
#: eeschema/libfield.cpp:2
08
#: eeschema/libfield.cpp:2
11
msgid "No new text: no change"
msgid "No new text: no change"
msgstr "Pas de nouveau texte: pas de changements"
msgstr "Pas de nouveau texte: pas de changements"
...
@@ -7849,6 +7853,92 @@ msgstr "Pas de nouveau texte: pas de changements"
...
@@ -7849,6 +7853,92 @@ msgstr "Pas de nouveau texte: pas de changements"
msgid "Find"
msgid "Find"
msgstr "Chercher"
msgstr "Chercher"
#: eeschema/build_BOM.cpp:59
msgid "Bill of Materials file (*.lst)|*.lst"
msgstr "Fichier Liste du Matériel (*.lst)|*.lst"
#: eeschema/build_BOM.cpp:104
msgid "Bill of Materials"
msgstr "Liste du Matériel"
#: eeschema/build_BOM.cpp:189
#: eeschema/build_BOM.cpp:226
#: eeschema/build_BOM.cpp:262
msgid "Failed to open file "
msgstr "Erreur ouverture "
#: eeschema/build_BOM.cpp:307
#, c-format
msgid ""
"\n"
"#Global, Hierarchical Labels and PinSheets ( order = Sheet Number ) count = %d\n"
msgstr ""
"\n"
"#Labels globaux, hiérarchiques et pins de feuille ( ordre = Numéro de feuille ) nombre = %d\n"
#: eeschema/build_BOM.cpp:319
#, c-format
msgid ""
"\n"
"#Global, Hierarchical Labels and PinSheets ( order = Alphab. ) count = %d\n"
"\n"
msgstr ""
"\n"
"#Labels globaux, hiérarchiques et pins de feuille ( ordre = Alphab. ) nombre = %d\n"
"\n"
#: eeschema/build_BOM.cpp:327
msgid ""
"\n"
"#End List\n"
msgstr ""
"\n"
"#End List\n"
#: eeschema/build_BOM.cpp:659
msgid "Field"
msgstr "Champ"
#: eeschema/build_BOM.cpp:668
msgid ""
"\n"
"#Cmp ( order = Reference )"
msgstr ""
"\n"
"#Cmp ( ordre = Référence )"
#: eeschema/build_BOM.cpp:671
#: eeschema/build_BOM.cpp:914
msgid " (with SubCmp)"
msgstr "avec sub-composants"
#: eeschema/build_BOM.cpp:776
#: eeschema/build_BOM.cpp:970
msgid "#End Cmp\n"
msgstr "#End Cmp\n"
#: eeschema/build_BOM.cpp:911
msgid ""
"\n"
"#Cmp ( order = Value )"
msgstr ""
"\n"
"#Cmp ( ordre = Valeur )"
#: eeschema/build_BOM.cpp:998
#, c-format
msgid "> %-28.28s %s (Sheet %s) pos: %3.3f, %3.3f\n"
msgstr "> %-28.28s %s (Feuille %s) pos: %3.3f, %3.3f\n"
#: eeschema/build_BOM.cpp:1018
#, c-format
msgid "> %-28.28s PinSheet %-7.7s (Sheet %s) pos: %3.3f, %3.3f\n"
msgstr "> %-28.28s PinSheet %-7.7s (Feuille %s) pos: %3.3f, %3.3f\n"
#: eeschema/build_BOM.cpp:1033
msgid "#End labels\n"
msgstr "#End labels\n"
#: eeschema/sheet.cpp:77
#: eeschema/sheet.cpp:77
msgid "File name is not valid! Aborted"
msgid "File name is not valid! Aborted"
msgstr "Nom de fichier non valide! Abandon"
msgstr "Nom de fichier non valide! Abandon"
...
@@ -7861,35 +7951,31 @@ msgstr ""
...
@@ -7861,35 +7951,31 @@ msgstr ""
"Changer le nom de fichier peut changer toute la structure schématique et ne pourra être annulée.\n"
"Changer le nom de fichier peut changer toute la structure schématique et ne pourra être annulée.\n"
"Ok pour renommer?"
"Ok pour renommer?"
#: eeschema/dialog_edit_label.cpp:66
#: eeschema/dialog_edit_label.cpp:74
msgid "Enter the text to be used within the schematic"
msgstr "Enter le texte qui doit être utilisé dans la schématique"
#: eeschema/dialog_edit_label.cpp:78
msgid "Global Label Properties"
msgid "Global Label Properties"
msgstr "Propriétés du Label Global"
msgstr "Propriétés du Label Global"
#: eeschema/dialog_edit_label.cpp:
82
#: eeschema/dialog_edit_label.cpp:
78
msgid "Hierarchal Label Properties"
msgid "Hierarchal Label Properties"
msgstr "Propriétés du Label Hiérarchique"
msgstr "Propriétés du Label Hiérarchique"
#: eeschema/dialog_edit_label.cpp:8
6
#: eeschema/dialog_edit_label.cpp:8
2
msgid "Label Properties"
msgid "Label Properties"
msgstr "Propriétés du label"
msgstr "Propriétés du label"
#: eeschema/dialog_edit_label.cpp:
90
#: eeschema/dialog_edit_label.cpp:
86
msgid "Text Properties"
msgid "Text Properties"
msgstr "Propriétés du Texte"
msgstr "Propriétés du Texte"
#: eeschema/dialog_edit_label.cpp:14
8
#: eeschema/dialog_edit_label.cpp:14
4
msgid "H"
msgid "H"
msgstr "H"
msgstr "H"
#: eeschema/dialog_edit_label.cpp:14
8
#: eeschema/dialog_edit_label.cpp:14
4
msgid " x W"
msgid " x W"
msgstr " x L"
msgstr " x L"
#: eeschema/dialog_edit_label.cpp:20
9
#: eeschema/dialog_edit_label.cpp:20
5
msgid "Empty Text!"
msgid "Empty Text!"
msgstr "Texte vide"
msgstr "Texte vide"
...
@@ -7935,38 +8021,38 @@ msgstr "<b>Pin %s hors grille </b> \"%s\" en position <b>(%.3f, %.3f)</b>"
...
@@ -7935,38 +8021,38 @@ msgstr "<b>Pin %s hors grille </b> \"%s\" en position <b>(%.3f, %.3f)</b>"
msgid "No off grid or duplicate pins were found."
msgid "No off grid or duplicate pins were found."
msgstr "Pas de pins doublées ou hors grille trouvées"
msgstr "Pas de pins doublées ou hors grille trouvées"
#: eeschema/sheetlab.cpp:6
1
#: eeschema/sheetlab.cpp:6
3
msgid "PinSheet Properties:"
msgid "PinSheet Properties:"
msgstr "Propriétés des Pins de Hiérarchie"
msgstr "Propriétés des Pins de Hiérarchie"
#: eeschema/sheetlab.cpp:9
5
#: eeschema/sheetlab.cpp:9
7
#: eeschema/class_pin.cpp:100
#: eeschema/class_pin.cpp:100
msgid "Input"
msgid "Input"
msgstr "Entrée"
msgstr "Entrée"
#: eeschema/sheetlab.cpp:9
5
#: eeschema/sheetlab.cpp:9
7
#: eeschema/class_pin.cpp:101
#: eeschema/class_pin.cpp:101
msgid "Output"
msgid "Output"
msgstr "Sortie"
msgstr "Sortie"
#: eeschema/sheetlab.cpp:9
5
#: eeschema/sheetlab.cpp:9
7
msgid "Bidi"
msgid "Bidi"
msgstr "Bidi"
msgstr "Bidi"
#: eeschema/sheetlab.cpp:9
5
#: eeschema/sheetlab.cpp:9
7
msgid "TriState"
msgid "TriState"
msgstr "3 états"
msgstr "3 états"
#: eeschema/sheetlab.cpp:9
6
#: eeschema/sheetlab.cpp:9
8
#: eeschema/class_pin.cpp:104
#: eeschema/class_pin.cpp:104
msgid "Passive"
msgid "Passive"
msgstr "Passive"
msgstr "Passive"
#: eeschema/sheetlab.cpp:
98
#: eeschema/sheetlab.cpp:
100
msgid "PinSheet Shape:"
msgid "PinSheet Shape:"
msgstr "Forme Pin de hiérarchie:"
msgstr "Forme Pin de hiérarchie:"
#: eeschema/sheetlab.cpp:3
39
#: eeschema/sheetlab.cpp:3
67
msgid "No new hierarchical labels found"
msgid "No new hierarchical labels found"
msgstr "Pas de nouveau label hiérarchique trouvé"
msgstr "Pas de nouveau label hiérarchique trouvé"
...
@@ -8098,76 +8184,273 @@ msgstr ""
...
@@ -8098,76 +8184,273 @@ msgstr ""
msgid "%8.8lX/"
msgid "%8.8lX/"
msgstr "%8.8lX/"
msgstr "%8.8lX/"
#: eeschema/class_drawsheet.cpp:2
30
#: eeschema/class_drawsheet.cpp:2
46
msgid "Ok to cleanup this sheet"
msgid "Ok to cleanup this sheet"
msgstr "Ok pour nettoyer cette feuille"
msgstr "Ok pour nettoyer cette feuille"
#: eeschema/class_drawsheet.cpp:5
81
#: eeschema/class_drawsheet.cpp:5
97
#, c-format
#, c-format
msgid "A Sub Hierarchy named %s exists, Use it (The data in this sheet will be replaced)?"
msgid "A Sub Hierarchy named %s exists, Use it (The data in this sheet will be replaced)?"
msgstr "Une sous Hiérarchie nommée %s existe, L'utiliser (Les données de cette page seront remplacées)?"
msgstr "Une sous Hiérarchie nommée %s existe, L'utiliser (Les données de cette page seront remplacées)?"
#: eeschema/class_drawsheet.cpp:
587
#: eeschema/class_drawsheet.cpp:
603
msgid "Sheet Filename Renaming Aborted"
msgid "Sheet Filename Renaming Aborted"
msgstr " Renommage de Fichier de Feuille Abandonné"
msgstr " Renommage de Fichier de Feuille Abandonné"
#: eeschema/class_drawsheet.cpp:
595
#: eeschema/class_drawsheet.cpp:
611
#, c-format
#, c-format
msgid "A file named %s exists, load it (otherwise keep current sheet data if possible)?"
msgid "A file named %s exists, load it (otherwise keep current sheet data if possible)?"
msgstr "Un fichier %s existe, Le charger (autrement garder le contenu de la feuille active, si c'est possible) ?"
msgstr "Un fichier %s existe, Le charger (autrement garder le contenu de la feuille active, si c'est possible) ?"
#: eeschema/class_drawsheet.cpp:6
17
#: eeschema/class_drawsheet.cpp:6
33
msgid "This sheet uses shared data in a complex hierarchy"
msgid "This sheet uses shared data in a complex hierarchy"
msgstr "Cette feuille utilise des données partagées dans une hiérarchie complexe"
msgstr "Cette feuille utilise des données partagées dans une hiérarchie complexe"
#: eeschema/class_drawsheet.cpp:6
19
#: eeschema/class_drawsheet.cpp:6
35
msgid "Do we convert it in a simple hierarchical sheet (otherwise delete current sheet data)"
msgid "Do we convert it in a simple hierarchical sheet (otherwise delete current sheet data)"
msgstr "Doit on la convertir en une feuille de hiérarchie simple (autrement supprimer les données courantes)"
msgstr "Doit on la convertir en une feuille de hiérarchie simple (autrement supprimer les données courantes)"
#: eeschema/class_drawsheet.cpp:6
71
#: eeschema/class_drawsheet.cpp:6
87
msgid "Sheet name"
msgid "Sheet name"
msgstr "Nom feuille"
msgstr "Nom feuille"
#: eeschema/class_drawsheet.cpp:6
72
#: eeschema/class_drawsheet.cpp:6
88
msgid "File name"
msgid "File name"
msgstr "Nom fichier"
msgstr "Nom fichier"
#: eeschema/dialog_edit_label_base.cpp:2
3
#: eeschema/dialog_edit_label_base.cpp:2
5
msgid "&Text:"
msgid "&Text:"
msgstr "&Texte:"
msgstr "&Texte:"
#: eeschema/dialog_edit_label_base.cpp:32
#: eeschema/dialog_edit_label_base.cpp:33
#: eeschema/dialog_edit_label_base.cpp:38
msgid "Enter the text to be used within the schematic"
msgstr "Enter le texte qui doit être utilisé dans la schématique"
#: eeschema/dialog_edit_label_base.cpp:45
msgid "&Size:"
msgid "&Size:"
msgstr "T&aille:"
msgstr "T&aille:"
#: eeschema/dialog_edit_label_base.cpp:
42
#: eeschema/dialog_edit_label_base.cpp:
55
msgid "units"
msgid "units"
msgstr "unités"
msgstr "unités"
#: eeschema/dialog_edit_label_base.cpp:
55
#: eeschema/dialog_edit_label_base.cpp:
68
msgid "O&rietation"
msgid "O&rietation"
msgstr "O&rientation"
msgstr "O&rientation"
#: eeschema/dialog_edit_label_base.cpp:
59
#: eeschema/dialog_edit_label_base.cpp:
72
msgid "Bold"
msgid "Bold"
msgstr "Gras"
msgstr "Gras"
#: eeschema/dialog_edit_label_base.cpp:
59
#: eeschema/dialog_edit_label_base.cpp:
72
msgid "Bold Italic"
msgid "Bold Italic"
msgstr "Gras Italique"
msgstr "Gras Italique"
#: eeschema/dialog_edit_label_base.cpp:
61
#: eeschema/dialog_edit_label_base.cpp:
74
msgid "St&yle"
msgid "St&yle"
msgstr "St&yle"
msgstr "St&yle"
#: eeschema/dialog_edit_label_base.cpp:
65
#: eeschema/dialog_edit_label_base.cpp:
78
msgid "Tri-State"
msgid "Tri-State"
msgstr "3 états"
msgstr "3 états"
#: eeschema/dialog_edit_label_base.cpp:
67
#: eeschema/dialog_edit_label_base.cpp:
80
msgid "S&hape"
msgid "S&hape"
msgstr "&Forme"
msgstr "&Forme"
#: eeschema/menubar_libedit.cpp:42
msgid "&Save Current Library\tCtrl+S"
msgstr "Sauver la Librairie Courante\tCtrl+S"
#: eeschema/menubar_libedit.cpp:43
msgid "Save the current active library"
msgstr "Sauver la librairie courante sélectionnée"
#: eeschema/menubar_libedit.cpp:49
msgid "Save Current Library &as"
msgstr "Sauver la Librairie Courante &Sous"
#: eeschema/menubar_libedit.cpp:50
msgid "Save current active library as..."
msgstr "Sauver la libairie courant sous un nouveau nom"
#: eeschema/menubar_libedit.cpp:58
msgid "&Create PNG File from Screen"
msgstr "Créer Fichier PNG de l'Ecran"
#: eeschema/menubar_libedit.cpp:59
msgid "Create a PNG file from the component displayed on screen"
msgstr "Créer un fichier PNG à partir de l'image du composant affiché à l'écran"
#: eeschema/menubar_libedit.cpp:64
msgid "&Create SVG File"
msgstr "&Créer Fichier SVG"
#: eeschema/menubar_libedit.cpp:65
msgid "Create a SVG file from the current loaded component"
msgstr "Créer un fichier SVG du composant actuellement chargé"
#: eeschema/menubar_libedit.cpp:134
msgid "Fit the schematic sheet on the screen"
msgstr "Ajuster la feuille de schéma à l'écran"
#: eeschema/menubar_libedit.cpp:146
msgid "Redraw the schematic view"
msgstr "Redessin de l'écran"
#: eeschema/menubar_libedit.cpp:158
msgid "&Pin"
msgstr "&Pin"
#: eeschema/menubar_libedit.cpp:159
msgid "Add pins to the component"
msgstr "Ajouter des pins au composant"
#: eeschema/menubar_libedit.cpp:165
msgid "Graphic text"
msgstr "Texte graphique"
#: eeschema/menubar_libedit.cpp:166
msgid "Add graphic texts to the component body"
msgstr "Ajouter des textes graphiques au composant."
#: eeschema/menubar_libedit.cpp:173
msgid "Rectangle"
msgstr "Rectangle"
#: eeschema/menubar_libedit.cpp:174
msgid "Add graphic rectangles to the component body"
msgstr "Ajouter des rectangles graphiques au dessin du composant"
#: eeschema/menubar_libedit.cpp:182
msgid "Add circles to the component body"
msgstr "Ajouter des cercles au composantt"
#: eeschema/menubar_libedit.cpp:190
msgid "Add arcs to the component body"
msgstr "Ajouter des arcs au composant"
#: eeschema/menubar_libedit.cpp:197
msgid "Line or Polygon"
msgstr "Ligne ou Polygone"
#: eeschema/menubar_libedit.cpp:198
msgid "Add lines and polygons to the component body"
msgstr "Addition de lignes ou polygones graphiques au composant"
#: eeschema/menubar_libedit.cpp:210
msgid "Library preferences"
msgstr "Préférences pour Librairie"
#: eeschema/menubar_libedit.cpp:215
msgid "&Colors"
msgstr "&Couleurs"
#: eeschema/menubar_libedit.cpp:216
msgid "Color preferences"
msgstr "Préférences de couleurs"
#: eeschema/menubar_libedit.cpp:223
msgid "Tickness of graphic lines, texts sizes and others"
msgstr "Epaisseur des lignes graphiques, taille des textes et autres"
#: eeschema/menubar_libedit.cpp:237
msgid "&Save preferences"
msgstr "&Sauver Préférences"
#: eeschema/menubar_libedit.cpp:243
msgid "&Read preferences"
msgstr "&Lire Préférences"
#: eeschema/menubar_libedit.cpp:253
msgid "Open the eeschema manual"
msgstr "Ouvrir la documentation de eeschema"
#: eeschema/menubar_libedit.cpp:263
msgid "&Place"
msgstr "&Placer"
#: eeschema/libedit_plot_component.cpp:34
msgid "No component"
msgstr "Pas de composants"
#: eeschema/libedit_plot_component.cpp:116
#, c-format
msgid "Can't save file <%s>"
msgstr "Impossible de sauver le fichier <%s>"
#: eeschema/dialog_libedit_dimensions_base.cpp:33
msgid "&Grid size:"
msgstr "Dim &Grille:"
#: eeschema/dialog_libedit_dimensions_base.cpp:37
#: eeschema/dialog_libedit_dimensions_base.cpp:73
#: eeschema/dialog_libedit_dimensions_base.cpp:87
msgid "50"
msgstr "50"
#: eeschema/dialog_libedit_dimensions_base.cpp:37
#: eeschema/dialog_libedit_dimensions_base.cpp:73
#: eeschema/dialog_libedit_dimensions_base.cpp:87
msgid "25"
msgstr "25"
#: eeschema/dialog_libedit_dimensions_base.cpp:37
msgid "5"
msgstr "5"
#: eeschema/dialog_libedit_dimensions_base.cpp:37
msgid "1"
msgstr "1"
#: eeschema/dialog_libedit_dimensions_base.cpp:43
#: eeschema/dialog_libedit_dimensions_base.cpp:54
#: eeschema/dialog_libedit_dimensions_base.cpp:65
#: eeschema/dialog_libedit_dimensions_base.cpp:79
#: eeschema/dialog_libedit_dimensions_base.cpp:93
#: eeschema/dialog_libedit_dimensions_base.cpp:104
#: eeschema/dialog_libedit_dimensions_base.cpp:115
#: eeschema/dialog_libedit_dimensions_base.cpp:126
msgid "mils"
msgstr "mils"
#: eeschema/dialog_libedit_dimensions_base.cpp:47
msgid "Current graphic &line width:"
msgstr "Epaiss. &ligne courante:"
#: eeschema/dialog_libedit_dimensions_base.cpp:58
msgid "Current graphic text &size:"
msgstr "Taille te&xte graphique courante:"
#: eeschema/dialog_libedit_dimensions_base.cpp:69
msgid "Repeat draw item &horizontal displacement:"
msgstr "Déplacement &horizontal en répétition d'items:"
#: eeschema/dialog_libedit_dimensions_base.cpp:83
msgid "Repeat draw item &vertical displacement:"
msgstr "Déplacement &vertical en répétition d'items:"
#: eeschema/dialog_libedit_dimensions_base.cpp:97
msgid "Current &pin lenght:"
msgstr "Longueur de &pin courante:"
#: eeschema/dialog_libedit_dimensions_base.cpp:108
msgid "Current pin name size:"
msgstr "Taille nom de pin courante:"
#: eeschema/dialog_libedit_dimensions_base.cpp:119
msgid "Current pin number size:"
msgstr "Taille des numéros de pin courante:"
#: eeschema/dialog_libedit_dimensions_base.cpp:130
msgid "&Repeat pin number increment:"
msgstr "Incrément des numéros de pin en répétition:"
#: eeschema/dialog_libedit_dimensions_base.cpp:148
msgid "Save as Default"
msgstr "Sauver comme Défaut"
#: eeschema/selpart.cpp:26
#: eeschema/selpart.cpp:26
msgid "No component libraries are loaded."
msgid "No component libraries are loaded."
msgstr "Pas de librairies de composants chargées."
msgstr "Pas de librairies de composants chargées."
...
@@ -8291,18 +8574,10 @@ msgstr "Ne peut pas ouvrir fichier d'échange <%s>"
...
@@ -8291,18 +8574,10 @@ msgstr "Ne peut pas ouvrir fichier d'échange <%s>"
msgid "Options"
msgid "Options"
msgstr "Options"
msgstr "Options"
#: eeschema/dialog_edit_component_in_schematic_fbp.cpp:28
msgid "1"
msgstr "1"
#: eeschema/dialog_edit_component_in_schematic_fbp.cpp:28
#: eeschema/dialog_edit_component_in_schematic_fbp.cpp:28
msgid "3"
msgid "3"
msgstr "3"
msgstr "3"
#: eeschema/dialog_edit_component_in_schematic_fbp.cpp:28
msgid "5"
msgstr "5"
#: eeschema/dialog_edit_component_in_schematic_fbp.cpp:28
#: eeschema/dialog_edit_component_in_schematic_fbp.cpp:28
msgid "7"
msgid "7"
msgstr "7"
msgstr "7"
...
@@ -8355,10 +8630,6 @@ msgstr "23"
...
@@ -8355,10 +8630,6 @@ msgstr "23"
msgid "24"
msgid "24"
msgstr "24"
msgstr "24"
#: eeschema/dialog_edit_component_in_schematic_fbp.cpp:28
msgid "25"
msgstr "25"
#: eeschema/dialog_edit_component_in_schematic_fbp.cpp:28
#: eeschema/dialog_edit_component_in_schematic_fbp.cpp:28
msgid "26"
msgid "26"
msgstr "26"
msgstr "26"
...
@@ -8579,92 +8850,6 @@ msgstr "&Fermer"
...
@@ -8579,92 +8850,6 @@ msgstr "&Fermer"
msgid "&Accept Offset"
msgid "&Accept Offset"
msgstr "&Accepter Offset"
msgstr "&Accepter Offset"
#: eeschema/build_BOM.cpp:59
msgid "Bill of Materials file (*.lst)|*.lst"
msgstr "Fichier Liste du Matériel (*.lst)|*.lst"
#: eeschema/build_BOM.cpp:104
msgid "Bill of Materials"
msgstr "Liste du Matériel"
#: eeschema/build_BOM.cpp:154
#: eeschema/build_BOM.cpp:191
#: eeschema/build_BOM.cpp:227
msgid "Failed to open file "
msgstr "Erreur ouverture "
#: eeschema/build_BOM.cpp:272
#, c-format
msgid ""
"\n"
"#Global, Hierarchical Labels and PinSheets ( order = Sheet Number ) count = %d\n"
msgstr ""
"\n"
"#Labels globaux, hiérarchiques et pins de feuille ( ordre = Numéro de feuille ) nombre = %d\n"
#: eeschema/build_BOM.cpp:284
#, c-format
msgid ""
"\n"
"#Global, Hierarchical Labels and PinSheets ( order = Alphab. ) count = %d\n"
"\n"
msgstr ""
"\n"
"#Labels globaux, hiérarchiques et pins de feuille ( ordre = Alphab. ) nombre = %d\n"
"\n"
#: eeschema/build_BOM.cpp:292
msgid ""
"\n"
"#End List\n"
msgstr ""
"\n"
"#End List\n"
#: eeschema/build_BOM.cpp:667
msgid "Field"
msgstr "Champ"
#: eeschema/build_BOM.cpp:676
msgid ""
"\n"
"#Cmp ( order = Reference )"
msgstr ""
"\n"
"#Cmp ( ordre = Référence )"
#: eeschema/build_BOM.cpp:679
#: eeschema/build_BOM.cpp:919
msgid " (with SubCmp)"
msgstr "avec sub-composants"
#: eeschema/build_BOM.cpp:784
#: eeschema/build_BOM.cpp:975
msgid "#End Cmp\n"
msgstr "#End Cmp\n"
#: eeschema/build_BOM.cpp:916
msgid ""
"\n"
"#Cmp ( order = Value )"
msgstr ""
"\n"
"#Cmp ( ordre = Valeur )"
#: eeschema/build_BOM.cpp:1003
#, c-format
msgid "> %-28.28s %s (Sheet %s) pos: %3.3f, %3.3f\n"
msgstr "> %-28.28s %s (Feuille %s) pos: %3.3f, %3.3f\n"
#: eeschema/build_BOM.cpp:1023
#, c-format
msgid "> %-28.28s PinSheet %-7.7s (Sheet %s) pos: %3.3f, %3.3f\n"
msgstr "> %-28.28s PinSheet %-7.7s (Feuille %s) pos: %3.3f, %3.3f\n"
#: eeschema/build_BOM.cpp:1038
msgid "#End labels\n"
msgstr "#End labels\n"
#: eeschema/tool_sch.cpp:30
#: eeschema/tool_sch.cpp:30
#: eeschema/menubar.cpp:45
#: eeschema/menubar.cpp:45
msgid "New schematic project"
msgid "New schematic project"
...
@@ -8967,12 +9152,10 @@ msgid "Copy Hierarchical Label"
...
@@ -8967,12 +9152,10 @@ msgid "Copy Hierarchical Label"
msgstr "Copier Label Hiérarchique"
msgstr "Copier Label Hiérarchique"
#: eeschema/onrightclick.cpp:439
#: eeschema/onrightclick.cpp:439
#: eeschema/onrightclick.cpp:442
msgid "Rotate Hierarchical Label"
msgid "Rotate Hierarchical Label"
msgstr "Rot. Label Hiérarchique"
msgstr "Rot. Label Hiérarchique"
#: eeschema/onrightclick.cpp:443
#: eeschema/onrightclick.cpp:443
#: eeschema/onrightclick.cpp:446
msgid "Edit Hierarchical Label"
msgid "Edit Hierarchical Label"
msgstr "Editer Label Hiérarchique"
msgstr "Editer Label Hiérarchique"
...
@@ -9095,60 +9278,63 @@ msgstr "Entrer dans Feuille"
...
@@ -9095,60 +9278,63 @@ msgstr "Entrer dans Feuille"
msgid "Move Sheet"
msgid "Move Sheet"
msgstr "Déplacer Feuille"
msgstr "Déplacer Feuille"
#: eeschema/onrightclick.cpp:685
#: eeschema/onrightclick.cpp:682
msgid "Drag Sheet"
msgstr "Drag Feuille"
#: eeschema/onrightclick.cpp:690
msgid "Place Sheet"
msgid "Place Sheet"
msgstr "Placer Feuille"
msgstr "Placer Feuille"
#: eeschema/onrightclick.cpp:69
0
#: eeschema/onrightclick.cpp:69
5
msgid "Edit Sheet"
msgid "Edit Sheet"
msgstr "Editer Feuille"
msgstr "Editer Feuille"
#: eeschema/onrightclick.cpp:
696
#: eeschema/onrightclick.cpp:
701
msgid "Resize Sheet"
msgid "Resize Sheet"
msgstr "Redimensionner Feuille"
msgstr "Redimensionner Feuille"
#: eeschema/onrightclick.cpp:
699
#: eeschema/onrightclick.cpp:
704
msgid "Import PinSheets"
msgid "Import PinSheets"
msgstr "Importer Connecteur de Hiérarchie"
msgstr "Importer Connecteur de Hiérarchie"
#: eeschema/onrightclick.cpp:70
3
#: eeschema/onrightclick.cpp:70
8
msgid "Cleanup PinSheets"
msgid "Cleanup PinSheets"
msgstr "Nettoyage des Pins Hiérarchiques"
msgstr "Nettoyage des Pins Hiérarchiques"
#: eeschema/onrightclick.cpp:7
05
#: eeschema/onrightclick.cpp:7
10
msgid "Delete Sheet"
msgid "Delete Sheet"
msgstr "Supprimer Feuille"
msgstr "Supprimer Feuille"
#: eeschema/onrightclick.cpp:7
16
#: eeschema/onrightclick.cpp:7
21
msgid "Move PinSheet"
msgid "Move PinSheet"
msgstr "Déplace Connecteur de hiérarchie"
msgstr "Déplace Connecteur de hiérarchie"
#: eeschema/onrightclick.cpp:72
2
#: eeschema/onrightclick.cpp:72
7
msgid "Edit PinSheet"
msgid "Edit PinSheet"
msgstr "Edit Connecteur de hiérarchie"
msgstr "Edit Connecteur de hiérarchie"
#: eeschema/onrightclick.cpp:7
26
#: eeschema/onrightclick.cpp:7
31
msgid "Delete PinSheet"
msgid "Delete PinSheet"
msgstr "Supprimer Connecteur de hiérarchie"
msgstr "Supprimer Connecteur de hiérarchie"
#: eeschema/onrightclick.cpp:7
39
#: eeschema/onrightclick.cpp:7
44
msgid "Window Zoom"
msgid "Window Zoom"
msgstr "Zoom sur Fenêtre"
msgstr "Zoom sur Fenêtre"
#: eeschema/onrightclick.cpp:7
48
#: eeschema/onrightclick.cpp:7
53
msgid "Save Block"
msgid "Save Block"
msgstr "Sauver Bloc"
msgstr "Sauver Bloc"
#: eeschema/onrightclick.cpp:75
1
#: eeschema/onrightclick.cpp:75
6
msgid "Drag Block"
msgid "Drag Block"
msgstr "Drag Bloc"
msgstr "Drag Bloc"
#: eeschema/onrightclick.cpp:756
#: eeschema/onrightclick.cpp:761
#: eeschema/libedit_onrightclick.cpp:346
msgid "Mirror Block ||"
msgid "Mirror Block ||"
msgstr "Miroir Bloc ||"
msgstr "Miroir Bloc ||"
#: eeschema/onrightclick.cpp:76
1
#: eeschema/onrightclick.cpp:76
6
msgid "Copy to Clipboard"
msgid "Copy to Clipboard"
msgstr "Copie dans Presse papier"
msgstr "Copie dans Presse papier"
...
@@ -9248,14 +9434,6 @@ msgstr "Rétro Annotation"
...
@@ -9248,14 +9434,6 @@ msgstr "Rétro Annotation"
msgid "Back annotated footprint fields"
msgid "Back annotated footprint fields"
msgstr "Rétroannotation des champs modules"
msgstr "Rétroannotation des champs modules"
#: eeschema/menubar.cpp:237
msgid "Fit the schematic sheet on the screen"
msgstr "Ajuster la feuille de schéma à l'écran"
#: eeschema/menubar.cpp:249
msgid "Redraw the schematic view"
msgstr "Redessin de l'écran"
#: eeschema/menubar.cpp:263
#: eeschema/menubar.cpp:263
msgid "&Component"
msgid "&Component"
msgstr "&Composant"
msgstr "&Composant"
...
@@ -9360,54 +9538,22 @@ msgstr "Ligne ou polygone graphique"
...
@@ -9360,54 +9538,22 @@ msgstr "Ligne ou polygone graphique"
msgid "Place graphic lines or polygons"
msgid "Place graphic lines or polygons"
msgstr "Placer lignes ou polygones graphiques"
msgstr "Placer lignes ou polygones graphiques"
#: eeschema/menubar.cpp:372
msgid "Graphic text"
msgstr "Texte graphique"
#: eeschema/menubar.cpp:373
#: eeschema/menubar.cpp:373
msgid "Place graphic text for comment"
msgid "Place graphic text for comment"
msgstr "Placer textes graphiques en commentaire."
msgstr "Placer textes graphiques en commentaire."
#: eeschema/menubar.cpp:387
msgid "Library preferences"
msgstr "Préférences pour Librairie"
#: eeschema/menubar.cpp:392
msgid "&Colors"
msgstr "&Couleurs"
#: eeschema/menubar.cpp:393
msgid "Color preferences"
msgstr "Préférences de couleurs"
#: eeschema/menubar.cpp:398
#: eeschema/menubar.cpp:398
msgid "&Options"
msgid "&Options"
msgstr "&Options"
msgstr "&Options"
#: eeschema/menubar.cpp:399
#: eeschema/menubar.cpp:399
msgid "Eeschema general options and preferences"
msgid "Eeschema general options and preferences"
msgstr "Options et préférences générales de Eeschema"
msgstr "Options et préférences générales de Eeschema"
#: eeschema/menubar.cpp:413
msgid "&Save preferences"
msgstr "&Sauver Préférences"
#: eeschema/menubar.cpp:419
msgid "&Read preferences"
msgstr "&Lire Préférences"
#: eeschema/menubar.cpp:431
msgid "Open the eeschema manual"
msgstr "Ouvrir la documentation de eeschema"
#: eeschema/menubar.cpp:439
#: eeschema/menubar.cpp:439
msgid "About eeschema schematic designer"
msgid "About eeschema schematic designer"
msgstr "Au sujet de Eeschema (outil de conception schématique)"
msgstr "Au sujet de Eeschema (outil de conception schématique)"
#: eeschema/menubar.cpp:452
msgid "&Place"
msgstr "&Placer"
#: eeschema/dialog_annotate_base.cpp:22
#: eeschema/dialog_annotate_base.cpp:22
msgid "Scope"
msgid "Scope"
msgstr "Sélection"
msgstr "Sélection"
...
@@ -9456,15 +9602,15 @@ msgstr "Annotation"
...
@@ -9456,15 +9602,15 @@ msgstr "Annotation"
msgid "none"
msgid "none"
msgstr "rien"
msgstr "rien"
#: eeschema/class_libentry.cpp:3
42
#: eeschema/class_libentry.cpp:3
83
msgid "value"
msgid "value"
msgstr "valeur"
msgstr "valeur"
#: eeschema/class_libentry.cpp:3
42
#: eeschema/class_libentry.cpp:3
83
msgid "reference"
msgid "reference"
msgstr "référence"
msgstr "référence"
#: eeschema/class_libentry.cpp:3
44
#: eeschema/class_libentry.cpp:3
85
#, c-format
#, c-format
msgid "An attempt was made to remove the %s field from component %s in library %s."
msgid "An attempt was made to remove the %s field from component %s in library %s."
msgstr "Une tentative a été faite pour supprimer le champ %s du composant %s en librairie %s."
msgstr "Une tentative a été faite pour supprimer le champ %s du composant %s en librairie %s."
...
@@ -9567,10 +9713,6 @@ msgstr ""
...
@@ -9567,10 +9713,6 @@ msgstr ""
"Marge (en 0,001 pouce) entre la position des noms de pins et le corps du composant.\n"
"Marge (en 0,001 pouce) entre la position des noms de pins et le corps du composant.\n"
"Une valeur de 10 à 40 est usuellement bonne."
"Une valeur de 10 à 40 est usuellement bonne."
#: eeschema/dialog_lib_new_component_base.cpp:166
msgid "mils"
msgstr "mils"
#: eeschema/dialog_lib_new_component_base.cpp:178
#: eeschema/dialog_lib_new_component_base.cpp:178
msgid "Show pin n&umber text"
msgid "Show pin n&umber text"
msgstr "Afficher le &numéro de pin"
msgstr "Afficher le &numéro de pin"
...
@@ -9922,7 +10064,7 @@ msgstr ""
...
@@ -9922,7 +10064,7 @@ msgstr ""
msgid "User defined search path"
msgid "User defined search path"
msgstr "Chemin de recherche défini par l'utilisateur"
msgstr "Chemin de recherche défini par l'utilisateur"
#: eeschema/libeditframe.cpp:3
01
#: eeschema/libeditframe.cpp:3
33
msgid ""
msgid ""
"Component was modified!\n"
"Component was modified!\n"
"Discard changes?"
"Discard changes?"
...
@@ -9930,7 +10072,7 @@ msgstr ""
...
@@ -9930,7 +10072,7 @@ msgstr ""
"Le composant a été modifié\n"
"Le composant a été modifié\n"
"Perdre les changements"
"Perdre les changements"
#: eeschema/libeditframe.cpp:3
14
#: eeschema/libeditframe.cpp:3
46
#, c-format
#, c-format
msgid ""
msgid ""
"Library \"%s\" was modified!\n"
"Library \"%s\" was modified!\n"
...
@@ -9939,19 +10081,19 @@ msgstr ""
...
@@ -9939,19 +10081,19 @@ msgstr ""
"Librairie \"%s\" modifiée!\n"
"Librairie \"%s\" modifiée!\n"
"Perdre les changements ?"
"Perdre les changements ?"
#: eeschema/libeditframe.cpp:
680
#: eeschema/libeditframe.cpp:
712
msgid "Set pin options"
msgid "Set pin options"
msgstr "Choix options de pin"
msgstr "Choix options de pin"
#: eeschema/libeditframe.cpp:7
09
#: eeschema/libeditframe.cpp:7
41
msgid "Add line"
msgid "Add line"
msgstr "Addition de lignes"
msgstr "Addition de lignes"
#: eeschema/libeditframe.cpp:7
13
#: eeschema/libeditframe.cpp:7
45
msgid "Set anchor position"
msgid "Set anchor position"
msgstr "Ajuster Position Ancre"
msgstr "Ajuster Position Ancre"
#: eeschema/libeditframe.cpp:7
23
#: eeschema/libeditframe.cpp:7
55
msgid "Export"
msgid "Export"
msgstr "Exporter"
msgstr "Exporter"
...
@@ -10225,76 +10367,72 @@ msgstr "oui"
...
@@ -10225,76 +10367,72 @@ msgstr "oui"
msgid "arc only had %d parameters of the required 8"
msgid "arc only had %d parameters of the required 8"
msgstr "l'arc a seulement %d paramètres sur les 8 requis"
msgstr "l'arc a seulement %d paramètres sur les 8 requis"
#: eeschema/classes_body_items.cpp:54
0
#: eeschema/classes_body_items.cpp:54
1
#: eeschema/classes_body_items.cpp:80
4
#: eeschema/classes_body_items.cpp:80
6
#: eeschema/classes_body_items.cpp:12
79
#: eeschema/classes_body_items.cpp:12
82
#: eeschema/classes_body_items.cpp:1
696
#: eeschema/classes_body_items.cpp:1
700
#: eeschema/classes_body_items.cpp:20
66
#: eeschema/classes_body_items.cpp:20
71
msgid "Bounding box"
msgid "Bounding box"
msgstr "Rectange d'encadrement"
msgstr "Rectange d'encadrement"
#: eeschema/classes_body_items.cpp:58
6
#: eeschema/classes_body_items.cpp:58
7
#, c-format
#, c-format
msgid "circle only had %d parameters of the required 6"
msgid "circle only had %d parameters of the required 6"
msgstr "le cercle a seulement %d paramètres sur les 6 requis"
msgstr "le cercle a seulement %d paramètres sur les 6 requis"
#: eeschema/classes_body_items.cpp:
799
#: eeschema/classes_body_items.cpp:
801
msgid "Radius"
msgid "Radius"
msgstr "Rayon"
msgstr "Rayon"
#: eeschema/classes_body_items.cpp:818
#: eeschema/classes_body_items.cpp:858
msgid "Rectangle"
msgstr "Rectangle"
#: eeschema/classes_body_items.cpp:856
#, c-format
#, c-format
msgid "rectangle only had %d parameters of the required 7"
msgid "rectangle only had %d parameters of the required 7"
msgstr "le rectangle a seulement %d paramètres sur les 7 requis"
msgstr "le rectangle a seulement %d paramètres sur les 7 requis"
#: eeschema/classes_body_items.cpp:13
27
#: eeschema/classes_body_items.cpp:13
30
msgid "PolyLine"
msgid "PolyLine"
msgstr "PolyLigne"
msgstr "PolyLigne"
#: eeschema/classes_body_items.cpp:137
1
#: eeschema/classes_body_items.cpp:137
4
#, c-format
#, c-format
msgid "polyline only had %d parameters of the required 4"
msgid "polyline only had %d parameters of the required 4"
msgstr "la polyligne a seulement %d paramètres sur les 4 requis"
msgstr "la polyligne a seulement %d paramètres sur les 4 requis"
#: eeschema/classes_body_items.cpp:137
6
#: eeschema/classes_body_items.cpp:137
9
#, c-format
#, c-format
msgid "polyline count parameter %d is invalid"
msgid "polyline count parameter %d is invalid"
msgstr "le nombre de paramètes (%d) de la polyligne est mauvais"
msgstr "le nombre de paramètes (%d) de la polyligne est mauvais"
#: eeschema/classes_body_items.cpp:139
1
#: eeschema/classes_body_items.cpp:139
4
#, c-format
#, c-format
msgid "polyline point %d X position not defined"
msgid "polyline point %d X position not defined"
msgstr "la position X du point %d de la polyligne n'est pas définie"
msgstr "la position X du point %d de la polyligne n'est pas définie"
#: eeschema/classes_body_items.cpp:1
397
#: eeschema/classes_body_items.cpp:1
400
#, c-format
#, c-format
msgid "polyline point %d Y position not defined"
msgid "polyline point %d Y position not defined"
msgstr "la position Y du point %d de la polyligne n'est pas définie"
msgstr "la position Y du point %d de la polyligne n'est pas définie"
#: eeschema/classes_body_items.cpp:17
09
#: eeschema/classes_body_items.cpp:17
13
msgid "Bezier"
msgid "Bezier"
msgstr "Bezier"
msgstr "Bezier"
#: eeschema/classes_body_items.cpp:175
4
#: eeschema/classes_body_items.cpp:175
8
#, c-format
#, c-format
msgid "Bezier only had %d parameters of the required 4"
msgid "Bezier only had %d parameters of the required 4"
msgstr "La courbe de Bezier a seulement %d paramètres sur les 4 requis"
msgstr "La courbe de Bezier a seulement %d paramètres sur les 4 requis"
#: eeschema/classes_body_items.cpp:17
59
#: eeschema/classes_body_items.cpp:17
63
#, c-format
#, c-format
msgid "Bezier count parameter %d is invalid"
msgid "Bezier count parameter %d is invalid"
msgstr "le nombre de paramètes (%d) de la courbe de Bezier est mauvais"
msgstr "le nombre de paramètes (%d) de la courbe de Bezier est mauvais"
#: eeschema/classes_body_items.cpp:177
4
#: eeschema/classes_body_items.cpp:177
8
#, c-format
#, c-format
msgid "Bezier point %d X position not defined"
msgid "Bezier point %d X position not defined"
msgstr "la position X du point %d de la courbe de Bezier n'est pas définie"
msgstr "la position X du point %d de la courbe de Bezier n'est pas définie"
#: eeschema/classes_body_items.cpp:178
0
#: eeschema/classes_body_items.cpp:178
4
#, c-format
#, c-format
msgid "Bezier point %d Y position not defined"
msgid "Bezier point %d Y position not defined"
msgstr "la position Y du point %d de la courbe de Bezier n'est pas définie"
msgstr "la position Y du point %d de la courbe de Bezier n'est pas définie"
...
@@ -10700,7 +10838,7 @@ msgstr "Remplissage en &avant plan"
...
@@ -10700,7 +10838,7 @@ msgstr "Remplissage en &avant plan"
msgid "Fill &background"
msgid "Fill &background"
msgstr "Remplissage en a&rriere plan"
msgstr "Remplissage en a&rriere plan"
#: eeschema/dialog_eeschema_config.cpp:2
2
4
#: eeschema/dialog_eeschema_config.cpp:2
3
4
msgid "Library files:"
msgid "Library files:"
msgstr "Fichiers Librairies:"
msgstr "Fichiers Librairies:"
...
@@ -10877,10 +11015,6 @@ msgstr "Composant [%s] non trouvé!"
...
@@ -10877,10 +11015,6 @@ msgstr "Composant [%s] non trouvé!"
msgid "Mesurement &units:"
msgid "Mesurement &units:"
msgstr "&Unités de mesure:"
msgstr "&Unités de mesure:"
#: eeschema/dialog_eeschema_options_base.cpp:46
msgid "&Grid size:"
msgstr "Dim &Grille:"
#: eeschema/dialog_eeschema_options_base.cpp:59
#: eeschema/dialog_eeschema_options_base.cpp:59
msgid "Default &line width:"
msgid "Default &line width:"
msgstr "Epaiss. &ligne par défaut:"
msgstr "Epaiss. &ligne par défaut:"
...
@@ -10889,14 +11023,6 @@ msgstr "Epaiss. &ligne par défaut:"
...
@@ -10889,14 +11023,6 @@ msgstr "Epaiss. &ligne par défaut:"
msgid "Default text &size:"
msgid "Default text &size:"
msgstr "Dim. &texte par défaut:"
msgstr "Dim. &texte par défaut:"
#: eeschema/dialog_eeschema_options_base.cpp:81
msgid "Repeat draw item &horizontal displacement:"
msgstr "Déplacement &horizontal en répétition d'items:"
#: eeschema/dialog_eeschema_options_base.cpp:92
msgid "Repeat draw item &vertical displacement:"
msgstr "Déplacement &vertical en répétition d'items:"
#: eeschema/dialog_eeschema_options_base.cpp:103
#: eeschema/dialog_eeschema_options_base.cpp:103
msgid "&Repeat label increment:"
msgid "&Repeat label increment:"
msgstr "Incrémentation des labels en répétition:"
msgstr "Incrémentation des labels en répétition:"
...
@@ -10937,12 +11063,6 @@ msgstr "Nom du Composant"
...
@@ -10937,12 +11063,6 @@ msgstr "Nom du Composant"
msgid " Symbol Text Size "
msgid " Symbol Text Size "
msgstr "Taille du Texte"
msgstr "Taille du Texte"
#: eeschema/component_wizard/dialog_component_setup.cpp:158
#: eeschema/component_wizard/dialog_component_setup.cpp:194
#: eeschema/component_wizard/dialog_component_setup.cpp:217
msgid "50"
msgstr "50"
#: eeschema/component_wizard/dialog_component_setup.cpp:161
#: eeschema/component_wizard/dialog_component_setup.cpp:161
msgid "Parts Count"
msgid "Parts Count"
msgstr "Nb Parts"
msgstr "Nb Parts"
...
@@ -11140,8 +11260,6 @@ msgid "Delete selections"
...
@@ -11140,8 +11260,6 @@ msgid "Delete selections"
msgstr "Effacement des associations existantes"
msgstr "Effacement des associations existantes"
#: cvpcb/cvframe.cpp:425
#: cvpcb/cvframe.cpp:425
#: cvpcb/init.cpp:65
#: cvpcb/init.cpp:115
#, c-format
#, c-format
msgid "Components: %d (free: %d)"
msgid "Components: %d (free: %d)"
msgstr "Composants: %d (libres: %d)"
msgstr "Composants: %d (libres: %d)"
...
@@ -11279,7 +11397,6 @@ msgid "File <"
...
@@ -11279,7 +11397,6 @@ msgid "File <"
msgstr "Fichier <"
msgstr "Fichier <"
#: cvpcb/readschematicnetlist.cpp:115
#: cvpcb/readschematicnetlist.cpp:115
#: kicad/prjconfig.cpp:105
msgid "> not found"
msgid "> not found"
msgstr "> non trouvé"
msgstr "> non trouvé"
...
@@ -12240,67 +12357,91 @@ msgstr "Zoom: "
...
@@ -12240,67 +12357,91 @@ msgstr "Zoom: "
msgid "Grid Select"
msgid "Grid Select"
msgstr "Sélection Grille"
msgstr "Sélection Grille"
#: common/
common.cpp:64
#: common/
edaappl.cpp:108
msgid "
Kicad project files (*.pro)|*.pro
"
msgid "
French
"
msgstr "F
ichiers projet Kicad (*.pro)|*.pro
"
msgstr "F
rançais
"
#: common/
common.cpp:65
#: common/
edaappl.cpp:116
msgid "
Kicad PCB files (*.brd)|*.brd
"
msgid "
Finnish
"
msgstr "Fi
chiers Kicad PCB (*.brd)|*.brd
"
msgstr "Fi
nlandais
"
#: common/
common.cpp:66
#: common/
edaappl.cpp:124
msgid "
Kicad schematic files (*.sch)|*.sc
h"
msgid "
Spanis
h"
msgstr "
Fichiers schématiques Kicad (*.sch)|*.sch
"
msgstr "
Espagnol
"
#: common/
common.cpp:67
#: common/
edaappl.cpp:132
msgid "
Kicad netlist files (*.net)|*.net
"
msgid "
Portuguese
"
msgstr "
fichiers netlistes Kicad (*.net)|*.net
"
msgstr "
Portugais
"
#: common/
common.cpp:68
#: common/
edaappl.cpp:140
msgid "
Gerber files (*.pho)|*.pho
"
msgid "
Italian
"
msgstr "
Fichiers Gerber (*.pho)|*.pho
"
msgstr "
Italien
"
#: common/
common.cpp:69
#: common/
edaappl.cpp:148
msgid "
Portable document format files (*.pdf)|*.pdf
"
msgid "
German
"
msgstr "
Fichiers \"Portable document format\" (*.pdf)|*.pdf
"
msgstr "
Allemand
"
#: common/
common.cpp:70
#: common/
edaappl.cpp:156
msgid "
All files (*)|*
"
msgid "
Slovenian
"
msgstr "
Tous les fichiers (*)|*
"
msgstr "
Slovène
"
#: common/
common.cpp:232
#: common/
edaappl.cpp:164
msgid "
\"
"
msgid "
Hungarian
"
msgstr "
\"
"
msgstr "
Hongrois
"
#: common/common.cpp:240
#: common/edaappl.cpp:172
#: common/common.cpp:299
msgid "Polish"
msgid "??"
msgstr "Polonais"
msgstr "??"
#: common/
common.cpp:26
0
#: common/
edaappl.cpp:18
0
msgid "
inches
"
msgid "
Czech
"
msgstr "
Pouces
"
msgstr "
Tchèque
"
#: common/
common.cpp:26
8
#: common/
edaappl.cpp:18
8
msgid "
centimeters
"
msgid "
Russian
"
msgstr "
centimètres
"
msgstr "
Russe
"
#: common/
common.cpp:272
#: common/
edaappl.cpp:196
msgid "
Unknow
n"
msgid "
Korea
n"
msgstr "
Inconnu
"
msgstr "
Coréen
"
#: common/common.cpp:287
#: common/edaappl.cpp:204
#: common/dsnlexer.cpp:188
msgid "Chinese simplified"
msgid "in"
msgstr "Chinois Simplifié"
msgstr "dans"
#: common/
common.cpp:295
#: common/
edaappl.cpp:212
msgid "
cm
"
msgid "
Catalan
"
msgstr "
cm
"
msgstr "
Catalan
"
#: common/common.cpp:378
#: common/edaappl.cpp:220
msgid " \""
msgid "Dutch"
msgstr " \""
msgstr "Hollandais"
#: common/edaappl.cpp:817
msgid "Language"
msgstr "Langue"
#: common/edaappl.cpp:818
msgid "Select application language (only for testing!)"
msgstr "Choisir la langue (seulement pour tests!)"
#: common/basicframe.cpp:223
msgid " file <"
msgstr " Fichier <"
#: common/basicframe.cpp:223
msgid "> was not found."
msgstr "> non trouvé."
#: common/basicframe.cpp:257
#, c-format
msgid "Help file %s not found"
msgstr "Fichier d'aide %s non trouvé"
#: common/basicframe.cpp:266
#, c-format
msgid "Help file %s could not be found."
msgstr "Fichier d'aide %s non trouvé."
#: common/gestfich.cpp:446
#: common/gestfich.cpp:446
#, c-format
#, c-format
...
@@ -12343,6 +12484,11 @@ msgstr "Erreur"
...
@@ -12343,6 +12484,11 @@ msgstr "Erreur"
msgid "clipboard"
msgid "clipboard"
msgstr "Presse papier"
msgstr "Presse papier"
#: common/dsnlexer.cpp:188
#: common/common.cpp:287
msgid "in"
msgstr "dans"
#: common/dsnlexer.cpp:189
#: common/dsnlexer.cpp:189
msgid "on line"
msgid "on line"
msgstr "en ligne"
msgstr "en ligne"
...
@@ -12360,73 +12506,62 @@ msgstr "Le caractère de délimitation de ligne doit être un seul caractère '
...
@@ -12360,73 +12506,62 @@ msgstr "Le caractère de délimitation de ligne doit être un seul caractère '
msgid "Un-terminated delimited string"
msgid "Un-terminated delimited string"
msgstr "Ligne délimitée non terminée"
msgstr "Ligne délimitée non terminée"
#: common/edaappl.cpp:108
#: common/common.cpp:64
msgid "French"
msgid "Kicad project files (*.pro)|*.pro"
msgstr "Français"
msgstr "Fichiers projet Kicad (*.pro)|*.pro"
#: common/edaappl.cpp:116
msgid "Finnish"
msgstr "Finlandais"
#: common/edaappl.cpp:124
msgid "Spanish"
msgstr "Espagnol"
#: common/edaappl.cpp:132
msgid "Portuguese"
msgstr "Portugais"
#: common/
edaappl.cpp:140
#: common/
common.cpp:65
msgid "
Italian
"
msgid "
Kicad PCB files (*.brd)|*.brd
"
msgstr "
Italien
"
msgstr "
Fichiers Kicad PCB (*.brd)|*.brd
"
#: common/
edaappl.cpp:148
#: common/
common.cpp:66
msgid "
German
"
msgid "
Kicad schematic files (*.sch)|*.sch
"
msgstr "
Allemand
"
msgstr "
Fichiers schématiques Kicad (*.sch)|*.sch
"
#: common/
edaappl.cpp:156
#: common/
common.cpp:67
msgid "
Slovenian
"
msgid "
Kicad netlist files (*.net)|*.net
"
msgstr "
Slovène
"
msgstr "
fichiers netlistes Kicad (*.net)|*.net
"
#: common/
edaappl.cpp:164
#: common/
common.cpp:68
msgid "
Hungarian
"
msgid "
Gerber files (*.pho)|*.pho
"
msgstr "
Hongrois
"
msgstr "
Fichiers Gerber (*.pho)|*.pho
"
#: common/
edaappl.cpp:172
#: common/
common.cpp:69
msgid "Po
lish
"
msgid "Po
rtable document format files (*.pdf)|*.pdf
"
msgstr "
Polonais
"
msgstr "
Fichiers \"Portable document format\" (*.pdf)|*.pdf
"
#: common/
edaappl.cpp:18
0
#: common/
common.cpp:7
0
msgid "
Czech
"
msgid "
All files (*)|*
"
msgstr "T
chèque
"
msgstr "T
ous les fichiers (*)|*
"
#: common/
edaappl.cpp:188
#: common/
common.cpp:232
msgid "
Russian
"
msgid "
\"
"
msgstr "
Russe
"
msgstr "
\"
"
#: common/edaappl.cpp:196
#: common/common.cpp:240
msgid "Korean"
#: common/common.cpp:299
msgstr "Coréen"
msgid "??"
msgstr "??"
#: common/
edaappl.cpp:204
#: common/
common.cpp:260
msgid "
Chinese simplified
"
msgid "
inches
"
msgstr "
Chinois Simplifié
"
msgstr "
Pouces
"
#: common/
edaappl.cpp:212
#: common/
common.cpp:268
msgid "
Catalan
"
msgid "
centimeters
"
msgstr "
Catalan
"
msgstr "
centimètres
"
#: common/
edaappl.cpp:220
#: common/
common.cpp:272
msgid "
Dutch
"
msgid "
Unknown
"
msgstr "
Hollandais
"
msgstr "
Inconnu
"
#: common/
edaappl.cpp:817
#: common/
common.cpp:295
msgid "
Language
"
msgid "
cm
"
msgstr "
Langue
"
msgstr "
cm
"
#: common/
edaappl.cpp:81
8
#: common/
common.cpp:37
8
msgid "
Select application language (only for testing!)
"
msgid "
\"
"
msgstr "
Choisir la langue (seulement pour tests!)
"
msgstr "
\"
"
#: common/richio.cpp:73
#: common/richio.cpp:73
#: common/richio.cpp:95
#: common/richio.cpp:95
...
@@ -12462,24 +12597,6 @@ msgstr "Fichiers Modules Kicad (*.mod)|*.mod"
...
@@ -12462,24 +12597,6 @@ msgstr "Fichiers Modules Kicad (*.mod)|*.mod"
msgid "Printed circuit board files (*.brd)|*.brd"
msgid "Printed circuit board files (*.brd)|*.brd"
msgstr "Fichiers circuits imprimés (*.brd)|*.brd"
msgstr "Fichiers circuits imprimés (*.brd)|*.brd"
#: common/basicframe.cpp:224
msgid " file <"
msgstr " Fichier <"
#: common/basicframe.cpp:224
msgid "> was not found."
msgstr "> non trouvé."
#: common/basicframe.cpp:258
#, c-format
msgid "Help file %s not found"
msgstr "Fichier d'aide %s non trouvé"
#: common/basicframe.cpp:267
#, c-format
msgid "Help file %s could not be found."
msgstr "Fichier d'aide %s non trouvé."
#: common/block_commande.cpp:47
#: common/block_commande.cpp:47
msgid "Block Move"
msgid "Block Move"
msgstr "Déplace Bloc"
msgstr "Déplace Bloc"
...
@@ -12745,12 +12862,10 @@ msgid "Back View"
...
@@ -12745,12 +12862,10 @@ msgid "Back View"
msgstr "Vue arrière"
msgstr "Vue arrière"
#: 3d-viewer/3d_canvas.cpp:356
#: 3d-viewer/3d_canvas.cpp:356
#: 3d-viewer/3d_toolbar.cpp:81
msgid "Move left <-"
msgid "Move left <-"
msgstr "Vers la gauche <-"
msgstr "Vers la gauche <-"
#: 3d-viewer/3d_canvas.cpp:361
#: 3d-viewer/3d_canvas.cpp:361
#: 3d-viewer/3d_toolbar.cpp:84
msgid "Move right ->"
msgid "Move right ->"
msgstr "Vers la droite ->"
msgstr "Vers la droite ->"
...
@@ -12878,7 +12993,7 @@ msgstr "Orientation des Modules"
...
@@ -12878,7 +12993,7 @@ msgstr "Orientation des Modules"
msgid "Netlist Dialog"
msgid "Netlist Dialog"
msgstr "Dialogue Netliste"
msgstr "Dialogue Netliste"
#: pcbnew/dialog_SVG_print_base.h:6
8
#: pcbnew/dialog_SVG_print_base.h:6
7
msgid "Create SVG file"
msgid "Create SVG file"
msgstr "Créer Fichier SVG"
msgstr "Créer Fichier SVG"
...
@@ -12931,10 +13046,14 @@ msgstr "Options d'affichage"
...
@@ -12931,10 +13046,14 @@ msgstr "Options d'affichage"
msgid "Global Edition of Tracks and Vias"
msgid "Global Edition of Tracks and Vias"
msgstr "Edition Globale de Pistes et Vias"
msgstr "Edition Globale de Pistes et Vias"
#: eeschema/dialog_edit_label_base.h:6
1
#: eeschema/dialog_edit_label_base.h:6
3
msgid "Text Editor"
msgid "Text Editor"
msgstr "Editeur de Texte"
msgstr "Editeur de Texte"
#: eeschema/dialog_libedit_dimensions_base.h:84
msgid "Library Editor Options"
msgstr "Options de l'Editeur de librairies"
#: eeschema/plothpgl.h:55
#: eeschema/plothpgl.h:55
msgid "EESchema Plot HPGL"
msgid "EESchema Plot HPGL"
msgstr "EESchema Tracé HPGL"
msgstr "EESchema Tracé HPGL"
...
@@ -14436,9 +14555,6 @@ msgstr "Ajustage opt Page"
...
@@ -14436,9 +14555,6 @@ msgstr "Ajustage opt Page"
#~ msgstr ""
#~ msgstr ""
#~ "Sauver librairie chargée courante sur disque (mise à jour du fichier)"
#~ "Sauver librairie chargée courante sur disque (mise à jour du fichier)"
#~ msgid "Create a new library an save current component into"
#~ msgstr "Créer une nouvelle librairie et y sauver le composant"
#~ msgid "show as \"De Morgan\" normal part"
#~ msgid "show as \"De Morgan\" normal part"
#~ msgstr "Afficher sous représentation normale"
#~ msgstr "Afficher sous représentation normale"
...
@@ -14606,9 +14722,6 @@ msgstr "Ajustage opt Page"
...
@@ -14606,9 +14722,6 @@ msgstr "Ajustage opt Page"
#~ msgid "Block mirroring"
#~ msgid "Block mirroring"
#~ msgstr "Bloc Miroir"
#~ msgstr "Bloc Miroir"
#~ msgid "No component"
#~ msgstr "Pas de composants"
#~ msgid "Sorting Nets"
#~ msgid "Sorting Nets"
#~ msgstr "Tri des Nets"
#~ msgstr "Tri des Nets"
...
...
version.txt
View file @
14f74f7a
release version:
release version:
2010 mar
14 (SVN 2456
)
2010 mar
30 (SVN 2479
)
files (.zip,.tgz):
files (.zip,.tgz):
kicad-2010-03-
14
-final
kicad-2010-03-
30
-final
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment