Commit eac91489 authored by jerryjacobs's avatar jerryjacobs
Browse files

Dutch language update, 590 strings left

parent 8b351078
Loading
Loading
Loading
Loading
+1.14 KiB (83.4 KiB)

File changed.

No diff preview for this file type.

+709 −554

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ void WinEDA_PcbFrame::AutoMoveModulesOnPcb( wxDC* DC, bool PlaceModulesHorsPcb )
    {
        DisplayError( this,
                      _(
                          "Autoplace modules: No boad edges detected, unable to place modules" ),
                          "Autoplace modules: No board edges detected. Unable to place modules" ),
                      20 );
        return;
    }
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ WinEDA_ExecBlockCmdFrame::WinEDA_ExecBlockCmdFrame( WinEDA_BasePcbFrame* parent,
    m_Include_Draw_Items->SetValue( Block_Include_Draw_Items );
    fgSizer1->Add( m_Include_Draw_Items, 0, wxALL, 5 );

    m_Include_Edges_Items = new wxCheckBox( this, -1, _( "Include egde layer" ), wxDefaultPosition, wxDefaultSize, 0 );
    m_Include_Edges_Items = new wxCheckBox( this, -1, _( "Include board outline layer" ), wxDefaultPosition, wxDefaultSize, 0 );
    m_Include_Edges_Items->SetValue( Block_Include_Edges_Items );
    fgSizer1->Add( m_Include_Edges_Items, 0, wxALL, 5 );

+1 −1
Original line number Diff line number Diff line
@@ -303,7 +303,7 @@ void WinEDA_ModulePropertiesFrame::BuildPanelModuleProperties( bool FullOptions

        StaticText = new wxStaticText( m_PanelProperties,
                                       wxID_STATIC, _(
                                           "Orient (0.1 deg)" ), wxDefaultPosition, wxDefaultSize,
                                           "Orientation (in 0.1 degrees)" ), wxDefaultPosition, wxDefaultSize,
                                       0 );
        PropLeftSizer->Add( StaticText, 0, wxGROW | wxLEFT | wxRIGHT | wxTOP | wxADJUST_MINSIZE, 5 );
        msg << m_CurrentModule->m_Orient;
Loading