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

List:       kde-i18n-doc
Subject:    KDE/kdeedu/kstars/kstars/tools
From:       Akarsh Simha <akarshsimha () gmail ! com>
Date:       2009-06-08 6:25:14
Message-ID: 1244442314.165528.5571.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 978759 by asimha:

Adding context to i18n calls referring to sunset and sunrise times in
the What's Up Tonight dialog.

CCMAIL: kstars-devel@kde.org, kde-i18n-doc@kde.org



 M  +2 -2      wutdialog.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/tools/wutdialog.cpp #978758:978759
@@ -165,8 +165,8 @@
         sDuration = KGlobal::locale()->formatTime( tDur );
     }
 
-    WUT->SunSetLabel->setText( i18n( "Sunset: %1 on %2" , sSet, \
                KGlobal::locale()->formatDate( Evening.date(), KLocale::LongDate) ) \
                );
-    WUT->SunRiseLabel->setText( i18n( "Sunrise: %1 on %2" , sRise, \
KGlobal::locale()->formatDate( Tomorrow.date(), KLocale::LongDate) ) ); +    \
WUT->SunSetLabel->setText( i18nc( "Sunset at time %1 on date %2", "Sunset: %1 on %2" \
, sSet, KGlobal::locale()->formatDate( Evening.date(), KLocale::LongDate) ) ); +    \
WUT->SunRiseLabel->setText( i18nc( "Sunrise at time %1 on date %2", "Sunrise: %1 on \
                %2" , sRise, KGlobal::locale()->formatDate( Tomorrow.date(), \
                KLocale::LongDate) ) );
     WUT->NightDurationLabel->setText( i18n("Night duration: %1 hours", sDuration ) \
);  
     // moon almanac information


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

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