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
eac91489
Commit
eac91489
authored
Nov 08, 2008
by
jerryjacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dutch language update, 590 strings left
parent
8b351078
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
719 additions
and
564 deletions
+719
-564
kicad.mo
internat/nl/kicad.mo
+0
-0
kicad.po
internat/nl/kicad.po
+709
-554
automove.cpp
pcbnew/automove.cpp
+1
-1
block.cpp
pcbnew/block.cpp
+1
-1
dialog_edit_module.cpp
pcbnew/dialog_edit_module.cpp
+1
-1
editpads.cpp
pcbnew/editpads.cpp
+1
-1
globaleditpad.cpp
pcbnew/globaleditpad.cpp
+3
-3
librairi.cpp
pcbnew/librairi.cpp
+1
-1
menubarpcb.cpp
pcbnew/menubarpcb.cpp
+1
-1
moduleframe.cpp
pcbnew/moduleframe.cpp
+1
-1
No files found.
internat/nl/kicad.mo
View file @
eac91489
No preview for this file type
internat/nl/kicad.po
View file @
eac91489
This diff is collapsed.
Click to expand it.
pcbnew/automove.cpp
View file @
eac91489
...
...
@@ -217,7 +217,7 @@ void WinEDA_PcbFrame::AutoMoveModulesOnPcb( wxDC* DC, bool PlaceModulesHorsPcb )
{
DisplayError
(
this
,
_
(
"Autoplace modules: No boa
d edges detected, u
nable to place modules"
),
"Autoplace modules: No boa
rd edges detected. U
nable to place modules"
),
20
);
return
;
}
...
...
pcbnew/block.cpp
View file @
eac91489
...
...
@@ -140,7 +140,7 @@ WinEDA_ExecBlockCmdFrame::WinEDA_ExecBlockCmdFrame( WinEDA_BasePcbFrame* parent,
m_Include_Draw_Items
->
SetValue
(
Block_Include_Draw_Items
);
fgSizer1
->
Add
(
m_Include_Draw_Items
,
0
,
wxALL
,
5
);
m_Include_Edges_Items
=
new
wxCheckBox
(
this
,
-
1
,
_
(
"Include
egd
e layer"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_Include_Edges_Items
=
new
wxCheckBox
(
this
,
-
1
,
_
(
"Include
board outlin
e layer"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_Include_Edges_Items
->
SetValue
(
Block_Include_Edges_Items
);
fgSizer1
->
Add
(
m_Include_Edges_Items
,
0
,
wxALL
,
5
);
...
...
pcbnew/dialog_edit_module.cpp
View file @
eac91489
...
...
@@ -303,7 +303,7 @@ void WinEDA_ModulePropertiesFrame::BuildPanelModuleProperties( bool FullOptions
StaticText
=
new
wxStaticText
(
m_PanelProperties
,
wxID_STATIC
,
_
(
"Orient
(0.1 deg
)"
),
wxDefaultPosition
,
wxDefaultSize
,
"Orient
ation (in 0.1 degrees
)"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
PropLeftSizer
->
Add
(
StaticText
,
0
,
wxGROW
|
wxLEFT
|
wxRIGHT
|
wxTOP
|
wxADJUST_MINSIZE
,
5
);
msg
<<
m_CurrentModule
->
m_Orient
;
...
...
pcbnew/editpads.cpp
View file @
eac91489
...
...
@@ -120,7 +120,7 @@ void WinEDA_PadPropertiesFrame::SetOthersControls()
else
tmp
=
g_Pad_Master
.
m_Orient
;
m_DrillShapeBoxSizer
->
Add
(
5
,
5
,
0
,
wxALIGN_CENTER_HORIZONTAL
|
wxALL
,
5
);
m_PadOrientCtrl
=
new
WinEDA_ValueCtrl
(
this
,
_
(
"Pad Orient
(0.1 deg
)"
),
m_PadOrientCtrl
=
new
WinEDA_ValueCtrl
(
this
,
_
(
"Pad Orient
ation (in 0.1 degrees
)"
),
tmp
,
2
,
m_DrillShapeBoxSizer
,
1
);
...
...
pcbnew/globaleditpad.cpp
View file @
eac91489
...
...
@@ -71,7 +71,7 @@ END_EVENT_TABLE()
/********************************************************************************/
WinEDA_PadGlobalEditFrame
::
WinEDA_PadGlobalEditFrame
(
WinEDA_BasePcbFrame
*
parent
,
D_PAD
*
Pad
)
:
wxDialog
(
parent
,
-
1
,
_
(
"
Pads Global Edit
"
),
wxDefaultPosition
,
wxSize
(
310
,
235
),
wxDialog
(
parent
,
-
1
,
_
(
"
Edit Pads Global
"
),
wxDefaultPosition
,
wxSize
(
310
,
235
),
DIALOG_STYLE
)
/********************************************************************************/
{
...
...
@@ -100,7 +100,7 @@ WinEDA_PadGlobalEditFrame::WinEDA_PadGlobalEditFrame( WinEDA_BasePcbFrame* paren
pos
.
y
+=
Button
->
GetDefaultSize
().
y
+
10
;
Button
=
new
wxButton
(
this
,
ID_CHANGE_ID_MODULES
,
_
(
"Change I
d
Modules"
),
pos
);
_
(
"Change I
D
Modules"
),
pos
);
Button
->
SetForegroundColour
(
*
wxRED
);
...
...
@@ -152,7 +152,7 @@ WinEDA_PadGlobalEditFrame::WinEDA_PadGlobalEditFrame( WinEDA_BasePcbFrame* paren
m_Pad_Drill_Change
->
SetValue
(
Pad_Drill_Change
);
pos
.
y
+=
18
;
m_Pad_Orient_Change
=
new
wxCheckBox
(
this
,
-
1
,
_
(
"Change Orient"
),
pos
);
m_Pad_Orient_Change
=
new
wxCheckBox
(
this
,
-
1
,
_
(
"Change Orient
ation
"
),
pos
);
m_Pad_Orient_Change
->
SetValue
(
Pad_Orient_Change
);
}
...
...
pcbnew/librairi.cpp
View file @
eac91489
...
...
@@ -573,7 +573,7 @@ int WinEDA_BasePcbFrame::Save_1_Module( const wxString& LibName,
newmodule
=
0
;
if
(
DisplayDialog
)
{
msg
=
_
(
"Module exists
Line
"
);
msg
=
_
(
"Module exists
\n
Line:
"
);
msg
<<
LineNum
;
Affiche_Message
(
msg
);
}
...
...
pcbnew/menubarpcb.cpp
View file @
eac91489
...
...
@@ -259,7 +259,7 @@ void WinEDA_PcbFrame::ReCreateMenuBar()
postprocess_menu
->
Append
(
item
);
item
=
new
wxMenuItem
(
postprocess_menu
,
ID_PCB_GEN_DRILL_FILE
,
_
(
"Create &Drill File"
),
_
(
"Generate excellon drill file"
));
_
(
"Generate excellon
2
drill file"
));
item
->
SetBitmap
(
post_drill_xpm
);
postprocess_menu
->
Append
(
item
);
...
...
pcbnew/moduleframe.cpp
View file @
eac91489
...
...
@@ -180,7 +180,7 @@ void WinEDA_ModuleEditFrame::OnCloseWindow( wxCloseEvent& Event )
{
if
(
GetScreen
()
->
IsModify
()
)
{
if
(
!
IsOK
(
this
,
_
(
"Module Editor:
module modified!, Continue
?"
)
)
)
if
(
!
IsOK
(
this
,
_
(
"Module Editor:
Module modified! Continue
?"
)
)
)
{
Event
.
Veto
();
return
;
}
...
...
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