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
90b9850e
Commit
90b9850e
authored
Nov 09, 2008
by
jerryjacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dutch language update
- 140 strings translated - 450 strings left
parent
b3c064b0
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
314 additions
and
174 deletions
+314
-174
schedit.cpp
eeschema/schedit.cpp
+1
-1
kicad.mo
internat/nl/kicad.mo
+0
-0
kicad.po
internat/nl/kicad.po
+308
-168
dialog_edit_module.cpp
pcbnew/dialog_edit_module.cpp
+2
-2
menubarpcb.cpp
pcbnew/menubarpcb.cpp
+1
-1
onrightclick.cpp
pcbnew/onrightclick.cpp
+1
-1
tool_pcb.cpp
pcbnew/tool_pcb.cpp
+1
-1
No files found.
eeschema/schedit.cpp
View file @
90b9850e
...
...
@@ -218,7 +218,7 @@ void WinEDA_SchematicFrame::Process_Special_Functions( wxCommandEvent& event )
break
;
case
ID_WIRETOBUS_ENTRY_BUTT
:
SetToolID
(
id
,
wxCURSOR_PENCIL
,
_
(
"Add Wire to Bus
E
ntry"
)
);
SetToolID
(
id
,
wxCURSOR_PENCIL
,
_
(
"Add Wire to Bus
e
ntry"
)
);
break
;
case
ID_BUSTOBUS_ENTRY_BUTT
:
...
...
internat/nl/kicad.mo
View file @
90b9850e
No preview for this file type
internat/nl/kicad.po
View file @
90b9850e
This diff is collapsed.
Click to expand it.
pcbnew/dialog_edit_module.cpp
View file @
90b9850e
...
...
@@ -357,7 +357,7 @@ void WinEDA_ModulePropertiesFrame::BuildPanelModuleProperties( bool FullOptions
#endif
PropRightSizer
->
Add
(
m_AutoPlaceCtrl
,
0
,
wxGROW
|
wxALL
,
5
);
StaticText
=
new
wxStaticText
(
m_PanelProperties
,
-
1
,
_
(
"Rot
90
"
)
);
StaticText
=
new
wxStaticText
(
m_PanelProperties
,
-
1
,
_
(
"Rot
ation 90 degree
"
)
);
PropRightSizer
->
Add
(
StaticText
,
0
,
wxGROW
|
wxLEFT
|
wxRIGHT
|
wxTOP
|
wxADJUST_MINSIZE
,
5
);
m_CostRot90Ctrl
=
new
wxSlider
(
m_PanelProperties
,
-
1
,
m_CurrentModule
->
m_CntRot90
,
0
,
10
,
wxDefaultPosition
,
...
...
@@ -365,7 +365,7 @@ void WinEDA_ModulePropertiesFrame::BuildPanelModuleProperties( bool FullOptions
wxSL_HORIZONTAL
+
wxSL_AUTOTICKS
+
wxSL_LABELS
);
PropRightSizer
->
Add
(
m_CostRot90Ctrl
,
0
,
wxGROW
|
wxLEFT
|
wxRIGHT
|
wxBOTTOM
,
5
);
StaticText
=
new
wxStaticText
(
m_PanelProperties
,
-
1
,
_
(
"Rot
180
"
)
);
StaticText
=
new
wxStaticText
(
m_PanelProperties
,
-
1
,
_
(
"Rot
ation 180 degree
"
)
);
PropRightSizer
->
Add
(
StaticText
,
0
,
wxGROW
|
wxLEFT
|
wxRIGHT
|
wxTOP
|
wxADJUST_MINSIZE
,
5
);
m_CostRot180Ctrl
=
new
wxSlider
(
m_PanelProperties
,
-
1
,
...
...
pcbnew/menubarpcb.cpp
View file @
90b9850e
...
...
@@ -223,7 +223,7 @@ void WinEDA_PcbFrame::ReCreateMenuBar()
wxMenu
*
sizes_menu
=
new
wxMenu
;
item
=
new
wxMenuItem
(
sizes_menu
,
ID_PCB_TRACK_SIZE_SETUP
,
_
(
"Tracks and Vias"
),
_
(
"Adjust size and width for tracks
,
vias"
));
_
(
"Adjust size and width for tracks
and
vias"
));
item
->
SetBitmap
(
showtrack_xpm
);
sizes_menu
->
Append
(
item
);
...
...
pcbnew/onrightclick.cpp
View file @
90b9850e
...
...
@@ -486,7 +486,7 @@ void WinEDA_PcbFrame::createPopupMenuForTracks( TRACK* Track, wxMenu* PopMenu )
ID_POPUP_PCB_VIA_EDITING
,
_
(
"Edit Via Drill"
),
edit_xpm
);
ADD_MENUITEM
(
via_mnu
,
ID_POPUP_PCB_VIA_HOLE_TO_DEFAULT
,
_
(
"Set Via Hole to Default"
),
apply_xpm
);
msg
=
_
(
"Set via hole to a specific value. This specfic value is currently"
);
msg
=
_
(
"Set via hole to a specific value. This spec
i
fic value is currently"
);
msg
<<
wxT
(
" "
)
<<
ReturnStringFromValue
(
g_UnitMetric
,
g_DesignSettings
.
m_ViaDrillCustomValue
,
m_InternalUnits
);
ADD_MENUITEM_WITH_HELP
(
via_mnu
,
ID_POPUP_PCB_VIA_HOLE_TO_VALUE
,
_
(
"Set Via Hole to Alt Value"
),
msg
,
...
...
pcbnew/tool_pcb.cpp
View file @
90b9850e
...
...
@@ -298,7 +298,7 @@ void WinEDA_PcbFrame::ReCreateHToolbar()
// Fast call to FreeROUTE Web Bases router
m_HToolBar
->
AddSeparator
();
m_HToolBar
->
AddTool
(
ID_TOOLBARH_PCB_FREEROUTE_ACCESS
,
wxEmptyString
,
BITMAP
(
web_support_xpm
),
_
(
"Fast access to theWeb Based FreeROUTE advanced route
d
"
));
_
(
"Fast access to theWeb Based FreeROUTE advanced route
r
"
));
// after adding the buttons to the toolbar, must call Realize() to reflect
// the changes
...
...
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