From e5707eabc31da78bc299029de2cefd84d77291cd Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 11 Jul 2004 09:14:12 +0000 Subject: translation fixes --- diff --git a/korganizer/koeditorrecurrence.cpp b/korganizer/koeditorrecurrence.cpp index ffc0fac..584d1ed 100644 --- a/korganizer/koeditorrecurrence.cpp +++ b/korganizer/koeditorrecurrence.cpp @@ -308,7 +308,7 @@ RecurYearly::RecurYearly( QWidget *parent, const char *name ) : mByMonthRadio = new QRadioButton( i18n("On day "), buttonGroup); buttonLayout->addWidget( mByMonthRadio, 0, 0 , Qt::AlignRight); - mByDayLabel = new QLabel( i18n(" 1 of "), buttonGroup ); + mByDayLabel = new QLabel( i18n("%1 of ").arg(1), buttonGroup ); buttonLayout->addWidget( mByDayLabel, 0, 1 ); mByMonthCombo = new QComboBox( buttonGroup ); @@ -331,7 +331,7 @@ RecurYearly::RecurYearly( QWidget *parent, const char *name ) : mByDayRadio = new QRadioButton( i18n("On day "), buttonGroup); buttonLayout->addWidget( mByDayRadio, 1, 0 , Qt::AlignRight); - mDayOfLabel = new QLabel( i18n("1 of the year"), buttonGroup ); + mDayOfLabel = new QLabel( i18n("%1 of the year").arg(1), buttonGroup ); buttonLayout->addMultiCellWidget( mDayOfLabel, 1, 1, 1,3 ); } diff --git a/korganizer/wordsgerman.h b/korganizer/wordsgerman.h index 4b53ecb..8310f2f 100644 --- a/korganizer/wordsgerman.h +++ b/korganizer/wordsgerman.h @@ -832,6 +832,10 @@ { " birthdays/anniversaries added!"," Geburts-/Jahrestage hinzugefügt" }, { "Attendee:","Teilnehmer:" }, { "Click OK to search ->","Klicke zum Suchen auf OK ->" }, +{ "On day ","Am Tag " }, +{ "%1 of ","%1 des Monats" }, +{ "%1 of the year","%1 des Jahres" }, +{ "","" }, { "","" }, { "","" }, { "","" }, -- cgit v0.9.0.2