Added some translations to russian.

Added link to international wiki in to the "About" window.
This commit is contained in:
plyatov 2007-09-21 13:36:39 +00:00
parent 00bda3c9a0
commit e7dc53d69b
3 changed files with 2324 additions and 2064 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

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