Browse Source

French translation update.

6.0.7
jean-pierre charras 5 years ago
parent
commit
e29eefffab
  1. 4
      pagelayout_editor/dialogs/properties_frame_base.cpp
  2. 2
      pagelayout_editor/dialogs/properties_frame_base.fbp
  3. 1425
      translation/fr/kicad.po

4
pagelayout_editor/dialogs/properties_frame_base.cpp

@ -24,7 +24,7 @@ PANEL_PROPERTIES_BASE::PANEL_PROPERTIES_BASE( wxWindow* parent, wxWindowID id, c
m_staticTextType = new wxStaticText( m_swItemProperties, wxID_ANY, _("Type"), wxDefaultPosition, wxDefaultSize, 0 );
m_staticTextType->Wrap( -1 );
m_staticTextType->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_SLANT, wxFONTWEIGHT_BOLD, false, wxEmptyString ) );
m_staticTextType->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_ITALIC, wxFONTWEIGHT_BOLD, false, wxEmptyString ) );
bSizerButt->Add( m_staticTextType, 1, wxALIGN_CENTER_VERTICAL|wxALL, 4 );
@ -335,7 +335,7 @@ PANEL_PROPERTIES_BASE::PANEL_PROPERTIES_BASE( wxWindow* parent, wxWindowID id, c
m_SizerItemProperties->Add( sizerMisc, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 2 );
wxStaticBoxSizer* m_sbStep;
m_sbStep = new wxStaticBoxSizer( new wxStaticBox( m_swItemProperties, wxID_ANY, _("Repeat") ), wxVERTICAL );
m_sbStep = new wxStaticBoxSizer( new wxStaticBox( m_swItemProperties, wxID_ANY, _("Repeat Parameters") ), wxVERTICAL );
wxFlexGridSizer* fgSizer8;
fgSizer8 = new wxFlexGridSizer( 0, 3, 3, 0 );

2
pagelayout_editor/dialogs/properties_frame_base.fbp

@ -3333,7 +3333,7 @@
<property name="proportion">0</property>
<object class="wxStaticBoxSizer" expanded="1">
<property name="id">wxID_ANY</property>
<property name="label">Repeat</property>
<property name="label">Repeat Parameters</property>
<property name="minimum_size"></property>
<property name="name">m_sbStep</property>
<property name="orient">wxVERTICAL</property>

1425
translation/fr/kicad.po
File diff suppressed because it is too large
View File

Loading…
Cancel
Save