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

List:       kde-commits
Subject:    branches/kalzium/gsoc2009/kalzium/src
From:       Carsten Niehaus <cniehaus () gmx ! de>
Date:       2009-06-25 9:29:53
Message-ID: 1245922193.059445.16543.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 986909 by cniehaus:

merge two more changes that happened in trunk

 M  +1 -0      kalzium.desktop  
 M  +2 -2      nuclideboard.cpp  


--- branches/kalzium/gsoc2009/kalzium/src/kalzium.desktop #986908:986909
@@ -30,6 +30,7 @@
 Comment[hne]=केडीई तत्वों के \
पीरियाडिक टेबल  Comment[hr]=KDE periodni sustav \
elemenata  Comment[hu]=KDE-alapú periódusos rendszer
+Comment[is]=KDE Lotukerfið
 Comment[it]=Tavola periodica degli elementi per KDE
 Comment[ja]=元 周期表
 Comment[ka]=ელემენტების პე იოდული \
                ცხ ილი
--- branches/kalzium/gsoc2009/kalzium/src/nuclideboard.cpp #986908:986909
@@ -82,7 +82,7 @@
     Isotope *s = item->isotope();
 
     QString header = i18n("<h1>%1 (%2)</h1>", s->parentElementSymbol(), \
                s->parentElementNumber());
-    QString mag = i18n("Magnetic moment: %1", (empty == s->magmoment())? \
"Unknown":s->magmoment() ); +    QString mag = i18n("Magnetic moment: %1", \
(empty == s->magmoment())? i18n("Unknown"):s->magmoment() );  
     QString halflife;
     if ( s -> halflife() > 0.0 ) {
@@ -94,7 +94,7 @@
 
     QString abundance = i18n("Abundance: %1 %", empty != (s->abundance()) \
? s->abundance() : "0" );  QString nucleons = i18n("Number of nucleons: \
                %1", s->nucleons() );
-    QString spin = i18n("Spin: %1", (empty == s->spin())?"Unknown": \
s->spin() ); +    QString spin = i18n("Spin: %1", (empty == s->spin())? \
i18n("Unknown"): s->spin() );  QString exactMass = i18n("Exact mass: %1 u", \
s->mass() );  
     QString html = header + "<br />" + nucleons + "<br />" + mag  + "<br \
/>" + exactMass + "<br />" + spin +"<br />" +


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

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