Commit d206c9e5 authored by jerryjacobs's avatar jerryjacobs

Menu and statusbar strings made more clear

parent 58819819
...@@ -140,13 +140,14 @@ void LoadLibraries( WinEDA_DrawFrame* frame ) ...@@ -140,13 +140,14 @@ void LoadLibraries( WinEDA_DrawFrame* frame )
FullLibName = MakeFileName( g_RealLibDirBuffer, LibName, g_LibExtBuffer ); FullLibName = MakeFileName( g_RealLibDirBuffer, LibName, g_LibExtBuffer );
msg = _( "Loading library " ) + FullLibName; // Loaded library statusbar message
msg = _( "Library " ) + FullLibName;
frame->PrintMsg( msg ); frame->PrintMsg( msg );
if( LoadLibraryName( frame, FullLibName, LibName ) ) if( LoadLibraryName( frame, FullLibName, LibName ) )
msg += _( " OK" ); msg += _( " loaded" );
else else
msg += _( " ->Error" ); msg += _( " error!" );
frame->PrintMsg( msg ); frame->PrintMsg( msg );
} }
......
...@@ -362,7 +362,7 @@ void WinEDA_SchematicFrame::ReCreateMenuBar() ...@@ -362,7 +362,7 @@ void WinEDA_SchematicFrame::ReCreateMenuBar()
item = new wxMenuItem( configmenu, ID_COLORS_SETUP, item = new wxMenuItem( configmenu, ID_COLORS_SETUP,
_( "&Colors" ), _( "&Colors" ),
_( "Setting colors..." ) ); _( "Color preferences" ) );
item->SetBitmap( palette_xpm ); item->SetBitmap( palette_xpm );
configmenu->Append( item ); configmenu->Append( item );
......
No preview for this file type
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: KiCad\n" "Project-Id-Version: KiCad\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-10-03 15:54+0100\n" "POT-Creation-Date: 2008-10-05 13:54+0100\n"
"PO-Revision-Date: 2008-10-03 15:54+0100\n" "PO-Revision-Date: 2008-10-05 13:55+0100\n"
"Last-Translator: Jerry Jacobs <jerkejacobs@gmail.com>\n" "Last-Translator: Jerry Jacobs <jerkejacobs@gmail.com>\n"
"Language-Team: KiCad Team <jerkejacobs@gmail.com>\n" "Language-Team: KiCad Team <jerkejacobs@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -375,8 +375,10 @@ msgid "Ok to delete module %s in library %s" ...@@ -375,8 +375,10 @@ msgid "Ok to delete module %s in library %s"
msgstr "" msgstr ""
#: pcbnew/librairi.cpp:256 #: pcbnew/librairi.cpp:256
#: pcbnew/loadcmp.cpp:369
#: eeschema/eelibs_read_libraryfiles.cpp:144
msgid "Library " msgid "Library "
msgstr "Bibliotheek" msgstr "Bibliotheek "
#: pcbnew/librairi.cpp:256 #: pcbnew/librairi.cpp:256
#: pcbnew/files.cpp:56 #: pcbnew/files.cpp:56
...@@ -436,14 +438,14 @@ msgid "Library %s not found" ...@@ -436,14 +438,14 @@ msgid "Library %s not found"
msgstr "Bibliotheek %s niet gevonden" msgstr "Bibliotheek %s niet gevonden"
#: pcbnew/librairi.cpp:527 #: pcbnew/librairi.cpp:527
#: pcbnew/modules.cpp:81
#: common/get_component_dialog.cpp:98 #: common/get_component_dialog.cpp:98
msgid "Name:" msgid "Name:"
msgstr "Naam:" msgstr "Naam:"
#: pcbnew/librairi.cpp:527 #: pcbnew/librairi.cpp:527
#, fuzzy
msgid "Save module" msgid "Save module"
msgstr "Wijzig module" msgstr "Module opslaan"
#: pcbnew/librairi.cpp:537 #: pcbnew/librairi.cpp:537
#, c-format #, c-format
...@@ -749,13 +751,8 @@ msgid "Delete [%s]" ...@@ -749,13 +751,8 @@ msgid "Delete [%s]"
msgstr "Verwijder [%s]" msgstr "Verwijder [%s]"
#: pcbnew/modules.cpp:81 #: pcbnew/modules.cpp:81
msgid "Footprint name:" msgid "Search footprint"
msgstr "Voetprint naam:" msgstr "Vindt voetprint"
#: pcbnew/modules.cpp:81
#, fuzzy
msgid "Search Footprint"
msgstr "Voetprint"
#: pcbnew/modules.cpp:305 #: pcbnew/modules.cpp:305
#: pcbnew/onrightclick.cpp:730 #: pcbnew/onrightclick.cpp:730
...@@ -1875,7 +1872,6 @@ msgid "" ...@@ -1875,7 +1872,6 @@ msgid ""
msgstr "" msgstr ""
#: pcbnew/tool_pcb.cpp:224 #: pcbnew/tool_pcb.cpp:224
#, fuzzy
msgid "New board" msgid "New board"
msgstr "&Nieuw bord" msgstr "&Nieuw bord"
...@@ -1885,9 +1881,8 @@ msgid "Open existing board" ...@@ -1885,9 +1881,8 @@ msgid "Open existing board"
msgstr "Open bestaand bord" msgstr "Open bestaand bord"
#: pcbnew/tool_pcb.cpp:227 #: pcbnew/tool_pcb.cpp:227
#, fuzzy
msgid "Save board" msgid "Save board"
msgstr "Bord Opslaan" msgstr "Bord opslaan"
#: pcbnew/tool_pcb.cpp:231 #: pcbnew/tool_pcb.cpp:231
#, fuzzy #, fuzzy
...@@ -1923,9 +1918,8 @@ msgid "Undelete" ...@@ -1923,9 +1918,8 @@ msgid "Undelete"
msgstr "Ongedaan maken" msgstr "Ongedaan maken"
#: pcbnew/tool_pcb.cpp:250 #: pcbnew/tool_pcb.cpp:250
#, fuzzy
msgid "Print board" msgid "Print board"
msgstr "Print Bord" msgstr "Print bord"
#: pcbnew/tool_pcb.cpp:252 #: pcbnew/tool_pcb.cpp:252
msgid "Plot (HPGL, PostScript, or GERBER format)" msgid "Plot (HPGL, PostScript, or GERBER format)"
...@@ -1966,9 +1960,8 @@ msgstr "Uitzoomen" ...@@ -1966,9 +1960,8 @@ msgstr "Uitzoomen"
#: gerbview/tool_gerber.cpp:285 #: gerbview/tool_gerber.cpp:285
#: 3d-viewer/3d_toolbar.cpp:49 #: 3d-viewer/3d_toolbar.cpp:49
#: share/zoom.cpp:369 #: share/zoom.cpp:369
#, fuzzy
msgid "Redraw view" msgid "Redraw view"
msgstr "Hertekenen" msgstr "Tekening verversen"
#: pcbnew/tool_pcb.cpp:268 #: pcbnew/tool_pcb.cpp:268
#: pcbnew/tool_modedit.cpp:119 #: pcbnew/tool_modedit.cpp:119
...@@ -2595,9 +2588,8 @@ msgid "Via %.3f" ...@@ -2595,9 +2588,8 @@ msgid "Via %.3f"
msgstr "Doormetalisering %.3f" msgstr "Doormetalisering %.3f"
#: pcbnew/onrightclick.cpp:127 #: pcbnew/onrightclick.cpp:127
#, fuzzy
msgid "End tool" msgid "End tool"
msgstr "Gereedschap Verwerpen" msgstr "Gereedschap annuleren"
#: pcbnew/onrightclick.cpp:195 #: pcbnew/onrightclick.cpp:195
msgid "Lock Module" msgid "Lock Module"
...@@ -3264,12 +3256,13 @@ msgstr "Bestand is geen bibliotheek" ...@@ -3264,12 +3256,13 @@ msgstr "Bestand is geen bibliotheek"
msgid "Module <%s> not found" msgid "Module <%s> not found"
msgstr "Module <%s> niet gevonden" msgstr "Module <%s> niet gevonden"
#: pcbnew/loadcmp.cpp:368 #: pcbnew/loadcmp.cpp:369
msgid "Library: " #: eeschema/eelibs_read_libraryfiles.cpp:148
msgstr "Bibliotheek:" msgid " loaded"
msgstr " geladen"
#: pcbnew/loadcmp.cpp:433 #: pcbnew/loadcmp.cpp:434
#: pcbnew/loadcmp.cpp:584 #: pcbnew/loadcmp.cpp:585
#, c-format #, c-format
msgid "Modules [%d items]" msgid "Modules [%d items]"
msgstr "Modules [%d items]" msgstr "Modules [%d items]"
...@@ -5051,7 +5044,7 @@ msgstr "" ...@@ -5051,7 +5044,7 @@ msgstr ""
#: kicad/buildmnu.cpp:190 #: kicad/buildmnu.cpp:190
#: gerbview/tool_gerber.cpp:149 #: gerbview/tool_gerber.cpp:149
msgid "&Contents" msgid "&Contents"
msgstr "&Inhoud..." msgstr "&Helpinhoud"
#: pcbnew/menubarpcb.cpp:292 #: pcbnew/menubarpcb.cpp:292
#: pcbnew/menubarmodedit.cpp:60 #: pcbnew/menubarmodedit.cpp:60
...@@ -5065,7 +5058,7 @@ msgstr "Open de pcbnew handleiding" ...@@ -5065,7 +5058,7 @@ msgstr "Open de pcbnew handleiding"
#: kicad/buildmnu.cpp:195 #: kicad/buildmnu.cpp:195
#: gerbview/tool_gerber.cpp:151 #: gerbview/tool_gerber.cpp:151
msgid "&About" msgid "&About"
msgstr "&Over..." msgstr "&Info"
#: pcbnew/menubarpcb.cpp:296 #: pcbnew/menubarpcb.cpp:296
#: pcbnew/menubarmodedit.cpp:64 #: pcbnew/menubarmodedit.cpp:64
...@@ -5603,38 +5596,29 @@ msgstr "U" ...@@ -5603,38 +5596,29 @@ msgstr "U"
msgid "Start loading schematic libs" msgid "Start loading schematic libs"
msgstr "Start laden van schema bibliotheken" msgstr "Start laden van schema bibliotheken"
#: eeschema/eelibs_read_libraryfiles.cpp:143 #: eeschema/eelibs_read_libraryfiles.cpp:150
msgid "Loading library "
msgstr "Bibliotheek laden "
#: eeschema/eelibs_read_libraryfiles.cpp:147
#, fuzzy #, fuzzy
msgid " OK" msgid " error!"
msgstr "OKE\n" msgstr " fout"
#: eeschema/eelibs_read_libraryfiles.cpp:149
#, fuzzy
msgid " ->Error"
msgstr "Fout"
#: eeschema/eelibs_read_libraryfiles.cpp:305 #: eeschema/eelibs_read_libraryfiles.cpp:306
#: eeschema/eelibs_read_libraryfiles.cpp:312 #: eeschema/eelibs_read_libraryfiles.cpp:313
msgid "File <" msgid "File <"
msgstr "Bestand <" msgstr "Bestand <"
#: eeschema/eelibs_read_libraryfiles.cpp:305 #: eeschema/eelibs_read_libraryfiles.cpp:306
msgid "> is empty!" msgid "> is empty!"
msgstr "> is leeg!" msgstr "> is leeg!"
#: eeschema/eelibs_read_libraryfiles.cpp:312 #: eeschema/eelibs_read_libraryfiles.cpp:313
msgid "> is NOT EESCHEMA library!" msgid "> is NOT EESCHEMA library!"
msgstr "> is GEEN EESCHEMA bibliotheek!" msgstr "> is GEEN EESCHEMA bibliotheek!"
#: eeschema/eelibs_read_libraryfiles.cpp:331 #: eeschema/eelibs_read_libraryfiles.cpp:332
msgid "Library <" msgid "Library <"
msgstr "Bibliotheek <" msgstr "Bibliotheek <"
#: eeschema/eelibs_read_libraryfiles.cpp:331 #: eeschema/eelibs_read_libraryfiles.cpp:332
msgid "> header read error" msgid "> header read error"
msgstr "" msgstr ""
...@@ -7773,9 +7757,8 @@ msgid "Place the graphic text (comment)" ...@@ -7773,9 +7757,8 @@ msgid "Place the graphic text (comment)"
msgstr "" msgstr ""
#: eeschema/menubar.cpp:365 #: eeschema/menubar.cpp:365
#, fuzzy msgid "Color preferences"
msgid "Setting colors..." msgstr "Kleuren voorkeuren"
msgstr "Kleuren instellen..."
#: eeschema/menubar.cpp:371 #: eeschema/menubar.cpp:371
#: gerbview/tool_gerber.cpp:110 #: gerbview/tool_gerber.cpp:110
...@@ -11192,6 +11175,23 @@ msgstr "Pagina Instellingen" ...@@ -11192,6 +11175,23 @@ msgstr "Pagina Instellingen"
msgid "Print" msgid "Print"
msgstr "Printen" msgstr "Printen"
#, fuzzy
#~ msgid "Setting colors..."
#~ msgstr "Kleuren instellen..."
#~ msgid "Loading library "
#~ msgstr "Bibliotheek laden "
#, fuzzy
#~ msgid " OK"
#~ msgstr "OKE\n"
#, fuzzy
#~ msgid " ->Error"
#~ msgstr "Fout"
#~ msgid "Library: "
#~ msgstr "Bibliotheek: "
#~ msgid "Footprint name:"
#~ msgstr "Voetprint naam:"
#~ msgid "Library Files:" #~ msgid "Library Files:"
#~ msgstr "Bibliotheek Bestanden:" #~ msgstr "Bibliotheek Bestanden:"
#~ msgid "&Library settings" #~ msgid "&Library settings"
......
...@@ -365,7 +365,8 @@ wxString WinEDA_BasePcbFrame::Select_1_Module_From_List( ...@@ -365,7 +365,8 @@ wxString WinEDA_BasePcbFrame::Select_1_Module_From_List(
continue; continue;
} }
msg = _( "Library: " ); msg << FullLibName; // Statusbar library loaded message
msg = _( "Library " ); msg << FullLibName; msg << _(" loaded");
Affiche_Message( msg ); Affiche_Message( msg );
/* lecture entete */ /* lecture entete */
......
...@@ -78,7 +78,7 @@ MODULE* WinEDA_BasePcbFrame::GetModuleByName() ...@@ -78,7 +78,7 @@ MODULE* WinEDA_BasePcbFrame::GetModuleByName()
wxString modulename; wxString modulename;
MODULE* module = NULL; MODULE* module = NULL;
Get_Message( _( "Footprint name:" ), _("Search Footprint"), modulename, this ); Get_Message( _( "Name:" ), _("Search footprint"), modulename, this );
if( !modulename.IsEmpty() ) if( !modulename.IsEmpty() )
{ {
module = m_Pcb->m_Modules; module = m_Pcb->m_Modules;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment