Commit eeab5541 authored by plyatov's avatar plyatov
Browse files

Added some russian translated strings.

Little corrections in menu strings (interface standardization and typos correction).
parent 2c0377b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -73,7 +73,7 @@ wxMenuBar * menuBar = GetMenuBar();


		wxMenu *choice_plot_fmt = new wxMenu;
		wxMenu *choice_plot_fmt = new wxMenu;
		item = new wxMenuItem(choice_plot_fmt, ID_GEN_PLOT_PS,
		item = new wxMenuItem(choice_plot_fmt, ID_GEN_PLOT_PS,
			_("Plot Postscript"), _("Plotting in Postscript format") );
			_("Plot PostScript"), _("Plotting in PostScript format") );
	    item->SetBitmap(plot_PS_xpm);
	    item->SetBitmap(plot_PS_xpm);
		choice_plot_fmt->Append(item);
		choice_plot_fmt->Append(item);


@@ -97,7 +97,7 @@ wxMenuBar * menuBar = GetMenuBar();


		m_FilesMenu->AppendSeparator();
		m_FilesMenu->AppendSeparator();
		ADD_MENUITEM_WITH_HELP_AND_SUBMENU(m_FilesMenu, choice_plot_fmt,
		ADD_MENUITEM_WITH_HELP_AND_SUBMENU(m_FilesMenu, choice_plot_fmt,
			ID_GEN_PLOT, _("&Plot"),  _("Plot Hplg, Postscript, SVG"), plot_xpm);
			ID_GEN_PLOT, _("&Plot"),  _("Plot HPGL, PostScript, SVG"), plot_xpm);


		m_FilesMenu->AppendSeparator();
		m_FilesMenu->AppendSeparator();
		item = new wxMenuItem(m_FilesMenu, ID_EXIT, _("E&xit"), _("Quit Eeschema") );
		item = new wxMenuItem(m_FilesMenu, ID_EXIT, _("E&xit"), _("Quit Eeschema") );
+1 −1
Original line number Original line Diff line number Diff line
@@ -125,7 +125,7 @@ wxString path = wxPathOnly(FullFileName);
	{
	{
		wxString mask = wxT("*") + g_PhotoFilenameExt;
		wxString mask = wxT("*") + g_PhotoFilenameExt;
		mask += wxT(";*.gbr;*.lgr;*.ger");
		mask += wxT(";*.gbr;*.lgr;*.ger");
		filename = EDA_FileSelector(_("GERBER PLOT files:"),
		filename = EDA_FileSelector(_("Gerber files:"),
					path,					/* Chemin par defaut */
					path,					/* Chemin par defaut */
					wxEmptyString,					 	/* nom fichier par defaut */
					wxEmptyString,					 	/* nom fichier par defaut */
					g_PhotoFilenameExt,			/* extension par defaut */
					g_PhotoFilenameExt,			/* extension par defaut */
+1 −1
Original line number Original line Diff line number Diff line
@@ -231,7 +231,7 @@ wxBusyCursor show_wait;


	if ( error )
	if ( error )
	{
	{
		msg.Printf( _("%d errors while reading gerber file [%s]"),
		msg.Printf( _("%d errors while reading Gerber file [%s]"),
					error, GERBER_FullFileName.GetData());
					error, GERBER_FullFileName.GetData());
		DisplayError(this, msg);
		DisplayError(this, msg);
	}
	}
+7 −7
Original line number Original line Diff line number Diff line
@@ -32,18 +32,18 @@ wxMenuBar * menuBar = GetMenuBar();


		m_FilesMenu = new wxMenu;
		m_FilesMenu = new wxMenu;
		m_FilesMenu->Append(ID_MENU_LOAD_FILE,
		m_FilesMenu->Append(ID_MENU_LOAD_FILE,
					 _("Clear and Load gerber file"),
					 _("Clear and Load Gerber file"),
					 _("Clear all layers and Load new gerber file"),
					 _("Clear all layers and Load new Gerber file"),
					 FALSE);
					 FALSE);


		m_FilesMenu->Append(ID_MENU_APPEND_FILE,
		m_FilesMenu->Append(ID_MENU_APPEND_FILE,
					 _("Load gerber file"),
					 _("Load Gerber file"),
					 _("Load new gerber file on currrent layer"),
					 _("Load new Gerber file on currrent layer"),
					 FALSE);
					 FALSE);


		m_FilesMenu->Append(ID_MENU_INC_LAYER_AND_APPEND_FILE,
		m_FilesMenu->Append(ID_MENU_INC_LAYER_AND_APPEND_FILE,
					 _("Inc Layer and load gerber file"),
					 _("Inc Layer and load Gerber file"),
					 _("Increment layer number, and Load gerber file"),
					 _("Increment layer number, and Load Gerber file"),
					 FALSE);
					 FALSE);


		m_FilesMenu->Append(ID_GERBVIEW_LOAD_DCODE_FILE,
		m_FilesMenu->Append(ID_GERBVIEW_LOAD_DCODE_FILE,
@@ -116,7 +116,7 @@ wxMenuBar * menuBar = GetMenuBar();
		m_Parent->SetLanguageList(configmenu);
		m_Parent->SetLanguageList(configmenu);


		configmenu->AppendSeparator();
		configmenu->AppendSeparator();
		ADD_MENUITEM_WITH_HELP(configmenu, ID_CONFIG_SAVE, _("&Save Gerbview Setup"),
		ADD_MENUITEM_WITH_HELP(configmenu, ID_CONFIG_SAVE, _("&Save Setup"),
				_("Save application preferences"), save_setup_xpm);
				_("Save application preferences"), save_setup_xpm);


		// Menu drill ( generation fichiers percage)
		// Menu drill ( generation fichiers percage)
+3.16 KiB (65.8 KiB)

File changed.

No diff preview for this file type.

Loading