General dialog captions updated (made more clear ), standard template fix, icons.cpp remove from common
This commit is contained in:
parent
7c655d1d36
commit
6bf6b1808b
|
@ -29,7 +29,6 @@ set(COMMON_SRCS
|
||||||
toolbars.cpp
|
toolbars.cpp
|
||||||
trigo.cpp
|
trigo.cpp
|
||||||
worksheet.cpp
|
worksheet.cpp
|
||||||
wxwineda.cpp
|
wxwineda.cpp)
|
||||||
icons.cpp)
|
|
||||||
|
|
||||||
add_library(common ${COMMON_SRCS})
|
add_library(common ${COMMON_SRCS})
|
||||||
|
|
|
@ -115,9 +115,14 @@ wxString msg;
|
||||||
LibraryStruct * Lib;
|
LibraryStruct * Lib;
|
||||||
|
|
||||||
Lib = FindLibrary(g_CurrentViewLibraryName);
|
Lib = FindLibrary(g_CurrentViewLibraryName);
|
||||||
msg = _("Browse library: ");
|
msg = _("Library browser");
|
||||||
if ( Lib ) msg += g_CurrentViewLibraryName;
|
|
||||||
else msg += _("None");
|
msg << wxT(" [");
|
||||||
|
|
||||||
|
if ( Lib ) msg << g_CurrentViewLibraryName;
|
||||||
|
else msg += _("none selected");
|
||||||
|
|
||||||
|
msg << wxT("]");
|
||||||
SetTitle(msg);
|
SetTitle(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -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-01 20:22+0100\n"
|
"POT-Creation-Date: 2008-10-01 22:49+0100\n"
|
||||||
"PO-Revision-Date: 2008-10-01 20:28+0100\n"
|
"PO-Revision-Date: 2008-10-01 22:49+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"
|
||||||
|
@ -401,9 +401,9 @@ msgstr "Module [%s] niet gevonden"
|
||||||
#: pcbnew/librairi.cpp:454
|
#: pcbnew/librairi.cpp:454
|
||||||
#: pcbnew/librairi.cpp:604
|
#: pcbnew/librairi.cpp:604
|
||||||
#: pcbnew/librairi.cpp:808
|
#: pcbnew/librairi.cpp:808
|
||||||
#: pcbnew/gen_modules_placefile.cpp:128
|
|
||||||
#: pcbnew/gen_modules_placefile.cpp:139
|
#: pcbnew/gen_modules_placefile.cpp:139
|
||||||
#: pcbnew/gen_modules_placefile.cpp:292
|
#: pcbnew/gen_modules_placefile.cpp:155
|
||||||
|
#: pcbnew/gen_modules_placefile.cpp:318
|
||||||
#: pcbnew/files.cpp:352
|
#: pcbnew/files.cpp:352
|
||||||
#: pcbnew/plothpgl.cpp:67
|
#: pcbnew/plothpgl.cpp:67
|
||||||
#: pcbnew/export_gencad.cpp:83
|
#: pcbnew/export_gencad.cpp:83
|
||||||
|
@ -970,19 +970,19 @@ msgstr "Geen Verandering"
|
||||||
msgid "Deselect this layer to select the No Change state"
|
msgid "Deselect this layer to select the No Change state"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pcbnew/gen_modules_placefile.cpp:117
|
#: pcbnew/gen_modules_placefile.cpp:125
|
||||||
msgid "No Modules for Automated Placement"
|
msgid "No Modules for Automated Placement"
|
||||||
msgstr "Geen Modules voor Automatisch Plaatsen"
|
msgstr "Geen Modules voor Automatisch Plaatsen"
|
||||||
|
|
||||||
#: pcbnew/gen_modules_placefile.cpp:151
|
#: pcbnew/gen_modules_placefile.cpp:167
|
||||||
msgid "Component side place file:"
|
msgid "Component side place file:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pcbnew/gen_modules_placefile.cpp:154
|
#: pcbnew/gen_modules_placefile.cpp:170
|
||||||
msgid "Copper side place file:"
|
msgid "Copper side place file:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pcbnew/gen_modules_placefile.cpp:157
|
#: pcbnew/gen_modules_placefile.cpp:173
|
||||||
msgid "Module count"
|
msgid "Module count"
|
||||||
msgstr "Module teller"
|
msgstr "Module teller"
|
||||||
|
|
||||||
|
@ -1284,11 +1284,9 @@ msgstr ""
|
||||||
|
|
||||||
#: pcbnew/dialog_gendrill.cpp:205
|
#: pcbnew/dialog_gendrill.cpp:205
|
||||||
#: pcbnew/dialog_gendrill.cpp:215
|
#: pcbnew/dialog_gendrill.cpp:215
|
||||||
#: eeschema/viewlibs.cpp:120
|
|
||||||
#: eeschema/libedit.cpp:41
|
#: eeschema/libedit.cpp:41
|
||||||
#, fuzzy
|
|
||||||
msgid "None"
|
msgid "None"
|
||||||
msgstr "Niks"
|
msgstr "geen"
|
||||||
|
|
||||||
#: pcbnew/dialog_gendrill.cpp:206
|
#: pcbnew/dialog_gendrill.cpp:206
|
||||||
msgid "drill sheet (HPGL)"
|
msgid "drill sheet (HPGL)"
|
||||||
|
@ -1315,9 +1313,8 @@ msgid "Drill Report:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pcbnew/dialog_gendrill.cpp:220
|
#: pcbnew/dialog_gendrill.cpp:220
|
||||||
#, fuzzy
|
|
||||||
msgid "Creates a plain text report"
|
msgid "Creates a plain text report"
|
||||||
msgstr "Creëer een Nieuwe Map"
|
msgstr "geen"
|
||||||
|
|
||||||
#: pcbnew/dialog_gendrill.cpp:223
|
#: pcbnew/dialog_gendrill.cpp:223
|
||||||
msgid "HPGL plotter Options:"
|
msgid "HPGL plotter Options:"
|
||||||
|
@ -3224,8 +3221,8 @@ msgid "Place anchor"
|
||||||
msgstr "Plaats anker"
|
msgstr "Plaats anker"
|
||||||
|
|
||||||
#: pcbnew/loadcmp.cpp:103
|
#: pcbnew/loadcmp.cpp:103
|
||||||
msgid "Module name:"
|
msgid "Place module"
|
||||||
msgstr "Module naam:"
|
msgstr "Plaats module"
|
||||||
|
|
||||||
#: pcbnew/loadcmp.cpp:215
|
#: pcbnew/loadcmp.cpp:215
|
||||||
#: eeschema/eelibs_read_libraryfiles.cpp:64
|
#: eeschema/eelibs_read_libraryfiles.cpp:64
|
||||||
|
@ -3254,8 +3251,18 @@ msgstr "Bibliotheek:"
|
||||||
#: pcbnew/loadcmp.cpp:433
|
#: pcbnew/loadcmp.cpp:433
|
||||||
#: pcbnew/loadcmp.cpp:584
|
#: pcbnew/loadcmp.cpp:584
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Modules (%d items)"
|
msgid "Modules [%d items]"
|
||||||
msgstr "Modules (%d items)"
|
msgstr "Modules [%d items]"
|
||||||
|
|
||||||
|
#: pcbnew/loadcmp.cpp:485
|
||||||
|
#, fuzzy
|
||||||
|
msgid "No Doc"
|
||||||
|
msgstr "Kopieer Doc"
|
||||||
|
|
||||||
|
#: pcbnew/loadcmp.cpp:487
|
||||||
|
#, fuzzy
|
||||||
|
msgid "No Keyword"
|
||||||
|
msgstr "Sleutelwoorden"
|
||||||
|
|
||||||
#: pcbnew/dialog_freeroute_exchange.cpp:187
|
#: pcbnew/dialog_freeroute_exchange.cpp:187
|
||||||
msgid "Export a Specctra Design (*.dsn) File"
|
msgid "Export a Specctra Design (*.dsn) File"
|
||||||
|
@ -5847,20 +5854,25 @@ msgid "New FootprintFilter:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: eeschema/viewlibs.cpp:118
|
#: eeschema/viewlibs.cpp:118
|
||||||
msgid "Browse library: "
|
#: eeschema/viewlib_frame.cpp:53
|
||||||
msgstr "Bibliotheek doorzoeken:"
|
msgid "Library browser"
|
||||||
|
msgstr "Bibliotheek verkenner"
|
||||||
|
|
||||||
#: eeschema/viewlibs.cpp:307
|
#: eeschema/viewlibs.cpp:123
|
||||||
|
msgid "none selected"
|
||||||
|
msgstr "geen geselecteerd"
|
||||||
|
|
||||||
|
#: eeschema/viewlibs.cpp:312
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Current Part: <%s> (is Alias of <%s>)"
|
msgid "Current Part: <%s> (is Alias of <%s>)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: eeschema/viewlibs.cpp:313
|
#: eeschema/viewlibs.cpp:318
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Error: Root Part <%s> not found"
|
msgid "Error: Root Part <%s> not found"
|
||||||
msgstr "Fout: Hoofd onderdeel <%s> niet gevonden"
|
msgstr "Fout: Hoofd onderdeel <%s> niet gevonden"
|
||||||
|
|
||||||
#: eeschema/viewlibs.cpp:332
|
#: eeschema/viewlibs.cpp:337
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Current Part: <%s>"
|
msgid "Current Part: <%s>"
|
||||||
msgstr "Huidige Onderdeel: <%s>"
|
msgstr "Huidige Onderdeel: <%s>"
|
||||||
|
@ -6858,10 +6870,6 @@ msgstr "standaard"
|
||||||
msgid "Sheet %s (file %s) modified. Save it?"
|
msgid "Sheet %s (file %s) modified. Save it?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: eeschema/viewlib_frame.cpp:53
|
|
||||||
msgid "Library browser"
|
|
||||||
msgstr "Bibliotheek Verkenner"
|
|
||||||
|
|
||||||
#: eeschema/libedit.cpp:38
|
#: eeschema/libedit.cpp:38
|
||||||
msgid " Part: "
|
msgid " Part: "
|
||||||
msgstr " Onderdeel:"
|
msgstr " Onderdeel:"
|
||||||
|
@ -8455,14 +8463,6 @@ msgstr "Kan doc lib niet creëren"
|
||||||
msgid "Ok to cleanup this sheet"
|
msgid "Ok to cleanup this sheet"
|
||||||
msgstr "OK voor opschonen van sheet"
|
msgstr "OK voor opschonen van sheet"
|
||||||
|
|
||||||
#: eeschema/class_drawsheet.cpp:350
|
|
||||||
msgid "Sheet: "
|
|
||||||
msgstr "Pagina: "
|
|
||||||
|
|
||||||
#: eeschema/class_drawsheet.cpp:351
|
|
||||||
msgid "File: "
|
|
||||||
msgstr "Bestand: "
|
|
||||||
|
|
||||||
#: eeschema/class_drawsheet.cpp:560
|
#: eeschema/class_drawsheet.cpp:560
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "A Sub Hierarchy named %s exists, Use it (The data in this sheet will be replaced)?"
|
msgid "A Sub Hierarchy named %s exists, Use it (The data in this sheet will be replaced)?"
|
||||||
|
@ -11186,6 +11186,17 @@ msgstr "Pagina Instellingen"
|
||||||
msgid "Print"
|
msgid "Print"
|
||||||
msgstr "Printen"
|
msgstr "Printen"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
#~ msgid "none"
|
||||||
|
#~ msgstr "naamloos"
|
||||||
|
#~ msgid "Browse library: "
|
||||||
|
#~ msgstr "Bibliotheek doorzoeken:"
|
||||||
|
#~ msgid "Module name:"
|
||||||
|
#~ msgstr "Module naam:"
|
||||||
|
#~ msgid "Sheet: "
|
||||||
|
#~ msgstr "Pagina: "
|
||||||
|
#~ msgid "File: "
|
||||||
|
#~ msgstr "Bestand: "
|
||||||
#~ msgid "File %s not found (new project ?)"
|
#~ msgid "File %s not found (new project ?)"
|
||||||
#~ msgstr "File %s not found (new project ?)"
|
#~ msgstr "File %s not found (new project ?)"
|
||||||
#~ msgid "&Plot CURRENT"
|
#~ msgid "&Plot CURRENT"
|
||||||
|
|
|
@ -100,7 +100,7 @@ MODULE* WinEDA_BasePcbFrame::Load_Module_From_Library( const wxString& library,
|
||||||
bool AllowWildSeach = TRUE;
|
bool AllowWildSeach = TRUE;
|
||||||
|
|
||||||
/* Ask for a component name or key words */
|
/* Ask for a component name or key words */
|
||||||
ModuleName = GetComponentName( this, HistoryList, _( "Module name:" ), NULL );
|
ModuleName = GetComponentName( this, HistoryList, _( "Place module" ), NULL );
|
||||||
ModuleName.MakeUpper();
|
ModuleName.MakeUpper();
|
||||||
if( ModuleName.IsEmpty() ) /* Cancel command */
|
if( ModuleName.IsEmpty() ) /* Cancel command */
|
||||||
{
|
{
|
||||||
|
@ -430,7 +430,7 @@ wxString WinEDA_BasePcbFrame::Select_1_Module_From_List(
|
||||||
|
|
||||||
wxEndBusyCursor();
|
wxEndBusyCursor();
|
||||||
|
|
||||||
msg.Printf( _( "Modules (%d items)" ), NbModules );
|
msg.Printf( _( "Modules [%d items]" ), NbModules );
|
||||||
ListBox->SetTitle( msg );
|
ListBox->SetTitle( msg );
|
||||||
ListBox->SortList();
|
ListBox->SortList();
|
||||||
|
|
||||||
|
@ -581,7 +581,7 @@ MODULE* WinEDA_BasePcbFrame::Select_1_Module_From_BOARD( BOARD* Pcb )
|
||||||
ListBox->Append( Module->m_Reference->m_Text );
|
ListBox->Append( Module->m_Reference->m_Text );
|
||||||
}
|
}
|
||||||
|
|
||||||
msg.Printf( _( "Modules (%d items)" ), ii );
|
msg.Printf( _( "Modules [%d items]" ), ii );
|
||||||
ListBox->SetTitle( msg );
|
ListBox->SetTitle( msg );
|
||||||
|
|
||||||
ListBox->SortList();
|
ListBox->SortList();
|
||||||
|
|
|
@ -115,7 +115,7 @@ LabSize=60
|
||||||
[eeschema/libraries]
|
[eeschema/libraries]
|
||||||
LibName1=power
|
LibName1=power
|
||||||
LibName2=device
|
LibName2=device
|
||||||
LibName3=transistors
|
LibName3=transistor
|
||||||
LibName4=conn
|
LibName4=conn
|
||||||
LibName5=linear
|
LibName5=linear
|
||||||
LibName6=regul
|
LibName6=regul
|
||||||
|
@ -143,3 +143,4 @@ LibName27=opto
|
||||||
LibName28=atmel
|
LibName28=atmel
|
||||||
LibName29=contrib
|
LibName29=contrib
|
||||||
LibName30=valves
|
LibName30=valves
|
||||||
|
LibName31=atmel
|
||||||
|
|
Loading…
Reference in New Issue