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
657325be
Commit
657325be
authored
Oct 13, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed some c_str and GetData functions to GetChars in .Printf functions
parent
b1a8a074
Changes
29
Show whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
216 additions
and
238 deletions
+216
-238
3d_read_mesh.cpp
3d-viewer/3d_read_mesh.cpp
+1
-1
basicframe.cpp
common/basicframe.cpp
+2
-2
common.cpp
common/common.cpp
+1
-1
dcsvg.cpp
common/dcsvg.cpp
+1
-1
dialog_load_error.cpp
common/dialog_load_error.cpp
+1
-1
displlst.cpp
common/displlst.cpp
+1
-1
eda_doc.cpp
common/eda_doc.cpp
+1
-1
gestfich.cpp
common/gestfich.cpp
+1
-1
msgpanel.cpp
common/msgpanel.cpp
+2
-2
autosel.cpp
cvpcb/autosel.cpp
+4
-8
init.cpp
cvpcb/init.cpp
+6
-6
loadcmp.cpp
cvpcb/loadcmp.cpp
+3
-3
savecmp.cpp
cvpcb/savecmp.cpp
+2
-2
writenetlistpcbnew.cpp
cvpcb/writenetlistpcbnew.cpp
+2
-6
class_libentry_fields.cpp
eeschema/class_libentry_fields.cpp
+5
-5
files-io.cpp
eeschema/files-io.cpp
+1
-1
files.cpp
gerbview/files.cpp
+2
-2
gerbview.cpp
gerbview/gerbview.cpp
+0
-3
readgerb.cpp
gerbview/readgerb.cpp
+1
-1
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+153
-162
mainframe.cpp
kicad/mainframe.cpp
+0
-2
dialog_design_rules.cpp
pcbnew/dialog_design_rules.cpp
+3
-3
edit_track_width.cpp
pcbnew/edit_track_width.cpp
+1
-1
librairi.cpp
pcbnew/librairi.cpp
+11
-11
loadcmp.cpp
pcbnew/loadcmp.cpp
+7
-7
pcbcfg.cpp
pcbnew/pcbcfg.cpp
+1
-1
pcbnew.cpp
pcbnew/pcbnew.cpp
+1
-1
xchgmod.cpp
pcbnew/xchgmod.cpp
+2
-2
No files found.
3d-viewer/3d_read_mesh.cpp
View file @
657325be
...
@@ -44,7 +44,7 @@ int S3D_MASTER:: ReadData()
...
@@ -44,7 +44,7 @@ int S3D_MASTER:: ReadData()
if
(
FullFilename
.
IsEmpty
()
)
if
(
FullFilename
.
IsEmpty
()
)
{
{
wxLogDebug
(
_
(
"3D part library <%s> could not be found."
),
wxLogDebug
(
_
(
"3D part library <%s> could not be found."
),
fn
.
GetFullPath
().
c_str
(
)
);
GetChars
(
fn
.
GetFullPath
()
)
);
return
-
1
;
return
-
1
;
}
}
}
}
...
...
common/basicframe.cpp
View file @
657325be
...
@@ -259,7 +259,7 @@ void WinEDA_BasicFrame::GetKicadHelp( wxCommandEvent& event )
...
@@ -259,7 +259,7 @@ void WinEDA_BasicFrame::GetKicadHelp( wxCommandEvent& event )
}
}
else
else
{
{
msg
.
Printf
(
_
(
"Help file %s not found"
),
wxGetApp
().
m_HelpFileName
.
GetData
(
)
);
msg
.
Printf
(
_
(
"Help file %s not found"
),
GetChars
(
wxGetApp
().
m_HelpFileName
)
);
DisplayError
(
this
,
msg
);
DisplayError
(
this
,
msg
);
}
}
...
@@ -268,7 +268,7 @@ void WinEDA_BasicFrame::GetKicadHelp( wxCommandEvent& event )
...
@@ -268,7 +268,7 @@ void WinEDA_BasicFrame::GetKicadHelp( wxCommandEvent& event )
if
(
!
helpFile
)
if
(
!
helpFile
)
{
{
msg
.
Printf
(
_
(
"Help file %s could not be found."
),
msg
.
Printf
(
_
(
"Help file %s could not be found."
),
wxGetApp
().
m_HelpFileName
.
c_str
(
)
);
GetChars
(
wxGetApp
().
m_HelpFileName
)
);
DisplayError
(
this
,
msg
);
DisplayError
(
this
,
msg
);
}
}
else
else
...
...
common/common.cpp
View file @
657325be
...
@@ -469,7 +469,7 @@ wxString GenDate()
...
@@ -469,7 +469,7 @@ wxString GenDate()
time
(
&
buftime
);
time
(
&
buftime
);
Date
=
gmtime
(
&
buftime
);
Date
=
gmtime
(
&
buftime
);
string_date
.
Printf
(
wxT
(
"%d %s %d"
),
Date
->
tm_mday
,
string_date
.
Printf
(
wxT
(
"%d %s %d"
),
Date
->
tm_mday
,
mois
[
Date
->
tm_mon
].
GetData
(
),
GetChars
(
mois
[
Date
->
tm_mon
]
),
Date
->
tm_year
+
1900
);
Date
->
tm_year
+
1900
);
return
string_date
;
return
string_date
;
}
}
...
...
common/dcsvg.cpp
View file @
657325be
...
@@ -907,7 +907,7 @@ void wxSVGFileDC::DoDrawBitmap( const class wxBitmap& bmp,
...
@@ -907,7 +907,7 @@ void wxSVGFileDC::DoDrawBitmap( const class wxBitmap& bmp,
int
h
=
myBitmap
.
GetHeight
();
int
h
=
myBitmap
.
GetHeight
();
sTmp
.
Printf
(
wxT
(
" <image x=
\"
%d
\"
y=
\"
%d
\"
width=
\"
%dpx
\"
height=
\"
%dpx
\"
"
),
x
,
y
,
w
,
h
);
sTmp
.
Printf
(
wxT
(
" <image x=
\"
%d
\"
y=
\"
%d
\"
width=
\"
%dpx
\"
height=
\"
%dpx
\"
"
),
x
,
y
,
w
,
h
);
s
=
s
+
sTmp
;
s
=
s
+
sTmp
;
sTmp
.
Printf
(
wxT
(
" xlink:href=
\"
%s
\"
>
\n
"
),
sPNG
.
c_str
(
)
);
sTmp
.
Printf
(
wxT
(
" xlink:href=
\"
%s
\"
>
\n
"
),
GetChars
(
sPNG
)
);
s
=
s
+
sTmp
+
wxT
(
"<title>Image from wxSVG</title> </image>"
)
+
newline
;
s
=
s
+
sTmp
+
wxT
(
"<title>Image from wxSVG</title> </image>"
)
+
newline
;
if
(
m_OK
&&
bPNG_OK
)
if
(
m_OK
&&
bPNG_OK
)
...
...
common/dialog_load_error.cpp
View file @
657325be
...
@@ -47,7 +47,7 @@ void DIALOG_LOAD_ERROR::ListSet(const wxString &list)
...
@@ -47,7 +47,7 @@ void DIALOG_LOAD_ERROR::ListSet(const wxString &list)
void
DIALOG_LOAD_ERROR
::
MessageSet
(
const
wxString
&
message
)
void
DIALOG_LOAD_ERROR
::
MessageSet
(
const
wxString
&
message
)
{
{
wxString
message_value
;
wxString
message_value
;
message_value
.
Printf
(
wxT
(
"<b>%s</b><br>"
),
message
.
GetData
(
)
);
message_value
.
Printf
(
wxT
(
"<b>%s</b><br>"
),
GetChars
(
message
)
);
m_htmlWindow
->
AppendToPage
(
message_value
);
m_htmlWindow
->
AppendToPage
(
message_value
);
}
}
common/displlst.cpp
View file @
657325be
...
@@ -176,7 +176,7 @@ void WinEDAListBox::ClickOnList( wxCommandEvent& event )
...
@@ -176,7 +176,7 @@ void WinEDAListBox::ClickOnList( wxCommandEvent& event )
m_WinMsg
->
Clear
();
m_WinMsg
->
Clear
();
text
=
m_List
->
GetStringSelection
();
text
=
m_List
->
GetStringSelection
();
m_MoveFct
(
text
);
m_MoveFct
(
text
);
m_WinMsg
->
WriteText
(
text
.
GetData
()
);
m_WinMsg
->
WriteText
(
text
);
}
}
}
}
...
...
common/eda_doc.cpp
View file @
657325be
...
@@ -190,7 +190,7 @@ bool GetAssociatedDocument( wxFrame* aFrame,
...
@@ -190,7 +190,7 @@ bool GetAssociatedDocument( wxFrame* aFrame,
if
(
!
success
)
if
(
!
success
)
{
{
msg
.
Printf
(
_
(
"Unknown MIME type for doc file <%s>"
),
msg
.
Printf
(
_
(
"Unknown MIME type for doc file <%s>"
),
fullfilename
.
GetData
(
)
);
GetChars
(
fullfilename
)
);
DisplayError
(
aFrame
,
msg
);
DisplayError
(
aFrame
,
msg
);
}
}
...
...
common/gestfich.cpp
View file @
657325be
...
@@ -442,7 +442,7 @@ int ExecuteFile( wxWindow* frame, const wxString& ExecFile,
...
@@ -442,7 +442,7 @@ int ExecuteFile( wxWindow* frame, const wxString& ExecFile,
}
}
wxString
msg
;
wxString
msg
;
msg
.
Printf
(
_
(
"Command <%s> could not found"
),
ExecFile
.
c_str
(
)
);
msg
.
Printf
(
_
(
"Command <%s> could not found"
),
GetChars
(
ExecFile
)
);
DisplayError
(
frame
,
msg
,
20
);
DisplayError
(
frame
,
msg
,
20
);
return
-
1
;
return
-
1
;
}
}
...
...
common/msgpanel.cpp
View file @
657325be
...
@@ -209,12 +209,12 @@ void WinEDA_MsgPanel::showItem( wxDC& dc, const MsgItem& aItem )
...
@@ -209,12 +209,12 @@ void WinEDA_MsgPanel::showItem( wxDC& dc, const MsgItem& aItem )
if
(
!
aItem
.
m_UpperText
.
IsEmpty
()
)
if
(
!
aItem
.
m_UpperText
.
IsEmpty
()
)
{
{
dc
.
DrawText
(
aItem
.
m_UpperText
.
GetData
()
,
aItem
.
m_X
,
aItem
.
m_UpperY
);
dc
.
DrawText
(
aItem
.
m_UpperText
,
aItem
.
m_X
,
aItem
.
m_UpperY
);
}
}
if
(
!
aItem
.
m_LowerText
.
IsEmpty
()
)
if
(
!
aItem
.
m_LowerText
.
IsEmpty
()
)
{
{
dc
.
DrawText
(
aItem
.
m_LowerText
.
GetData
()
,
aItem
.
m_X
,
aItem
.
m_LowerY
);
dc
.
DrawText
(
aItem
.
m_LowerText
,
aItem
.
m_X
,
aItem
.
m_LowerY
);
}
}
}
}
...
...
cvpcb/autosel.cpp
View file @
657325be
...
@@ -92,18 +92,16 @@ void WinEDA_CvpcbFrame::AssocieModule( wxCommandEvent& event )
...
@@ -92,18 +92,16 @@ void WinEDA_CvpcbFrame::AssocieModule( wxCommandEvent& event )
{
{
msg
.
Printf
(
_
(
"Footprint alias library file <%s> could not be \
msg
.
Printf
(
_
(
"Footprint alias library file <%s> could not be \
found in the default search paths."
),
found in the default search paths."
),
fn
.
GetFullName
().
c_str
(
)
);
GetChars
(
fn
.
GetFullName
()
)
);
wxMessageBox
(
msg
,
titleLibLoadError
,
wxOK
|
wxICON_ERROR
);
wxMessageBox
(
msg
,
titleLibLoadError
,
wxOK
|
wxICON_ERROR
);
continue
;
continue
;
}
}
wxLogDebug
(
wxT
(
"Opening footprint alias file: %s."
),
tmp
.
c_str
()
);
file
=
wxFopen
(
tmp
,
wxT
(
"rt"
)
);
file
=
wxFopen
(
tmp
,
wxT
(
"rt"
)
);
if
(
file
==
NULL
)
if
(
file
==
NULL
)
{
{
msg
.
Printf
(
_
(
"Error opening alias library <%s>."
),
tmp
.
c_str
(
)
);
msg
.
Printf
(
_
(
"Error opening alias library <%s>."
),
GetChars
(
tmp
)
);
wxMessageBox
(
msg
,
titleLibLoadError
,
wxOK
|
wxICON_ERROR
);
wxMessageBox
(
msg
,
titleLibLoadError
,
wxOK
|
wxICON_ERROR
);
continue
;
continue
;
}
}
...
@@ -128,8 +126,6 @@ found in the default search paths." ),
...
@@ -128,8 +126,6 @@ found in the default search paths." ),
alias
=
new
FOOTPRINT_ALIAS
();
alias
=
new
FOOTPRINT_ALIAS
();
alias
->
m_Name
=
value
;
alias
->
m_Name
=
value
;
alias
->
m_FootprintName
=
footprint
;
alias
->
m_FootprintName
=
footprint
;
wxLogDebug
(
wxT
(
"Adding alias %s for footprint %s"
),
value
.
c_str
(),
footprint
.
c_str
()
);
aliases
.
push_back
(
alias
);
aliases
.
push_back
(
alias
);
text
++
;
text
++
;
}
}
...
@@ -168,8 +164,8 @@ found in the default search paths." ),
...
@@ -168,8 +164,8 @@ found in the default search paths." ),
{
{
msg
.
Printf
(
_
(
"Component %s: footprint %s not found in \
msg
.
Printf
(
_
(
"Component %s: footprint %s not found in \
any of the project footprint libraries."
),
any of the project footprint libraries."
),
component
.
m_Reference
.
c_str
(
),
GetChars
(
component
.
m_Reference
),
alias
.
m_FootprintName
.
c_str
(
)
);
GetChars
(
alias
.
m_FootprintName
)
);
wxMessageBox
(
msg
,
_
(
"CVPcb Error"
),
wxOK
|
wxICON_ERROR
,
wxMessageBox
(
msg
,
_
(
"CVPcb Error"
),
wxOK
|
wxICON_ERROR
,
this
);
this
);
}
}
...
...
cvpcb/init.cpp
View file @
657325be
...
@@ -49,8 +49,8 @@ void WinEDA_CvpcbFrame::SetNewPkg( const wxString& package )
...
@@ -49,8 +49,8 @@ void WinEDA_CvpcbFrame::SetNewPkg( const wxString& package )
Component
->
m_Module
=
package
;
Component
->
m_Module
=
package
;
Line
.
Printf
(
CMP_FORMAT
,
NumCmp
+
1
,
Line
.
Printf
(
CMP_FORMAT
,
NumCmp
+
1
,
Component
->
m_Reference
.
GetData
(),
Component
->
m_Value
.
GetData
(
),
GetChars
(
Component
->
m_Reference
),
GetChars
(
Component
->
m_Value
),
Component
->
m_Module
.
GetData
(
)
);
GetChars
(
Component
->
m_Module
)
);
m_modified
=
true
;
m_modified
=
true
;
if
(
isUndefined
)
if
(
isUndefined
)
...
@@ -84,7 +84,7 @@ bool WinEDA_CvpcbFrame::ReadNetList()
...
@@ -84,7 +84,7 @@ bool WinEDA_CvpcbFrame::ReadNetList()
if
(
error_level
<
0
)
if
(
error_level
<
0
)
{
{
msg
.
Printf
(
_
(
"File <%s> does not appear to be a valid Kicad net list file."
),
msg
.
Printf
(
_
(
"File <%s> does not appear to be a valid Kicad net list file."
),
m_NetlistFileName
.
GetFullPath
().
c_str
(
)
);
GetChars
(
m_NetlistFileName
.
GetFullPath
()
)
);
::
wxMessageBox
(
msg
,
_
(
"File Error"
),
wxOK
|
wxICON_ERROR
,
this
);
::
wxMessageBox
(
msg
,
_
(
"File Error"
),
wxOK
|
wxICON_ERROR
,
this
);
return
false
;
return
false
;
}
}
...
@@ -105,9 +105,9 @@ bool WinEDA_CvpcbFrame::ReadNetList()
...
@@ -105,9 +105,9 @@ bool WinEDA_CvpcbFrame::ReadNetList()
BOOST_FOREACH
(
COMPONENT
&
component
,
m_components
)
BOOST_FOREACH
(
COMPONENT
&
component
,
m_components
)
{
{
msg
.
Printf
(
CMP_FORMAT
,
m_ListCmp
->
GetCount
()
+
1
,
msg
.
Printf
(
CMP_FORMAT
,
m_ListCmp
->
GetCount
()
+
1
,
component
.
m_Reference
.
GetData
(
),
GetChars
(
component
.
m_Reference
),
component
.
m_Value
.
GetData
(
),
GetChars
(
component
.
m_Value
),
component
.
m_Module
.
GetData
(
)
);
GetChars
(
component
.
m_Module
)
);
m_ListCmp
->
AppendLine
(
msg
);
m_ListCmp
->
AppendLine
(
msg
);
if
(
component
.
m_Module
.
IsEmpty
()
)
if
(
component
.
m_Module
.
IsEmpty
()
)
m_undefinedComponentCnt
+=
1
;
m_undefinedComponentCnt
+=
1
;
...
...
cvpcb/loadcmp.cpp
View file @
657325be
...
@@ -49,7 +49,7 @@ MODULE* WinEDA_DisplayFrame::Get_Module( const wxString& CmpName )
...
@@ -49,7 +49,7 @@ MODULE* WinEDA_DisplayFrame::Get_Module( const wxString& CmpName )
{
{
msg
.
Printf
(
_
(
"PCB foot print library file <%s> could not be \
msg
.
Printf
(
_
(
"PCB foot print library file <%s> could not be \
found in the default search paths."
),
found in the default search paths."
),
fn
.
GetFullName
().
c_str
(
)
);
GetChars
(
fn
.
GetFullName
()
)
);
wxMessageBox
(
msg
,
titleLibLoadError
,
wxOK
|
wxICON_ERROR
,
this
);
wxMessageBox
(
msg
,
titleLibLoadError
,
wxOK
|
wxICON_ERROR
,
this
);
continue
;
continue
;
}
}
...
@@ -59,7 +59,7 @@ found in the default search paths." ),
...
@@ -59,7 +59,7 @@ found in the default search paths." ),
if
(
file
==
NULL
)
if
(
file
==
NULL
)
{
{
msg
.
Printf
(
_
(
"Could not open PCB foot print library file <%s>."
),
msg
.
Printf
(
_
(
"Could not open PCB foot print library file <%s>."
),
tmp
.
c_str
(
)
);
GetChars
(
tmp
)
);
wxMessageBox
(
msg
,
titleLibLoadError
,
wxOK
|
wxICON_ERROR
,
this
);
wxMessageBox
(
msg
,
titleLibLoadError
,
wxOK
|
wxICON_ERROR
,
this
);
continue
;
continue
;
}
}
...
@@ -72,7 +72,7 @@ found in the default search paths." ),
...
@@ -72,7 +72,7 @@ found in the default search paths." ),
if
(
strnicmp
(
Line
,
ENTETE_LIBRAIRIE
,
L_ENTETE_LIB
)
!=
0
)
if
(
strnicmp
(
Line
,
ENTETE_LIBRAIRIE
,
L_ENTETE_LIB
)
!=
0
)
{
{
msg
.
Printf
(
_
(
"<%s> is not a valid Kicad PCB foot print library."
),
msg
.
Printf
(
_
(
"<%s> is not a valid Kicad PCB foot print library."
),
tmp
.
c_str
(
)
);
GetChars
(
tmp
)
);
wxMessageBox
(
msg
,
titleLibLoadError
,
wxOK
|
wxICON_ERROR
,
this
);
wxMessageBox
(
msg
,
titleLibLoadError
,
wxOK
|
wxICON_ERROR
,
this
);
fclose
(
file
);
fclose
(
file
);
return
NULL
;
return
NULL
;
...
...
cvpcb/savecmp.cpp
View file @
657325be
...
@@ -85,7 +85,7 @@ bool LoadComponentFile( const wxString& fileName, COMPONENT_LIST& list )
...
@@ -85,7 +85,7 @@ bool LoadComponentFile( const wxString& fileName, COMPONENT_LIST& list )
if
(
source
==
NULL
)
if
(
source
==
NULL
)
{
{
msg
.
Printf
(
_
(
"Cannot open component library <%s>."
),
msg
.
Printf
(
_
(
"Cannot open component library <%s>."
),
fn
.
GetFullPath
().
c_str
(
)
);
GetChars
(
fn
.
GetFullPath
()
)
);
wxMessageBox
(
msg
,
titleComponentLibErr
,
wxOK
|
wxICON_ERROR
);
wxMessageBox
(
msg
,
titleComponentLibErr
,
wxOK
|
wxICON_ERROR
);
return
false
;
return
false
;
}
}
...
@@ -94,7 +94,7 @@ bool LoadComponentFile( const wxString& fileName, COMPONENT_LIST& list )
...
@@ -94,7 +94,7 @@ bool LoadComponentFile( const wxString& fileName, COMPONENT_LIST& list )
if
(
fgets
(
Line
,
79
,
source
)
==
0
)
if
(
fgets
(
Line
,
79
,
source
)
==
0
)
{
{
msg
.
Printf
(
_
(
" <%s> does not appear to be a valid Kicad component library."
),
msg
.
Printf
(
_
(
" <%s> does not appear to be a valid Kicad component library."
),
fn
.
GetFullPath
().
c_str
(
)
);
GetChars
(
fn
.
GetFullPath
()
)
);
wxMessageBox
(
msg
,
titleComponentLibErr
,
wxOK
|
wxICON_ERROR
);
wxMessageBox
(
msg
,
titleComponentLibErr
,
wxOK
|
wxICON_ERROR
);
fclose
(
source
);
fclose
(
source
);
return
false
;
return
false
;
...
...
cvpcb/writenetlistpcbnew.cpp
View file @
657325be
...
@@ -54,15 +54,11 @@ static void RemoveDuplicatePins( COMPONENT& component )
...
@@ -54,15 +54,11 @@ static void RemoveDuplicatePins( COMPONENT& component )
if
(
!
same_pin_net
(
pin1
,
pin2
)
)
if
(
!
same_pin_net
(
pin1
,
pin2
)
)
{
{
msg
.
Printf
(
_
(
"Component %s %s pin %s : Different Nets"
),
msg
.
Printf
(
_
(
"Component %s %s pin %s : Different Nets"
),
component
.
m_Reference
.
GetData
(
),
GetChars
(
component
.
m_Reference
),
component
.
m_Value
.
GetData
(
),
GetChars
(
component
.
m_Value
),
pin1
->
m_Number
.
GetData
()
);
pin1
->
m_Number
.
GetData
()
);
DisplayError
(
NULL
,
msg
,
60
);
DisplayError
(
NULL
,
msg
,
60
);
}
}
wxLogDebug
(
wxT
(
"Removing duplicate pin %s from component %s: %s"
),
pin1
->
m_Number
.
c_str
(),
component
.
m_Reference
.
c_str
(),
component
.
m_Value
.
c_str
()
);
pin1
=
pin2
;
pin1
=
pin2
;
i
=
component
.
m_Pins
.
erase
(
i
);
i
=
component
.
m_Pins
.
erase
(
i
);
delete
pin2
;
delete
pin2
;
...
...
eeschema/class_libentry_fields.cpp
View file @
657325be
...
@@ -170,7 +170,7 @@ bool LIB_FIELD::Load( char* line, wxString& errorMsg )
...
@@ -170,7 +170,7 @@ bool LIB_FIELD::Load( char* line, wxString& errorMsg )
if
(
cnt
<
5
)
if
(
cnt
<
5
)
{
{
errorMsg
.
Printf
(
_
(
"field %d does not have the correct number of \
errorMsg
.
Printf
(
wxT
(
"field %d does not have the correct number of \
parameters"
),
parameters"
),
m_FieldId
);
m_FieldId
);
return
false
;
return
false
;
...
@@ -185,7 +185,7 @@ parameters" ),
...
@@ -185,7 +185,7 @@ parameters" ),
m_Orient
=
TEXT_ORIENT_VERT
;
m_Orient
=
TEXT_ORIENT_VERT
;
else
else
{
{
errorMsg
.
Printf
(
_
(
"field %d text orientation parameter <%c> is \
errorMsg
.
Printf
(
wxT
(
"field %d text orientation parameter <%c> is \
not valid"
),
not valid"
),
textOrient
);
textOrient
);
return
false
;
return
false
;
...
@@ -197,7 +197,7 @@ not valid" ),
...
@@ -197,7 +197,7 @@ not valid" ),
m_Attributs
|=
TEXT_NO_VISIBLE
;
m_Attributs
|=
TEXT_NO_VISIBLE
;
else
else
{
{
errorMsg
.
Printf
(
_
(
"field %d text visible parameter <%c> is not \
errorMsg
.
Printf
(
wxT
(
"field %d text visible parameter <%c> is not \
valid"
),
valid"
),
textVisible
);
textVisible
);
return
false
;
return
false
;
...
@@ -216,7 +216,7 @@ valid" ),
...
@@ -216,7 +216,7 @@ valid" ),
m_HJustify
=
GR_TEXT_HJUSTIFY_RIGHT
;
m_HJustify
=
GR_TEXT_HJUSTIFY_RIGHT
;
else
else
{
{
errorMsg
.
Printf
(
_
(
"field %d text horizontal justification \
errorMsg
.
Printf
(
wxT
(
"field %d text horizontal justification \
parameter <%c> is not valid"
),
parameter <%c> is not valid"
),
textHJustify
);
textHJustify
);
return
false
;
return
false
;
...
@@ -230,7 +230,7 @@ parameter <%c> is not valid" ),
...
@@ -230,7 +230,7 @@ parameter <%c> is not valid" ),
m_VJustify
=
GR_TEXT_VJUSTIFY_TOP
;
m_VJustify
=
GR_TEXT_VJUSTIFY_TOP
;
else
else
{
{
errorMsg
.
Printf
(
_
(
"field %d text vertical justification \
errorMsg
.
Printf
(
wxT
(
"field %d text vertical justification \
parameter <%c> is not valid"
),
parameter <%c> is not valid"
),
textVJustify
[
0
]
);
textVJustify
[
0
]
);
return
false
;
return
false
;
...
...
eeschema/files-io.cpp
View file @
657325be
...
@@ -163,7 +163,7 @@ int WinEDA_SchematicFrame::LoadOneEEProject( const wxString& FileName,
...
@@ -163,7 +163,7 @@ int WinEDA_SchematicFrame::LoadOneEEProject( const wxString& FileName,
wxString
errMsg
;
wxString
errMsg
;
wxLogDebug
(
wxT
(
"Load schematic cache library file <%s>"
),
wxLogDebug
(
wxT
(
"Load schematic cache library file <%s>"
),
fn
.
GetFullPath
().
c_str
(
)
);
GetChars
(
fn
.
GetFullPath
()
)
);
msg
=
wxT
(
"Load "
)
+
fn
.
GetFullPath
();
msg
=
wxT
(
"Load "
)
+
fn
.
GetFullPath
();
CMP_LIBRARY
*
LibCache
=
CMP_LIBRARY
::
LoadLibrary
(
fn
,
errMsg
);
CMP_LIBRARY
*
LibCache
=
CMP_LIBRARY
::
LoadLibrary
(
fn
,
errMsg
);
...
...
gerbview/files.cpp
View file @
657325be
...
@@ -201,7 +201,7 @@ static void LoadDCodeFile( WinEDA_GerberFrame* frame, const wxString& FullFileNa
...
@@ -201,7 +201,7 @@ static void LoadDCodeFile( WinEDA_GerberFrame* frame, const wxString& FullFileNa
if
(
!
fn
.
IsOk
()
)
if
(
!
fn
.
IsOk
()
)
{
{
wildcard
.
Printf
(
_
(
"Gerber DCODE files (%s)|*.%s"
),
wildcard
.
Printf
(
_
(
"Gerber DCODE files (%s)|*.%s"
),
g_PenFilenameExt
.
c_str
(),
g_PenFilenameExt
.
c_str
(
));
GetChars
(
g_PenFilenameExt
),
GetChars
(
g_PenFilenameExt
));
wildcard
+=
AllFilesWildcard
;
wildcard
+=
AllFilesWildcard
;
fn
=
frame
->
GetScreen
()
->
m_FileName
;
fn
=
frame
->
GetScreen
()
->
m_FileName
;
fn
.
SetExt
(
g_PenFilenameExt
);
fn
.
SetExt
(
g_PenFilenameExt
);
...
@@ -236,7 +236,7 @@ bool WinEDA_GerberFrame::SaveGerberFile( const wxString& FullFileName, wxDC* DC
...
@@ -236,7 +236,7 @@ bool WinEDA_GerberFrame::SaveGerberFile( const wxString& FullFileName, wxDC* DC
fn
=
GetScreen
()
->
m_FileName
;
fn
=
GetScreen
()
->
m_FileName
;
wildcard
.
Printf
(
_
(
"Gerber DCODE files (%s)|*.%s"
),
wildcard
.
Printf
(
_
(
"Gerber DCODE files (%s)|*.%s"
),
g_PenFilenameExt
.
c_str
(),
g_PenFilenameExt
.
c_str
(
));
GetChars
(
g_PenFilenameExt
),
GetChars
(
g_PenFilenameExt
));
wxFileDialog
dlg
(
this
,
_
(
"Save Gerber File"
),
fn
.
GetPath
(),
wxFileDialog
dlg
(
this
,
_
(
"Save Gerber File"
),
fn
.
GetPath
(),
fn
.
GetFullName
(),
wildcard
,
fn
.
GetFullName
(),
wildcard
,
...
...
gerbview/gerbview.cpp
View file @
657325be
...
@@ -104,9 +104,6 @@ bool WinEDA_App::OnInit()
...
@@ -104,9 +104,6 @@ bool WinEDA_App::OnInit()
fn
=
wxFileName
(
argv
[
i
]
);
fn
=
wxFileName
(
argv
[
i
]
);
fn
.
SetExt
(
g_PhotoFilenameExt
);
fn
.
SetExt
(
g_PhotoFilenameExt
);
wxLogDebug
(
wxT
(
"Opening file <%s> in GerbView."
),
fn
.
GetFullPath
().
c_str
()
);
if
(
fn
.
FileExists
()
)
if
(
fn
.
FileExists
()
)
{
{
(
(
PCB_SCREEN
*
)
frame
->
GetScreen
()
)
->
m_Active_Layer
=
i
-
1
;
(
(
PCB_SCREEN
*
)
frame
->
GetScreen
()
)
->
m_Active_Layer
=
i
-
1
;
...
...
gerbview/readgerb.cpp
View file @
657325be
...
@@ -272,7 +272,7 @@ bool WinEDA_GerberFrame::Read_GERBER_File( wxDC* DC,
...
@@ -272,7 +272,7 @@ bool WinEDA_GerberFrame::Read_GERBER_File( wxDC* DC,
fn
=
GERBER_FullFileName
;
fn
=
GERBER_FullFileName
;
fn
.
SetExt
(
g_PenFilenameExt
);
fn
.
SetExt
(
g_PenFilenameExt
);
wildcard
.
Printf
(
_
(
"Gerber DCODE files (%s)|*.%s"
),
wildcard
.
Printf
(
_
(
"Gerber DCODE files (%s)|*.%s"
),
g_PenFilenameExt
.
c_str
(),
g_PenFilenameExt
.
c_str
(
));
GetChars
(
g_PenFilenameExt
),
GetChars
(
g_PenFilenameExt
));
wildcard
+=
AllFilesWildcard
;
wildcard
+=
AllFilesWildcard
;
wxFileDialog
dlg
(
this
,
_
(
"Load GERBER DCODE File"
),
wxFileDialog
dlg
(
this
,
_
(
"Load GERBER DCODE File"
),
...
...
internat/fr/kicad.mo
View file @
657325be
No preview for this file type
internat/fr/kicad.po
View file @
657325be
...
@@ -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: 2009-10-1
0 15:08
+0100\n"
"POT-Creation-Date: 2009-10-1
1 20:11
+0100\n"
"PO-Revision-Date: 2009-10-1
0 15:10
+0100\n"
"PO-Revision-Date: 2009-10-1
1 20:14
+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"
...
@@ -216,15 +216,15 @@ msgstr "OK"
...
@@ -216,15 +216,15 @@ msgstr "OK"
msgid "Cancel"
msgid "Cancel"
msgstr "Annuler"
msgstr "Annuler"
#: pcbnew/class_marker_pcb.cpp:6
7
#: pcbnew/class_marker_pcb.cpp:6
5
msgid "Type"
msgid "Type"
msgstr "Type"
msgstr "Type"
#: pcbnew/class_marker_pcb.cpp:6
7
#: pcbnew/class_marker_pcb.cpp:6
5
msgid "Marker"
msgid "Marker"
msgstr "Marqueur"
msgstr "Marqueur"
#: pcbnew/class_marker_pcb.cpp:
71
#: pcbnew/class_marker_pcb.cpp:
69
msgid "ErrType"
msgid "ErrType"
msgstr "Type Err"
msgstr "Type Err"
...
@@ -233,7 +233,7 @@ msgid "Unable to create file "
...
@@ -233,7 +233,7 @@ msgid "Unable to create file "
msgstr "Impossible de créer le fichier "
msgstr "Impossible de créer le fichier "
#: pcbnew/plotdxf.cpp:33
#: pcbnew/plotdxf.cpp:33
#: pcbnew/plotgerb.cpp:6
8
#: pcbnew/plotgerb.cpp:6
7
msgid "File"
msgid "File"
msgstr "Fichier"
msgstr "Fichier"
...
@@ -385,7 +385,7 @@ msgstr "Créer Gap MicroOnde "
...
@@ -385,7 +385,7 @@ msgstr "Créer Gap MicroOnde "
msgid "Gap (inch):"
msgid "Gap (inch):"
msgstr "Gap (inch):"
msgstr "Gap (inch):"
#: pcbnew/plotgerb.cpp:5
5
#: pcbnew/plotgerb.cpp:5
4
msgid "unable to create file "
msgid "unable to create file "
msgstr "Impossible de créer fichier "
msgstr "Impossible de créer fichier "
...
@@ -1666,41 +1666,41 @@ msgstr "Ecriture fichier CI: "
...
@@ -1666,41 +1666,41 @@ 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/class_pcb_text.cpp:23
7
#: pcbnew/class_pcb_text.cpp:23
8
msgid "COTATION"
msgid "COTATION"
msgstr "COTATION"
msgstr "COTATION"
#: pcbnew/class_pcb_text.cpp:2
39
#: pcbnew/class_pcb_text.cpp:2
40
msgid "PCB Text"
msgid "PCB Text"
msgstr "Texte PCB"
msgstr "Texte PCB"
#: pcbnew/class_pcb_text.cpp:24
1
#: pcbnew/class_pcb_text.cpp:24
2
#: pcbnew/class_text_mod.cpp:497
#: pcbnew/class_text_mod.cpp:497
msgid "Layer"
msgid "Layer"
msgstr "Couche"
msgstr "Couche"
#: pcbnew/class_pcb_text.cpp:24
7
#: pcbnew/class_pcb_text.cpp:24
6
#: pcbnew/class_text_mod.cpp:485
#: pcbnew/class_text_mod.cpp:485
msgid "No"
msgid "No"
msgstr "Non"
msgstr "Non"
#: pcbnew/class_pcb_text.cpp:24
9
#: pcbnew/class_pcb_text.cpp:24
8
#: pcbnew/class_text_mod.cpp:487
#: pcbnew/class_text_mod.cpp:487
msgid "Yes"
msgid "Yes"
msgstr "Oui"
msgstr "Oui"
#: pcbnew/class_pcb_text.cpp:25
2
#: pcbnew/class_pcb_text.cpp:25
1
#: pcbnew/class_text_mod.cpp:50
6
#: pcbnew/class_text_mod.cpp:50
5
msgid "Orient"
msgid "Orient"
msgstr "Orient"
msgstr "Orient"
#: pcbnew/class_pcb_text.cpp:25
8
#: pcbnew/class_pcb_text.cpp:25
7
#: pcbnew/class_text_mod.cpp:51
2
#: pcbnew/class_text_mod.cpp:51
1
msgid "H Size"
msgid "H Size"
msgstr "Taille H"
msgstr "Taille H"
#: pcbnew/class_pcb_text.cpp:26
1
#: pcbnew/class_pcb_text.cpp:26
0
#: pcbnew/class_text_mod.cpp:51
5
#: pcbnew/class_text_mod.cpp:51
4
msgid "V Size"
msgid "V Size"
msgstr "Taille V"
msgstr "Taille V"
...
@@ -1841,11 +1841,11 @@ msgid "Value"
...
@@ -1841,11 +1841,11 @@ msgid "Value"
msgstr "Valeur"
msgstr "Valeur"
#: pcbnew/class_text_mod.cpp:467
#: pcbnew/class_text_mod.cpp:467
#: pcbnew/class_text_mod.cpp:47
6
#: pcbnew/class_text_mod.cpp:47
7
msgid "Text"
msgid "Text"
msgstr "Texte"
msgstr "Texte"
#: pcbnew/class_text_mod.cpp:47
3
#: pcbnew/class_text_mod.cpp:47
4
msgid "Module"
msgid "Module"
msgstr "Module"
msgstr "Module"
...
@@ -2069,19 +2069,19 @@ msgstr "Le circuit actuel sera perdu et cette opération ne pourra pas être ann
...
@@ -2069,19 +2069,19 @@ msgstr "Le circuit actuel sera perdu et cette opération ne pourra pas être ann
msgid "Current Footprint will be lost and this operation cannot be undone. Continue ?"
msgid "Current Footprint will be lost and this operation cannot be undone. Continue ?"
msgstr "Le module actuel sera perdu et cette opération ne pourra pas être annulée. Continuer ?"
msgstr "Le module actuel sera perdu et cette opération ne pourra pas être annulée. Continuer ?"
#: pcbnew/class_edge_mod.cpp:23
6
#: pcbnew/class_edge_mod.cpp:23
7
msgid "
Seg
"
msgid "
Graphic Item
"
msgstr "
Seg
"
msgstr "
Element Graphique
"
#: pcbnew/class_edge_mod.cpp:24
2
#: pcbnew/class_edge_mod.cpp:24
3
msgid "TimeStamp"
msgid "TimeStamp"
msgstr "TimeStamp"
msgstr "TimeStamp"
#: pcbnew/class_edge_mod.cpp:24
4
#: pcbnew/class_edge_mod.cpp:24
5
msgid "Mod Layer"
msgid "Mod Layer"
msgstr "Couche Mod."
msgstr "Couche Mod."
#: pcbnew/class_edge_mod.cpp:24
6
#: pcbnew/class_edge_mod.cpp:24
7
msgid "Seg Layer"
msgid "Seg Layer"
msgstr "Couche Seg."
msgstr "Couche Seg."
...
@@ -2253,11 +2253,11 @@ msgstr "Valeur entrée incorrecte. Annulation"
...
@@ -2253,11 +2253,11 @@ msgstr "Valeur entrée incorrecte. Annulation"
#: pcbnew/dialog_track_options.cpp:106
#: pcbnew/dialog_track_options.cpp:106
#: pcbnew/dialog_track_options.cpp:161
#: pcbnew/dialog_track_options.cpp:161
msgid "Too many values in list (max count reached). Aborted"
msgid "Too many values in list (max count reached). Aborted"
msgstr ""
msgstr "
trop de valeurs en liste (compte maxi. atteint). Abandon
"
#: pcbnew/dialog_track_options.cpp:136
#: pcbnew/dialog_track_options.cpp:136
msgid "Enter new track size value:"
msgid "Enter new track size value:"
msgstr ""
msgstr "
Entrer la nouvelle valeur le la largeur de piste:
"
#: pcbnew/dialog_track_options_base.cpp:32
#: pcbnew/dialog_track_options_base.cpp:32
msgid "Vias:"
msgid "Vias:"
...
@@ -2967,27 +2967,27 @@ msgstr "Autoplace modules: Pas de contours sur pcb. Impossible de placer les mod
...
@@ -2967,27 +2967,27 @@ msgstr "Autoplace modules: Pas de contours sur pcb. Impossible de placer les mod
msgid "This is the default net class."
msgid "This is the default net class."
msgstr "Ceci est la Netclass par défaut"
msgstr "Ceci est la Netclass par défaut"
#: pcbnew/class_board.cpp:
600
#: pcbnew/class_board.cpp:
594
msgid "Vias"
msgid "Vias"
msgstr "Vias"
msgstr "Vias"
#: pcbnew/class_board.cpp:
603
#: pcbnew/class_board.cpp:
597
msgid "Nodes"
msgid "Nodes"
msgstr "Nodes"
msgstr "Nodes"
#: pcbnew/class_board.cpp:60
6
#: pcbnew/class_board.cpp:60
0
msgid "Nets"
msgid "Nets"
msgstr "Nets"
msgstr "Nets"
#: pcbnew/class_board.cpp:6
14
#: pcbnew/class_board.cpp:6
08
msgid "Links"
msgid "Links"
msgstr "Liens"
msgstr "Liens"
#: pcbnew/class_board.cpp:61
7
#: pcbnew/class_board.cpp:61
1
msgid "Connect"
msgid "Connect"
msgstr "Connect"
msgstr "Connect"
#: pcbnew/class_board.cpp:6
20
#: pcbnew/class_board.cpp:6
14
msgid "NoConn"
msgid "NoConn"
msgstr "Non Conn"
msgstr "Non Conn"
...
@@ -3130,44 +3130,44 @@ msgstr "Contour de Zone"
...
@@ -3130,44 +3130,44 @@ msgstr "Contour de Zone"
msgid "(Cutout)"
msgid "(Cutout)"
msgstr "(Cutout)"
msgstr "(Cutout)"
#: pcbnew/class_zone.cpp:9
41
#: pcbnew/class_zone.cpp:9
38
#: pcbnew/class_board_item.cpp:163
#: pcbnew/class_board_item.cpp:163
msgid "Not Found"
msgid "Not Found"
msgstr " Non Trouvé"
msgstr " Non Trouvé"
#: pcbnew/class_zone.cpp:94
4
#: pcbnew/class_zone.cpp:94
1
msgid "NetName"
msgid "NetName"
msgstr "NetName"
msgstr "NetName"
#: pcbnew/class_zone.cpp:94
7
#: pcbnew/class_zone.cpp:94
4
msgid "Non Copper Zone"
msgid "Non Copper Zone"
msgstr "Zone non Cuivre"
msgstr "Zone non Cuivre"
#: pcbnew/class_zone.cpp:9
52
#: pcbnew/class_zone.cpp:9
48
msgid "NetCode"
msgid "NetCode"
msgstr "NetCode"
msgstr "NetCode"
#: pcbnew/class_zone.cpp:9
60
#: pcbnew/class_zone.cpp:9
54
msgid "Corners"
msgid "Corners"
msgstr "Sommets"
msgstr "Sommets"
#: pcbnew/class_zone.cpp:9
64
#: pcbnew/class_zone.cpp:9
57
msgid "Segments"
msgid "Segments"
msgstr "Segments"
msgstr "Segments"
#: pcbnew/class_zone.cpp:9
66
#: pcbnew/class_zone.cpp:9
59
msgid "Polygons"
msgid "Polygons"
msgstr "Polygones"
msgstr "Polygones"
#: pcbnew/class_zone.cpp:96
7
#: pcbnew/class_zone.cpp:96
0
msgid "Fill mode"
msgid "Fill mode"
msgstr "Mode de remplissage"
msgstr "Mode de remplissage"
#: pcbnew/class_zone.cpp:9
72
#: pcbnew/class_zone.cpp:9
64
msgid "Hatch lines"
msgid "Hatch lines"
msgstr "Lignes de Hachure"
msgstr "Lignes de Hachure"
#: pcbnew/class_zone.cpp:9
78
#: pcbnew/class_zone.cpp:9
69
msgid "Corners in DrawList"
msgid "Corners in DrawList"
msgstr "Sommets en Liste de dessin"
msgstr "Sommets en Liste de dessin"
...
@@ -4000,19 +4000,19 @@ msgstr "Sauver Fichier Projet"
...
@@ -4000,19 +4000,19 @@ msgstr "Sauver Fichier Projet"
msgid "Error: Unexpected end of file !"
msgid "Error: Unexpected end of file !"
msgstr "Erreur: Fin de fichier inattendue !"
msgstr "Erreur: Fin de fichier inattendue !"
#: pcbnew/class_drawsegment.cpp:37
3
#: pcbnew/class_drawsegment.cpp:37
4
msgid "Shape"
msgid "Shape"
msgstr "Forme"
msgstr "Forme"
#: pcbnew/class_drawsegment.cpp:38
4
#: pcbnew/class_drawsegment.cpp:38
5
msgid "Angle"
msgid "Angle"
msgstr "Angle"
msgstr "Angle"
#: pcbnew/class_drawsegment.cpp:38
7
#: pcbnew/class_drawsegment.cpp:38
8
msgid "Curve"
msgid "Curve"
msgstr "Courbe"
msgstr "Courbe"
#: pcbnew/class_drawsegment.cpp:39
1
#: pcbnew/class_drawsegment.cpp:39
2
msgid "Segment"
msgid "Segment"
msgstr "Segment"
msgstr "Segment"
...
@@ -4656,15 +4656,15 @@ msgstr ""
...
@@ -4656,15 +4656,15 @@ msgstr ""
msgid "NETCLASS: '%s' has uVia Drill:%s which is less than global:%s"
msgid "NETCLASS: '%s' has uVia Drill:%s which is less than global:%s"
msgstr ""
msgstr ""
#: pcbnew/class_netinfo_item.cpp:14
2
#: pcbnew/class_netinfo_item.cpp:14
3
msgid "Net Name"
msgid "Net Name"
msgstr "Nom Equipot"
msgstr "Nom Equipot"
#: pcbnew/class_netinfo_item.cpp:14
5
#: pcbnew/class_netinfo_item.cpp:14
6
msgid "Net Code"
msgid "Net Code"
msgstr "Net Code"
msgstr "Net Code"
#: pcbnew/class_netinfo_item.cpp:17
7
#: pcbnew/class_netinfo_item.cpp:17
8
msgid "Net Length"
msgid "Net Length"
msgstr "Long. Net"
msgstr "Long. Net"
...
@@ -5366,7 +5366,7 @@ msgid "Diam"
...
@@ -5366,7 +5366,7 @@ msgid "Diam"
msgstr "Diam"
msgstr "Diam"
#: pcbnew/class_track.cpp:993
#: pcbnew/class_track.cpp:993
#: pcbnew/class_pad.cpp:5
77
#: pcbnew/class_pad.cpp:5
66
msgid "Drill"
msgid "Drill"
msgstr "Perçage"
msgstr "Perçage"
...
@@ -5394,23 +5394,23 @@ msgstr "Long. Piste"
...
@@ -5394,23 +5394,23 @@ msgstr "Long. Piste"
msgid "Unknown Pad shape"
msgid "Unknown Pad shape"
msgstr "Forme Pad inconnue"
msgstr "Forme Pad inconnue"
#: pcbnew/class_pad.cpp:46
6
#: pcbnew/class_pad.cpp:46
5
msgid "RefP"
msgid "RefP"
msgstr "RefP"
msgstr "RefP"
#: pcbnew/class_pad.cpp:46
9
#: pcbnew/class_pad.cpp:46
7
msgid "Net"
msgid "Net"
msgstr "Net"
msgstr "Net"
#: pcbnew/class_pad.cpp:5
85
#: pcbnew/class_pad.cpp:5
74
msgid "Drill X / Y"
msgid "Drill X / Y"
msgstr "Perçage X/Y"
msgstr "Perçage X/Y"
#: pcbnew/class_pad.cpp:
600
#: pcbnew/class_pad.cpp:
587
msgid "X Pos"
msgid "X Pos"
msgstr "X Pos"
msgstr "X Pos"
#: pcbnew/class_pad.cpp:
604
#: pcbnew/class_pad.cpp:
590
msgid "Y pos"
msgid "Y pos"
msgstr "Y pos"
msgstr "Y pos"
...
@@ -6074,27 +6074,27 @@ msgstr "Designation"
...
@@ -6074,27 +6074,27 @@ msgstr "Designation"
msgid "Supplier and ref"
msgid "Supplier and ref"
msgstr "Fournisseur et ref"
msgstr "Fournisseur et ref"
#: pcbnew/class_module.cpp:82
4
#: pcbnew/class_module.cpp:82
2
msgid "Last Change"
msgid "Last Change"
msgstr "Last Change"
msgstr "Last Change"
#: pcbnew/class_module.cpp:8
30
#: pcbnew/class_module.cpp:8
27
msgid "Netlist path"
msgid "Netlist path"
msgstr "Chemin Netliste "
msgstr "Chemin Netliste "
#: pcbnew/class_module.cpp:8
6
8
#: pcbnew/class_module.cpp:8
5
8
msgid "No 3D shape"
msgid "No 3D shape"
msgstr "Pas de forme 3D"
msgstr "Pas de forme 3D"
#: pcbnew/class_module.cpp:8
6
9
#: pcbnew/class_module.cpp:8
5
9
msgid "3D-Shape"
msgid "3D-Shape"
msgstr "Forme 3D"
msgstr "Forme 3D"
#: pcbnew/class_module.cpp:8
72
#: pcbnew/class_module.cpp:8
61
msgid "Doc: "
msgid "Doc: "
msgstr "Doc: "
msgstr "Doc: "
#: pcbnew/class_module.cpp:8
73
#: pcbnew/class_module.cpp:8
62
msgid "KeyW: "
msgid "KeyW: "
msgstr "KeyW: "
msgstr "KeyW: "
...
@@ -7092,89 +7092,89 @@ msgstr ""
...
@@ -7092,89 +7092,89 @@ msgstr ""
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
0
#: eeschema/libedit.cpp:17
1
#, 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:25
1
#: eeschema/libedit.cpp:25
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:26
3
#: eeschema/libedit.cpp:26
4
msgid "Modify library file \""
msgid "Modify library file \""
msgstr "Modifier le fichier Librairie \""
msgstr "Modifier le fichier Librairie \""
#: eeschema/libedit.cpp:26
3
#: eeschema/libedit.cpp:26
4
msgid "\"?"
msgid "\"?"
msgstr "\"?"
msgstr "\"?"
#: eeschema/libedit.cpp:27
4
#: eeschema/libedit.cpp:27
5
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:27
5
#: eeschema/libedit.cpp:27
6
msgid "\"."
msgid "\"."
msgstr "\"."
msgstr "\"."
#: eeschema/libedit.cpp:28
1
#: eeschema/libedit.cpp:28
2
msgid "Library file \""
msgid "Library file \""
msgstr "Fichier librairie \""
msgstr "Fichier librairie \""
#: eeschema/libedit.cpp:28
3
#: eeschema/libedit.cpp:28
4
msgid "Document file \""
msgid "Document file \""
msgstr "Fichier de doc \""
msgstr "Fichier de doc \""
#: eeschema/libedit.cpp:30
6
#: eeschema/libedit.cpp:30
7
msgid "Part"
msgid "Part"
msgstr "Part"
msgstr "Part"
#: eeschema/libedit.cpp:31
8
#: eeschema/libedit.cpp:31
9
msgid "Alias"
msgid "Alias"
msgstr "Alias"
msgstr "Alias"
#: eeschema/libedit.cpp:32
3
#: eeschema/libedit.cpp:32
4
msgid "Unit"
msgid "Unit"
msgstr "Unité"
msgstr "Unité"
#: eeschema/libedit.cpp:32
6
#: eeschema/libedit.cpp:32
7
msgid "Convert"
msgid "Convert"
msgstr "Convert"
msgstr "Convert"
#: eeschema/libedit.cpp:33
0
#: eeschema/libedit.cpp:33
1
msgid "Body"
msgid "Body"
msgstr "Body"
msgstr "Body"
#: eeschema/libedit.cpp:33
3
#: eeschema/libedit.cpp:33
4
msgid "Power Symbol"
msgid "Power Symbol"
msgstr "Symbole d'Alimentation"
msgstr "Symbole d'Alimentation"
#: eeschema/libedit.cpp:33
5
#: eeschema/libedit.cpp:33
6
msgid "Component"
msgid "Component"
msgstr "Composant"
msgstr "Composant"
#: eeschema/libedit.cpp:34
4
#: eeschema/libedit.cpp:34
5
msgid "Description"
msgid "Description"
msgstr "Description"
msgstr "Description"
#: eeschema/libedit.cpp:35
1
#: eeschema/libedit.cpp:35
2
msgid "Key words"
msgid "Key words"
msgstr "Mots clé"
msgstr "Mots clé"
#: eeschema/libedit.cpp:38
5
#: eeschema/libedit.cpp:38
6
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:39
4
#: eeschema/libedit.cpp:39
5
#, 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:39
6
#: eeschema/libedit.cpp:39
7
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:40
1
#: eeschema/libedit.cpp:40
2
#, c-format
#, c-format
msgid ""
msgid ""
"Select 1 of %d components to delete\n"
"Select 1 of %d components to delete\n"
...
@@ -7183,50 +7183,54 @@ msgstr ""
...
@@ -7183,50 +7183,54 @@ msgstr ""
"Selection 1 de %d composants a supprimer\n"
"Selection 1 de %d composants a supprimer\n"
"de la librairie <%s>."
"de la librairie <%s>."
#: eeschema/libedit.cpp:40
5
#: eeschema/libedit.cpp:40
6
msgid "Delete Component"
msgid "Delete Component"
msgstr "Suppression Composant"
msgstr "Suppression Composant"
#: eeschema/libedit.cpp:41
4
#: eeschema/libedit.cpp:41
5
#, c-format
#, c-format
msgid "Entry <%s> not found in library <%s>."
msgid "Entry <%s> not found in library <%s>."
msgstr "Element <%s> non trouvé en librairie <%s>."
msgstr "Element <%s> non trouvé en librairie <%s>."
#: eeschema/libedit.cpp:42
1
#: eeschema/libedit.cpp:42
2
#, 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:44
1
#: eeschema/libedit.cpp:44
2
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 ""
msgstr ""
#: eeschema/libedit.cpp:49
6
#: eeschema/libedit.cpp:49
7
msgid ""
msgid ""
"All changes to the current component will be lost!\n"
"All changes to the current component will be lost!\n"
"\n"
"\n"
"Clear the current component from the screen?"
"Clear the current component from the screen?"
msgstr ""
msgstr ""
#: eeschema/libedit.cpp:518
#: eeschema/libedit.cpp:511
msgid "This new component has no name and cannot be created. Aborted"
msgstr ""
#: eeschema/libedit.cpp:522
#, 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:5
70
#: eeschema/libedit.cpp:5
87
msgid "No component to save."
msgid "No component to save."
msgstr "Pas de composant à sauver."
msgstr "Pas de composant à sauver."
#: eeschema/libedit.cpp:5
79
#: eeschema/libedit.cpp:5
96
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:
589
#: eeschema/libedit.cpp:
606
#, 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
07
#: eeschema/libedit.cpp:6
24
#, 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"
...
@@ -7399,7 +7403,7 @@ msgstr "Navigateur"
...
@@ -7399,7 +7403,7 @@ msgstr "Navigateur"
msgid "Root"
msgid "Root"
msgstr "Racine"
msgstr "Racine"
#: eeschema/libframe.cpp:23
6
#: eeschema/libframe.cpp:23
7
msgid ""
msgid ""
"Component was modified!\n"
"Component was modified!\n"
"Discard changes?"
"Discard changes?"
...
@@ -7407,7 +7411,7 @@ msgstr ""
...
@@ -7407,7 +7411,7 @@ msgstr ""
"Le composant a été modifié\n"
"Le composant a été modifié\n"
"Perdre les changements"
"Perdre les changements"
#: eeschema/libframe.cpp:25
0
#: eeschema/libframe.cpp:25
1
#, c-format
#, c-format
msgid ""
msgid ""
"Library \"%s\" was modified!\n"
"Library \"%s\" was modified!\n"
...
@@ -7416,7 +7420,7 @@ msgstr ""
...
@@ -7416,7 +7420,7 @@ msgstr ""
"Librairie \"%s\" modifiée!\n"
"Librairie \"%s\" modifiée!\n"
"Perdre les changements ?"
"Perdre les changements ?"
#: eeschema/libframe.cpp:36
0
#: eeschema/libframe.cpp:36
1
#, c-format
#, c-format
msgid "Part %c"
msgid "Part %c"
msgstr "Composant %c"
msgstr "Composant %c"
...
@@ -8265,8 +8269,8 @@ msgid "Create component as power &symbol"
...
@@ -8265,8 +8269,8 @@ msgid "Create component as power &symbol"
msgstr "Créer composant comme &symbole d'alimentation"
msgstr "Créer composant comme &symbole d'alimentation"
#: eeschema/dialog_lib_new_component_base.cpp:121
#: eeschema/dialog_lib_new_component_base.cpp:121
msgid "Parts in package
cannot be swapped
"
msgid "Parts in package
locked (cannot be swapped)
"
msgstr "Les parts du boitier
ne peuvent pas être interchangées
"
msgstr "Les parts du boitier
sont verroulliées (ne peuvent pas être interchangées)
"
#: eeschema/dialog_lib_new_component_base.cpp:130
#: eeschema/dialog_lib_new_component_base.cpp:130
msgid "Global Pin Settings"
msgid "Global Pin Settings"
...
@@ -8288,6 +8292,10 @@ msgstr "Afficher le &numéro de pin"
...
@@ -8288,6 +8292,10 @@ msgstr "Afficher le &numéro de pin"
msgid "Show pin name te&xt"
msgid "Show pin name te&xt"
msgstr "Afficher le N&om de Pin"
msgstr "Afficher le N&om de Pin"
#: eeschema/dialog_lib_new_component_base.cpp:190
msgid "Pin name &inside"
msgstr "Nom de pin à l'&intérieur"
#: eeschema/eeconfig.cpp:281
#: eeschema/eeconfig.cpp:281
msgid "Save Project Settings"
msgid "Save Project Settings"
msgstr "Sauver Optionsr Projet"
msgstr "Sauver Optionsr Projet"
...
@@ -8318,7 +8326,7 @@ msgstr "Cette feuille utilise des données partagées dans une hiérarchie compl
...
@@ -8318,7 +8326,7 @@ msgstr "Cette feuille utilise des données partagées dans une hiérarchie compl
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:70
3
#: eeschema/class_drawsheet.cpp:70
4
msgid "FileName"
msgid "FileName"
msgstr "Nom Fichier"
msgstr "Nom Fichier"
...
@@ -8819,7 +8827,7 @@ msgstr "Propriétés du label"
...
@@ -8819,7 +8827,7 @@ msgstr "Propriétés du label"
msgid "Text Properties"
msgid "Text Properties"
msgstr "Propriétés du Texte"
msgstr "Propriétés du Texte"
#: eeschema/class_sch_component.cpp:103
2
#: eeschema/class_sch_component.cpp:103
4
msgid "Ref"
msgid "Ref"
msgstr "Ref"
msgstr "Ref"
...
@@ -9230,99 +9238,74 @@ msgstr "Copie dans Presse papier"
...
@@ -9230,99 +9238,74 @@ msgstr "Copie dans Presse papier"
#: eeschema/class_libentry_fields.cpp:134
#: eeschema/class_libentry_fields.cpp:134
msgid "invalid field number defined"
msgid "invalid field number defined"
msgstr ""
msgstr "numéro de champ défini invalide"
#: eeschema/class_libentry_fields.cpp:173
#, c-format
msgid "field %d does not have the correct number of parameters"
msgstr ""
#: eeschema/class_libentry_fields.cpp:188
#, c-format
msgid "field %d text orientation parameter <%c> is not valid"
msgstr "champ %d parametre d'orientation de texte<%c> non valide"
#: eeschema/class_libentry_fields.cpp:200
#, c-format
msgid "field %d text visible parameter <%c> is not valid"
msgstr "champ %d parametre de visibilité de texte<%c> non valide"
#: eeschema/class_libentry_fields.cpp:219
#, c-format
msgid "field %d text horizontal justification parameter <%c> is not valid"
msgstr ""
#: eeschema/class_libentry_fields.cpp:233
#, c-format
msgid "field %d text vertical justification parameter <%c> is not valid"
msgstr ""
#: eeschema/class_libentry_fields.cpp:552
#: eeschema/class_libentry_fields.cpp:552
msgid "Datasheet"
msgid "Datasheet"
msgstr "Documentation"
msgstr "Documentation"
#: eeschema/edit_component_in_lib.cpp:1
39
#: eeschema/edit_component_in_lib.cpp:1
45
#, c-format
#, c-format
msgid "Alias <%s> not found for component <%s> in library <%s>."
msgid "Alias <%s> not found for component <%s> in library <%s>."
msgstr "Alias <%s> non trouvé pour le component <%s> en librairie <%s>."
msgstr "Alias <%s> non trouvé pour le component <%s> en librairie <%s>."
#: eeschema/edit_component_in_lib.cpp:1
44
#: eeschema/edit_component_in_lib.cpp:1
50
msgid "Component Library Error"
msgid "Component Library Error"
msgstr "Erreur en Librairie de Composanr"
msgstr "Erreur en Librairie de Composanr"
#: eeschema/edit_component_in_lib.cpp:2
64
#: eeschema/edit_component_in_lib.cpp:2
75
#: eeschema/edit_component_in_lib.cpp:3
34
#: eeschema/edit_component_in_lib.cpp:3
45
#, c-format
#, c-format
msgid "Alias <%s> cannot be removed while it is being edited!"
msgid "Alias <%s> cannot be removed while it is being edited!"
msgstr "L'alias <%s> ne peut être supprimé tant qu'il est en cours d'édition!"
msgstr "L'alias <%s> ne peut être supprimé tant qu'il est en cours d'édition!"
#: eeschema/edit_component_in_lib.cpp:2
73
#: eeschema/edit_component_in_lib.cpp:2
84
msgid "Remove all aliases from list?"
msgid "Remove all aliases from list?"
msgstr "Supprimer tous les alias de la liste?"
msgstr "Supprimer tous les alias de la liste?"
#: eeschema/edit_component_in_lib.cpp:
298
#: eeschema/edit_component_in_lib.cpp:
309
msgid "New alias:"
msgid "New alias:"
msgstr "Noveau alias"
msgstr "Noveau alias"
#: eeschema/edit_component_in_lib.cpp:
299
#: eeschema/edit_component_in_lib.cpp:
310
msgid "Component Alias"
msgid "Component Alias"
msgstr "Alias de Composant"
msgstr "Alias de Composant"
#: eeschema/edit_component_in_lib.cpp:3
09
#: eeschema/edit_component_in_lib.cpp:3
20
#, c-format
#, c-format
msgid "Alias or component name <%s> already exists in library <%s>."
msgid "Alias or component name <%s> already exists in library <%s>."
msgstr "Alias ou nom de composant <%s> déjà existant en librairie <%s>."
msgstr "Alias ou nom de composant <%s> déjà existant en librairie <%s>."
#: eeschema/edit_component_in_lib.cpp:3
63
#: eeschema/edit_component_in_lib.cpp:3
74
msgid "Delete extra parts from component?"
msgid "Delete extra parts from component?"
msgstr "Supprimer les parts supplémentaires du composant?"
msgstr "Supprimer les parts supplémentaires du composant?"
#: eeschema/edit_component_in_lib.cpp:3
83
#: eeschema/edit_component_in_lib.cpp:3
95
msgid "Add new pins for alternate body style ( DeMorgan ) to component?"
msgid "Add new pins for alternate body style ( DeMorgan ) to component?"
msgstr ""
msgstr ""
#: eeschema/edit_component_in_lib.cpp:
391
#: eeschema/edit_component_in_lib.cpp:
402
msgid "Delete alternate body style (DeMorgan) draw items from component?"
msgid "Delete alternate body style (DeMorgan) draw items from component?"
msgstr ""
msgstr ""
#: eeschema/edit_component_in_lib.cpp:4
15
#: eeschema/edit_component_in_lib.cpp:4
26
msgid "Doc Files"
msgid "Doc Files"
msgstr "Fichiers de Doc"
msgstr "Fichiers de Doc"
#: eeschema/edit_component_in_lib.cpp:4
46
#: eeschema/edit_component_in_lib.cpp:4
57
msgid "Ok to Delete FootprintFilter LIST"
msgid "Ok to Delete FootprintFilter LIST"
msgstr "Ok pour effacer la LISTE des filtres de modules"
msgstr "Ok pour effacer la LISTE des filtres de modules"
#: eeschema/edit_component_in_lib.cpp:4
69
#: eeschema/edit_component_in_lib.cpp:4
80
msgid "Add Footprint Filter"
msgid "Add Footprint Filter"
msgstr "Ajouter Filtre Modules"
msgstr "Ajouter Filtre Modules"
#: eeschema/edit_component_in_lib.cpp:4
69
#: eeschema/edit_component_in_lib.cpp:4
80
#: eeschema/dialog_edit_component_in_lib_base.cpp:21
1
#: eeschema/dialog_edit_component_in_lib_base.cpp:21
4
msgid "Footprint Filter"
msgid "Footprint Filter"
msgstr "Filtrage Modules"
msgstr "Filtrage Modules"
#: eeschema/edit_component_in_lib.cpp:4
82
#: eeschema/edit_component_in_lib.cpp:4
93
#, c-format
#, c-format
msgid "Foot print filter <%s> is already defined."
msgid "Foot print filter <%s> is already defined."
msgstr ""
msgstr ""
...
@@ -9528,17 +9511,17 @@ msgid "Show Pin Number"
...
@@ -9528,17 +9511,17 @@ msgid "Show Pin Number"
msgstr "Montrer Numéro de Pin"
msgstr "Montrer Numéro de Pin"
#: eeschema/dialog_create_component.cpp:241
#: eeschema/dialog_create_component.cpp:241
#: eeschema/dialog_edit_component_in_lib_base.cpp:
39
#: eeschema/dialog_edit_component_in_lib_base.cpp:
40
msgid "Show Pin Name"
msgid "Show Pin Name"
msgstr "Montre Nom de Pin"
msgstr "Montre Nom de Pin"
#: eeschema/dialog_create_component.cpp:245
#: eeschema/dialog_create_component.cpp:245
#: eeschema/dialog_edit_component_in_lib_base.cpp:4
5
#: eeschema/dialog_edit_component_in_lib_base.cpp:4
7
msgid "Pin Name Inside"
msgid "Pin Name Inside"
msgstr "Nom de pin à l'intérieur"
msgstr "Nom de pin à l'intérieur"
#: eeschema/dialog_create_component.cpp:249
#: eeschema/dialog_create_component.cpp:249
#: eeschema/dialog_edit_component_in_lib_base.cpp:7
4
#: eeschema/dialog_edit_component_in_lib_base.cpp:7
7
msgid "Skew:"
msgid "Skew:"
msgstr "Décalage:"
msgstr "Décalage:"
...
@@ -9560,25 +9543,25 @@ msgstr ""
...
@@ -9560,25 +9543,25 @@ msgstr ""
msgid "Show Pin Num"
msgid "Show Pin Num"
msgstr "Montre Numéro de Pin"
msgstr "Montre Numéro de Pin"
#: eeschema/dialog_edit_component_in_lib_base.cpp:3
5
#: eeschema/dialog_edit_component_in_lib_base.cpp:3
6
msgid "Show or hide pin numbers"
msgid "Show or hide pin numbers"
msgstr "Affichage ou non des numéroes de pins"
msgstr "Affichage ou non des numéroes de pins"
#: eeschema/dialog_edit_component_in_lib_base.cpp:4
1
#: eeschema/dialog_edit_component_in_lib_base.cpp:4
3
msgid "Show or hide pin names"
msgid "Show or hide pin names"
msgstr "Affichage ou non des noms des pins"
msgstr "Affichage ou non des noms des pins"
#: eeschema/dialog_edit_component_in_lib_base.cpp:
47
#: eeschema/dialog_edit_component_in_lib_base.cpp:
50
msgid ""
msgid ""
"Check this option to have pin names inside the body and pin number outside.\n"
"Check this option to have pin names inside the body and pin number outside.\n"
"If not checked pins names and pins numbers are outside."
"If not checked pins names and pins numbers are outside."
msgstr ""
msgstr ""
#: eeschema/dialog_edit_component_in_lib_base.cpp:6
2
#: eeschema/dialog_edit_component_in_lib_base.cpp:6
5
msgid "Number of Units:"
msgid "Number of Units:"
msgstr "Nombre de Parts:"
msgstr "Nombre de Parts:"
#: eeschema/dialog_edit_component_in_lib_base.cpp:9
0
#: eeschema/dialog_edit_component_in_lib_base.cpp:9
3
msgid ""
msgid ""
"Check this option for power symbols.\n"
"Check this option for power symbols.\n"
"Power symbols have specific properties"
"Power symbols have specific properties"
...
@@ -9586,42 +9569,42 @@ msgstr ""
...
@@ -9586,42 +9569,42 @@ msgstr ""
"Activer cete option pour les symboles d'alimentation.\n"
"Activer cete option pour les symboles d'alimentation.\n"
"Les symboles d'alimentation ont des propriétés spécifiques"
"Les symboles d'alimentation ont des propriétés spécifiques"
#: eeschema/dialog_edit_component_in_lib_base.cpp:9
6
#: eeschema/dialog_edit_component_in_lib_base.cpp:9
9
msgid ""
msgid ""
"Check this option if Eeschema cannot change parts selections inside a given package\n"
"Check this option if Eeschema cannot change parts selections inside a given package\n"
"This happens when parts are different in this package."
"This happens when parts are different in this package."
msgstr ""
msgstr ""
#: eeschema/dialog_edit_component_in_lib_base.cpp:1
08
#: eeschema/dialog_edit_component_in_lib_base.cpp:1
11
msgid "Description:"
msgid "Description:"
msgstr "Description:"
msgstr "Description:"
#: eeschema/dialog_edit_component_in_lib_base.cpp:11
5
#: eeschema/dialog_edit_component_in_lib_base.cpp:11
8
msgid "Keywords:"
msgid "Keywords:"
msgstr "Mots Clés:"
msgstr "Mots Clés:"
#: eeschema/dialog_edit_component_in_lib_base.cpp:12
2
#: eeschema/dialog_edit_component_in_lib_base.cpp:12
5
msgid "DocFileName:"
msgid "DocFileName:"
msgstr "Fichier de Doc:"
msgstr "Fichier de Doc:"
#: eeschema/dialog_edit_component_in_lib_base.cpp:13
2
#: eeschema/dialog_edit_component_in_lib_base.cpp:13
5
msgid "Copy Doc"
msgid "Copy Doc"
msgstr "Copie Doc"
msgstr "Copie Doc"
#: eeschema/dialog_edit_component_in_lib_base.cpp:13
5
#: eeschema/dialog_edit_component_in_lib_base.cpp:13
8
msgid "Browse DocFiles"
msgid "Browse DocFiles"
msgstr "Examen Fichiers de Doc"
msgstr "Examen Fichiers de Doc"
#: eeschema/dialog_edit_component_in_lib_base.cpp:15
1
#: eeschema/dialog_edit_component_in_lib_base.cpp:15
4
msgid "Alias List:"
msgid "Alias List:"
msgstr "Liste des Alias:"
msgstr "Liste des Alias:"
#: eeschema/dialog_edit_component_in_lib_base.cpp:1
69
#: eeschema/dialog_edit_component_in_lib_base.cpp:1
72
#: eeschema/dialog_edit_component_in_lib_base.cpp:20
3
#: eeschema/dialog_edit_component_in_lib_base.cpp:20
6
msgid "Delete All"
msgid "Delete All"
msgstr "Tout Supprimer"
msgstr "Tout Supprimer"
#: eeschema/dialog_edit_component_in_lib_base.cpp:18
5
#: eeschema/dialog_edit_component_in_lib_base.cpp:18
8
msgid "Footprints"
msgid "Footprints"
msgstr "Modules"
msgstr "Modules"
...
@@ -12300,6 +12283,14 @@ msgstr "DCodes id."
...
@@ -12300,6 +12283,14 @@ msgstr "DCodes id."
msgid "Page Settings"
msgid "Page Settings"
msgstr "Ajustage opt Page"
msgstr "Ajustage opt Page"
#~ msgid "field %d does not have the correct number of parameters"
#~ msgstr "le champ %d n'a pas le nombre correct de parametres"
#~ msgid "field %d text orientation parameter <%c> is not valid"
#~ msgstr "champ %d parametre d'orientation de texte<%c> non valide"
#~ msgid "field %d text visible parameter <%c> is not valid"
#~ msgstr "champ %d parametre de visibilité de texte<%c> non valide"
#~ msgid "Seg"
#~ msgstr "Seg"
#~ msgid "Change track width (entire NET) ?"
#~ msgid "Change track width (entire NET) ?"
#~ msgstr "Change largeur piste ( NET complet) ?"
#~ msgstr "Change largeur piste ( NET complet) ?"
#~ msgid "Edit All Via Sizes"
#~ msgid "Edit All Via Sizes"
...
...
kicad/mainframe.cpp
View file @
657325be
...
@@ -278,8 +278,6 @@ void WinEDA_MainFrame::OnRunEeschema( wxCommandEvent& event )
...
@@ -278,8 +278,6 @@ void WinEDA_MainFrame::OnRunEeschema( wxCommandEvent& event )
{
{
wxFileName
fn
(
m_ProjectFileName
);
wxFileName
fn
(
m_ProjectFileName
);
fn
.
SetExt
(
SchematicFileExtension
);
fn
.
SetExt
(
SchematicFileExtension
);
wxLogDebug
(
wxT
(
"Loading EESchema with file <%s>."
),
fn
.
GetFullPath
().
c_str
()
);
ExecuteFile
(
this
,
EESCHEMA_EXE
,
QuoteFullPath
(
fn
)
);
ExecuteFile
(
this
,
EESCHEMA_EXE
,
QuoteFullPath
(
fn
)
);
}
}
...
...
pcbnew/dialog_design_rules.cpp
View file @
657325be
...
@@ -105,15 +105,15 @@ void DIALOG_DESIGN_RULES::PrintCurrentSettings( )
...
@@ -105,15 +105,15 @@ void DIALOG_DESIGN_RULES::PrintCurrentSettings( )
// Display min values:
// Display min values:
value
=
ReturnStringFromValue
(
g_UnitMetric
,
g_DesignSettings
.
m_TrackMinWidth
,
internal_units
,
true
);
value
=
ReturnStringFromValue
(
g_UnitMetric
,
g_DesignSettings
.
m_TrackMinWidth
,
internal_units
,
true
);
msg
.
Printf
(
_
(
"Minimum value for tracks width: <b>%s</b><br>
\n
"
),
value
.
c_str
(
)
);
msg
.
Printf
(
_
(
"Minimum value for tracks width: <b>%s</b><br>
\n
"
),
GetChars
(
value
)
);
m_MessagesList
->
AppendToPage
(
msg
);
m_MessagesList
->
AppendToPage
(
msg
);
value
=
ReturnStringFromValue
(
g_UnitMetric
,
g_DesignSettings
.
m_ViasMinSize
,
internal_units
,
true
);
value
=
ReturnStringFromValue
(
g_UnitMetric
,
g_DesignSettings
.
m_ViasMinSize
,
internal_units
,
true
);
msg
.
Printf
(
_
(
"Minimum value for vias diameter: <b>%s</b><br>
\n
"
),
value
.
c_str
(
)
);
msg
.
Printf
(
_
(
"Minimum value for vias diameter: <b>%s</b><br>
\n
"
),
GetChars
(
value
)
);
m_MessagesList
->
AppendToPage
(
msg
);
m_MessagesList
->
AppendToPage
(
msg
);
value
=
ReturnStringFromValue
(
g_UnitMetric
,
g_DesignSettings
.
m_MicroViasMinSize
,
internal_units
,
true
);
value
=
ReturnStringFromValue
(
g_UnitMetric
,
g_DesignSettings
.
m_MicroViasMinSize
,
internal_units
,
true
);
msg
.
Printf
(
_
(
"Minimum value for microvias diameter: <b>%s</b><br>
\n
"
),
value
.
c_str
(
)
);
msg
.
Printf
(
_
(
"Minimum value for microvias diameter: <b>%s</b><br>
\n
"
),
GetChars
(
value
)
);
m_MessagesList
->
AppendToPage
(
msg
);
m_MessagesList
->
AppendToPage
(
msg
);
}
}
...
...
pcbnew/edit_track_width.cpp
View file @
657325be
...
@@ -178,7 +178,7 @@ void WinEDA_PcbFrame::Edit_Net_Width( wxDC* DC, int aNetcode )
...
@@ -178,7 +178,7 @@ void WinEDA_PcbFrame::Edit_Net_Width( wxDC* DC, int aNetcode )
wxString
netClassName
=
netClass
->
GetName
();
wxString
netClassName
=
netClass
->
GetName
();
msg
.
Printf
(
_
(
msg
.
Printf
(
_
(
"Set tracks and vias sizes to the Netclass
\"
%s
\"
default value (entire NET
\"
%s
\"
) ?"
),
"Set tracks and vias sizes to the Netclass
\"
%s
\"
default value (entire NET
\"
%s
\"
) ?"
),
netClassName
.
c_str
(),
netName
.
c_str
(
)
);
GetChars
(
netClassName
),
GetChars
(
netName
)
);
if
(
!
IsOK
(
this
,
msg
)
)
if
(
!
IsOK
(
this
,
msg
)
)
return
;
return
;
...
...
pcbnew/librairi.cpp
View file @
657325be
...
@@ -77,7 +77,7 @@ MODULE* WinEDA_ModuleEditFrame::Import_Module( wxDC* DC )
...
@@ -77,7 +77,7 @@ MODULE* WinEDA_ModuleEditFrame::Import_Module( wxDC* DC )
if
(
file
==
NULL
)
if
(
file
==
NULL
)
{
{
wxString
msg
;
wxString
msg
;
msg
.
Printf
(
_
(
"File <%s> not found"
),
dlg
.
GetPath
().
GetData
(
)
);
msg
.
Printf
(
_
(
"File <%s> not found"
),
GetChars
(
dlg
.
GetPath
()
)
);
DisplayError
(
this
,
msg
);
DisplayError
(
this
,
msg
);
return
NULL
;
return
NULL
;
}
}
...
@@ -187,7 +187,7 @@ void WinEDA_ModuleEditFrame::Export_Module( MODULE* ptmod, bool createlib )
...
@@ -187,7 +187,7 @@ void WinEDA_ModuleEditFrame::Export_Module( MODULE* ptmod, bool createlib )
/* Generation du fichier Empreinte */
/* Generation du fichier Empreinte */
if
(
(
file
=
wxFopen
(
fn
.
GetFullPath
(),
wxT
(
"wt"
)
)
)
==
NULL
)
if
(
(
file
=
wxFopen
(
fn
.
GetFullPath
(),
wxT
(
"wt"
)
)
)
==
NULL
)
{
{
msg
.
Printf
(
_
(
"Unable to create <%s>"
),
fn
.
GetFullPath
().
c_str
(
)
);
msg
.
Printf
(
_
(
"Unable to create <%s>"
),
GetChars
(
fn
.
GetFullPath
()
)
);
DisplayError
(
this
,
msg
);
DisplayError
(
this
,
msg
);
return
;
return
;
}
}
...
@@ -207,7 +207,7 @@ void WinEDA_ModuleEditFrame::Export_Module( MODULE* ptmod, bool createlib )
...
@@ -207,7 +207,7 @@ void WinEDA_ModuleEditFrame::Export_Module( MODULE* ptmod, bool createlib )
fputs
(
"$EndLIBRARY
\n
"
,
file
);
fputs
(
"$EndLIBRARY
\n
"
,
file
);
fclose
(
file
);
fclose
(
file
);
msg
.
Printf
(
_
(
"Module exported in file <%s>"
),
fn
.
GetFullPath
().
c_str
(
)
);
msg
.
Printf
(
_
(
"Module exported in file <%s>"
),
GetChars
(
fn
.
GetFullPath
()
)
);
DisplayInfoMessage
(
this
,
msg
);
DisplayInfoMessage
(
this
,
msg
);
}
}
...
@@ -231,7 +231,7 @@ void WinEDA_ModuleEditFrame::Delete_Module_In_Library( const
...
@@ -231,7 +231,7 @@ void WinEDA_ModuleEditFrame::Delete_Module_In_Library( const
/* Confirmation */
/* Confirmation */
msg
.
Printf
(
_
(
"Ok to delete module %s in library %s"
),
msg
.
Printf
(
_
(
"Ok to delete module %s in library %s"
),
CmpName
.
GetData
(),
aLibname
.
GetData
(
)
);
GetChars
(
CmpName
),
GetChars
(
aLibname
)
);
if
(
!
IsOK
(
this
,
msg
)
)
if
(
!
IsOK
(
this
,
msg
)
)
return
;
return
;
...
@@ -281,7 +281,7 @@ void WinEDA_ModuleEditFrame::Delete_Module_In_Library( const
...
@@ -281,7 +281,7 @@ void WinEDA_ModuleEditFrame::Delete_Module_In_Library( const
if
(
NoFound
)
if
(
NoFound
)
{
{
fclose
(
lib_module
);
fclose
(
lib_module
);
msg
.
Printf
(
_
(
"Module [%s] not found"
),
CmpName
.
GetData
(
)
);
msg
.
Printf
(
_
(
"Module [%s] not found"
),
GetChars
(
CmpName
)
);
DisplayError
(
this
,
msg
);
DisplayError
(
this
,
msg
);
return
;
return
;
}
}
...
@@ -379,8 +379,8 @@ void WinEDA_ModuleEditFrame::Delete_Module_In_Library( const
...
@@ -379,8 +379,8 @@ void WinEDA_ModuleEditFrame::Delete_Module_In_Library( const
return
;
return
;
}
}
msg
.
Printf
(
_
(
"Component %s deleted in library %s"
),
CmpName
.
GetData
(
),
msg
.
Printf
(
_
(
"Component %s deleted in library %s"
),
GetChars
(
CmpName
),
oldFileName
.
GetFullPath
().
c_str
(
)
);
GetChars
(
oldFileName
.
GetFullPath
()
)
);
Affiche_Message
(
msg
);
Affiche_Message
(
msg
);
CreateDocLibrary
(
oldFileName
.
GetFullPath
()
);
CreateDocLibrary
(
oldFileName
.
GetFullPath
()
);
...
@@ -430,7 +430,7 @@ void WinEDA_BasePcbFrame::Archive_Modules( const wxString& LibName,
...
@@ -430,7 +430,7 @@ void WinEDA_BasePcbFrame::Archive_Modules( const wxString& LibName,
if
(
!
NewModulesOnly
&&
file_exists
)
if
(
!
NewModulesOnly
&&
file_exists
)
{
{
wxString
msg
;
wxString
msg
;
msg
.
Printf
(
_
(
"File %s exists, OK to replace ?"
),
fileName
.
c_str
(
)
);
msg
.
Printf
(
_
(
"File %s exists, OK to replace ?"
),
GetChars
(
fileName
)
);
if
(
!
IsOK
(
this
,
msg
)
)
if
(
!
IsOK
(
this
,
msg
)
)
return
;
return
;
}
}
...
@@ -509,7 +509,7 @@ int WinEDA_BasePcbFrame::Save_Module_In_Library( const wxString& aLibName,
...
@@ -509,7 +509,7 @@ int WinEDA_BasePcbFrame::Save_Module_In_Library( const wxString& aLibName,
if
(
!
wxFileExists
(
aLibName
)
)
if
(
!
wxFileExists
(
aLibName
)
)
{
{
msg
.
Printf
(
_
(
"Library %s not found"
),
aLibName
.
GetData
(
)
);
msg
.
Printf
(
_
(
"Library %s not found"
),
GetChars
(
aLibName
)
);
DisplayError
(
this
,
msg
);
DisplayError
(
this
,
msg
);
return
0
;
return
0
;
}
}
...
@@ -530,7 +530,7 @@ int WinEDA_BasePcbFrame::Save_Module_In_Library( const wxString& aLibName,
...
@@ -530,7 +530,7 @@ int WinEDA_BasePcbFrame::Save_Module_In_Library( const wxString& aLibName,
if
(
(
lib_module
=
wxFopen
(
aLibName
,
wxT
(
"rt"
)
)
)
==
NULL
)
if
(
(
lib_module
=
wxFopen
(
aLibName
,
wxT
(
"rt"
)
)
)
==
NULL
)
{
{
msg
.
Printf
(
_
(
"Unable to open %s"
),
aLibName
.
GetData
(
)
);
msg
.
Printf
(
_
(
"Unable to open %s"
),
GetChars
(
aLibName
)
);
DisplayError
(
this
,
msg
);
DisplayError
(
this
,
msg
);
return
0
;
return
0
;
}
}
...
@@ -540,7 +540,7 @@ int WinEDA_BasePcbFrame::Save_Module_In_Library( const wxString& aLibName,
...
@@ -540,7 +540,7 @@ int WinEDA_BasePcbFrame::Save_Module_In_Library( const wxString& aLibName,
if
(
strnicmp
(
Line
,
ENTETE_LIBRAIRIE
,
L_ENTETE_LIB
)
!=
0
)
if
(
strnicmp
(
Line
,
ENTETE_LIBRAIRIE
,
L_ENTETE_LIB
)
!=
0
)
{
{
fclose
(
lib_module
);
fclose
(
lib_module
);
msg
.
Printf
(
_
(
"File %s is not a eeschema library"
),
aLibName
.
GetData
(
)
);
msg
.
Printf
(
_
(
"File %s is not a eeschema library"
),
GetChars
(
aLibName
)
);
DisplayError
(
this
,
msg
);
DisplayError
(
this
,
msg
);
return
0
;
return
0
;
}
}
...
...
pcbnew/loadcmp.cpp
View file @
657325be
...
@@ -218,7 +218,7 @@ MODULE* WinEDA_BasePcbFrame::Get_Librairie_Module( const wxString& aLibraryFullF
...
@@ -218,7 +218,7 @@ MODULE* WinEDA_BasePcbFrame::Get_Librairie_Module( const wxString& aLibraryFullF
if
(
aDisplayMessageError
)
if
(
aDisplayMessageError
)
{
{
msg
.
Printf
(
_
(
"PCB footprint library file <%s> not found in search paths."
),
msg
.
Printf
(
_
(
"PCB footprint library file <%s> not found in search paths."
),
fn
.
GetFullName
().
c_str
(
)
);
GetChars
(
fn
.
GetFullName
()
)
);
wxMessageBox
(
msg
,
_
(
"Library Load Error"
),
wxMessageBox
(
msg
,
_
(
"Library Load Error"
),
wxOK
|
wxICON_ERROR
,
this
);
wxOK
|
wxICON_ERROR
,
this
);
}
}
...
@@ -230,13 +230,13 @@ MODULE* WinEDA_BasePcbFrame::Get_Librairie_Module( const wxString& aLibraryFullF
...
@@ -230,13 +230,13 @@ MODULE* WinEDA_BasePcbFrame::Get_Librairie_Module( const wxString& aLibraryFullF
if
(
file
==
NULL
)
if
(
file
==
NULL
)
{
{
msg
.
Printf
(
_
(
"Could not open PCB footprint library file <%s>."
),
msg
.
Printf
(
_
(
"Could not open PCB footprint library file <%s>."
),
tmp
.
c_str
(
)
);
GetChars
(
tmp
)
);
wxMessageBox
(
msg
,
_
(
"Library Load Error"
),
wxMessageBox
(
msg
,
_
(
"Library Load Error"
),
wxOK
|
wxICON_ERROR
,
this
);
wxOK
|
wxICON_ERROR
,
this
);
continue
;
continue
;
}
}
msg
.
Printf
(
_
(
"Scan Lib: %s"
),
tmp
.
c_str
(
)
);
msg
.
Printf
(
_
(
"Scan Lib: %s"
),
GetChars
(
tmp
)
);
Affiche_Message
(
msg
);
Affiche_Message
(
msg
);
/* lecture entete chaine definie par ENTETE_LIBRAIRIE */
/* lecture entete chaine definie par ENTETE_LIBRAIRIE */
...
@@ -246,7 +246,7 @@ MODULE* WinEDA_BasePcbFrame::Get_Librairie_Module( const wxString& aLibraryFullF
...
@@ -246,7 +246,7 @@ MODULE* WinEDA_BasePcbFrame::Get_Librairie_Module( const wxString& aLibraryFullF
if
(
strnicmp
(
Line
,
ENTETE_LIBRAIRIE
,
L_ENTETE_LIB
)
!=
0
)
if
(
strnicmp
(
Line
,
ENTETE_LIBRAIRIE
,
L_ENTETE_LIB
)
!=
0
)
{
{
msg
.
Printf
(
_
(
"<%s> is not a valid Kicad PCB footprint library file."
),
msg
.
Printf
(
_
(
"<%s> is not a valid Kicad PCB footprint library file."
),
tmp
.
c_str
(
)
);
GetChars
(
tmp
)
);
wxMessageBox
(
msg
,
_
(
"Library Load Error"
),
wxMessageBox
(
msg
,
_
(
"Library Load Error"
),
wxOK
|
wxICON_ERROR
,
this
);
wxOK
|
wxICON_ERROR
,
this
);
fclose
(
file
);
fclose
(
file
);
...
@@ -312,7 +312,7 @@ MODULE* WinEDA_BasePcbFrame::Get_Librairie_Module( const wxString& aLibraryFullF
...
@@ -312,7 +312,7 @@ MODULE* WinEDA_BasePcbFrame::Get_Librairie_Module( const wxString& aLibraryFullF
if
(
aDisplayMessageError
)
if
(
aDisplayMessageError
)
{
{
msg
.
Printf
(
_
(
"Module <%s> not found"
),
aModuleName
.
c_str
(
)
);
msg
.
Printf
(
_
(
"Module <%s> not found"
),
GetChars
(
aModuleName
)
);
DisplayError
(
NULL
,
msg
);
DisplayError
(
NULL
,
msg
);
}
}
...
@@ -370,7 +370,7 @@ wxString WinEDA_BasePcbFrame::Select_1_Module_From_List(
...
@@ -370,7 +370,7 @@ wxString WinEDA_BasePcbFrame::Select_1_Module_From_List(
if
(
!
tmp
)
if
(
!
tmp
)
{
{
msg
.
Printf
(
_
(
"PCB footprint library file <%s> not found in search paths."
),
msg
.
Printf
(
_
(
"PCB footprint library file <%s> not found in search paths."
),
fn
.
GetFullName
().
c_str
(
)
);
GetChars
(
fn
.
GetFullName
()
)
);
wxMessageBox
(
msg
,
_
(
"Library Load Error"
),
wxMessageBox
(
msg
,
_
(
"Library Load Error"
),
wxOK
|
wxICON_ERROR
,
this
);
wxOK
|
wxICON_ERROR
,
this
);
continue
;
continue
;
...
@@ -406,7 +406,7 @@ wxString WinEDA_BasePcbFrame::Select_1_Module_From_List(
...
@@ -406,7 +406,7 @@ wxString WinEDA_BasePcbFrame::Select_1_Module_From_List(
if
(
strnicmp
(
Line
,
ENTETE_LIBRAIRIE
,
L_ENTETE_LIB
)
!=
0
)
if
(
strnicmp
(
Line
,
ENTETE_LIBRAIRIE
,
L_ENTETE_LIB
)
!=
0
)
{
{
msg
.
Printf
(
_
(
"<%s> is not a valid Kicad PCB footprint library file."
),
msg
.
Printf
(
_
(
"<%s> is not a valid Kicad PCB footprint library file."
),
tmp
.
c_str
(
)
);
GetChars
(
tmp
)
);
wxMessageBox
(
msg
,
_
(
"Library Load Error"
),
wxMessageBox
(
msg
,
_
(
"Library Load Error"
),
wxOK
|
wxICON_ERROR
,
this
);
wxOK
|
wxICON_ERROR
,
this
);
fclose
(
file
);
fclose
(
file
);
...
...
pcbnew/pcbcfg.cpp
View file @
657325be
...
@@ -89,7 +89,7 @@ void WinEDA_PcbFrame::Process_Config( wxCommandEvent& event )
...
@@ -89,7 +89,7 @@ void WinEDA_PcbFrame::Process_Config( wxCommandEvent& event )
if
(
!
wxFileExists
(
dlg
.
GetPath
()
)
)
if
(
!
wxFileExists
(
dlg
.
GetPath
()
)
)
{
{
wxString
msg
;
wxString
msg
;
msg
.
Printf
(
_
(
"File %s not found"
),
dlg
.
GetPath
().
c_str
(
)
);
msg
.
Printf
(
_
(
"File %s not found"
),
GetChars
(
dlg
.
GetPath
()
)
);
DisplayError
(
this
,
msg
);
DisplayError
(
this
,
msg
);
break
;
break
;
}
}
...
...
pcbnew/pcbnew.cpp
View file @
657325be
...
@@ -95,7 +95,7 @@ bool WinEDA_App::OnInit()
...
@@ -95,7 +95,7 @@ bool WinEDA_App::OnInit()
{
{
wxLogDebug
(
wxT
(
"PcbNew file <%s> has the wrong extension. \
wxLogDebug
(
wxT
(
"PcbNew file <%s> has the wrong extension. \
Changing extension to .brd."
),
Changing extension to .brd."
),
fn
.
GetFullPath
().
c_str
(
)
);
GetChars
(
fn
.
GetFullPath
()
)
);
fn
.
SetExt
(
BoardFileExtension
);
fn
.
SetExt
(
BoardFileExtension
);
}
}
...
...
pcbnew/xchgmod.cpp
View file @
657325be
...
@@ -171,7 +171,7 @@ int DIALOG_EXCHANGE_MODULE::Maj_ListeCmp( const wxString& reference,
...
@@ -171,7 +171,7 @@ int DIALOG_EXCHANGE_MODULE::Maj_ListeCmp( const wxString& reference,
{
{
if
(
ShowError
)
if
(
ShowError
)
{
{
msg
.
Printf
(
_
(
"file %s not found"
),
fn
.
GetFullPath
().
c_str
(
)
);
msg
.
Printf
(
_
(
"file %s not found"
),
GetChars
(
fn
.
GetFullPath
()
)
);
m_WinMessages
->
AppendText
(
msg
);
m_WinMessages
->
AppendText
(
msg
);
}
}
return
1
;
return
1
;
...
@@ -186,7 +186,7 @@ int DIALOG_EXCHANGE_MODULE::Maj_ListeCmp( const wxString& reference,
...
@@ -186,7 +186,7 @@ int DIALOG_EXCHANGE_MODULE::Maj_ListeCmp( const wxString& reference,
if
(
ShowError
)
if
(
ShowError
)
{
{
msg
.
Printf
(
_
(
"Unable to create file %s"
),
msg
.
Printf
(
_
(
"Unable to create file %s"
),
tmpFileName
.
GetFullPath
().
c_str
(
)
);
GetChars
(
tmpFileName
.
GetFullPath
()
)
);
m_WinMessages
->
AppendText
(
msg
);
m_WinMessages
->
AppendText
(
msg
);
}
}
return
1
;
return
1
;
...
...
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