update Russian GUI

This commit is contained in:
faa 2009-12-28 14:02:24 +00:00
parent e875e075af
commit d1f2a16c79
3 changed files with 515 additions and 488 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -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 ) );