[Goodies-commits] r6579 - in thunar-shares-plugin/trunk: . libshares po

Daniel Morales danielm at xfce.org
Tue Jan 27 03:29:04 CET 2009


Author: danielm
Date: 2009-01-27 02:29:03 +0000 (Tue, 27 Jan 2009)
New Revision: 6579

Modified:
   thunar-shares-plugin/trunk/ChangeLog
   thunar-shares-plugin/trunk/INSTALL
   thunar-shares-plugin/trunk/TODO
   thunar-shares-plugin/trunk/libshares/libshares-util.c
   thunar-shares-plugin/trunk/po/POTFILES.in
   thunar-shares-plugin/trunk/po/ca.po
   thunar-shares-plugin/trunk/po/cs.po
   thunar-shares-plugin/trunk/po/da.po
   thunar-shares-plugin/trunk/po/es.po
   thunar-shares-plugin/trunk/po/eu.po
   thunar-shares-plugin/trunk/po/fr.po
   thunar-shares-plugin/trunk/po/id.po
   thunar-shares-plugin/trunk/po/ja.po
   thunar-shares-plugin/trunk/po/pt_BR.po
   thunar-shares-plugin/trunk/po/pt_PT.po
   thunar-shares-plugin/trunk/po/ru.po
   thunar-shares-plugin/trunk/po/sv.po
   thunar-shares-plugin/trunk/po/uk.po
   thunar-shares-plugin/trunk/po/zh_CN.po
Log:
	* INSTALL: new autotools INSTALL file.
	* libshares/libshares-util.c: Warn when long sharenames are used, 
	instead show errors. Fix some warnings that are throwed with new
	GTK+ versions. 

Modified: thunar-shares-plugin/trunk/ChangeLog
===================================================================
--- thunar-shares-plugin/trunk/ChangeLog	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/ChangeLog	2009-01-27 02:29:03 UTC (rev 6579)
@@ -1,3 +1,11 @@
+2009-01-27	Daniel Morales <daniel at daniel.com.uy>
+
+	* INSTALL: new autotools INSTALL file.
+	* libshares/libshares-util.c: Warn when long sharenames are used, 
+	instead show errors. Fix some warnings that are throwed with new
+	GTK+ versions.
+
+
 2008-09-29	Daniel Morales <daniel at daniel.com.uy>
 
 	* libshares/libshares-util.[ch]:

Modified: thunar-shares-plugin/trunk/INSTALL
===================================================================
--- thunar-shares-plugin/trunk/INSTALL	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/INSTALL	2009-01-27 02:29:03 UTC (rev 6579)
@@ -1,8 +1,8 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
-Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006, 2007 Free Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -10,7 +10,10 @@
 Basic Installation
 ==================
 
-These are generic installation instructions.
+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.
 
    The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -23,9 +26,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
@@ -35,20 +38,17 @@
 may remove or edit it.
 
    The file `configure.ac' (or `configure.in') is used to create
-`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'.
+`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'.
 
 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.  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.
+     `./configure' to configure the package for your system.
 
-     Running `configure' takes awhile.  While running, it prints some
-     messages telling which features it is checking for.
+     Running `configure' might take a while.  While running, it prints
+     some messages telling which features it is checking for.
 
   2. Type `make' to compile the package.
 
@@ -67,6 +67,9 @@
      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
 =====================
 
@@ -78,7 +81,7 @@
 by setting variables in the command line or in the environment.  Here
 is an example:
 
-     ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
+     ./configure CC=c99 CFLAGS=-g LIBS=-lposix
 
    *Note Defining Variables::, for more details.
 
@@ -87,17 +90,15 @@
 
 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 must use a version of `make' that
-supports the `VPATH' variable, such as GNU `make'.  `cd' to the
+own directory.  To do this, you can use 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 `..'.
 
-   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.
+   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.
 
 Installation Names
 ==================
@@ -190,12 +191,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).  Here is a another example:
+overridden in the site shell script).
 
-     /bin/bash ./configure CONFIG_SHELL=/bin/bash
+Unfortunately, this technique does not work for `CONFIG_SHELL' due to
+an Autoconf bug.  Until the bug is fixed you can use this workaround:
 
-Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
-configuration-related scripts to be executed by `/bin/bash'.
+     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
 
 `configure' Invocation
 ======================

Modified: thunar-shares-plugin/trunk/TODO
===================================================================
--- thunar-shares-plugin/trunk/TODO	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/TODO	2009-01-27 02:29:03 UTC (rev 6579)
@@ -13,4 +13,4 @@
 MILESTONE 0.20
 =======================================================================
 
-  * 12 chars share-name check should warn the user, isn't a error.
+  * Review/update if necesary: libshares/shares.[ch]. And port changes.

Modified: thunar-shares-plugin/trunk/libshares/libshares-util.c
===================================================================
--- thunar-shares-plugin/trunk/libshares/libshares-util.c	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/libshares/libshares-util.c	2009-01-27 02:29:03 UTC (rev 6579)
@@ -167,9 +167,9 @@
   /* Check length */
   if (g_utf8_strlen (name, -1) > 12)
   {
-    //-- Fixme this should be just a warning.
-    libshares_show_error (NULL, _("Share name is too long."));
-    return NULL;
+    /* Warn the user */
+	if (!libshares_ask_user (_("Share name too long. Some old clients may have problems to access it, continue anyway?")))
+      return NULL;
   }
 
   /* Do the name check only if this is a new share, or if
@@ -250,13 +250,10 @@
                                    GTK_MESSAGE_ERROR,
                                    GTK_BUTTONS_CLOSE,
                                    NULL);
-  if (text){
-    gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (dialog), text);
-  } else {
-    gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (dialog), _("Cannot modify the share:"));
-  }
+  if (!text)
+    text = _("Cannot modify the share:");
 
-  gtk_message_dialog_format_secondary_markup (GTK_MESSAGE_DIALOG (dialog), secondary);
+  g_object_set (G_OBJECT (dialog), "secondary-text", secondary, "text", text, NULL);
 
   gtk_dialog_run (GTK_DIALOG (dialog));
 
@@ -281,8 +278,10 @@
                                    GTK_DIALOG_MODAL,
                                    GTK_MESSAGE_QUESTION,
                                    GTK_BUTTONS_OK_CANCEL,
-                                   text);
-     
+                                   NULL);
+
+  g_object_set (G_OBJECT (dialog), "text", text, NULL);
+
   result = gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_OK;
 
   gtk_widget_destroy (dialog);

Modified: thunar-shares-plugin/trunk/po/POTFILES.in
===================================================================
--- thunar-shares-plugin/trunk/po/POTFILES.in	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/POTFILES.in	2009-01-27 02:29:03 UTC (rev 6579)
@@ -1,12 +1,9 @@
 # List of source files containing translatable strings.
 [encoding: UTF-8]
-libshares/libshares-paths.c
 libshares/libshares-util.c
-libshares/libshares-xml.c
 libshares/shares.c
 thunar-plugin/thunar-shares-plugin.c
 thunar-plugin/tsp-admin.c
 thunar-plugin/tsp-admin-editor.c
 thunar-plugin/tsp-page.c
 thunar-plugin/tsp-provider.c
-[type: gettext/glade]data/dialogs.xml

Modified: thunar-shares-plugin/trunk/po/ca.po
===================================================================
--- thunar-shares-plugin/trunk/po/ca.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/ca.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -120,8 +120,9 @@
 msgstr "<b>Comentaris:</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>Carpeta:</b>"
+msgstr "<b>Compartició de carpetes</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
@@ -174,3 +175,11 @@
 #: ../data/thunar-page.xml.h:7
 msgid "Share this folder"
 msgstr "Comparteix aquesta carpeta"
+
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>Carpeta:</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "Nom compartit:"

Modified: thunar-shares-plugin/trunk/po/cs.po
===================================================================
--- thunar-shares-plugin/trunk/po/cs.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/cs.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -20,8 +20,7 @@
 msgid "Please, write a name."
 msgstr "Zadejte název."
 
-#: ../libshares/libshares-util.c:162
-#: ../data/dialogs.xml.h:1
+#: ../libshares/libshares-util.c:162 ../data/dialogs.xml.h:1
 #: ../data/thunar-page.xml.h:4
 msgid "Cannot modify the share:"
 msgstr "Nelze změnit sdílenou složku:"
@@ -55,8 +54,7 @@
 msgid "the output of 'net usershare' is not in valid UTF-8 encoding"
 msgstr "výstup příkazu 'net usershare' není platný řetězec s kódováním UTF-8"
 
-#: ../libshares/shares.c:463
-#: ../libshares/shares.c:636
+#: ../libshares/shares.c:463 ../libshares/shares.c:636
 #, c-format
 msgid "Failed"
 msgstr "Selhal"
@@ -88,8 +86,12 @@
 
 #: ../libshares/shares.c:747
 #, c-format
-msgid "Cannot change the path of an existing share; please remove the old share first and add a new one"
-msgstr "Nelze změnit cestu existující sdílené složky; nejdříve odeberte starou sdílenou složku a poté přidejte novou"
+msgid ""
+"Cannot change the path of an existing share; please remove the old share "
+"first and add a new one"
+msgstr ""
+"Nelze změnit cestu existující sdílené složky; nejdříve odeberte starou "
+"sdílenou složku a poté přidejte novou"
 
 #: ../thunar-plugin/tsp-admin-editor.c:174
 msgid "Thunar - Add a share"
@@ -116,15 +118,15 @@
 msgstr "<b>Komentáře:</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>Složka:</b>"
+msgstr "<b>Sdílění složky</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
 msgstr "<b>Název sdílené složky:</b>"
 
-#: ../data/admin-dialog-editor.xml.h:4
-#: ../data/thunar-page.xml.h:2
+#: ../data/admin-dialog-editor.xml.h:4 ../data/thunar-page.xml.h:2
 msgid "Allow Guest access"
 msgstr "Povolit přístup nepřihlášeným uživatelům"
 
@@ -136,20 +138,21 @@
 msgid "Thunar - Manage Shared Folders"
 msgstr "Thunar - Správa sdílených složek"
 
-#: ../data/dialogs.xml.h:2
-#: ../data/thunar-page.xml.h:8
+#: ../data/dialogs.xml.h:2 ../data/thunar-page.xml.h:8
 msgid "Thunar Shares Error"
 msgstr "Chybové hlášení aplikace Thunar - sdílení složek"
 
-#: ../data/dialogs.xml.h:3
-#: ../data/thunar-page.xml.h:9
+#: ../data/dialogs.xml.h:3 ../data/thunar-page.xml.h:9
 msgid "Thunar Shares Question"
 msgstr "Dotaz aplikace Thunar - sdílení složek"
 
-#: ../data/dialogs.xml.h:4
-#: ../data/thunar-page.xml.h:10
-msgid "Thunar needs to add some permissions to your folder in order to share it. Do you agree?"
-msgstr "Aplikace Thunar přidá některá oprávnění vaší složce tak, aby ji mohla sdílet. Chcete pokračovat?"
+#: ../data/dialogs.xml.h:4 ../data/thunar-page.xml.h:10
+msgid ""
+"Thunar needs to add some permissions to your folder in order to share it. Do "
+"you agree?"
+msgstr ""
+"Aplikace Thunar přidá některá oprávnění vaší složce tak, aby ji mohla "
+"sdílet. Chcete pokračovat?"
 
 #: ../data/thunar-page.xml.h:1
 msgid "<b>Folder Sharing</b>"
@@ -171,3 +174,10 @@
 msgid "Share this folder"
 msgstr "Sdílet tuto složku"
 
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>Složka:</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "Název sdílené složky:"

Modified: thunar-shares-plugin/trunk/po/da.po
===================================================================
--- thunar-shares-plugin/trunk/po/da.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/da.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -22,8 +22,7 @@
 msgid "Please, write a name."
 msgstr "Skriv venligst et navn."
 
-#: ../libshares/libshares-util.c:162
-#: ../data/dialogs.xml.h:1
+#: ../libshares/libshares-util.c:162 ../data/dialogs.xml.h:1
 #: ../data/thunar-page.xml.h:4
 msgid "Cannot modify the share:"
 msgstr "Kan ikke ændre delingen:"
@@ -57,8 +56,7 @@
 msgid "the output of 'net usershare' is not in valid UTF-8 encoding"
 msgstr "uddata fra 'net usershare' er ikke gyldigt UTF-8 tegnsæt"
 
-#: ../libshares/shares.c:463
-#: ../libshares/shares.c:636
+#: ../libshares/shares.c:463 ../libshares/shares.c:636
 #, c-format
 msgid "Failed"
 msgstr "Fejlede"
@@ -90,8 +88,12 @@
 
 #: ../libshares/shares.c:747
 #, c-format
-msgid "Cannot change the path of an existing share; please remove the old share first and add a new one"
-msgstr "Kunne ikke ændre stien af en eksisterende deling; fjern venligst den gamle deling først inden tilføjelse af en ny"
+msgid ""
+"Cannot change the path of an existing share; please remove the old share "
+"first and add a new one"
+msgstr ""
+"Kunne ikke ændre stien af en eksisterende deling; fjern venligst den gamle "
+"deling først inden tilføjelse af en ny"
 
 #: ../thunar-plugin/tsp-admin-editor.c:174
 msgid "Thunar - Add a share"
@@ -118,15 +120,15 @@
 msgstr "<b>Kommentarer:</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>Mappe:</b>"
+msgstr "<b>Mappedeling</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
 msgstr "<b>Delingnavn:</b>"
 
-#: ../data/admin-dialog-editor.xml.h:4
-#: ../data/thunar-page.xml.h:2
+#: ../data/admin-dialog-editor.xml.h:4 ../data/thunar-page.xml.h:2
 msgid "Allow Guest access"
 msgstr "Tillad gæsteadgang"
 
@@ -138,20 +140,21 @@
 msgid "Thunar - Manage Shared Folders"
 msgstr "Thunar - håndtering af delingsmapper"
 
-#: ../data/dialogs.xml.h:2
-#: ../data/thunar-page.xml.h:8
+#: ../data/dialogs.xml.h:2 ../data/thunar-page.xml.h:8
 msgid "Thunar Shares Error"
 msgstr "Thunar-delingsfejl"
 
-#: ../data/dialogs.xml.h:3
-#: ../data/thunar-page.xml.h:9
+#: ../data/dialogs.xml.h:3 ../data/thunar-page.xml.h:9
 msgid "Thunar Shares Question"
 msgstr "Thunar-delingsspørgsmål"
 
-#: ../data/dialogs.xml.h:4
-#: ../data/thunar-page.xml.h:10
-msgid "Thunar needs to add some permissions to your folder in order to share it. Do you agree?"
-msgstr "Thunar er nødt til at tilføje nogle rettigheder til din mappe for af dele denne. Accepterer du?"
+#: ../data/dialogs.xml.h:4 ../data/thunar-page.xml.h:10
+msgid ""
+"Thunar needs to add some permissions to your folder in order to share it. Do "
+"you agree?"
+msgstr ""
+"Thunar er nødt til at tilføje nogle rettigheder til din mappe for af dele "
+"denne. Accepterer du?"
 
 #: ../data/thunar-page.xml.h:1
 msgid "<b>Folder Sharing</b>"
@@ -173,3 +176,10 @@
 msgid "Share this folder"
 msgstr "Del denne mappe"
 
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>Mappe:</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "Delingsnavn:"

Modified: thunar-shares-plugin/trunk/po/es.po
===================================================================
--- thunar-shares-plugin/trunk/po/es.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/es.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -22,8 +22,7 @@
 msgid "Please, write a name."
 msgstr "Por favor, escriba un nombre."
 
-#: ../libshares/libshares-util.c:162
-#: ../data/dialogs.xml.h:1
+#: ../libshares/libshares-util.c:162 ../data/dialogs.xml.h:1
 #: ../data/thunar-page.xml.h:4
 msgid "Cannot modify the share:"
 msgstr "No se puede modificar el recurso compartido:"
@@ -55,10 +54,10 @@
 #: ../libshares/shares.c:208
 #, c-format
 msgid "the output of 'net usershare' is not in valid UTF-8 encoding"
-msgstr "la salida del comando 'net usershare' no tiene una codificación UTF-8 válida"
+msgstr ""
+"la salida del comando 'net usershare' no tiene una codificación UTF-8 válida"
 
-#: ../libshares/shares.c:463
-#: ../libshares/shares.c:636
+#: ../libshares/shares.c:463 ../libshares/shares.c:636
 #, c-format
 msgid "Failed"
 msgstr "Fallo"
@@ -86,12 +85,18 @@
 #: ../libshares/shares.c:701
 #, c-format
 msgid "Cannot remove the share for path %s: that path is not shared"
-msgstr "No se puede eliminar el recurso compartido para la ruta %s: esta ruta no está compartida"
+msgstr ""
+"No se puede eliminar el recurso compartido para la ruta %s: esta ruta no "
+"está compartida"
 
 #: ../libshares/shares.c:747
 #, c-format
-msgid "Cannot change the path of an existing share; please remove the old share first and add a new one"
-msgstr "No se puede cambiar la ruta de un recurso compartido; por favor, elimine el antiguo recurso compartido primero y añada uno nuevo"
+msgid ""
+"Cannot change the path of an existing share; please remove the old share "
+"first and add a new one"
+msgstr ""
+"No se puede cambiar la ruta de un recurso compartido; por favor, elimine el "
+"antiguo recurso compartido primero y añada uno nuevo"
 
 #: ../thunar-plugin/tsp-admin-editor.c:174
 msgid "Thunar - Add a share"
@@ -118,15 +123,15 @@
 msgstr "<b>Comentarios:</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>Carpeta:</b>"
+msgstr "<b>Compartir carpetas</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
 msgstr "<b>Nombre de recurso compartido:</b>"
 
-#: ../data/admin-dialog-editor.xml.h:4
-#: ../data/thunar-page.xml.h:2
+#: ../data/admin-dialog-editor.xml.h:4 ../data/thunar-page.xml.h:2
 msgid "Allow Guest access"
 msgstr "Permitir acceso a invitados"
 
@@ -138,20 +143,21 @@
 msgid "Thunar - Manage Shared Folders"
 msgstr "Thunar - Administrar carpetas compartidas"
 
-#: ../data/dialogs.xml.h:2
-#: ../data/thunar-page.xml.h:8
+#: ../data/dialogs.xml.h:2 ../data/thunar-page.xml.h:8
 msgid "Thunar Shares Error"
 msgstr "Thunar Shares - Error"
 
-#: ../data/dialogs.xml.h:3
-#: ../data/thunar-page.xml.h:9
+#: ../data/dialogs.xml.h:3 ../data/thunar-page.xml.h:9
 msgid "Thunar Shares Question"
 msgstr "Thunar Shares - Pregunta"
 
-#: ../data/dialogs.xml.h:4
-#: ../data/thunar-page.xml.h:10
-msgid "Thunar needs to add some permissions to your folder in order to share it. Do you agree?"
-msgstr "Thunar necesita añadir algunos permisos a su carpeta para compartirla. ¿Está de acuerdo?"
+#: ../data/dialogs.xml.h:4 ../data/thunar-page.xml.h:10
+msgid ""
+"Thunar needs to add some permissions to your folder in order to share it. Do "
+"you agree?"
+msgstr ""
+"Thunar necesita añadir algunos permisos a su carpeta para compartirla. ¿Está "
+"de acuerdo?"
 
 #: ../data/thunar-page.xml.h:1
 msgid "<b>Folder Sharing</b>"
@@ -173,6 +179,13 @@
 msgid "Share this folder"
 msgstr "Compartir esta carpeta"
 
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>Carpeta:</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "Nombre del recurso compartido:"
+
 #~ msgid "Insufficient permissions to share the folder."
 #~ msgstr "Permisos de carpeta no cumplidos para compartir"
-

Modified: thunar-shares-plugin/trunk/po/eu.po
===================================================================
--- thunar-shares-plugin/trunk/po/eu.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/eu.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -89,7 +89,9 @@
 msgid ""
 "Cannot change the path of an existing share; please remove the old share "
 "first and add a new one"
-msgstr "Ezin da sorturik dagoen partekatze baten bidea; mesedez kendu partekatze zaharra aurretik eta gero gehitu berri bat"
+msgstr ""
+"Ezin da sorturik dagoen partekatze baten bidea; mesedez kendu partekatze "
+"zaharra aurretik eta gero gehitu berri bat"
 
 #: ../thunar-plugin/tsp-admin-editor.c:174
 msgid "Thunar - Add a share"
@@ -116,8 +118,9 @@
 msgstr "<b>Iruzkinak:</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>Karpeta:</b>"
+msgstr "<b>Karpeta partekatzea</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
@@ -147,7 +150,9 @@
 msgid ""
 "Thunar needs to add some permissions to your folder in order to share it. Do "
 "you agree?"
-msgstr "Thunarrek zure karpetara baimen batzuek gehitu behar dizkio partekatu ahal izateko. Ados zaude?"
+msgstr ""
+"Thunarrek zure karpetara baimen batzuek gehitu behar dizkio partekatu ahal "
+"izateko. Ados zaude?"
 
 #: ../data/thunar-page.xml.h:1
 msgid "<b>Folder Sharing</b>"
@@ -168,3 +173,11 @@
 #: ../data/thunar-page.xml.h:7
 msgid "Share this folder"
 msgstr "Partekatu karpeta hau"
+
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>Karpeta:</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "Partekatze izena:"

Modified: thunar-shares-plugin/trunk/po/fr.po
===================================================================
--- thunar-shares-plugin/trunk/po/fr.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/fr.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -19,8 +19,7 @@
 msgid "Please, write a name."
 msgstr "Veuillez insérer un nom."
 
-#: ../libshares/libshares-util.c:162
-#: ../data/dialogs.xml.h:1
+#: ../libshares/libshares-util.c:162 ../data/dialogs.xml.h:1
 #: ../data/thunar-page.xml.h:4
 msgid "Cannot modify the share:"
 msgstr "Échec à la modification du partage :"
@@ -54,8 +53,7 @@
 msgid "the output of 'net usershare' is not in valid UTF-8 encoding"
 msgstr "la sortie de 'net usershare' n'est pas au format UTF-8"
 
-#: ../libshares/shares.c:463
-#: ../libshares/shares.c:636
+#: ../libshares/shares.c:463 ../libshares/shares.c:636
 #, c-format
 msgid "Failed"
 msgstr "Échec"
@@ -83,12 +81,18 @@
 #: ../libshares/shares.c:701
 #, c-format
 msgid "Cannot remove the share for path %s: that path is not shared"
-msgstr "Échec à la suppression du partage pour %s : le chemin d'accès n'est pas partagé"
+msgstr ""
+"Échec à la suppression du partage pour %s : le chemin d'accès n'est pas "
+"partagé"
 
 #: ../libshares/shares.c:747
 #, c-format
-msgid "Cannot change the path of an existing share; please remove the old share first and add a new one"
-msgstr "Un partage existant ne peut pas être modifié; veuillez le supprimer et le recréer"
+msgid ""
+"Cannot change the path of an existing share; please remove the old share "
+"first and add a new one"
+msgstr ""
+"Un partage existant ne peut pas être modifié; veuillez le supprimer et le "
+"recréer"
 
 #: ../thunar-plugin/tsp-admin-editor.c:174
 msgid "Thunar - Add a share"
@@ -115,15 +119,15 @@
 msgstr "<b>Commentaires :</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>Dossier :</b>"
+msgstr "<b>Partage de dossier</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
 msgstr "<b>Nom du partage :</b>"
 
-#: ../data/admin-dialog-editor.xml.h:4
-#: ../data/thunar-page.xml.h:2
+#: ../data/admin-dialog-editor.xml.h:4 ../data/thunar-page.xml.h:2
 msgid "Allow Guest access"
 msgstr "Permettre l'accès hôte"
 
@@ -135,20 +139,21 @@
 msgid "Thunar - Manage Shared Folders"
 msgstr "Thunar - Gérer les dossiers partagés"
 
-#: ../data/dialogs.xml.h:2
-#: ../data/thunar-page.xml.h:8
+#: ../data/dialogs.xml.h:2 ../data/thunar-page.xml.h:8
 msgid "Thunar Shares Error"
 msgstr "Erreur Thunar Shares"
 
-#: ../data/dialogs.xml.h:3
-#: ../data/thunar-page.xml.h:9
+#: ../data/dialogs.xml.h:3 ../data/thunar-page.xml.h:9
 msgid "Thunar Shares Question"
 msgstr "Question Thunar Shares"
 
-#: ../data/dialogs.xml.h:4
-#: ../data/thunar-page.xml.h:10
-msgid "Thunar needs to add some permissions to your folder in order to share it. Do you agree?"
-msgstr "Thunar doit ajouter des permissions à votre dossier pour en permettre le partage. Êtes-vous d'accord ?"
+#: ../data/dialogs.xml.h:4 ../data/thunar-page.xml.h:10
+msgid ""
+"Thunar needs to add some permissions to your folder in order to share it. Do "
+"you agree?"
+msgstr ""
+"Thunar doit ajouter des permissions à votre dossier pour en permettre le "
+"partage. Êtes-vous d'accord ?"
 
 #: ../data/thunar-page.xml.h:1
 msgid "<b>Folder Sharing</b>"
@@ -170,14 +175,25 @@
 msgid "Share this folder"
 msgstr "Partager ce dossier"
 
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>Dossier :</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "Nom du partage :"
+
 #~ msgid "Insufficient permissions to share the folder."
 #~ msgstr "Permissions insuffisantes pour créer le partage."
+
 #~ msgid "gtk-cancel"
 #~ msgstr "Annuler"
+
 #~ msgid "gtk-ok"
 #~ msgstr "Ok"
+
 #~ msgid "gtk-apply"
 #~ msgstr "Appliquer"
+
 #~ msgid "gtk-revert-to-saved"
 #~ msgstr "Annuler"
-

Modified: thunar-shares-plugin/trunk/po/id.po
===================================================================
--- thunar-shares-plugin/trunk/po/id.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/id.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -16,8 +16,10 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: ../libshares/libshares-util.c:111
-#: ../libshares/libshares-util.c:162
-#: ../data/dialogs.xml.h:1
+msgid "Please, write a name."
+msgstr ""
+
+#: ../libshares/libshares-util.c:162 ../data/dialogs.xml.h:1
 #: ../data/thunar-page.xml.h:4
 msgid "Cannot modify the share:"
 msgstr "Tak dapat memodifikasi bagian:"
@@ -51,8 +53,7 @@
 msgid "the output of 'net usershare' is not in valid UTF-8 encoding"
 msgstr "keluaran 'net usershare' bukan penyandian UTF-8 yang sah"
 
-#: ../libshares/shares.c:463
-#: ../libshares/shares.c:636
+#: ../libshares/shares.c:463 ../libshares/shares.c:636
 #, c-format
 msgid "Failed"
 msgstr "Gagal"
@@ -80,12 +81,17 @@
 #: ../libshares/shares.c:701
 #, c-format
 msgid "Cannot remove the share for path %s: that path is not shared"
-msgstr "Tak dapat menghapus bagian untuk alamat %s: alamat tersebut tidak dibagi"
+msgstr ""
+"Tak dapat menghapus bagian untuk alamat %s: alamat tersebut tidak dibagi"
 
 #: ../libshares/shares.c:747
 #, c-format
-msgid "Cannot change the path of an existing share; please remove the old share first and add a new one"
-msgstr "Tak dapat mengubah alaman bagian yang telah ada; silakan hapus bagian yang lama terlebih dahulu kemudian tambah yang baru"
+msgid ""
+"Cannot change the path of an existing share; please remove the old share "
+"first and add a new one"
+msgstr ""
+"Tak dapat mengubah alaman bagian yang telah ada; silakan hapus bagian yang "
+"lama terlebih dahulu kemudian tambah yang baru"
 
 #: ../thunar-plugin/tsp-admin-editor.c:174
 msgid "Thunar - Add a share"
@@ -112,15 +118,15 @@
 msgstr "<b>Komentar:</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>Folder:</b>"
+msgstr "<b>Berbagi Folder</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
 msgstr "<b>Name bagian:</b>"
 
-#: ../data/admin-dialog-editor.xml.h:4
-#: ../data/thunar-page.xml.h:2
+#: ../data/admin-dialog-editor.xml.h:4 ../data/thunar-page.xml.h:2
 msgid "Allow Guest access"
 msgstr "Izinkan akses Tamu"
 
@@ -132,20 +138,21 @@
 msgid "Thunar - Manage Shared Folders"
 msgstr "Thunar - Atur Folder Terbagi"
 
-#: ../data/dialogs.xml.h:2
-#: ../data/thunar-page.xml.h:8
+#: ../data/dialogs.xml.h:2 ../data/thunar-page.xml.h:8
 msgid "Thunar Shares Error"
 msgstr "Galat Pembagian Thunar"
 
-#: ../data/dialogs.xml.h:3
-#: ../data/thunar-page.xml.h:9
+#: ../data/dialogs.xml.h:3 ../data/thunar-page.xml.h:9
 msgid "Thunar Shares Question"
 msgstr "Pertanyaan Pembagian Thunar"
 
-#: ../data/dialogs.xml.h:4
-#: ../data/thunar-page.xml.h:10
-msgid "Thunar needs to add some permissions to your folder in order to share it. Do you agree?"
-msgstr "Thunar perlu menambah beberapa hak akses ke folder anda supaya dapat membaginya. Anda setuju?"
+#: ../data/dialogs.xml.h:4 ../data/thunar-page.xml.h:10
+msgid ""
+"Thunar needs to add some permissions to your folder in order to share it. Do "
+"you agree?"
+msgstr ""
+"Thunar perlu menambah beberapa hak akses ke folder anda supaya dapat "
+"membaginya. Anda setuju?"
 
 #: ../data/thunar-page.xml.h:1
 msgid "<b>Folder Sharing</b>"
@@ -167,3 +174,10 @@
 msgid "Share this folder"
 msgstr "Bagi folder ini"
 
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>Folder:</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "Nama Bagian:"

Modified: thunar-shares-plugin/trunk/po/ja.po
===================================================================
--- thunar-shares-plugin/trunk/po/ja.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/ja.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -21,8 +21,7 @@
 msgid "Please, write a name."
 msgstr "名前を入力してください。"
 
-#: ../libshares/libshares-util.c:162
-#: ../data/dialogs.xml.h:1
+#: ../libshares/libshares-util.c:162 ../data/dialogs.xml.h:1
 #: ../data/thunar-page.xml.h:4
 msgid "Cannot modify the share:"
 msgstr "共有を変更できません:"
@@ -56,8 +55,7 @@
 msgid "the output of 'net usershare' is not in valid UTF-8 encoding"
 msgstr "'net usershare' の出力は正しい UTF-8 エンコーディングではありません"
 
-#: ../libshares/shares.c:463
-#: ../libshares/shares.c:636
+#: ../libshares/shares.c:463 ../libshares/shares.c:636
 #, c-format
 msgid "Failed"
 msgstr "失敗しました"
@@ -89,8 +87,12 @@
 
 #: ../libshares/shares.c:747
 #, c-format
-msgid "Cannot change the path of an existing share; please remove the old share first and add a new one"
-msgstr "既存の共有パスを変更できません。先に古い共有を解除してから新しく追加してください。"
+msgid ""
+"Cannot change the path of an existing share; please remove the old share "
+"first and add a new one"
+msgstr ""
+"既存の共有パスを変更できません。先に古い共有を解除してから新しく追加してくだ"
+"さい。"
 
 #: ../thunar-plugin/tsp-admin-editor.c:174
 msgid "Thunar - Add a share"
@@ -117,15 +119,15 @@
 msgstr "<b>コメント:</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>フォルダ:</b>"
+msgstr "<b>フォルダの共有</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
 msgstr "<b>共有名:</b>"
 
-#: ../data/admin-dialog-editor.xml.h:4
-#: ../data/thunar-page.xml.h:2
+#: ../data/admin-dialog-editor.xml.h:4 ../data/thunar-page.xml.h:2
 msgid "Allow Guest access"
 msgstr "ゲストアクセスを許可する"
 
@@ -137,20 +139,21 @@
 msgid "Thunar - Manage Shared Folders"
 msgstr "Thunar - 共有フォルダの管理"
 
-#: ../data/dialogs.xml.h:2
-#: ../data/thunar-page.xml.h:8
+#: ../data/dialogs.xml.h:2 ../data/thunar-page.xml.h:8
 msgid "Thunar Shares Error"
 msgstr "Thunar 共有エラー"
 
-#: ../data/dialogs.xml.h:3
-#: ../data/thunar-page.xml.h:9
+#: ../data/dialogs.xml.h:3 ../data/thunar-page.xml.h:9
 msgid "Thunar Shares Question"
 msgstr "Thunar 共有の質問"
 
-#: ../data/dialogs.xml.h:4
-#: ../data/thunar-page.xml.h:10
-msgid "Thunar needs to add some permissions to your folder in order to share it. Do you agree?"
-msgstr "Thunar は共有するフォルダに対していくつかのアクセス権の追加を必要とします。よろしいですか?"
+#: ../data/dialogs.xml.h:4 ../data/thunar-page.xml.h:10
+msgid ""
+"Thunar needs to add some permissions to your folder in order to share it. Do "
+"you agree?"
+msgstr ""
+"Thunar は共有するフォルダに対していくつかのアクセス権の追加を必要とします。よ"
+"ろしいですか?"
 
 #: ../data/thunar-page.xml.h:1
 msgid "<b>Folder Sharing</b>"
@@ -172,3 +175,10 @@
 msgid "Share this folder"
 msgstr "このフォルダを共有する"
 
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>フォルダ:</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "共有名:"

Modified: thunar-shares-plugin/trunk/po/pt_BR.po
===================================================================
--- thunar-shares-plugin/trunk/po/pt_BR.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/pt_BR.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Thunar-Shares-PLugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-31 04:48-0400\n"
+"POT-Creation-Date: 2008-07-22 20:50-0300\n"
 "PO-Revision-Date: 2008-07-30 23:05-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"
@@ -21,6 +21,7 @@
 msgstr "Por favor, escreva um nome."
 
 #: ../libshares/libshares-util.c:162 ../data/dialogs.xml.h:1
+#: ../data/thunar-page.xml.h:4
 msgid "Cannot modify the share:"
 msgstr "Não foi possível modificar o compartilhamento:"
 
@@ -52,8 +53,8 @@
 #, c-format
 msgid "the output of 'net usershare' is not in valid UTF-8 encoding"
 msgstr ""
-"A saída do \"compartilhamento de rede do usuário\" não está codificado"
-" em UTF-8"
+"A saída do \"compartilhamento de rede do usuário\" não está codificado em "
+"UTF-8"
 
 #: ../libshares/shares.c:463 ../libshares/shares.c:636
 #, c-format
@@ -93,26 +94,26 @@
 "Cannot change the path of an existing share; please remove the old share "
 "first and add a new one"
 msgstr ""
-"Não é possível mudar o caminho de um compartilhamento existente; por "
-"favor, remova o compartilhamento antigo primeiro e adicione um novo"
+"Não é possível mudar o caminho de um compartilhamento existente; por favor, "
+"remova o compartilhamento antigo primeiro e adicione um novo"
 
-#: ../thunar-plugin/tsp-admin-editor.c:172
+#: ../thunar-plugin/tsp-admin-editor.c:174
 msgid "Thunar - Add a share"
 msgstr "Thunar - Adicionar um comartilhamento"
 
-#: ../thunar-plugin/tsp-admin-editor.c:194
+#: ../thunar-plugin/tsp-admin-editor.c:196
 msgid "Thunar - Edit share"
 msgstr "Thunar - Editar compartilhamento"
 
-#: ../thunar-plugin/tsp-page.c:228
+#: ../thunar-plugin/tsp-page.c:229
 msgid "Share"
 msgstr "Compartilhar"
 
-#: ../thunar-plugin/tsp-prefs-provider.c:95
+#: ../thunar-plugin/tsp-prefs-provider.c:99
 msgid "Manage shared folders..."
 msgstr "Gerenciar pasta compartilhadas..."
 
-#: ../thunar-plugin/tsp-prefs-provider.c:96
+#: ../thunar-plugin/tsp-prefs-provider.c:100
 msgid "Add, edit and remove shared folders"
 msgstr "Adicionar, editar ou remover pastas compartilhadas"
 
@@ -121,8 +122,9 @@
 msgstr "<b>Comentários:</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>Pasta:</b>"
+msgstr "<b>Compartilhando pasta</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
@@ -140,15 +142,15 @@
 msgid "Thunar - Manage Shared Folders"
 msgstr "Thunar - Gerenciar pastas compartilhadas"
 
-#: ../data/dialogs.xml.h:2
+#: ../data/dialogs.xml.h:2 ../data/thunar-page.xml.h:8
 msgid "Thunar Shares Error"
 msgstr "Erro de compartilhamentos do Thunar"
 
-#: ../data/dialogs.xml.h:3
+#: ../data/dialogs.xml.h:3 ../data/thunar-page.xml.h:9
 msgid "Thunar Shares Question"
 msgstr "Questões sobre compartilhamentos do Thunar"
 
-#: ../data/dialogs.xml.h:4
+#: ../data/dialogs.xml.h:4 ../data/thunar-page.xml.h:10
 msgid ""
 "Thunar needs to add some permissions to your folder in order to share it. Do "
 "you agree?"
@@ -164,14 +166,22 @@
 msgid "Allow others users to write in this folder"
 msgstr "Permitir que outros usuários gravem nesta pasta"
 
-#: ../data/thunar-page.xml.h:4
+#: ../data/thunar-page.xml.h:5
 msgid "Comments:"
 msgstr "Comentários:"
 
-#: ../data/thunar-page.xml.h:5
+#: ../data/thunar-page.xml.h:6
 msgid "Share Name:"
 msgstr "Nome do compartilhamento:"
 
-#: ../data/thunar-page.xml.h:6
+#: ../data/thunar-page.xml.h:7
 msgid "Share this folder"
 msgstr "Compartilhe esta pasta"
+
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>Pasta:</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "Nome do compartilhamento:"

Modified: thunar-shares-plugin/trunk/po/pt_PT.po
===================================================================
--- thunar-shares-plugin/trunk/po/pt_PT.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/pt_PT.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -20,8 +20,7 @@
 msgid "Please, write a name."
 msgstr "Por favor, escreva um nome."
 
-#: ../libshares/libshares-util.c:162
-#: ../data/dialogs.xml.h:1
+#: ../libshares/libshares-util.c:162 ../data/dialogs.xml.h:1
 #: ../data/thunar-page.xml.h:4
 msgid "Cannot modify the share:"
 msgstr "Incapaz de modificar a partilha:"
@@ -55,8 +54,7 @@
 msgid "the output of 'net usershare' is not in valid UTF-8 encoding"
 msgstr "a saída do 'net usershare' não está codificado em UTF-8"
 
-#: ../libshares/shares.c:463
-#: ../libshares/shares.c:636
+#: ../libshares/shares.c:463 ../libshares/shares.c:636
 #, c-format
 msgid "Failed"
 msgstr "Falhou"
@@ -84,12 +82,18 @@
 #: ../libshares/shares.c:701
 #, c-format
 msgid "Cannot remove the share for path %s: that path is not shared"
-msgstr "Incapaz de remover a partilha para o caminho %s: este caminho não está partilhado"
+msgstr ""
+"Incapaz de remover a partilha para o caminho %s: este caminho não está "
+"partilhado"
 
 #: ../libshares/shares.c:747
 #, c-format
-msgid "Cannot change the path of an existing share; please remove the old share first and add a new one"
-msgstr "Incapaz de mudar o caminho de uma partilha existente; por favor, remova a partilha antiga primeiro e adicione uma nova"
+msgid ""
+"Cannot change the path of an existing share; please remove the old share "
+"first and add a new one"
+msgstr ""
+"Incapaz de mudar o caminho de uma partilha existente; por favor, remova a "
+"partilha antiga primeiro e adicione uma nova"
 
 #: ../thunar-plugin/tsp-admin-editor.c:174
 msgid "Thunar - Add a share"
@@ -116,15 +120,15 @@
 msgstr "<b>Comentários:</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>Pasta:</b>"
+msgstr "<b>Partilhar Pasta</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
 msgstr "<b>Nome da partilha:</b>"
 
-#: ../data/admin-dialog-editor.xml.h:4
-#: ../data/thunar-page.xml.h:2
+#: ../data/admin-dialog-editor.xml.h:4 ../data/thunar-page.xml.h:2
 msgid "Allow Guest access"
 msgstr "Permitir acesso convidado"
 
@@ -136,20 +140,21 @@
 msgid "Thunar - Manage Shared Folders"
 msgstr "Thunar - Gerir pastas partilhadas"
 
-#: ../data/dialogs.xml.h:2
-#: ../data/thunar-page.xml.h:8
+#: ../data/dialogs.xml.h:2 ../data/thunar-page.xml.h:8
 msgid "Thunar Shares Error"
 msgstr "Erro de partilha do Thunar"
 
-#: ../data/dialogs.xml.h:3
-#: ../data/thunar-page.xml.h:9
+#: ../data/dialogs.xml.h:3 ../data/thunar-page.xml.h:9
 msgid "Thunar Shares Question"
 msgstr "Questões sobre partilhas do Thunar"
 
-#: ../data/dialogs.xml.h:4
-#: ../data/thunar-page.xml.h:10
-msgid "Thunar needs to add some permissions to your folder in order to share it. Do you agree?"
-msgstr "O Thunar precisa adicionar algumas permissões à sua pasta para partilhá-la. Concorda?"
+#: ../data/dialogs.xml.h:4 ../data/thunar-page.xml.h:10
+msgid ""
+"Thunar needs to add some permissions to your folder in order to share it. Do "
+"you agree?"
+msgstr ""
+"O Thunar precisa adicionar algumas permissões à sua pasta para partilhá-la. "
+"Concorda?"
 
 #: ../data/thunar-page.xml.h:1
 msgid "<b>Folder Sharing</b>"
@@ -171,3 +176,10 @@
 msgid "Share this folder"
 msgstr "Partilhar esta pasta"
 
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>Pasta:</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "Nome da partilha:"

Modified: thunar-shares-plugin/trunk/po/ru.po
===================================================================
--- thunar-shares-plugin/trunk/po/ru.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/ru.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -17,7 +17,8 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Launchpad-Export-Date: 2008-07-17 13:36+0000\n"
 "X-Generator: KBabel 1.11.4\n"
-"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #: ../libshares/libshares-util.c:111
 msgid "Please, write a name."
@@ -121,8 +122,9 @@
 msgstr "<b>Коментарии:</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>Папка:</b>"
+msgstr "<b>Общий доступ к папкам</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
@@ -152,7 +154,9 @@
 msgid ""
 "Thunar needs to add some permissions to your folder in order to share it. Do "
 "you agree?"
-msgstr "Приложению Thunar необходимо добавить определенные права доступа к вашей папке для организации общего доступа к ней. Вы согласны добавить новые права?"
+msgstr ""
+"Приложению Thunar необходимо добавить определенные права доступа к вашей "
+"папке для организации общего доступа к ней. Вы согласны добавить новые права?"
 
 #: ../data/thunar-page.xml.h:1
 msgid "<b>Folder Sharing</b>"
@@ -174,3 +178,10 @@
 msgid "Share this folder"
 msgstr "Разрешить общий доступ к этой папке"
 
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>Папка:</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "Сетевое имя:"

Modified: thunar-shares-plugin/trunk/po/sv.po
===================================================================
--- thunar-shares-plugin/trunk/po/sv.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/sv.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: thunar-shares-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-12-14 15:53+0100\n"
+"POT-Creation-Date: 2008-07-22 20:50-0300\n"
 "PO-Revision-Date: 2008-12-21 19:35+0100\n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -15,171 +15,183 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../libshares/libshares-util.c:163
+#: ../libshares/libshares-util.c:111
 msgid "Please, write a name."
 msgstr "Ange ett namn."
 
-#. -- Fixme this should be just a warning.
-#: ../libshares/libshares-util.c:171
-msgid "Share name is too long."
-msgstr "Utdelningens namn är för långt."
-
-#: ../libshares/libshares-util.c:184
-#, c-format
-msgid "Error while getting share information: %s"
-msgstr "Fel vid hämtning av utdelningsinformation: %s"
-
-#: ../libshares/libshares-util.c:194
-msgid "Another share has the same name"
-msgstr "En annan utdelning har samma namn"
-
-#: ../libshares/libshares-util.c:256
+#: ../libshares/libshares-util.c:162 ../data/dialogs.xml.h:1
+#: ../data/thunar-page.xml.h:4
 msgid "Cannot modify the share:"
 msgstr "Kan inte ändra utdelningen:"
 
-#: ../libshares/libshares-util.c:350
-msgid "Thunar needs to add some permissions to your folder in order to share it. Do you agree?"
-msgstr "Thunar behöver lägga till några rättigheter på din mapp för att kunna dela ut den. Godkänner du det?"
-
-#: ../libshares/libshares-util.c:391
+#: ../libshares/libshares-util.c:232
 msgid "Error when changing folder permissions."
 msgstr "Fel vid ändring av mapprättigheter."
 
-#: ../libshares/shares.c:153
+#: ../libshares/shares.c:146
 #, c-format
 msgid "%s %s %s returned with signal %d"
 msgstr "%s %s %s returnerade signal %d"
 
-#: ../libshares/shares.c:162
+#: ../libshares/shares.c:155
 #, c-format
 msgid "%s %s %s failed for an unknown reason"
 msgstr "%s %s %s misslyckades av en okänd anledning"
 
-#: ../libshares/shares.c:183
+#: ../libshares/shares.c:175
 #, c-format
 msgid "'net usershare' returned error %d: %s"
 msgstr "'net usershare' returnerade fel %d: %s"
 
-#: ../libshares/shares.c:185
+#: ../libshares/shares.c:177
 #, c-format
 msgid "'net usershare' returned error %d"
 msgstr "'net usershare' returnerade fel %d"
 
-#: ../libshares/shares.c:219
+#: ../libshares/shares.c:208
 #, c-format
 msgid "the output of 'net usershare' is not in valid UTF-8 encoding"
 msgstr "utdata från 'net usershare' är inte i giltig UTF-8-kodning"
 
-#: ../libshares/shares.c:478
-#: ../libshares/shares.c:655
+#: ../libshares/shares.c:463 ../libshares/shares.c:636
 #, c-format
 msgid "Failed"
 msgstr "Misslyckades"
 
-#: ../libshares/shares.c:590
+#: ../libshares/shares.c:571
 #, c-format
 msgid "Samba's testparm returned with signal %d"
 msgstr "Sambas testparm returnerade signal %d"
 
-#: ../libshares/shares.c:596
+#: ../libshares/shares.c:577
 #, c-format
 msgid "Samba's testparm failed for an unknown reason"
 msgstr "Sambas testparm misslyckades av en okänd anledning"
 
-#: ../libshares/shares.c:611
+#: ../libshares/shares.c:592
 #, c-format
 msgid "Samba's testparm returned error %d: %s"
 msgstr "Sambas testparm returnerade fel %d: %s"
 
-#: ../libshares/shares.c:613
+#: ../libshares/shares.c:594
 #, c-format
 msgid "Samba's testparm returned error %d"
 msgstr "Sambas testparm returnerade fel %d"
 
-#: ../libshares/shares.c:726
+#: ../libshares/shares.c:701
 #, c-format
 msgid "Cannot remove the share for path %s: that path is not shared"
-msgstr "Kan inte ta bort utdelningen för sökvägen %s: den sökvägen delas inte ut"
+msgstr ""
+"Kan inte ta bort utdelningen för sökvägen %s: den sökvägen delas inte ut"
 
-#: ../libshares/shares.c:779
+#: ../libshares/shares.c:747
 #, c-format
-msgid "Cannot change the path of an existing share; please remove the old share first and add a new one"
-msgstr "Kan inte ändra sökvägen för en befintlig utdelning; ta bort den gamla utdelningen och lägg till en ny"
+msgid ""
+"Cannot change the path of an existing share; please remove the old share "
+"first and add a new one"
+msgstr ""
+"Kan inte ändra sökvägen för en befintlig utdelning; ta bort den gamla "
+"utdelningen och lägg till en ny"
 
-#. Dialog setup
-#: ../thunar-plugin/tsp-admin.c:108
-msgid "Thunar - Manage Shared Folders"
-msgstr "Thunar - Hantera utdelade mappar"
-
-#: ../thunar-plugin/tsp-admin.c:326
-#: ../thunar-plugin/tsp-admin-editor.c:251
-msgid "There was an error while listing shares"
-msgstr "Det uppstod et fel vid listning av utdelningar"
-
-#. Dialog setup
-#: ../thunar-plugin/tsp-admin-editor.c:95
+#: ../thunar-plugin/tsp-admin-editor.c:174
 msgid "Thunar - Add a share"
 msgstr "Thunar - Lägg till en utdelning"
 
-#. Folder chooser
-#: ../thunar-plugin/tsp-admin-editor.c:112
-msgid "Folder:"
-msgstr "Mapp:"
+#: ../thunar-plugin/tsp-admin-editor.c:196
+msgid "Thunar - Edit share"
+msgstr "Thunar - Redigera utdelning"
 
-#. Name
-#: ../thunar-plugin/tsp-admin-editor.c:121
-msgid "Share name:"
+#: ../thunar-plugin/tsp-page.c:229
+msgid "Share"
+msgstr "Utdelning"
+
+#: ../thunar-plugin/tsp-prefs-provider.c:99
+msgid "Manage shared folders..."
+msgstr "Hantera utdelade mappar..."
+
+#: ../thunar-plugin/tsp-prefs-provider.c:100
+msgid "Add, edit and remove shared folders"
+msgstr "Lägg till, redigera och ta bort utdelade mappar"
+
+#: ../data/admin-dialog-editor.xml.h:1
+#, fuzzy
+msgid "<b>Comments:</b>"
+msgstr "Kommentarer:"
+
+#: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
+msgid "<b>Folder:</b>"
+msgstr "<b>Mapputdelning</b>"
+
+#: ../data/admin-dialog-editor.xml.h:3
+#, fuzzy
+msgid "<b>Share name:</b>"
 msgstr "Utdelningens namn:"
 
-#. Write access
-#: ../thunar-plugin/tsp-admin-editor.c:130
-#: ../thunar-plugin/tsp-page.c:182
-msgid "Allow others users to write in this folder"
-msgstr "Tillåt andra användare att skriva till denna mapp"
-
-#. Guests access
-#. Guest access
-#: ../thunar-plugin/tsp-admin-editor.c:134
-#: ../thunar-plugin/tsp-page.c:187
+#: ../data/admin-dialog-editor.xml.h:4 ../data/thunar-page.xml.h:2
 msgid "Allow Guest access"
 msgstr "Tillåt gäståtkomst"
 
-#. Comments
-#: ../thunar-plugin/tsp-admin-editor.c:138
-#: ../thunar-plugin/tsp-page.c:195
-msgid "Comments:"
-msgstr "Kommentarer:"
+#: ../data/admin-dialog-editor.xml.h:5
+#, fuzzy
+msgid "Allow other users to write in this folder"
+msgstr "Tillåt andra användare att skriva till denna mapp"
 
-#: ../thunar-plugin/tsp-admin-editor.c:243
-msgid "Thunar - Edit share"
-msgstr "Thunar - Redigera utdelning"
+#: ../data/admin-dialog.xml.h:1
+msgid "Thunar - Manage Shared Folders"
+msgstr "Thunar - Hantera utdelade mappar"
 
-#: ../thunar-plugin/tsp-page.c:154
+#: ../data/dialogs.xml.h:2 ../data/thunar-page.xml.h:8
+#, fuzzy
+msgid "Thunar Shares Error"
+msgstr "Thunar - Hantera utdelade mappar"
+
+#: ../data/dialogs.xml.h:3 ../data/thunar-page.xml.h:9
+msgid "Thunar Shares Question"
+msgstr ""
+
+#: ../data/dialogs.xml.h:4 ../data/thunar-page.xml.h:10
+msgid ""
+"Thunar needs to add some permissions to your folder in order to share it. Do "
+"you agree?"
+msgstr ""
+"Thunar behöver lägga till några rättigheter på din mapp för att kunna dela "
+"ut den. Godkänner du det?"
+
+#: ../data/thunar-page.xml.h:1
 msgid "<b>Folder Sharing</b>"
 msgstr "<b>Mapputdelning</b>"
 
-#. Share check button
-#: ../thunar-plugin/tsp-page.c:164
-msgid "Share this folder"
-msgstr "Dela ut denna mapp"
+#: ../data/thunar-page.xml.h:3
+msgid "Allow others users to write in this folder"
+msgstr "Tillåt andra användare att skriva till denna mapp"
 
-#: ../thunar-plugin/tsp-page.c:172
+#: ../data/thunar-page.xml.h:5
+msgid "Comments:"
+msgstr "Kommentarer:"
+
+#: ../data/thunar-page.xml.h:6
 msgid "Share Name:"
 msgstr "Utdelningens namn:"
 
-#: ../thunar-plugin/tsp-page.c:296
-msgid "Share"
-msgstr "Utdelning"
+#: ../data/thunar-page.xml.h:7
+msgid "Share this folder"
+msgstr "Dela ut denna mapp"
 
-#: ../thunar-plugin/tsp-page.c:390
-msgid "There was an error while getting the sharing information"
-msgstr "Det uppstod ett fel vid hämtning av utdelningsinformation"
+#~ msgid "Error while getting share information: %s"
+#~ msgstr "Fel vid hämtning av utdelningsinformation: %s"
 
-#: ../thunar-plugin/tsp-provider.c:129
-msgid "Manage shared folders..."
-msgstr "Hantera utdelade mappar..."
+#~ msgid "Another share has the same name"
+#~ msgstr "En annan utdelning har samma namn"
 
-#: ../thunar-plugin/tsp-provider.c:130
-msgid "Add, edit and remove shared folders"
-msgstr "Lägg till, redigera och ta bort utdelade mappar"
+#~ msgid "There was an error while listing shares"
+#~ msgstr "Det uppstod et fel vid listning av utdelningar"
 
+#~ msgid "Folder:"
+#~ msgstr "Mapp:"
+
+#~ msgid "There was an error while getting the sharing information"
+#~ msgstr "Det uppstod ett fel vid hämtning av utdelningsinformation"
+
+#~ msgid "Share name is too long."
+#~ msgstr "Utdelningens namn är för långt."

Modified: thunar-shares-plugin/trunk/po/uk.po
===================================================================
--- thunar-shares-plugin/trunk/po/uk.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/uk.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -14,7 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 "X-Generator: KBabel 1.11.4\n"
 
 #: ../libshares/libshares-util.c:111
@@ -84,8 +85,7 @@
 #, c-format
 msgid "Cannot remove the share for path %s: that path is not shared"
 msgstr ""
-"Не вдалось видалити загальний ресурс %s: цей ресурс "
-"не був загальнодоступним"
+"Не вдалось видалити загальний ресурс %s: цей ресурс не був загальнодоступним"
 
 #: ../libshares/shares.c:747
 #, c-format
@@ -93,8 +93,8 @@
 "Cannot change the path of an existing share; please remove the old share "
 "first and add a new one"
 msgstr ""
-"Не вдалось змінити шлях існуючого загальнодоступного ресурсу; "
-"будь ласка, спочатку видаліть старий ресурс і тоді додайте новий"
+"Не вдалось змінити шлях існуючого загальнодоступного ресурсу; будь ласка, "
+"спочатку видаліть старий ресурс і тоді додайте новий"
 
 #: ../thunar-plugin/tsp-admin-editor.c:174
 msgid "Thunar - Add a share"
@@ -121,8 +121,9 @@
 msgstr "<b>Коментарі:</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>Тека:</b>"
+msgstr "<b>Загальний доступ до тек</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
@@ -153,8 +154,8 @@
 "Thunar needs to add some permissions to your folder in order to share it. Do "
 "you agree?"
 msgstr ""
-"Програмі Thunar необхідно додати деякі права доступу до вашої теки "
-"для організації загального доступу до неї. Ви погоджуєтесь з цим?"
+"Програмі Thunar необхідно додати деякі права доступу до вашої теки для "
+"організації загального доступу до неї. Ви погоджуєтесь з цим?"
 
 #: ../data/thunar-page.xml.h:1
 msgid "<b>Folder Sharing</b>"
@@ -176,3 +177,10 @@
 msgid "Share this folder"
 msgstr "Дати загальний доступ до цієї теки"
 
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>Тека:</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "Мережеве ім'я:"

Modified: thunar-shares-plugin/trunk/po/zh_CN.po
===================================================================
--- thunar-shares-plugin/trunk/po/zh_CN.po	2009-01-26 22:58:20 UTC (rev 6578)
+++ thunar-shares-plugin/trunk/po/zh_CN.po	2009-01-27 02:29:03 UTC (rev 6579)
@@ -19,8 +19,7 @@
 msgid "Please, write a name."
 msgstr "请输入名字"
 
-#: ../libshares/libshares-util.c:162
-#: ../data/dialogs.xml.h:1
+#: ../libshares/libshares-util.c:162 ../data/dialogs.xml.h:1
 #: ../data/thunar-page.xml.h:4
 msgid "Cannot modify the share:"
 msgstr "无法修改共享:"
@@ -54,8 +53,7 @@
 msgid "the output of 'net usershare' is not in valid UTF-8 encoding"
 msgstr "'net usershare' 的输入不是合法 UTF-8 编码"
 
-#: ../libshares/shares.c:463
-#: ../libshares/shares.c:636
+#: ../libshares/shares.c:463 ../libshares/shares.c:636
 #, c-format
 msgid "Failed"
 msgstr "失败"
@@ -87,7 +85,9 @@
 
 #: ../libshares/shares.c:747
 #, c-format
-msgid "Cannot change the path of an existing share; please remove the old share first and add a new one"
+msgid ""
+"Cannot change the path of an existing share; please remove the old share "
+"first and add a new one"
 msgstr "无法修改已有的共享路径;请删除旧的共享并重新添加新的"
 
 #: ../thunar-plugin/tsp-admin-editor.c:174
@@ -115,15 +115,15 @@
 msgstr "<b>注释:</b>"
 
 #: ../data/admin-dialog-editor.xml.h:2
+#, fuzzy
 msgid "<b>Folder:</b>"
-msgstr "<b>文件夹:</b>"
+msgstr "<b>文件夹共享</b>"
 
 #: ../data/admin-dialog-editor.xml.h:3
 msgid "<b>Share name:</b>"
 msgstr "<b>共享名:</b>"
 
-#: ../data/admin-dialog-editor.xml.h:4
-#: ../data/thunar-page.xml.h:2
+#: ../data/admin-dialog-editor.xml.h:4 ../data/thunar-page.xml.h:2
 msgid "Allow Guest access"
 msgstr "允许来宾访问"
 
@@ -135,19 +135,18 @@
 msgid "Thunar - Manage Shared Folders"
 msgstr "Thunar - 管理共享目录"
 
-#: ../data/dialogs.xml.h:2
-#: ../data/thunar-page.xml.h:8
+#: ../data/dialogs.xml.h:2 ../data/thunar-page.xml.h:8
 msgid "Thunar Shares Error"
 msgstr "Thunar 共享错误"
 
-#: ../data/dialogs.xml.h:3
-#: ../data/thunar-page.xml.h:9
+#: ../data/dialogs.xml.h:3 ../data/thunar-page.xml.h:9
 msgid "Thunar Shares Question"
 msgstr "Thunar 共享问题"
 
-#: ../data/dialogs.xml.h:4
-#: ../data/thunar-page.xml.h:10
-msgid "Thunar needs to add some permissions to your folder in order to share it. Do you agree?"
+#: ../data/dialogs.xml.h:4 ../data/thunar-page.xml.h:10
+msgid ""
+"Thunar needs to add some permissions to your folder in order to share it. Do "
+"you agree?"
 msgstr "Thunar 需要增加一些权限设置至您的目录以便共享。是否同意?"
 
 #: ../data/thunar-page.xml.h:1
@@ -170,3 +169,10 @@
 msgid "Share this folder"
 msgstr "共享此目录"
 
+#, fuzzy
+#~ msgid "Folder:"
+#~ msgstr "<b>文件夹:</b>"
+
+#, fuzzy
+#~ msgid "Share name:"
+#~ msgstr "共享名:"




More information about the Goodies-commits mailing list