Added some translations to russian.
Added link to international wiki in to the "About" window.
This commit is contained in:
parent
00bda3c9a0
commit
e7dc53d69b
Binary file not shown.
4384
internat/ru/kicad.po
4384
internat/ru/kicad.po
File diff suppressed because it is too large
Load Diff
|
@ -67,9 +67,11 @@ wxString Msg = MsgInfos;
|
|||
if( wxSUBRELEASE_NUMBER )
|
||||
Msg << wxT(".") << wxSUBRELEASE_NUMBER;
|
||||
Msg << _("\n\nGPL License");
|
||||
Msg << _("\n\nWeb sites:\n");
|
||||
Msg << _("\n\nAuthor's sites:\n");
|
||||
Msg << wxT("http://iut-tice.ujf-grenoble.fr/kicad/\n");
|
||||
Msg << wxT("http://www.gipsa-lab.inpg.fr/realise_au_lis/kicad/");
|
||||
Msg << _("\n\nInternational wiki:\n");
|
||||
Msg << wxT("http://kicad.sourceforge.net/\n");
|
||||
|
||||
AboutCaption << g_Main_Title << wxT(" ") << GetBuildVersion();
|
||||
|
||||
|
|
Loading…
Reference in New Issue