gparted r945 - in trunk: . src



Author: gedakc
Date: Thu Oct 30 19:10:17 2008
New Revision: 945
URL: http://svn.gnome.org/viewvc/gparted?rev=945&view=rev

Log:
Added translator comments

Modified:
   trunk/ChangeLog
   trunk/src/GParted_Core.cc

Modified: trunk/src/GParted_Core.cc
==============================================================================
--- trunk/src/GParted_Core.cc	(original)
+++ trunk/src/GParted_Core.cc	Thu Oct 30 19:10:17 2008
@@ -171,6 +171,7 @@
     			{
     				//try to have libparted detect the device and add it to the list
     				device = "/dev/" + device;
+    				/*TO TRANSLATORS: looks like Scanning /dev/sda ... */ 
     				set_thread_status_message( String::ucompose ( _("Scanning %1 ..."), device ) ) ;
     				ped_device_get( device .c_str() ) ;
     			}
@@ -218,6 +219,7 @@
 						continue;
 					if ( dm_majors .find( major( st.st_rdev ) ) != dm_majors .end() )
 						//TODO avoid probing partition nodes for dmraid devices
+	    				/*TO TRANSLATORS: looks like Scanning /dev/sda ... */ 
 	    				set_thread_status_message( String::ucompose ( _("Scanning %1 ..."), mapper_name ) ) ;
 						ped_device_get( mapper_name .c_str() ) ;
 				}
@@ -237,6 +239,7 @@
 			char * buf = static_cast<char *>( malloc( lp_device ->sector_size ) ) ;
 			if ( buf )
 			{
+				/*TO TRANSLATORS: looks like Reading /dev/sda ... */ 
 				set_thread_status_message( String::ucompose ( _("Reading %1 ..."), lp_device ->path ) ) ;
 				if ( ped_device_open( lp_device ) )
 				{
@@ -255,7 +258,8 @@
 	}
 
 	for ( unsigned int t = 0 ; t < device_paths .size() ; t++ ) 
-	{ 
+	{
+		/*TO TRANSLATORS: looks like Scanning /dev/sda for partitions ... */ 
 		set_thread_status_message( String::ucompose ( _("Scanning %1 for partitions ..."), device_paths[ t ] ) ) ;
 		if ( open_device_and_disk( device_paths[ t ], false ) )
 		{



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]