On Fri, May 25, 2018 at 11:26:37AM +0200, Maciej Sumiński wrote: > Hi Marco, > > It should be fixed now, apologies for missing these strings until now.
No apologies needed at all, Maciej! But I am sorry to say that it will not suffice, there are also some error message strings left out untranslated... Here for example: ack "You need to select" * eeschema/sim/sim_plot_frame.cpp 299: DisplayInfoMessage( this, _( "You need to select the simulation settings first." ) ); ^^^^^^^^^^^^^ Translated eeschema/dialogs/dialog_sim_settings.cpp 109: DisplayError( this, wxT( "You need to select DC source (sweep 1)" ) ); 139: DisplayError( this, wxT( "You need to select DC source (sweep 2)" ) ); ^^^^^^^^^^^^^ Not translated TIA Best regards, -- Marco Ciampa I know a joke about UDP, but you might not get it. ------------------------ GNU/Linux User #78271 FSFE fellow #364 ------------------------ _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

