update Russian GUI
This commit is contained in:
parent
e875e075af
commit
d1f2a16c79
Binary file not shown.
1001
internat/ru/kicad.po
1001
internat/ru/kicad.po
File diff suppressed because it is too large
Load Diff
|
@ -87,7 +87,7 @@ void WinEDA_PcbFrame::RecreateBOMFileFromBoard( wxCommandEvent& aEvent )
|
|||
msg << _("Id") << wxT("\";\"");
|
||||
msg << _("Designator") << wxT("\";\"");
|
||||
msg << _("Package") << wxT("\";\"");
|
||||
msg << _("Number") << wxT("\";\"");
|
||||
msg << _("Quantity") << wxT("\";\"");
|
||||
msg << _("Designation") << wxT("\";\"");
|
||||
msg << _("Supplier and ref") << wxT("\";\n" );
|
||||
fprintf( FichBom, "%s", CONV_TO_UTF8( msg ) );
|
||||
|
|
Loading…
Reference in New Issue