author | zautrix <zautrix> | 2004-07-11 09:14:12 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-07-11 09:14:12 (UTC) |
commit | e5707eabc31da78bc299029de2cefd84d77291cd (patch) (unidiff) | |
tree | 4a9653227720a7d48fa543ab301eef1849f292dd | |
parent | cf2f3f98a4811668f9e9d0d5f44ea5b51d268cef (diff) | |
download | kdepimpi-e5707eabc31da78bc299029de2cefd84d77291cd.zip kdepimpi-e5707eabc31da78bc299029de2cefd84d77291cd.tar.gz kdepimpi-e5707eabc31da78bc299029de2cefd84d77291cd.tar.bz2 |
translation fixes
-rw-r--r-- | korganizer/koeditorrecurrence.cpp | 4 | ||||
-rw-r--r-- | korganizer/wordsgerman.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/korganizer/koeditorrecurrence.cpp b/korganizer/koeditorrecurrence.cpp index ffc0fac..584d1ed 100644 --- a/korganizer/koeditorrecurrence.cpp +++ b/korganizer/koeditorrecurrence.cpp | |||
@@ -310,3 +310,3 @@ RecurYearly::RecurYearly( QWidget *parent, const char *name ) : | |||
310 | buttonLayout->addWidget( mByMonthRadio, 0, 0 , Qt::AlignRight); | 310 | buttonLayout->addWidget( mByMonthRadio, 0, 0 , Qt::AlignRight); |
311 | mByDayLabel = new QLabel( i18n(" 1 of "), buttonGroup ); | 311 | mByDayLabel = new QLabel( i18n("%1 of ").arg(1), buttonGroup ); |
312 | 312 | ||
@@ -333,3 +333,3 @@ RecurYearly::RecurYearly( QWidget *parent, const char *name ) : | |||
333 | buttonLayout->addWidget( mByDayRadio, 1, 0 , Qt::AlignRight); | 333 | buttonLayout->addWidget( mByDayRadio, 1, 0 , Qt::AlignRight); |
334 | mDayOfLabel = new QLabel( i18n("1 of the year"), buttonGroup ); | 334 | mDayOfLabel = new QLabel( i18n("%1 of the year").arg(1), buttonGroup ); |
335 | buttonLayout->addMultiCellWidget( mDayOfLabel, 1, 1, 1,3 ); | 335 | 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 | |||
@@ -834,2 +834,6 @@ | |||
834 | { "Click OK to search ->","Klicke zum Suchen auf OK ->" }, | 834 | { "Click OK to search ->","Klicke zum Suchen auf OK ->" }, |
835 | { "On day ","Am Tag " }, | ||
836 | { "%1 of ","%1 des Monats" }, | ||
837 | { "%1 of the year","%1 des Jahres" }, | ||
838 | { "","" }, | ||
835 | { "","" }, | 839 | { "","" }, |