[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    KDE/kdeedu/libkdeedu/keduvocdocument
From:       Frederik Gladhorn <frederik.gladhorn () gmx ! de>
Date:       2008-06-01 11:22:36
Message-ID: 1212319356.508834.25757.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 815179 by gladhorn:

Re: Wrong translator's comment for libkdeedu
Fix cardinal and ordinal mixup.
Thank you Karl Ove Hufthammer!
CCMAIL: kde-i18n-doc@kde.org


 M  +4 -4      keduvockvtmlcompability.cpp  


--- trunk/KDE/kdeedu/libkdeedu/keduvocdocument/keduvockvtmlcompability.cpp \
#815178:815179 @@ -59,8 +59,8 @@
 
 
     m_oldSubTypeNames.clear();
-    m_oldSubTypeNames.insert( "ord", i18nc( "@item:inlistbox A subtype of the \
                grammatical word type: Numeral Ordinal  (one, two, three, \
                ...)","Ordinal" ) );
-    m_oldSubTypeNames.insert( "crd", i18nc( "@item:inlistbox A subtype of the \
grammatical word type: Numeral Cardinal (first, second, third, ...)","Cardinal" ) ); \
+    m_oldSubTypeNames.insert( "ord", i18nc( "@item:inlistbox A subtype of the \
grammatical word type: Numeral Ordinal  (first, second, third, ...)","Ordinal" ) ); + \
m_oldSubTypeNames.insert( "crd", i18nc( "@item:inlistbox A subtype of the grammatical \
                word type: Numeral Cardinal (one, two, three, ...)","Cardinal" ) );
     m_oldSubTypeNames.insert( "def", i18nc( "@item:inlistbox A subtype of the \
                grammatical word type: Article (the)","Definite" ) );
     m_oldSubTypeNames.insert( "ind", i18nc( "@item:inlistbox A subtype of the \
                grammatical word type: Article (a)","Indefinite" ) );
     m_oldSubTypeNames.insert( "re", i18nc( "@item:inlistbox A subtype of the \
grammatical word type: Verb with regular conjugation","Regular" ) ); @@ -248,10 \
+248,10 @@  
     KEduVocWordType* numeral = \
static_cast<KEduVocWordType*>(parent->childContainer(8));  KEduVocWordType* wordType \
                = new KEduVocWordType(
-        i18nc( "@item:inlistbox A subtype of the grammatical word type: Numeral \
Ordinal  (one, two, three, ...)","Ordinal" ), numeral); +        i18nc( \
"@item:inlistbox A subtype of the grammatical word type: Numeral Ordinal  (first, \
second, third, ...)","Ordinal" ), numeral);  numeral->appendChildContainer(wordType);
     wordType = new KEduVocWordType(
-        i18nc( "@item:inlistbox A subtype of the grammatical word type: Numeral \
Cardinal (first, second, third, ...)","Cardinal" ), numeral); +        i18nc( \
"@item:inlistbox A subtype of the grammatical word type: Numeral Cardinal (one, two, \
three, ...)","Cardinal" ), numeral);  numeral->appendChildContainer(wordType);
 
     KEduVocWordType* article = \
static_cast<KEduVocWordType*>(parent->childContainer(3));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic