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
a1c52822
Commit
a1c52822
authored
Feb 23, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
German translation updated. Translators list updated.
parent
02b73629
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8870 additions
and
8371 deletions
+8870
-8371
about_kicad.cpp
common/about_kicad.cpp
+3
-2
listboxes.cpp
cvpcb/listboxes.cpp
+7
-6
kicad.mo
internat/de/kicad.mo
+0
-0
kicad.po
internat/de/kicad.po
+8860
-8363
No files found.
common/about_kicad.cpp
View file @
a1c52822
...
...
@@ -128,6 +128,7 @@ void InitKiCadAbout( wxAboutDialogInfo& info )
info
.
AddTranslator
(
SetMsg
(
wxT
(
"Russian (RU) Igor Plyatov <plyatov@gmail.com>"
)
)
);
info
.
AddTranslator
(
SetMsg
(
wxT
(
"Spanish (ES) Pedro Martin del Valle <pkicad@yahoo.es>"
)
)
);
info
.
AddTranslator
(
SetMsg
(
wxT
(
"Spanish (ES) Iñigo Zuluaga <inigo_zuluaga@yahoo.es>"
)
)
);
info
.
AddTranslator
(
SetMsg
(
wxT
(
"German (DE) Rafael.Sokolowski <Rafael.Sokolowski@web.de>"
)
)
);
/* TODO are these all russian translators, placed them here now TODO
TODO or else align them below other language maintainer with mail adres TODO*/
...
...
@@ -138,6 +139,6 @@ void InitKiCadAbout( wxAboutDialogInfo& info )
/* Add programm credits for icons */
info
.
AddArtist
(
wxT
(
"Icons by Iñigo Zuluagaz <inigo_zuluaga@yahoo.es>"
)
);
info
.
AddArtist
(
wxT
(
"3D modules by Renie Marquet <reniemarquet@uol.com.br>"
)
);
info
.
AddArtist
(
wxT
(
"3D modules by Cyril Frausti <cyril.frausti@gmail.com>"
)
);
info
.
AddArtist
(
SetMsg
(
wxT
(
"3D modules by Renie Marquet <reniemarquet@uol.com.br>"
)
)
);
info
.
AddArtist
(
SetMsg
(
wxT
(
"3D modules by Cyril Frausti <cyril.frausti@gmail.com>"
)
)
);
}
cvpcb/listboxes.cpp
View file @
a1c52822
...
...
@@ -139,7 +139,7 @@ wxString FootprintListBox::OnGetItemText( long item, long column ) const
/*********************************************************************/
/* Overlayed function: MUST be provided in wxLC_VIRTUAL mode
* because real data
s are
not handled by ListBoxBase
* because real data
is
not handled by ListBoxBase
*/
{
return
m_ActiveFootprintList
->
Item
(
item
);
...
...
@@ -479,7 +479,6 @@ void FootprintListBox::OnLeftClick( wxListEvent& event )
/********************************************************/
{
STOREMOD
*
Module
;
wxString
msg
;
wxString
FootprintName
=
GetSelectedFootprint
();
Module
=
GetModuleDescrByName
(
FootprintName
);
...
...
@@ -489,13 +488,15 @@ void FootprintListBox::OnLeftClick( wxListEvent& event )
}
if
(
Module
)
{
wxString
msg
;
msg
=
Module
->
m_Doc
;
m_Parent
->
SetStatusText
(
msg
,
0
);
m_Parent
->
SetStatusText
(
msg
,
0
);
msg
=
wxT
(
"KeyW: "
);
if
(
Module
)
msg
=
wxT
(
"KeyW: "
);
msg
+=
Module
->
m_KeyWord
;
m_Parent
->
SetStatusText
(
msg
,
1
);
m_Parent
->
SetStatusText
(
msg
,
1
);
}
}
...
...
internat/de/kicad.mo
View file @
a1c52822
No preview for this file type
internat/de/kicad.po
View file @
a1c52822
This diff is collapsed.
Click to expand it.
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