[Goodies-commits] r4809 - in xfce4-mount-plugin/trunk: . panel-plugin po

Fabian Nowak timystery at xfce.org
Sat May 17 11:39:35 CEST 2008


Author: timystery
Date: 2008-05-17 09:39:35 +0000 (Sat, 17 May 2008)
New Revision: 4809

Modified:
   xfce4-mount-plugin/trunk/INSTALL
   xfce4-mount-plugin/trunk/panel-plugin/devices.c
   xfce4-mount-plugin/trunk/panel-plugin/mount-plugin.c
   xfce4-mount-plugin/trunk/po/ca.po
   xfce4-mount-plugin/trunk/po/cs.po
   xfce4-mount-plugin/trunk/po/de.po
   xfce4-mount-plugin/trunk/po/el.po
   xfce4-mount-plugin/trunk/po/en_GB.po
   xfce4-mount-plugin/trunk/po/eu.po
   xfce4-mount-plugin/trunk/po/fr.po
   xfce4-mount-plugin/trunk/po/gl.po
   xfce4-mount-plugin/trunk/po/hu.po
   xfce4-mount-plugin/trunk/po/ja.po
   xfce4-mount-plugin/trunk/po/ko.po
   xfce4-mount-plugin/trunk/po/lt.po
   xfce4-mount-plugin/trunk/po/lv.po
   xfce4-mount-plugin/trunk/po/nb_NO.po
   xfce4-mount-plugin/trunk/po/pl.po
   xfce4-mount-plugin/trunk/po/pt_BR.po
   xfce4-mount-plugin/trunk/po/pt_PT.po
   xfce4-mount-plugin/trunk/po/ru.po
   xfce4-mount-plugin/trunk/po/sq.po
   xfce4-mount-plugin/trunk/po/uk.po
   xfce4-mount-plugin/trunk/po/ur.po
   xfce4-mount-plugin/trunk/po/vi.po
   xfce4-mount-plugin/trunk/po/xfce4-mount-plugin.pot
   xfce4-mount-plugin/trunk/po/zh_CN.po
   xfce4-mount-plugin/trunk/po/zh_TW.po
Log:
- added handling for UUID entries in fstab
- ran make update-po
- updated German translation with two new translations for mount-points-only



Modified: xfce4-mount-plugin/trunk/INSTALL
===================================================================
--- xfce4-mount-plugin/trunk/INSTALL	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/INSTALL	2008-05-17 09:39:35 UTC (rev 4809)
@@ -1,8 +1,8 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007 Free Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
+Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -10,10 +10,7 @@
 Basic Installation
 ==================
 
-Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+These are generic installation instructions.
 
    The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -26,9 +23,9 @@
 
    It can also use an optional file (typically called `config.cache'
 and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  Caching is
+the results of its tests to speed up reconfiguring.  (Caching is
 disabled by default to prevent problems with accidental use of stale
-cache files.
+cache files.)
 
    If you need to do unusual things to compile the package, please try
 to figure out how `configure' could check whether to do them, and mail
@@ -38,17 +35,20 @@
 may remove or edit it.
 
    The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You need `configure.ac' if
-you want to change it or regenerate `configure' using a newer version
-of `autoconf'.
+`configure' by a program called `autoconf'.  You only need
+`configure.ac' if you want to change it or regenerate `configure' using
+a newer version of `autoconf'.
 
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
-     `./configure' to configure the package for your system.
+     `./configure' to configure the package for your system.  If you're
+     using `csh' on an old version of System V, you might need to type
+     `sh ./configure' instead to prevent `csh' from trying to execute
+     `configure' itself.
 
-     Running `configure' might take a while.  While running, it prints
-     some messages telling which features it is checking for.
+     Running `configure' takes awhile.  While running, it prints some
+     messages telling which features it is checking for.
 
   2. Type `make' to compile the package.
 
@@ -67,9 +67,6 @@
      all sorts of other programs in order to regenerate files that came
      with the distribution.
 
-  6. Often, you can also type `make uninstall' to remove the installed
-     files again.
-
 Compilers and Options
 =====================
 
@@ -81,7 +78,7 @@
 by setting variables in the command line or in the environment.  Here
 is an example:
 
-     ./configure CC=c99 CFLAGS=-g LIBS=-lposix
+     ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
 
    *Note Defining Variables::, for more details.
 
@@ -90,15 +87,17 @@
 
 You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
-own directory.  To do this, you can use GNU `make'.  `cd' to the
+own directory.  To do this, you must use a version of `make' that
+supports the `VPATH' variable, such as GNU `make'.  `cd' to the
 directory where you want the object files and executables to go and run
 the `configure' script.  `configure' automatically checks for the
 source code in the directory that `configure' is in and in `..'.
 
-   With a non-GNU `make', it is safer to compile the package for one
-architecture at a time in the source code directory.  After you have
-installed the package for one architecture, use `make distclean' before
-reconfiguring for another architecture.
+   If you have to use a `make' that does not support the `VPATH'
+variable, you have to compile the package for one architecture at a
+time in the source code directory.  After you have installed the
+package for one architecture, use `make distclean' before reconfiguring
+for another architecture.
 
 Installation Names
 ==================
@@ -191,12 +190,12 @@
      ./configure CC=/usr/local2/bin/gcc
 
 causes the specified `gcc' to be used as the C compiler (unless it is
-overridden in the site shell script).
+overridden in the site shell script).  Here is a another example:
 
-Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug.  Until the bug is fixed you can use this workaround:
+     /bin/bash ./configure CONFIG_SHELL=/bin/bash
 
-     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
+configuration-related scripts to be executed by `/bin/bash'.
 
 `configure' Invocation
 ======================

Modified: xfce4-mount-plugin/trunk/panel-plugin/devices.c
===================================================================
--- xfce4-mount-plugin/trunk/panel-plugin/devices.c	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/panel-plugin/devices.c	2008-05-17 09:39:35 UTC (rev 4809)
@@ -80,9 +80,9 @@
 {
     t_mount_info * mount_info;
 
-	/* check superfluous, as already done in mount_info_new_from_stat */
+    /* check superfluous, as already done in mount_info_new_from_stat */
     /* if ( type != NULL && mounted_on != NULL ) // && size != 0 )
-    	{ */
+        { */
         mount_info = g_new0(t_mount_info,1);
         mount_info->size = size;
         mount_info->used = used;
@@ -91,7 +91,7 @@
         mount_info->type = g_strdup(type);
         mount_info->mounted_on = g_strdup(mounted_on);
         return mount_info;
-    /*	}
+    /*  }
     return NULL; */
 }
 
@@ -124,7 +124,7 @@
 
         /* create new t_mount_info */
         mount_info = mount_info_new (size, used, avail, percent, mnt_type,
-									mnt_dir);
+                                    mnt_dir);
         return mount_info;
     }
     TRACE("Leaving mount_info_new_from_stat with NULL");
@@ -272,8 +272,8 @@
     {
 
         deviceprintf(&tmp, umount_command, pdisk->device);
-		mountpointprintf(&tmp2, tmp, pdisk->mount_point);
-		cmd = g_strconcat ("sh -c '", tmp2, NULL);
+        mountpointprintf(&tmp2, tmp, pdisk->mount_point);
+        cmd = g_strconcat ("sh -c '", tmp2, NULL);
 
         /* re-use tmp */
         g_free(tmp);
@@ -295,12 +295,12 @@
             retval = ERROR;
         }
 
-		if (disk_check_mounted(pdisk->device))
-			retval = ERROR;
+        if (disk_check_mounted(pdisk->device))
+            retval = ERROR;
 
-		g_free (cmd);
-		g_free (tmp);
-		g_free (tmp2);
+        g_free (cmd);
+        g_free (tmp);
+        g_free (tmp2);
     }
 
     return retval;
@@ -331,7 +331,7 @@
     for (pfstab = getfsent(); pfstab!=NULL; pfstab = getfsent())
     {
         has_valid_mount_device =
-                        g_str_has_prefix(pfstab->fs_spec, "/dev/");
+                        g_str_has_prefix(pfstab->fs_spec, "/dev/") ||  g_str_has_prefix(pfstab->fs_spec, "UUID=");
 
         if (include_NFSs)
             has_valid_mount_device = has_valid_mount_device |
@@ -412,10 +412,10 @@
             p = g_ptr_array_remove_index(pdisks, i);
     }
 
-	if (p==NULL)
-		return FALSE;
-	else
-		return TRUE;
+    if (p==NULL)
+        return FALSE;
+    else
+        return TRUE;
 }
 
 
@@ -436,10 +436,10 @@
             p = g_ptr_array_remove_index(pdisks, i);
     }
 
-	if (p==NULL)
-		return FALSE;
-	else
-		return TRUE;
+    if (p==NULL)
+        return FALSE;
+    else
+        return TRUE;
 }
 
 
@@ -466,7 +466,7 @@
 /**
  * Remove struct t_mount_info from a GPtrArray containing
  * struct t_disk * elements.
- * @param pdisks	Array of t_mount_info
+ * @param pdisks    Array of t_mount_info
  */
 void
 disks_free_mount_info(GPtrArray * pdisks)
@@ -488,15 +488,15 @@
 gboolean
 exclude_filesystem (GPtrArray *excluded_FSs, gchar *mountpoint, gchar *device)
 {
-	int i;
+    int i;
 
-	TRACE("Entering exclude_filesystems\n");
+    TRACE("Entering exclude_filesystems\n");
 
-	g_assert(excluded_FSs != NULL);
+    g_assert(excluded_FSs != NULL);
 
     for (i=0; i < excluded_FSs->len; i++)
     {
-		DBG("Comparing %s and %s to %s\n", mountpoint, device, (gchar *) g_ptr_array_index(excluded_FSs, i));
+        DBG("Comparing %s and %s to %s\n", mountpoint, device, (gchar *) g_ptr_array_index(excluded_FSs, i));
         if (g_ascii_strcasecmp (
                 (gchar *) g_ptr_array_index(excluded_FSs, i), mountpoint)==0
             ||
@@ -508,7 +508,7 @@
 
     TRACE("Leaving exclude_filesystems with FALSE\n");
 
-	return FALSE;
+    return FALSE;
 }
 
 
@@ -524,7 +524,7 @@
     FILE * fmtab = NULL; /* file /etc/mtab */
     struct mntent * pmntent = NULL; /* struct for mnt info */
     struct statfs * pstatfs = NULL;
-    gboolean exclude =	FALSE;
+    gboolean exclude =  FALSE;
 
     TRACE("Entering disks_refresh\n");
 
@@ -543,45 +543,45 @@
     /* start looking for mounted devices */
     for (pmntent=getmntent(fmtab); pmntent!=NULL; pmntent=getmntent(fmtab)) {
 
-		DBG (" have entry: %s on %s \n", pmntent->mnt_fsname, pmntent->mnt_dir );
+        DBG (" have entry: %s on %s \n", pmntent->mnt_fsname, pmntent->mnt_dir );
 
-		statfs (pmntent->mnt_dir, pstatfs);
+        statfs (pmntent->mnt_dir, pstatfs);
 
-		/* if we got the stat and the block number is non-zero */
+        /* if we got the stat and the block number is non-zero */
 
-		/* get pointer on disk from pdisks */
-		/* CHANGED to reflect change in disk_search */
-		pdisk = disks_search (pdisks, pmntent->mnt_dir);
-		if (excluded_FSs!=NULL)
-			exclude = exclude_filesystem (excluded_FSs, pmntent->mnt_dir, pmntent->mnt_fsname);
+        /* get pointer on disk from pdisks */
+        /* CHANGED to reflect change in disk_search */
+        pdisk = disks_search (pdisks, pmntent->mnt_dir);
+        if (excluded_FSs!=NULL)
+            exclude = exclude_filesystem (excluded_FSs, pmntent->mnt_dir, pmntent->mnt_fsname);
 
-		if (pdisk == NULL) { /* if disk is not found in pdisks */
+        if (pdisk == NULL) { /* if disk is not found in pdisks */
 
-			/* create a new struct t_disk and add it to pdisks */
-			/* test for mnt_dir==none or neither block device nor NFS or system device */
-			if ( exclude ||
-			  g_ascii_strcasecmp(pmntent->mnt_dir, "none") == 0 ||
-			  !(g_str_has_prefix(pmntent->mnt_fsname, "/dev/") ||
-			  g_str_has_prefix(pmntent->mnt_type, "fuse") ||
-			  g_str_has_prefix(pmntent->mnt_type, "nfs") ||
-			  g_str_has_prefix(pmntent->mnt_type, "smbfs") ||
-			  g_str_has_prefix(pmntent->mnt_type, "cifs") ||
-			  g_str_has_prefix(pmntent->mnt_type, "shfs") ) ||
-			  g_str_has_prefix(pmntent->mnt_dir, "/sys/")
+            /* create a new struct t_disk and add it to pdisks */
+            /* test for mnt_dir==none or neither block device nor NFS or system device */
+            if ( exclude ||
+              g_ascii_strcasecmp(pmntent->mnt_dir, "none") == 0 ||
+              !(g_str_has_prefix(pmntent->mnt_fsname, "/dev/") ||
+              g_str_has_prefix(pmntent->mnt_type, "fuse") ||
+              g_str_has_prefix(pmntent->mnt_type, "nfs") ||
+              g_str_has_prefix(pmntent->mnt_type, "smbfs") ||
+              g_str_has_prefix(pmntent->mnt_type, "cifs") ||
+              g_str_has_prefix(pmntent->mnt_type, "shfs") ) ||
+              g_str_has_prefix(pmntent->mnt_dir, "/sys/")
 
-			) continue;
+            ) continue;
 
-			/* else have valid entry reflecting block device or NFS */
-			pdisk = disk_new (pmntent->mnt_fsname, pmntent->mnt_dir);
-			pdisk->dc = disk_classify (pmntent->mnt_fsname, pmntent->mnt_dir);
-			g_ptr_array_add (pdisks, pdisk);
-		}
+            /* else have valid entry reflecting block device or NFS */
+            pdisk = disk_new (pmntent->mnt_fsname, pmntent->mnt_dir);
+            pdisk->dc = disk_classify (pmntent->mnt_fsname, pmntent->mnt_dir);
+            g_ptr_array_add (pdisks, pdisk);
+        }
 
-		/* create new t_mount_info */
-		mount_info = mount_info_new_from_stat (pstatfs, pmntent->mnt_type,
-											   pmntent->mnt_dir);
-		/* add it to pdisk */
-		pdisk->mount_info = mount_info ;
+        /* create new t_mount_info */
+        mount_info = mount_info_new_from_stat (pstatfs, pmntent->mnt_type,
+                                               pmntent->mnt_dir);
+        /* add it to pdisk */
+        pdisk->mount_info = mount_info ;
 
     } /* end for */
 
@@ -627,7 +627,7 @@
 gboolean
 disk_check_mounted (const char *disk)
 {
-	FILE *fmtab = NULL; /* file /etc/mtab */
+    FILE *fmtab = NULL; /* file /etc/mtab */
     struct mntent *pmntent = NULL; /* struct for mnt info */
     gboolean retval = FALSE;
 
@@ -638,11 +638,11 @@
     for (pmntent=getmntent(fmtab); pmntent!=NULL; pmntent=getmntent(fmtab))
     {
         if (strcmp(pmntent->mnt_dir, disk)==0 ||
-			strcmp(pmntent->mnt_fsname, disk)==0 )
-		{
-			retval = TRUE;
-			break;
-		}
+            strcmp(pmntent->mnt_fsname, disk)==0 )
+        {
+            retval = TRUE;
+            break;
+        }
     }
 
     endmntent (fmtab); /* close file */

Modified: xfce4-mount-plugin/trunk/panel-plugin/mount-plugin.c
===================================================================
--- xfce4-mount-plugin/trunk/panel-plugin/mount-plugin.c	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/panel-plugin/mount-plugin.c	2008-05-17 09:39:35 UTC (rev 4809)
@@ -82,38 +82,38 @@
 static void
 mounter_set_size (XfcePanelPlugin *plugin, int size, t_mounter *mt)
 {
-   /* schrink the gtk button's image to new size - */
+   /* shrink the gtk button's image to new size -*/
    gtk_widget_set_size_request (GTK_WIDGET(mt->button), size - 4, size - 4);
 
 }
 
 /**
  * Format the long /dev/mapper/volume to something better:
- *	LVM	x:y
+ *  LVM x:y
  */
 void
-format_LVM_name	(const char *disk_device, gchar **formatted_diskname)
+format_LVM_name (const char *disk_device, gchar **formatted_diskname)
 {
 
-	gint volume, logvol, i;
+    gint volume, logvol, i;
 
-	i = strlen(disk_device) - 1;
+    i = strlen(disk_device) - 1;
 
-	do
-		i--;
-	while (i>0 && g_ascii_isdigit(disk_device[i]) );
-	logvol = atoi(disk_device+i+1);
+    do
+        i--;
+    while (i>0 && g_ascii_isdigit(disk_device[i]) );
+    logvol = atoi(disk_device+i+1);
 
-	do
-		i--;
-	while (i>0 && g_ascii_isalpha (disk_device[i]));
+    do
+        i--;
+    while (i>0 && g_ascii_isalpha (disk_device[i]));
 
-	do
-		i--;
-	while (i>0 && g_ascii_isdigit(disk_device[i]));
-	volume = atoi(disk_device+i+1);
+    do
+        i--;
+    while (i>0 && g_ascii_isdigit(disk_device[i]));
+    volume = atoi(disk_device+i+1);
 
-	*formatted_diskname = g_strdup_printf("LVM	%d:%d", volume, logvol);
+    *formatted_diskname = g_strdup_printf("LVM  %d:%d", volume, logvol);
 }
 
 
@@ -123,8 +123,8 @@
 static t_disk_display*
 disk_display_new (t_disk *disk, t_mounter *mounter)
 {
-	t_disk_display * dd;
-	char *formatted_diskname;
+    t_disk_display * dd;
+    char *formatted_diskname;
 
     TRACE ("enters disk_display_new");
 
@@ -141,18 +141,18 @@
         gtk_container_add (GTK_CONTAINER(dd->menu_item), dd->hbox);
 
         if (g_str_has_prefix(disk->device, "/dev/mapper/"))
-        	format_LVM_name	(disk->device, &formatted_diskname);
+            format_LVM_name (disk->device, &formatted_diskname);
         else
-			formatted_diskname = g_strdup(disk->device);
+            formatted_diskname = g_strdup(disk->device);
 
         if (mounter->exclude_devicenames)
-		dd->label_disk = gtk_label_new (disk->mount_point);
-	else
-		dd->label_disk = gtk_label_new (g_strconcat(formatted_diskname, " -> ",
+        dd->label_disk = gtk_label_new (disk->mount_point);
+    else
+        dd->label_disk = gtk_label_new (g_strconcat(formatted_diskname, " -> ",
                                         disk->mount_point, NULL));
-	
-	g_free (formatted_diskname);
 
+    g_free (formatted_diskname);
+
         /*change to uniform label size*/
         gtk_label_set_width_chars(GTK_LABEL(dd->label_disk), 32);
         /* gtk_label_set_justify(GTK_LABEL(dd->label_disk),GTK_JUSTIFY_LEFT); */
@@ -184,7 +184,7 @@
 disk_display_refresh (t_disk_display * disk_display,
                                  t_mount_info * mount_info)
 {
-	char * text;
+    char * text;
     char * used;
     char * size;
     char * avail;
@@ -260,29 +260,29 @@
     int i, res;
     t_disk * disk;
     t_disk_display * disk_display;
-    GPtrArray *array =	NULL;
+    GPtrArray *array =  NULL;
     char *dev_mp; /* device or mountpoint */
     gboolean removed_device;
 
     /*get static infos from /etc/fstab */
     mt->pdisks = disks_new (mt->include_NFSs);
 
-	/* remove unwanted file systems from list */
-	if (mt->exclude_FSs) {
-		array = g_ptr_array_new();
-		DBG("excluded_filesystems=%s\n", mt->excluded_filesystems);
-		res = seperate_list(array, mt->excluded_filesystems);
-		for (i=0; i<array->len; i++) {
-			dev_mp = (char*) g_ptr_array_index(array, i);
-			if ( strstr(dev_mp , "/dev") )
-				removed_device = disks_remove_device(mt->pdisks, dev_mp);
-			else
-				removed_device = disks_remove_mountpoint (mt->pdisks, dev_mp);
-		}
-	}
+    /* remove unwanted file systems from list */
+    if (mt->exclude_FSs) {
+        array = g_ptr_array_new();
+        DBG("excluded_filesystems=%s\n", mt->excluded_filesystems);
+        res = seperate_list(array, mt->excluded_filesystems);
+        for (i=0; i<array->len; i++) {
+            dev_mp = (char*) g_ptr_array_index(array, i);
+            if ( strstr(dev_mp , "/dev") )
+                removed_device = disks_remove_device(mt->pdisks, dev_mp);
+            else
+                removed_device = disks_remove_mountpoint (mt->pdisks, dev_mp);
+        }
+    }
 
     /* get dynamic infos on mounts */
-    disks_refresh (mt->pdisks, array /*	=GPtrArray *excluded_FSs */ );
+    disks_refresh (mt->pdisks, array /* =GPtrArray *excluded_FSs */ );
 
     /* menu with menu_item */
     mt->menu = gtk_menu_new ();
@@ -396,8 +396,8 @@
         mt->icon = g_strdup (value);
     else
         mt->icon = g_strdup_printf (
-				"%s/icons/hicolor/scalable/apps/xfce-mount.svg",
-				PACKAGE_DATA_DIR );
+                "%s/icons/hicolor/scalable/apps/xfce-mount.svg",
+                PACKAGE_DATA_DIR );
 
     if ( (value = xfce_rc_read_entry (rc, "mount_command", NULL)) )
         mt->mount_command = g_strdup (value);
@@ -588,7 +588,7 @@
             (GTK_TOGGLE_BUTTON(md->show_exclude_FSs));
 
     mt->exclude_devicenames = gtk_toggle_button_get_active
-    		(GTK_TOGGLE_BUTTON(md->show_exclude_devicenames));
+            (GTK_TOGGLE_BUTTON(md->show_exclude_devicenames));
 
     if (mt->include_NFSs!=incl_NFSs || mt->exclude_FSs!=excl_FSs
         || strlen(mt->excluded_filesystems)!=0) {
@@ -673,8 +673,8 @@
 static gboolean
 exclude_devicenames_toggled (GtkWidget *widget, t_mounter_dialog *md)
 {
-    
-    
+
+
     return TRUE;
 }
 
@@ -934,8 +934,8 @@
     gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(md->show_eject_drives),
                                 mt->eject_drives);
 
-	/* exclude device names */
-	_eventbox = gtk_event_box_new ();
+    /* exclude device names */
+    _eventbox = gtk_event_box_new ();
     gtk_box_pack_start (GTK_BOX (_vbox), GTK_WIDGET(_eventbox),
                         FALSE, FALSE, 0);
     gtk_widget_show (_eventbox);

Modified: xfce4-mount-plugin/trunk/po/ca.po
===================================================================
--- xfce4-mount-plugin/trunk/po/ca.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/ca.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2008-03-21 20:50+0100\n"
 "Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
 "Language-Team: Catalan <xfce-i18n at xfce.org>\n"
@@ -180,8 +180,8 @@
 "\"sync %d &&\" to the \"unmount %d\" command.\n"
 "'%d' is used to specify the device, '%m' for the mountpoint."
 msgstr ""
-"Molts usuaris només voldran afegir-li «sudo» al inici a ambdós ordres o «sync %"
-"d &&» a l'ordre «umount %d».\n"
+"Molts usuaris només voldran afegir-li «sudo» al inici a ambdós ordres o "
+"«sync %d &&» a l'ordre «umount %d».\n"
 "«%d» s'empra per indicar el dispositiu i «%m» pel punt de muntatge."
 
 #: ../panel-plugin/mount-plugin.c:860

Modified: xfce4-mount-plugin/trunk/po/cs.po
===================================================================
--- xfce4-mount-plugin/trunk/po/cs.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/cs.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2007-09-09 12:29+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech <xfce-i18n at xfce.org>\n"

Modified: xfce4-mount-plugin/trunk/po/de.po
===================================================================
--- xfce4-mount-plugin/trunk/po/de.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/de.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
-"PO-Revision-Date: 2007-07-04 23:21+0200\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
+"PO-Revision-Date: 2008-05-17 11:39+0200\n"
 "Last-Translator: Fabian Nowak <timystery at arcor.de>\n"
 "Language-Team: German <xfce-i18n at xfce.org>\n"
 "MIME-Version: 1.0\n"
@@ -221,15 +221,14 @@
 msgstr "CD-_Laufwerke auswerfen"
 
 #: ../panel-plugin/mount-plugin.c:943
-#, fuzzy
 msgid "Activate this option to only have the mount points be displayed."
 msgstr ""
-"Schalten Sie diese Option ein, um ein CD-Laufwerk nach dem Aushängen "
-"auszufahren oder vor dem Einhängen einzufahren."
+"Schalten Sie diese Option ein, um nur die Einhängepunkte angezeigt zu "
+"bekommen."
 
 #: ../panel-plugin/mount-plugin.c:947
 msgid "Display _mount points only"
-msgstr ""
+msgstr "Nur die _Einhängepunkt anzeigen"
 
 #: ../panel-plugin/mount-plugin.c:962
 msgid ""

Modified: xfce4-mount-plugin/trunk/po/el.po
===================================================================
--- xfce4-mount-plugin/trunk/po/el.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/el.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2006-08-04 22:18+0200\n"
 "Last-Translator: Stavros Giannouris <stavrosg at serverhive.com>\n"
 "Language-Team: Greek <xfce-i18n at xfce.org>\n"

Modified: xfce4-mount-plugin/trunk/po/en_GB.po
===================================================================
--- xfce4-mount-plugin/trunk/po/en_GB.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/en_GB.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2008-05-10 13:27+1000\n"
 "Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
 "Language-Team: British English <xfce-i18n at xfce.org>\n"
@@ -81,8 +81,7 @@
 msgid "not mounted\n"
 msgstr "not mounted\n"
 
-#: ../panel-plugin/devices.c:245
-#: ../panel-plugin/devices.c:294
+#: ../panel-plugin/devices.c:245 ../panel-plugin/devices.c:294
 msgid "Mount Plugin: Error executing command."
 msgstr "Mount Plugin: Error executing command."
 
@@ -113,8 +112,12 @@
 msgstr "Mount devices"
 
 #: ../panel-plugin/mount-plugin.c:744
-msgid "This is only useful and recommended if you specify \"sync\" as part of the \"unmount\" command string."
-msgstr "This is only useful and recommended if you specify \"sync\" as part of the \"unmount\" command string."
+msgid ""
+"This is only useful and recommended if you specify \"sync\" as part of the "
+"\"unmount\" command string."
+msgstr ""
+"This is only useful and recommended if you specify \"sync\" as part of the "
+"\"unmount\" command string."
 
 #: ../panel-plugin/mount-plugin.c:749
 msgid "Show _message after unmount"
@@ -139,11 +142,13 @@
 #: ../panel-plugin/mount-plugin.c:794
 #, c-format
 msgid ""
-"This command will be executed after mounting the device with the mount point of the device as argument.\n"
+"This command will be executed after mounting the device with the mount point "
+"of the device as argument.\n"
 "If you are unsure what to insert, try \"thunar %m\".\n"
 "'%d' can be used to specify the device, '%m' for the mountpoint."
 msgstr ""
-"This command will be executed after mounting the device with the mount point of the device as argument.\n"
+"This command will be executed after mounting the device with the mount point "
+"of the device as argument.\n"
 "If you are unsure what to insert, try \"thunar %m\".\n"
 "'%d' can be used to specify the device, '%m' for the mountpoint."
 
@@ -152,8 +157,12 @@
 msgstr "_Execute after mounting:"
 
 #: ../panel-plugin/mount-plugin.c:827
-msgid "WARNING: These options are for experts only! If you do not know what they may be good for, keep your hands off!"
-msgstr "WARNING: These options are for experts only! If you do not know what they may be good for, keep your hands off!"
+msgid ""
+"WARNING: These options are for experts only! If you do not know what they "
+"may be good for, keep your hands off!"
+msgstr ""
+"WARNING: These options are for experts only! If you do not know what they "
+"may be good for, keep your hands off!"
 
 #: ../panel-plugin/mount-plugin.c:832
 msgid "_Custom commands"
@@ -162,10 +171,12 @@
 #: ../panel-plugin/mount-plugin.c:851
 #, c-format
 msgid ""
-"Most users will only want to prepend \"sudo\" to both commands or prepend \"sync %d &&\" to the \"unmount %d\" command.\n"
+"Most users will only want to prepend \"sudo\" to both commands or prepend "
+"\"sync %d &&\" to the \"unmount %d\" command.\n"
 "'%d' is used to specify the device, '%m' for the mountpoint."
 msgstr ""
-"Most users will only want to prepend \"sudo\" to both commands or prepend \"sync %d &&\" to the \"unmount %d\" command.\n"
+"Most users will only want to prepend \"sudo\" to both commands or prepend "
+"\"sync %d &&\" to the \"unmount %d\" command.\n"
 "'%d' is used to specify the device, '%m' for the mountpoint."
 
 #: ../panel-plugin/mount-plugin.c:860
@@ -181,16 +192,24 @@
 msgstr "_Commands"
 
 #: ../panel-plugin/mount-plugin.c:907
-msgid "Activate this option to also display network file systems like NFS, SMBFS, SHFS and SSHFS."
-msgstr "Activate this option to also display network file systems like NFS, SMBFS, SHFS and SSHFS."
+msgid ""
+"Activate this option to also display network file systems like NFS, SMBFS, "
+"SHFS and SSHFS."
+msgstr ""
+"Activate this option to also display network file systems like NFS, SMBFS, "
+"SHFS and SSHFS."
 
 #: ../panel-plugin/mount-plugin.c:912
 msgid "Display _network file systems"
 msgstr "Display _network file systems"
 
 #: ../panel-plugin/mount-plugin.c:925
-msgid "Activate this option to also eject a CD-drive after unmounting and to insert before mounting."
-msgstr "Activate this option to also eject a CD-drive after unmounting and to insert before mounting."
+msgid ""
+"Activate this option to also eject a CD-drive after unmounting and to insert "
+"before mounting."
+msgstr ""
+"Activate this option to also eject a CD-drive after unmounting and to insert "
+"before mounting."
 
 #: ../panel-plugin/mount-plugin.c:930
 msgid "_Eject CD-drives"
@@ -225,4 +244,3 @@
 #: ../panel-plugin/xfce4-mount-plugin.desktop.in.in.h:2
 msgid "Shows all mountable devices and (un)mounts them on request."
 msgstr "Shows all mountable devices and (un)mounts them on request."
-

Modified: xfce4-mount-plugin/trunk/po/eu.po
===================================================================
--- xfce4-mount-plugin/trunk/po/eu.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/eu.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: eu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2008-05-02 11:07+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: Euskara <debian-l10n-basque at lists.debian.org>\n"
@@ -246,4 +246,3 @@
 #: ../panel-plugin/xfce4-mount-plugin.desktop.in.in.h:2
 msgid "Shows all mountable devices and (un)mounts them on request."
 msgstr "Gailu muntagarri guztiak bistarazi eta eskatzean (des)muntatu."
-

Modified: xfce4-mount-plugin/trunk/po/fr.po
===================================================================
--- xfce4-mount-plugin/trunk/po/fr.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/fr.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2008-02-25 01:26+0100\n"
 "Last-Translator: Mike Massonnet <mmassonnet at gmail.com>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -221,7 +221,8 @@
 
 #: ../panel-plugin/mount-plugin.c:943
 msgid "Activate this option to only have the mount points be displayed."
-msgstr "Cocher cette option pour que seuls les points de montages soient affichés."
+msgstr ""
+"Cocher cette option pour que seuls les points de montages soient affichés."
 
 #: ../panel-plugin/mount-plugin.c:947
 msgid "Display _mount points only"

Modified: xfce4-mount-plugin/trunk/po/gl.po
===================================================================
--- xfce4-mount-plugin/trunk/po/gl.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/gl.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2006-08-24 13:37+0100\n"
 "Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
 "Language-Team: Galician <xfce-i18n at xfce.org>\n"

Modified: xfce4-mount-plugin/trunk/po/hu.po
===================================================================
--- xfce4-mount-plugin/trunk/po/hu.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/hu.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2008-04-17 09:31+0100\n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian <xfce-i18n at xfce.org>\n"
@@ -81,8 +81,7 @@
 msgid "not mounted\n"
 msgstr "nincs csatolva\n"
 
-#: ../panel-plugin/devices.c:245
-#: ../panel-plugin/devices.c:294
+#: ../panel-plugin/devices.c:245 ../panel-plugin/devices.c:294
 msgid "Mount Plugin: Error executing command."
 msgstr "Hiba a parancs futtatásakor"
 
@@ -113,8 +112,11 @@
 msgstr "Eszközök csatolása"
 
 #: ../panel-plugin/mount-plugin.c:744
-msgid "This is only useful and recommended if you specify \"sync\" as part of the \"unmount\" command string."
-msgstr "Ez csak akkor ajánlott, ha megadod a \"sync\"-et az \"unmount\" prancsban."
+msgid ""
+"This is only useful and recommended if you specify \"sync\" as part of the "
+"\"unmount\" command string."
+msgstr ""
+"Ez csak akkor ajánlott, ha megadod a \"sync\"-et az \"unmount\" prancsban."
 
 #: ../panel-plugin/mount-plugin.c:749
 msgid "Show _message after unmount"
@@ -139,11 +141,13 @@
 #: ../panel-plugin/mount-plugin.c:794
 #, c-format
 msgid ""
-"This command will be executed after mounting the device with the mount point of the device as argument.\n"
+"This command will be executed after mounting the device with the mount point "
+"of the device as argument.\n"
 "If you are unsure what to insert, try \"thunar %m\".\n"
 "'%d' can be used to specify the device, '%m' for the mountpoint."
 msgstr ""
-"E parancs fut egy eszköz csatolása után annak csatolási pontját argumentumként átadva. \n"
+"E parancs fut egy eszköz csatolása után annak csatolási pontját "
+"argumentumként átadva. \n"
 "Használd például ezt: \"thunar %m\".\n"
 "A '%d' eszközt, a '%m' csatolási pontot ad."
 
@@ -152,8 +156,12 @@
 msgstr "Csatolás után fut:"
 
 #: ../panel-plugin/mount-plugin.c:827
-msgid "WARNING: These options are for experts only! If you do not know what they may be good for, keep your hands off!"
-msgstr "FIGYELEM: E lehetőséges csak szakértőknek valók! Ha nem tudod, mire jók, ne módosítsd!"
+msgid ""
+"WARNING: These options are for experts only! If you do not know what they "
+"may be good for, keep your hands off!"
+msgstr ""
+"FIGYELEM: E lehetőséges csak szakértőknek valók! Ha nem tudod, mire jók, ne "
+"módosítsd!"
 
 #: ../panel-plugin/mount-plugin.c:832
 msgid "_Custom commands"
@@ -162,10 +170,12 @@
 #: ../panel-plugin/mount-plugin.c:851
 #, c-format
 msgid ""
-"Most users will only want to prepend \"sudo\" to both commands or prepend \"sync %d &&\" to the \"unmount %d\" command.\n"
+"Most users will only want to prepend \"sudo\" to both commands or prepend "
+"\"sync %d &&\" to the \"unmount %d\" command.\n"
 "'%d' is used to specify the device, '%m' for the mountpoint."
 msgstr ""
-"A legtöbb felhasználó csak \"sudo\"-t akar mindkét parancs, vagy \"sync %d &&\"-t az \"unmount %d\" parancs elé.\n"
+"A legtöbb felhasználó csak \"sudo\"-t akar mindkét parancs, vagy \"sync %d &&"
+"\"-t az \"unmount %d\" parancs elé.\n"
 "A '%d' eszközt, a '%m' csatolási pontot ad."
 
 #: ../panel-plugin/mount-plugin.c:860
@@ -181,16 +191,23 @@
 msgstr "Parancsok"
 
 #: ../panel-plugin/mount-plugin.c:907
-msgid "Activate this option to also display network file systems like NFS, SMBFS, SHFS and SSHFS."
-msgstr "E lehetőség az NFS, SMBFS, SHFS, SSHFS, stb. fájlrendszereket is kiírja."
+msgid ""
+"Activate this option to also display network file systems like NFS, SMBFS, "
+"SHFS and SSHFS."
+msgstr ""
+"E lehetőség az NFS, SMBFS, SHFS, SSHFS, stb. fájlrendszereket is kiírja."
 
 #: ../panel-plugin/mount-plugin.c:912
 msgid "Display _network file systems"
 msgstr "Hálózati fájlrendszereket is"
 
 #: ../panel-plugin/mount-plugin.c:925
-msgid "Activate this option to also eject a CD-drive after unmounting and to insert before mounting."
-msgstr "Használd e lehetőséget egy CD-meghajtó kinyitásához lecsatolás után és becsukásához csatolás előtt."
+msgid ""
+"Activate this option to also eject a CD-drive after unmounting and to insert "
+"before mounting."
+msgstr ""
+"Használd e lehetőséget egy CD-meghajtó kinyitásához lecsatolás után és "
+"becsukásához csatolás előtt."
 
 #: ../panel-plugin/mount-plugin.c:930
 msgid "_Eject CD-drives"
@@ -228,12 +245,15 @@
 
 #~ msgid "size : %g\n"
 #~ msgstr "méret : %g\n"
+
 #~ msgid "<b>Commands</b>"
 #~ msgstr "<b>Parancsok</b>"
+
 #~ msgid "Specify own commands"
 #~ msgstr "Saját parancs megadása"
+
 #~ msgid "<b>General</b>"
 #~ msgstr "<b>Általános</b>"
+
 #~ msgid "Mount Plugin"
 #~ msgstr "Csatoló"
-

Modified: xfce4-mount-plugin/trunk/po/ja.po
===================================================================
--- xfce4-mount-plugin/trunk/po/ja.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/ja.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2006-04-02 20:42+0900\n"
 "Last-Translator: Daichi Kawahata <daichi at xfce.org>\n"
 "Language-Team: Japanese <xfce-i18n at xfce.org>\n"

Modified: xfce4-mount-plugin/trunk/po/ko.po
===================================================================
--- xfce4-mount-plugin/trunk/po/ko.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/ko.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2007-02-20 12:37+0900\n"
 "Last-Translator: ByungHyun Choi <byunghyun.choi at debianusers.org>\n"
 "Language-Team: Korean <xfce-i18n at xfce.org>\n"

Modified: xfce4-mount-plugin/trunk/po/lt.po
===================================================================
--- xfce4-mount-plugin/trunk/po/lt.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/lt.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2006-01-04 21:39+0900\n"
 "Last-Translator: Rimas Kudelis <rq at akl.lt>\n"
 "Language-Team: Lithuanian <xfce-i18n at xfce.org>\n"

Modified: xfce4-mount-plugin/trunk/po/lv.po
===================================================================
--- xfce4-mount-plugin/trunk/po/lv.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/lv.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2N\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2007-11-17 01:17+0300\n"
 "Last-Translator: Rihards Priedītis <rprieditis at inbox.lv>\n"
 "Language-Team: Latvian <rprieditis at inbox.lv>\n"

Modified: xfce4-mount-plugin/trunk/po/nb_NO.po
===================================================================
--- xfce4-mount-plugin/trunk/po/nb_NO.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/nb_NO.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2006-08-07 00:00+0200\n"
 "Last-Translator: Christian Lomsdalen <christian at vindstille.net>\n"
 "Language-Team: Norwegian Bokmal <i18n-nb at lister.ping.uio.no>\n"

Modified: xfce4-mount-plugin/trunk/po/pl.po
===================================================================
--- xfce4-mount-plugin/trunk/po/pl.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/pl.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2006-04-08 13:09+0900\n"
 "Last-Translator: Piotr Maliński <admin at rk.edu.pl>\n"
 "Language-Team: Polish <xfce-i18n at xfce.org>\n"

Modified: xfce4-mount-plugin/trunk/po/pt_BR.po
===================================================================
--- xfce4-mount-plugin/trunk/po/pt_BR.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/pt_BR.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin (XFCE 4.4 Goodies)\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2008-03-15 21:20-0300\n"
 "Last-Translator: Fábio Nogueira <deb-user-ba at ubuntu.com>\n"
 "Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
@@ -118,8 +118,8 @@
 "This is only useful and recommended if you specify \"sync\" as part of the "
 "\"unmount\" command string."
 msgstr ""
-"Isto é somente útil e recomendado se você especificar \"sync\" como parte "
-"da sequência de comando \"unmount\"."
+"Isto é somente útil e recomendado se você especificar \"sync\" como parte da "
+"sequência de comando \"unmount\"."
 
 #: ../panel-plugin/mount-plugin.c:749
 msgid "Show _message after unmount"
@@ -164,8 +164,8 @@
 "WARNING: These options are for experts only! If you do not know what they "
 "may be good for, keep your hands off!"
 msgstr ""
-"AVISO: Estas opções são somente para pessoas experientes! Se você não "
-"sabe o que elas significam, deixe-as em paz!"
+"AVISO: Estas opções são somente para pessoas experientes! Se você não sabe o "
+"que elas significam, deixe-as em paz!"
 
 #: ../panel-plugin/mount-plugin.c:832
 msgid "_Custom commands"
@@ -200,8 +200,8 @@
 "Activate this option to also display network file systems like NFS, SMBFS, "
 "SHFS and SSHFS."
 msgstr ""
-"Ative esta opção para mostrar também sistemas de arquivos de rede como "
-"NFS, SMBFS, SHFS e SSHFS."
+"Ative esta opção para mostrar também sistemas de arquivos de rede como NFS, "
+"SMBFS, SHFS e SSHFS."
 
 #: ../panel-plugin/mount-plugin.c:912
 msgid "Display _network file systems"

Modified: xfce4-mount-plugin/trunk/po/pt_PT.po
===================================================================
--- xfce4-mount-plugin/trunk/po/pt_PT.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/pt_PT.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2008-03-18 14:49+0100\n"
 "Last-Translator: Nuno Miguel <nunis at netcabo.pt>\n"
 "Language-Team: \n"
@@ -80,8 +80,7 @@
 msgid "not mounted\n"
 msgstr "não montado\n"
 
-#: ../panel-plugin/devices.c:245
-#: ../panel-plugin/devices.c:294
+#: ../panel-plugin/devices.c:245 ../panel-plugin/devices.c:294
 msgid "Mount Plugin: Error executing command."
 msgstr "Mount Plugin: Erro a executar comando."
 
@@ -112,8 +111,12 @@
 msgstr "Montar dispositivos"
 
 #: ../panel-plugin/mount-plugin.c:744
-msgid "This is only useful and recommended if you specify \"sync\" as part of the \"unmount\" command string."
-msgstr "Isto só é útil e recomendado se indicar \"sync\" como parte da string de comando \"unmount\""
+msgid ""
+"This is only useful and recommended if you specify \"sync\" as part of the "
+"\"unmount\" command string."
+msgstr ""
+"Isto só é útil e recomendado se indicar \"sync\" como parte da string de "
+"comando \"unmount\""
 
 #: ../panel-plugin/mount-plugin.c:749
 msgid "Show _message after unmount"
@@ -138,11 +141,13 @@
 #: ../panel-plugin/mount-plugin.c:794
 #, c-format
 msgid ""
-"This command will be executed after mounting the device with the mount point of the device as argument.\n"
+"This command will be executed after mounting the device with the mount point "
+"of the device as argument.\n"
 "If you are unsure what to insert, try \"thunar %m\".\n"
 "'%d' can be used to specify the device, '%m' for the mountpoint."
 msgstr ""
-"Este comando irá ser executado depois de montar o dispositivo com o ponto de montagem do dispositivo como argumento.\n"
+"Este comando irá ser executado depois de montar o dispositivo com o ponto de "
+"montagem do dispositivo como argumento.\n"
 "Se está inseguro, tente \"thunar %m\".\n"
 "'%d' é usado para indicar o dispositivo, '%m' para o ponto de montagem."
 
@@ -151,8 +156,12 @@
 msgstr "_Executar depois de montar:"
 
 #: ../panel-plugin/mount-plugin.c:827
-msgid "WARNING: These options are for experts only! If you do not know what they may be good for, keep your hands off!"
-msgstr "AVISO: Estas opções são para avançados! Se não sabe para que servem, mantenha as mãos afastadas!"
+msgid ""
+"WARNING: These options are for experts only! If you do not know what they "
+"may be good for, keep your hands off!"
+msgstr ""
+"AVISO: Estas opções são para avançados! Se não sabe para que servem, "
+"mantenha as mãos afastadas!"
 
 #: ../panel-plugin/mount-plugin.c:832
 msgid "_Custom commands"
@@ -161,10 +170,12 @@
 #: ../panel-plugin/mount-plugin.c:851
 #, c-format
 msgid ""
-"Most users will only want to prepend \"sudo\" to both commands or prepend \"sync %d &&\" to the \"unmount %d\" command.\n"
+"Most users will only want to prepend \"sudo\" to both commands or prepend "
+"\"sync %d &&\" to the \"unmount %d\" command.\n"
 "'%d' is used to specify the device, '%m' for the mountpoint."
 msgstr ""
-"A maioria dos utilizadores quererá prefixar \"sudo\" para ambos os comandos ou prefixar \"sync %d &&\" para \"unmount %d\".\n"
+"A maioria dos utilizadores quererá prefixar \"sudo\" para ambos os comandos "
+"ou prefixar \"sync %d &&\" para \"unmount %d\".\n"
 "'%d' é usado para indicar o dispositivo, '%m' para o ponto de montagem."
 
 #: ../panel-plugin/mount-plugin.c:860
@@ -180,16 +191,24 @@
 msgstr "_Comandos"
 
 #: ../panel-plugin/mount-plugin.c:907
-msgid "Activate this option to also display network file systems like NFS, SMBFS, SHFS and SSHFS."
-msgstr "Active esta opção para mostrar sistemas de ficheiros de rede como NFS, SMBFS, SHFS e SSHFS."
+msgid ""
+"Activate this option to also display network file systems like NFS, SMBFS, "
+"SHFS and SSHFS."
+msgstr ""
+"Active esta opção para mostrar sistemas de ficheiros de rede como NFS, "
+"SMBFS, SHFS e SSHFS."
 
 #: ../panel-plugin/mount-plugin.c:912
 msgid "Display _network file systems"
 msgstr "Mostrar sistema de ficheiros de _rede"
 
 #: ../panel-plugin/mount-plugin.c:925
-msgid "Activate this option to also eject a CD-drive after unmounting and to insert before mounting."
-msgstr "Activar esta opção para ejectar uma CD-drive depois de desmontar e para inserir antes de montar."
+msgid ""
+"Activate this option to also eject a CD-drive after unmounting and to insert "
+"before mounting."
+msgstr ""
+"Activar esta opção para ejectar uma CD-drive depois de desmontar e para "
+"inserir antes de montar."
 
 #: ../panel-plugin/mount-plugin.c:930
 msgid "_Eject CD-drives"
@@ -224,4 +243,3 @@
 #: ../panel-plugin/xfce4-mount-plugin.desktop.in.in.h:2
 msgid "Shows all mountable devices and (un)mounts them on request."
 msgstr "Mostrar todos os dispositivos montáveis e (des)montá-los ao pedir."
-

Modified: xfce4-mount-plugin/trunk/po/ru.po
===================================================================
--- xfce4-mount-plugin/trunk/po/ru.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/ru.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2006-01-04 21:40+0900\n"
 "Last-Translator: Eugene Ostapets <eostapets at altlinux.ru>\n"
 "Language-Team: Russian <xfce-i18n at xfce.org>\n"

Modified: xfce4-mount-plugin/trunk/po/sq.po
===================================================================
--- xfce4-mount-plugin/trunk/po/sq.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/sq.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2007-01-29 12:35+0200\n"
 "Last-Translator: Besnik Bleta <besnik at programeshqip.org>\n"
 "Language-Team: Albanian <xfce-i18n at xfce.org>\n"

Modified: xfce4-mount-plugin/trunk/po/uk.po
===================================================================
--- xfce4-mount-plugin/trunk/po/uk.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/uk.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2007-06-19 16:14+0300\n"
 "Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
 "Language-Team: Ukrainian <xfce-i18n at xfce.org>\n"

Modified: xfce4-mount-plugin/trunk/po/ur.po
===================================================================
--- xfce4-mount-plugin/trunk/po/ur.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/ur.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2007-10-27 15:31+0500\n"
 "Last-Translator: Muhammad Ali Makki <makk.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"

Modified: xfce4-mount-plugin/trunk/po/vi.po
===================================================================
--- xfce4-mount-plugin/trunk/po/vi.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/vi.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2006-02-19 22:51+0300\n"
 "Last-Translator: Phan Vĩnh Thịnh <teppi at vnlinux.org>\n"
 "Language-Team: Vietnamese <xfce-i18n at xfce.org>\n"

Modified: xfce4-mount-plugin/trunk/po/xfce4-mount-plugin.pot
===================================================================
--- xfce4-mount-plugin/trunk/po/xfce4-mount-plugin.pot	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/xfce4-mount-plugin.pot	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"

Modified: xfce4-mount-plugin/trunk/po/zh_CN.po
===================================================================
--- xfce4-mount-plugin/trunk/po/zh_CN.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/zh_CN.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-09-18 21:50+0200\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2008-02-25 20:13+0000\n"
 "Last-Translator: Xiaobin Wu <xwu422 at googlemail.com>\n"
 "Language-Team: \n"
@@ -94,51 +94,50 @@
 msgid "An error occurred. The device should not be removed!"
 msgstr "有错误发生。请勿移除此设备!"
 
-#: ../panel-plugin/mount-plugin.c:216
+#: ../panel-plugin/mount-plugin.c:220
 msgid "<span foreground=\"#FF0000\">not mounted</span>"
 msgstr "<span foreground=\"#FF0000\">未挂载</span>"
 
-#: ../panel-plugin/mount-plugin.c:511
+#: ../panel-plugin/mount-plugin.c:525
 msgid "devices"
 msgstr "设备"
 
-#: ../panel-plugin/mount-plugin.c:665
+#: ../panel-plugin/mount-plugin.c:690
 msgid "Edit Properties"
 msgstr "编辑属性"
 
-#: ../panel-plugin/mount-plugin.c:672
+#: ../panel-plugin/mount-plugin.c:697
 #: ../panel-plugin/xfce4-mount-plugin.desktop.in.in.h:1
 msgid "Mount devices"
 msgstr "挂载设备"
 
-#: ../panel-plugin/mount-plugin.c:719
+#: ../panel-plugin/mount-plugin.c:744
 msgid ""
 "This is only useful and recommended if you specify \"sync\" as part of the "
 "\"unmount\" command string."
-msgstr ""
-"此选项仅在您 \"unmount\" 时使用 \"sync\"参数时才有效。"
+msgstr "此选项仅在您 \"unmount\" 时使用 \"sync\"参数时才有效。"
 
-#: ../panel-plugin/mount-plugin.c:724
+#: ../panel-plugin/mount-plugin.c:749
 msgid "Show _message after unmount"
 msgstr "卸载后显示消息(_M)"
 
-#: ../panel-plugin/mount-plugin.c:736
+#: ../panel-plugin/mount-plugin.c:761
 msgid "You can specify a distinct icon to be displayed in the panel."
 msgstr "您可以指定在面板上显示一个不同的图标。"
 
-#: ../panel-plugin/mount-plugin.c:743
+#: ../panel-plugin/mount-plugin.c:768
 msgid "Icon:"
 msgstr "图标:"
 
-#: ../panel-plugin/mount-plugin.c:747
+#: ../panel-plugin/mount-plugin.c:772
 msgid "Select an image"
 msgstr "选择图片"
 
-#: ../panel-plugin/mount-plugin.c:754
+#: ../panel-plugin/mount-plugin.c:779
 msgid "_General"
 msgstr "常规(_G)"
 
-#: ../panel-plugin/mount-plugin.c:769
+#: ../panel-plugin/mount-plugin.c:794
 #, c-format
 msgid ""
 "This command will be executed after mounting the device with the mount point "
@@ -150,68 +149,74 @@
 "如果您不确定该写什么,试试 \"thunar %m\"。\n"
 "'%d' 代表设备, '%m' 代表挂载点。"
 
-#: ../panel-plugin/mount-plugin.c:779
+#: ../panel-plugin/mount-plugin.c:804
 msgid "_Execute after mounting:"
 msgstr "挂载后执行(_E)"
 
-#: ../panel-plugin/mount-plugin.c:802
+#: ../panel-plugin/mount-plugin.c:827
 msgid ""
 "WARNING: These options are for experts only! If you do not know what they "
 "may be good for, keep your hands off!"
 msgstr ""
-"警告:这些选项仅供专家使用! 如果您不清楚这些指令的功能,"
-"请勿轻易尝试!"
+"警告:这些选项仅供专家使用! 如果您不清楚这些指令的功能,请勿轻易尝试!"
 
-#: ../panel-plugin/mount-plugin.c:807
+#: ../panel-plugin/mount-plugin.c:832
 msgid "_Custom commands"
 msgstr "自定义命令(_C)"
 
-#: ../panel-plugin/mount-plugin.c:826
+#: ../panel-plugin/mount-plugin.c:851
 #, c-format
 msgid ""
 "Most users will only want to prepend \"sudo\" to both commands or prepend "
 "\"sync %d &&\" to the \"unmount %d\" command.\n"
 "'%d' is used to specify the device, '%m' for the mountpoint."
 msgstr ""
-"多数用户应该在两个命令之前都加上 \"sudo\" "
-"或者在 \"unmount %d\"命令前加上 \"sync %d &&\"\n"
+"多数用户应该在两个命令之前都加上 \"sudo\" 或者在 \"unmount %d\"命令前加上 "
+"\"sync %d &&\"\n"
 "'%d' 代表设备, '%m' 代表挂载点。"
 
-#: ../panel-plugin/mount-plugin.c:835
+#: ../panel-plugin/mount-plugin.c:860
 msgid "_Mount command:"
 msgstr "挂载命令(_M):"
 
-#: ../panel-plugin/mount-plugin.c:841
+#: ../panel-plugin/mount-plugin.c:866
 msgid "_Unmount command:"
 msgstr "卸载命令(_U):"
 
-#: ../panel-plugin/mount-plugin.c:867
+#: ../panel-plugin/mount-plugin.c:892
 msgid "_Commands"
 msgstr "命令(_C)"
 
-#: ../panel-plugin/mount-plugin.c:882
+#: ../panel-plugin/mount-plugin.c:907
 msgid ""
 "Activate this option to also display network file systems like NFS, SMBFS, "
 "SHFS and SSHFS."
-msgstr ""
-"激活此选项以显示网络文件系统,例如 NFS、 SMBFS、SHFS及 SSHFS。"
+msgstr "激活此选项以显示网络文件系统,例如 NFS、 SMBFS、SHFS及 SSHFS。"
 
-#: ../panel-plugin/mount-plugin.c:887
+#: ../panel-plugin/mount-plugin.c:912
 msgid "Display _network file systems"
 msgstr "显示网络文件系统(_N)"
 
-#: ../panel-plugin/mount-plugin.c:900
+#: ../panel-plugin/mount-plugin.c:925
 msgid ""
 "Activate this option to also eject a CD-drive after unmounting and to insert "
 "before mounting."
-msgstr ""
-"激活此选项,以在卸载后弹出此光驱,以及挂载前插入光驱。 "
+msgstr "激活此选项,以在卸载后弹出此光驱,以及挂载前插入光驱。 "
 
-#: ../panel-plugin/mount-plugin.c:905
+#: ../panel-plugin/mount-plugin.c:930
 msgid "_Eject CD-drives"
 msgstr "弹出光驱(_E)"
 
-#: ../panel-plugin/mount-plugin.c:918
+#: ../panel-plugin/mount-plugin.c:943
+#, fuzzy
+msgid "Activate this option to only have the mount points be displayed."
+msgstr "激活此选项,以在卸载后弹出此光驱,以及挂载前插入光驱。 "
+
+#: ../panel-plugin/mount-plugin.c:947
+msgid "Display _mount points only"
+msgstr ""
+
+#: ../panel-plugin/mount-plugin.c:962
 msgid ""
 "Exclude the following file systems from the menu.\n"
 "The list is separated by simple spaces.\n"
@@ -221,11 +226,11 @@
 "以空格为分隔符。\n"
 "您可以指定正确的设备或挂载点。"
 
-#: ../panel-plugin/mount-plugin.c:928
+#: ../panel-plugin/mount-plugin.c:972
 msgid "E_xclude specified file systems"
 msgstr "剔除指定文件系统(_X)"
 
-#: ../panel-plugin/mount-plugin.c:943
+#: ../panel-plugin/mount-plugin.c:987
 msgid "_File systems"
 msgstr "文件系统(_F)"
 

Modified: xfce4-mount-plugin/trunk/po/zh_TW.po
===================================================================
--- xfce4-mount-plugin/trunk/po/zh_TW.po	2008-05-16 15:43:59 UTC (rev 4808)
+++ xfce4-mount-plugin/trunk/po/zh_TW.po	2008-05-17 09:39:35 UTC (rev 4809)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-16 16:30+0100\n"
+"POT-Creation-Date: 2008-05-17 11:38+0200\n"
 "PO-Revision-Date: 2006-07-28 23:47+0800\n"
 "Last-Translator: Cosmo Chene <cosmolax at gmail.com>\n"
 "Language-Team: Chinese/Traditional <xfce-i18n at xfce.org>\n"




More information about the Goodies-commits mailing list