Localize dev numbers label for 4.6.1-pre4



 I've just tweaked it to latest CVS 4.6.1-pre4

_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
diff -ur /home2/dmartin/cvs/mc/po/es.po ./mc/po/es.po
--- /home2/dmartin/cvs/mc/po/es.po	2005-06-08 22:01:37.395194320 +0200
+++ ./mc/po/es.po	2005-06-08 22:17:09.558483960 +0200
@@ -2438,6 +2438,11 @@
 msgid "Created:   %s"
 msgstr "Cambiado:   %s"
 
+#: src/info.c:155
+#, c-format
+msgid "Dev. type: major %lu, minor %lu"
+msgstr "Dispositivo major: %lu, minor: %lu"
+
 #: src/info.c:163
 #, c-format
 msgid "Size:      %s"
diff -ur /home2/dmartin/cvs/mc/po/it.po ./mc/po/it.po
--- /home2/dmartin/cvs/mc/po/it.po	2005-06-08 22:01:37.591164528 +0200
+++ ./mc/po/it.po	2005-06-08 22:17:26.600893120 +0200
@@ -2449,6 +2449,11 @@
 msgid "Created:   %s"
 msgstr "Creato:     %s"
 
+#: src/info.c:155
+#, c-format
+msgid "Dev. type: major %lu, minor %lu"
+msgstr "Tipo dis.: major %lu, minor %lu"
+
 #: src/info.c:163
 #, c-format
 msgid "Size:      %s"
diff -ur /home2/dmartin/cvs/mc/src/info.c ./mc/src/info.c
--- /home2/dmartin/cvs/mc/src/info.c	2005-06-08 02:29:36.000000000 +0200
+++ ./mc/src/info.c	2005-06-08 22:17:46.348890968 +0200
@@ -152,7 +152,7 @@
 #if 0
 #ifdef HAVE_STRUCT_STAT_ST_RDEV
 	if (st.st_rdev)
-	    printw ("Inode dev: major: %d, minor: %d",
+	    printw (_("Dev. type: major %lu, minor %lu"),
 		    st.st_rdev >> 8, st.st_rdev & 0xff);
 	else
 #endif



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