gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5672 - in gnunet-gtk: . po


From: gnunet
Subject: [GNUnet-SVN] r5672 - in gnunet-gtk: . po
Date: Sat, 29 Sep 2007 17:06:15 -0600 (MDT)

Author: grothoff
Date: 2007-09-29 17:06:14 -0600 (Sat, 29 Sep 2007)
New Revision: 5672

Modified:
   gnunet-gtk/ChangeLog
   gnunet-gtk/configure.ac
   gnunet-gtk/ltmain.sh
   gnunet-gtk/po/Makefile.in
   gnunet-gtk/po/de.gmo
   gnunet-gtk/po/de.po
   gnunet-gtk/po/fr.gmo
   gnunet-gtk/po/fr.po
   gnunet-gtk/po/gnunet-gtk.pot
   gnunet-gtk/po/rw.gmo
   gnunet-gtk/po/rw.po
   gnunet-gtk/po/sv.gmo
   gnunet-gtk/po/sv.po
   gnunet-gtk/po/tr.gmo
   gnunet-gtk/po/tr.po
   gnunet-gtk/po/vi.gmo
   gnunet-gtk/po/vi.po
Log:
release

Modified: gnunet-gtk/ChangeLog
===================================================================
--- gnunet-gtk/ChangeLog        2007-09-29 23:06:07 UTC (rev 5671)
+++ gnunet-gtk/ChangeLog        2007-09-29 23:06:14 UTC (rev 5672)
@@ -1,3 +1,6 @@
+Sat Sep 29 16:57:14 MDT 2007
+       Releasing gnunet-gtk 0.7.2c.
+
 Fri Aug 24 19:49:21 MDT 2007
        Fixing a few memory leaks.  Reducing memory
        consumption of flag images (by sharing flag

Modified: gnunet-gtk/configure.ac
===================================================================
--- gnunet-gtk/configure.ac     2007-09-29 23:06:07 UTC (rev 5671)
+++ gnunet-gtk/configure.ac     2007-09-29 23:06:14 UTC (rev 5672)
@@ -20,8 +20,8 @@
 # Process this file with autoconf to produce a configure script.
 #
 AC_PREREQ(2.57)
-AC_INIT([gnunet-gtk],[0.7.2b],address@hidden)
-AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.2b])
+AC_INIT([gnunet-gtk],[0.7.2c],address@hidden)
+AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.2c])
 AM_CONFIG_HEADER(config.h)
 
 AH_TOP([#define _GNU_SOURCE  1])

Modified: gnunet-gtk/ltmain.sh
===================================================================
--- gnunet-gtk/ltmain.sh        2007-09-29 23:06:07 UTC (rev 5671)
+++ gnunet-gtk/ltmain.sh        2007-09-29 23:06:14 UTC (rev 5672)
@@ -1,8 +1,8 @@
 # ltmain.sh - Provide generalized library-building support services.
 # NOTE: Changing this file will not affect anything until you rerun configure.
 #
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
-# Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
+# 2007  Free Software Foundation, Inc.
 # Originally by Gordon Matzigkeit <address@hidden>, 1996
 #
 # This program is free software; you can redistribute it and/or modify
@@ -43,14 +43,22 @@
 
 PROGRAM=ltmain.sh
 PACKAGE=libtool
-VERSION="1.5.22 Debian 1.5.22-4"
-TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)"
+VERSION="1.5.24 Debian 1.5.24-1"
+TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)"
 
-# See if we are running on zsh, and set the options which allow our
-# commands through without removal of \ escapes.
-if test -n "${ZSH_VERSION+set}" ; then
+# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+  emulate sh
+  NULLCMD=:
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
 
 # Check that we have a working $echo.
 if test "X$1" = X--no-reexec; then
@@ -105,12 +113,14 @@
 # These must not be set unconditionally because not all systems understand
 # e.g. LANG=C (notably SCO).
 # We save the old values to restore during execute mode.
-if test "${LC_ALL+set}" = set; then
-  save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALL
-fi
-if test "${LANG+set}" = set; then
-  save_LANG="$LANG"; LANG=C; export LANG
-fi
+for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+do
+  eval "if test \"\${$lt_var+set}\" = set; then
+         save_$lt_var=\$$lt_var
+         $lt_var=C
+         export $lt_var
+       fi"
+done
 
 # Make sure IFS has a sensible default
 lt_nl='
@@ -136,6 +146,8 @@
 preserve_args=
 lo2o="s/\\.lo\$/.${objext}/"
 o2lo="s/\\.${objext}\$/.lo/"
+extracted_archives=
+extracted_serial=0
 
 #####################################
 # Shell function definitions:
@@ -196,7 +208,13 @@
     if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \
       $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
       win32_nmres=`eval $NM -f posix -A $1 | \
-       $SED -n -e '1,100{/ I /{s,.*,import,;p;q;};}'`
+       $SED -n -e '1,100{
+               / I /{
+                       s,.*,import,
+                       p
+                       q
+                       }
+               }'`
       case $win32_nmres in
       import*)  win32_libid_type="x86 archive import";;
       *)        win32_libid_type="x86 archive static";;
@@ -327,7 +345,17 @@
        *) my_xabs=`pwd`"/$my_xlib" ;;
       esac
       my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'`
-      my_xdir="$my_gentop/$my_xlib"
+      my_xlib_u=$my_xlib
+      while :; do
+        case " $extracted_archives " in
+       *" $my_xlib_u "*)
+         extracted_serial=`expr $extracted_serial + 1`
+         my_xlib_u=lt$extracted_serial-$my_xlib ;;
+       *) break ;;
+       esac
+      done
+      extracted_archives="$extracted_archives $my_xlib_u"
+      my_xdir="$my_gentop/$my_xlib_u"
 
       $show "${rm}r $my_xdir"
       $run ${rm}r "$my_xdir"
@@ -454,11 +482,12 @@
     ;;
 
   --version)
-    $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
-    $echo
-    $echo "Copyright (C) 2005  Free Software Foundation, Inc."
-    $echo "This is free software; see the source for copying conditions.  
There is NO"
-    $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE."
+    echo "\
+$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP
+
+Copyright (C) 2007  Free Software Foundation, Inc.
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
     exit $?
     ;;
 
@@ -755,9 +784,10 @@
     *.class) xform=class ;;
     *.cpp) xform=cpp ;;
     *.cxx) xform=cxx ;;
-    *.f90) xform=f90 ;;
+    *.[fF][09]?) xform=[fF][09]. ;;
     *.for) xform=for ;;
     *.java) xform=java ;;
+    *.obj) xform=obj ;;
     esac
 
     libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
@@ -1138,8 +1168,9 @@
     for arg
     do
       case $arg in
-      -all-static | -static)
-       if test "X$arg" = "X-all-static"; then
+      -all-static | -static | -static-libtool-libs)
+       case $arg in
+       -all-static)
          if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; 
then
            $echo "$modename: warning: complete static linking is impossible in 
this configuration" 1>&2
          fi
@@ -1147,12 +1178,20 @@
            dlopen_self=$dlopen_self_static
          fi
          prefer_static_libs=yes
-       else
+         ;;
+       -static)
          if test -z "$pic_flag" && test -n "$link_static_flag"; then
            dlopen_self=$dlopen_self_static
          fi
          prefer_static_libs=built
-       fi
+         ;;
+       -static-libtool-libs)
+         if test -z "$pic_flag" && test -n "$link_static_flag"; then
+           dlopen_self=$dlopen_self_static
+         fi
+         prefer_static_libs=yes
+         ;;
+       esac
        build_libtool_libs=no
        build_old_libs=yes
        break
@@ -1600,7 +1639,7 @@
        continue
        ;;
 
-     -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
+     -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
        compiler_flags="$compiler_flags $arg"
        compile_command="$compile_command $arg"
        finalize_command="$finalize_command $arg"
@@ -1620,10 +1659,11 @@
       # -m* pass through architecture-specific compiler args for GCC
       # -m*, -t[45]*, -txscale* pass through architecture-specific
       # compiler args for GCC
-      # -pg pass through profiling flag for GCC
+      # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
+      # -F/path gives path to uninstalled frameworks, gcc on darwin
       # @file GCC response files
-      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*|-pg| \
-      -t[45]*|-txscale*|@*)
+      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
 
        # Unknown arguments in both finalize_command and compile_command need
        # to be aesthetically quoted because they are evaled later.
@@ -1651,9 +1691,9 @@
 
       -no-install)
        case $host in
-       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
+       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*)
          # The PATH hackery in wrapper scripts is required on Windows
-         # in order for the loader to find any dlls it needs.
+         # and Darwin in order for the loader to find any dlls it needs.
          $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2
          $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2
          fast_install=no
@@ -1712,7 +1752,7 @@
        continue
        ;;
 
-      -static)
+      -static | -static-libtool-libs)
        # The effects of -static are defined in a previous loop.
        # We used to do the same as -all-static on platforms that
        # didn't have a PIC flag, but the assumption that the effects
@@ -2097,7 +2137,7 @@
        lib=
        found=no
        case $deplib in
-       -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
+       
-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
          if test "$linkmode,$pass" = "prog,link"; then
            compile_deplibs="$deplib $compile_deplibs"
            finalize_deplibs="$deplib $finalize_deplibs"
@@ -2493,7 +2533,9 @@
 
        if test "$linkmode,$pass" = "prog,link"; then
          if test -n "$library_names" &&
-            { test "$prefer_static_libs" = no || test -z "$old_library"; }; 
then
+            { { test "$prefer_static_libs" = no ||
+                test "$prefer_static_libs,$installed" = "built,yes"; } ||
+              test -z "$old_library"; }; then
            # We need to hardcode the library path
            if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
              # Make sure the rpath contains only unique directories.
@@ -3189,7 +3231,7 @@
          # which has an extra 1 added just for fun
          #
          case $version_type in
-         darwin|linux|osf|windows)
+         darwin|linux|osf|windows|none)
            current=`expr $number_major + $number_minor`
            age="$number_minor"
            revision="$number_revision"
@@ -3200,9 +3242,10 @@
            age="0"
            ;;
          irix|nonstopux)
-           current=`expr $number_major + $number_minor - 1`
+           current=`expr $number_major + $number_minor`
            age="$number_minor"
            revision="$number_minor"
+           lt_irix_increment=no
            ;;
          *)
            $echo "$modename: unknown library version type \`$version_type'" 
1>&2
@@ -3266,7 +3309,8 @@
          versuffix="$major.$age.$revision"
          # Darwin ld doesn't like 0 for these options...
          minor_current=`expr $current + 1`
-         verstring="${wl}-compatibility_version ${wl}$minor_current 
${wl}-current_version ${wl}$minor_current.$revision"
+         xlcverstring="${wl}-compatibility_version ${wl}$minor_current 
${wl}-current_version ${wl}$minor_current.$revision"
+         verstring="-compatibility_version $minor_current -current_version 
$minor_current.$revision"
          ;;
 
        freebsd-aout)
@@ -3280,8 +3324,11 @@
          ;;
 
        irix | nonstopux)
-         major=`expr $current - $age + 1`
-
+         if test "X$lt_irix_increment" = "Xno"; then
+           major=`expr $current - $age`
+         else
+           major=`expr $current - $age + 1`
+         fi
          case $version_type in
            nonstopux) verstring_prefix=nonstopux ;;
            *)         verstring_prefix=sgi ;;
@@ -3418,11 +3465,11 @@
       fi
 
       # Eliminate all temporary directories.
-      for path in $notinst_path; do
-       lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
-       deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
-       dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % 
%g"`
-      done
+      #for path in $notinst_path; do
+      #        lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% 
$path % %g"`
+      #        deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
+      #        dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% 
-L$path % %g"`
+      #done
 
       if test -n "$xrpath"; then
        # If the user specified any rpath flags, then add them.
@@ -3523,13 +3570,12 @@
          int main() { return 0; }
 EOF
          $rm conftest
-         $LTCC $LTCFLAGS -o conftest conftest.c $deplibs
-         if test "$?" -eq 0 ; then
+         if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
            ldd_output=`ldd conftest`
            for i in $deplibs; do
              name=`expr $i : '-l\(.*\)'`
              # If $name is empty we are operating on a -L argument.
-              if test "$name" != "" && test "$name" -ne "0"; then
+              if test "$name" != "" && test "$name" != "0"; then
                if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; 
then
                  case " $predeps $postdeps " in
                  *" $i "*)
@@ -3568,9 +3614,7 @@
              # If $name is empty we are operating on a -L argument.
               if test "$name" != "" && test "$name" != "0"; then
                $rm conftest
-               $LTCC $LTCFLAGS -o conftest conftest.c $i
-               # Did it work?
-               if test "$?" -eq 0 ; then
+               if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
                  ldd_output=`ldd conftest`
                  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" 
; then
                    case " $predeps $postdeps " in
@@ -3602,7 +3646,7 @@
                  droppeddeps=yes
                  $echo
                  $echo "*** Warning!  Library $i is needed by this library but 
I was not able to"
-                 $echo "***  make it link in!  You will probably need to 
install it or some"
+                 $echo "*** make it link in!  You will probably need to 
install it or some"
                  $echo "*** library that it depends on before this library 
will be fully"
                  $echo "*** functional.  Installing it before continuing would 
be even better."
                fi
@@ -3888,7 +3932,10 @@
             test -n "$hardcode_libdirs"; then
            libdir="$hardcode_libdirs"
            if test -n "$hardcode_libdir_flag_spec_ld"; then
-             eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\"
+             case $archive_cmds in
+             *\$LD*) eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" ;;
+             *)      eval dep_rpath=\"$hardcode_libdir_flag_spec\" ;;
+             esac
            else
              eval dep_rpath=\"$hardcode_libdir_flag_spec\"
            fi
@@ -4247,12 +4294,14 @@
       reload_conv_objs=
       gentop=
       # reload_cmds runs $LD directly, so let us get rid of
-      # -Wl from whole_archive_flag_spec
+      # -Wl from whole_archive_flag_spec and hope we can get by with
+      # turning comma into space..
       wl=
 
       if test -n "$convenience"; then
        if test -n "$whole_archive_flag_spec"; then
-         eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\"
+         eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
+         reload_conv_objs=$reload_objs\ `$echo "X$tmp_whole_archive_flags" | 
$Xsed -e 's|,| |g'`
        else
          gentop="$output_objdir/${obj}x"
          generated="$generated $gentop"
@@ -4700,16 +4749,16 @@
           case $host in
           *cygwin* | *mingw* )
             if test -f "$output_objdir/${outputname}.def" ; then
-              compile_command=`$echo "X$compile_command" | $Xsed -e 
"address@hidden@%$output_objdir/${outputname}.def 
$output_objdir/${outputname}S.${objext}%"`
-              finalize_command=`$echo "X$finalize_command" | $Xsed -e 
"address@hidden@%$output_objdir/${outputname}.def 
$output_objdir/${outputname}S.${objext}%"`
+              compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 
"address@hidden@%$output_objdir/${outputname}.def 
$output_objdir/${outputname}S.${objext}%" | $NL2SP`
+              finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e 
"address@hidden@%$output_objdir/${outputname}.def 
$output_objdir/${outputname}S.${objext}%" | $NL2SP`
             else
-              compile_command=`$echo "X$compile_command" | $Xsed -e 
"address@hidden@%$output_objdir/${outputname}S.${objext}%"`
-              finalize_command=`$echo "X$finalize_command" | $Xsed -e 
"address@hidden@%$output_objdir/${outputname}S.${objext}%"`
+              compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 
"address@hidden@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
+              finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e 
"address@hidden@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
              fi
             ;;
           * )
-            compile_command=`$echo "X$compile_command" | $Xsed -e 
"address@hidden@%$output_objdir/${outputname}S.${objext}%"`
-            finalize_command=`$echo "X$finalize_command" | $Xsed -e 
"address@hidden@%$output_objdir/${outputname}S.${objext}%"`
+            compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 
"address@hidden@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
+            finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e 
"address@hidden@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
             ;;
           esac
          ;;
@@ -4724,13 +4773,13 @@
        # really was required.
 
        # Nullify the symbol file.
-       compile_command=`$echo "X$compile_command" | $Xsed -e "s% 
@address@hidden"`
-       finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% 
@address@hidden"`
+       compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s% 
@address@hidden" | $NL2SP`
+       finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s% 
@address@hidden" | $NL2SP`
       fi
 
       if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
        # Replace the output file specification.
-       compile_command=`$echo "X$compile_command" | $Xsed -e 
'address@hidden@%'"$output"'%g'`
+       compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 
'address@hidden@%'"$output"'%g' | $NL2SP`
        link_command="$compile_command$compile_rpath"
 
        # We have no uninstalled library dependencies, so finalize right now.
@@ -4817,7 +4866,7 @@
        if test "$fast_install" != no; then
          link_command="$finalize_var$compile_command$finalize_rpath"
          if test "$fast_install" = yes; then
-           relink_command=`$echo "X$compile_var$compile_command$compile_rpath" 
| $Xsed -e 'address@hidden@%\$progdir/\$file%g'`
+           relink_command=`$echo "X$compile_var$compile_command$compile_rpath" 
| $SP2NL | $Xsed -e 'address@hidden@%\$progdir/\$file%g' | $NL2SP`
          else
            # fast_install is set to needless
            relink_command=
@@ -4854,7 +4903,7 @@
          fi
        done
        relink_command="(cd `pwd`; $relink_command)"
-       relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
+       relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 
"$sed_quote_subst" | $NL2SP`
       fi
 
       # Quote $echo for shipping.
@@ -5261,6 +5310,20 @@
 Xsed='${SED} -e 1s/^X//'
 sed_quote_subst='$sed_quote_subst'
 
+# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
+if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
+  emulate sh
+  NULLCMD=:
+  # Zsh 3.x and 4.x performs word splitting on \${1+\"address@hidden"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '\${1+\"address@hidden"}'='\"address@hidden"'
+  setopt NO_GLOB_SUBST
+else
+  case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
+fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
+
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 # if CDPATH is set.
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
@@ -5403,7 +5466,7 @@
          ;;
        esac
        $echo >> $output "\
-      \$echo \"\$0: cannot exec \$program \${1+\"address@hidden"}\"
+      \$echo \"\$0: cannot exec \$program \$*\"
       exit $EXIT_FAILURE
     fi
   else
@@ -5589,7 +5652,7 @@
       done
       # Quote the link command for shipping.
       relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink 
$libtool_args @inst_prefix_dir@)"
-      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
+      relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 
"$sed_quote_subst" | $NL2SP`
       if test "$hardcode_automatic" = yes ; then
        relink_command=
       fi
@@ -5934,9 +5997,9 @@
 
          if test -n "$inst_prefix_dir"; then
            # Stick the inst_prefix_dir data into the link command.
-           relink_command=`$echo "$relink_command" | $SED 
"address@hidden@%-inst-prefix-dir $inst_prefix_dir%"`
+           relink_command=`$echo "$relink_command" | $SP2NL | $SED 
"address@hidden@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP`
          else
-           relink_command=`$echo "$relink_command" | $SED "address@hidden@%%"`
+           relink_command=`$echo "$relink_command" | $SP2NL | $SED 
"address@hidden@%%" | $NL2SP`
          fi
 
          $echo "$modename: warning: relinking \`$file'" 1>&2
@@ -6145,7 +6208,7 @@
              file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
              outputname="$tmpdir/$file"
              # Replace the output file specification.
-             relink_command=`$echo "X$relink_command" | $Xsed -e 
'address@hidden@%'"$outputname"'%g'`
+             relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 
'address@hidden@%'"$outputname"'%g' | $NL2SP`
 
              $show "$relink_command"
              if $run eval "$relink_command"; then :
@@ -6356,8 +6419,10 @@
        if test -f "$dir/$objdir/$dlname"; then
          dir="$dir/$objdir"
        else
-         $echo "$modename: cannot find \`$dlname' in \`$dir' or 
\`$dir/$objdir'" 1>&2
-         exit $EXIT_FAILURE
+         if test ! -f "$dir/$dlname"; then
+           $echo "$modename: cannot find \`$dlname' in \`$dir' or 
\`$dir/$objdir'" 1>&2
+           exit $EXIT_FAILURE
+         fi
        fi
        ;;
 
@@ -6421,12 +6486,12 @@
       fi
 
       # Restore saved environment variables
-      if test "${save_LC_ALL+set}" = set; then
-       LC_ALL="$save_LC_ALL"; export LC_ALL
-      fi
-      if test "${save_LANG+set}" = set; then
-       LANG="$save_LANG"; export LANG
-      fi
+      for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+      do
+       eval "if test \"\${save_$lt_var+set}\" = set; then
+               $lt_var=\$save_$lt_var; export $lt_var
+             fi"
+      done
 
       # Now prepare to actually exec the command.
       exec_cmd="\$cmd$args"
@@ -6783,9 +6848,9 @@
   -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
   -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
   -export-symbols SYMFILE
-                   try to export only the symbols listed in SYMFILE
+                    try to export only the symbols listed in SYMFILE
   -export-symbols-regex REGEX
-                   try to export only the symbols matching REGEX
+                    try to export only the symbols matching REGEX
   -LLIBDIR          search LIBDIR for required installed libraries
   -lNAME            OUTPUT-FILE requires the installed library libNAME
   -module           build a library that can dlopened
@@ -6799,9 +6864,11 @@
   -release RELEASE  specify package release information
   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
   -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
-  -static           do not do any dynamic linking of libtool libraries
+  -static           do not do any dynamic linking of uninstalled libtool 
libraries
+  -static-libtool-libs
+                    do not do any dynamic linking of libtool libraries
   -version-info CURRENT[:REVISION[:AGE]]
-                   specify library version info [each variable defaults to 0]
+                    specify library version info [each variable defaults to 0]
 
 All other options (arguments beginning with \`-') are ignored.
 

Modified: gnunet-gtk/po/Makefile.in
===================================================================
--- gnunet-gtk/po/Makefile.in   2007-09-29 23:06:07 UTC (rev 5671)
+++ gnunet-gtk/po/Makefile.in   2007-09-29 23:06:14 UTC (rev 5672)
@@ -11,7 +11,7 @@
 # Origin: gettext-0.13
 
 PACKAGE = gnunet-gtk
-VERSION = 0.7.2b
+VERSION = 0.7.2c
 
 SHELL = /bin/sh
 

Modified: gnunet-gtk/po/de.gmo
===================================================================
(Binary files differ)

Modified: gnunet-gtk/po/de.po
===================================================================
--- gnunet-gtk/po/de.po 2007-09-29 23:06:07 UTC (rev 5671)
+++ gnunet-gtk/po/de.po 2007-09-29 23:06:14 UTC (rev 5672)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: GNUnet 0.7.0pre0\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-07-13 08:15-0600\n"
+"POT-Creation-Date: 2007-09-29 17:00-0600\n"
 "PO-Revision-Date: 2006-03-17 21:18+0100\n"
 "Last-Translator: Nils Durner <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"
@@ -17,35 +17,35 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/plugins/daemon/daemon.c:250
+#: src/plugins/daemon/daemon.c:251
 msgid "Launching gnunetd..."
 msgstr "gnunetd wird gestartet..."
 
-#: src/plugins/daemon/daemon.c:258
+#: src/plugins/daemon/daemon.c:259
 msgid "Launched gnunetd"
 msgstr "gnunetd wurde gestartet"
 
-#: src/plugins/daemon/daemon.c:262
+#: src/plugins/daemon/daemon.c:263
 msgid "Launching gnunetd failed"
 msgstr "Das Starten von gnunetd schlug fehl"
 
-#: src/plugins/daemon/daemon.c:292
+#: src/plugins/daemon/daemon.c:293
 msgid "Error requesting shutdown of gnunetd."
 msgstr "Fehler bei Beendingungsanforderung von gnunetd."
 
-#: src/plugins/daemon/daemon.c:298
+#: src/plugins/daemon/daemon.c:299
 msgid "Terminating gnunetd..."
 msgstr "Beende gnunetd..."
 
-#: src/plugins/daemon/daemon.c:323
+#: src/plugins/daemon/daemon.c:324
 msgid "Application"
 msgstr "Anwendung"
 
-#: src/plugins/daemon/daemon.c:331 src/plugins/fs/namespace.c:188
+#: src/plugins/daemon/daemon.c:332 src/plugins/fs/namespace.c:188
 msgid "Description"
 msgstr "Beschreibung"
 
-#: src/plugins/daemon/daemon.c:356
+#: src/plugins/daemon/daemon.c:357
 #, c-format
 msgid ""
 "Configuration file for GNUnet daemon `%s' does not exist! Run `gnunet-setup -"
@@ -114,67 +114,67 @@
 msgid "Choose files to insert..."
 msgstr "Wählen Sie die einzufügenden Dateien..."
 
-#: src/plugins/fs/search.c:244
+#: src/plugins/fs/search.c:246
 msgid "Choose the name under which you want to save the search results."
 msgstr ""
 
-#: src/plugins/fs/search.c:266
+#: src/plugins/fs/search.c:268
 msgid "No search results yet, cannot save!"
 msgstr ""
 
-#: src/plugins/fs/search.c:290
+#: src/plugins/fs/search.c:292
 #, fuzzy
 msgid "Saved search results"
 msgstr "Suchergebnisse"
 
-#: src/plugins/fs/search.c:295
+#: src/plugins/fs/search.c:297
 msgid "Internal error."
 msgstr ""
 
-#: src/plugins/fs/search.c:306
+#: src/plugins/fs/search.c:308
 #, fuzzy, c-format
 msgid "Error writing file `%s'."
 msgstr "Schlüsselwörter für Datei `%s':\n"
 
-#: src/plugins/fs/search.c:331 src/plugins/fs/fs.c:390
+#: src/plugins/fs/search.c:333 src/plugins/fs/fs.c:390
 msgid "_Copy URI to Clipboard"
 msgstr ""
 
-#: src/plugins/fs/search.c:339
+#: src/plugins/fs/search.c:341
 msgid "_Save results as directory"
 msgstr ""
 
-#: src/plugins/fs/search.c:431 src/plugins/fs/fs.c:524
+#: src/plugins/fs/search.c:433 src/plugins/fs/fs.c:524
 msgid "Name"
 msgstr "Name"
 
-#: src/plugins/fs/search.c:448 src/plugins/fs/fs.c:509
+#: src/plugins/fs/search.c:450 src/plugins/fs/fs.c:509
 msgid "Size"
 msgstr "Größe"
 
-#: src/plugins/fs/search.c:465 src/plugins/fs/namespace.c:204
+#: src/plugins/fs/search.c:467 src/plugins/fs/namespace.c:204
 msgid "Mime-type"
 msgstr "Mimetyp"
 
-#: src/plugins/fs/search.c:485
+#: src/plugins/fs/search.c:487
 msgid "Preview"
 msgstr "Vorschau"
 
-#: src/plugins/fs/search.c:498 gnunet-gtk.glade:4623
+#: src/plugins/fs/search.c:500 gnunet-gtk.glade:4623
 msgid "Meta-data"
 msgstr "Metadaten"
 
-#: src/plugins/fs/search.c:717
+#: src/plugins/fs/search.c:719
 #, fuzzy
 msgid "Need a keyword to search!\n"
 msgstr "Keine Schlüsselwörter angegeben!\n"
 
-#: src/plugins/fs/search.c:752 src/plugins/fs/namespace_search.c:68
+#: src/plugins/fs/search.c:754 src/plugins/fs/namespace_search.c:68
 #: src/plugins/fs/namespace_search.c:140
 msgid "globally"
 msgstr "global"
 
-#: src/plugins/fs/search.c:779
+#: src/plugins/fs/search.c:781
 #, c-format
 msgid "Failed to create namespace URI from `%s'.\n"
 msgstr "Fehler beim Erzeugen der Namespace URI von `%s'.\n"
@@ -456,29 +456,29 @@
 msgid "Current (red) and average (green) effectiveness (100% = perfect)"
 msgstr ""
 
-#: src/plugins/peers/peers.c:261
+#: src/plugins/peers/peers.c:282
 msgid "Address"
 msgstr ""
 
-#: src/plugins/peers/peers.c:273
+#: src/plugins/peers/peers.c:294
 msgid "Trust"
 msgstr ""
 
-#: src/plugins/peers/peers.c:285
+#: src/plugins/peers/peers.c:306
 #, fuzzy
 msgid "Bandwidth"
 msgstr "Bandbreitenbeschränkung"
 
-#: src/plugins/peers/peers.c:298
+#: src/plugins/peers/peers.c:319
 msgid "Country"
 msgstr ""
 
-#: src/plugins/peers/peers.c:310
+#: src/plugins/peers/peers.c:331
 #, fuzzy
 msgid "Status"
 msgstr "Stat_us"
 
-#: src/plugins/peers/peers.c:322
+#: src/plugins/peers/peers.c:343
 #, fuzzy
 msgid "Identity"
 msgstr "_Identifizierer:"

Modified: gnunet-gtk/po/fr.gmo
===================================================================
(Binary files differ)

Modified: gnunet-gtk/po/fr.po
===================================================================
--- gnunet-gtk/po/fr.po 2007-09-29 23:06:07 UTC (rev 5671)
+++ gnunet-gtk/po/fr.po 2007-09-29 23:06:14 UTC (rev 5672)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gnunet-gtk 0.7.0b\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-07-13 08:15-0600\n"
+"POT-Creation-Date: 2007-09-29 17:00-0600\n"
 "PO-Revision-Date: 2006-06-24 18:08+0200\n"
 "Last-Translator: Milan <address@hidden>\n"
 "Language-Team: French <address@hidden>\n"
@@ -15,35 +15,35 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/plugins/daemon/daemon.c:250
+#: src/plugins/daemon/daemon.c:251
 msgid "Launching gnunetd..."
 msgstr "Lancement de gnunetd..."
 
-#: src/plugins/daemon/daemon.c:258
+#: src/plugins/daemon/daemon.c:259
 msgid "Launched gnunetd"
 msgstr "gnunetd lancé"
 
-#: src/plugins/daemon/daemon.c:262
+#: src/plugins/daemon/daemon.c:263
 msgid "Launching gnunetd failed"
 msgstr "Impossible de lancer gnunetd"
 
-#: src/plugins/daemon/daemon.c:292
+#: src/plugins/daemon/daemon.c:293
 msgid "Error requesting shutdown of gnunetd."
 msgstr "Erreur lors de la requête d'arrêt de gnunetd."
 
-#: src/plugins/daemon/daemon.c:298
+#: src/plugins/daemon/daemon.c:299
 msgid "Terminating gnunetd..."
 msgstr "Arrêt de gnunetd..."
 
-#: src/plugins/daemon/daemon.c:323
+#: src/plugins/daemon/daemon.c:324
 msgid "Application"
 msgstr "Service"
 
-#: src/plugins/daemon/daemon.c:331 src/plugins/fs/namespace.c:188
+#: src/plugins/daemon/daemon.c:332 src/plugins/fs/namespace.c:188
 msgid "Description"
 msgstr "Description"
 
-#: src/plugins/daemon/daemon.c:356
+#: src/plugins/daemon/daemon.c:357
 #, c-format
 msgid ""
 "Configuration file for GNUnet daemon `%s' does not exist! Run `gnunet-setup -"
@@ -112,66 +112,66 @@
 msgid "Choose files to insert..."
 msgstr "Choisissez les fichiers à insérer..."
 
-#: src/plugins/fs/search.c:244
+#: src/plugins/fs/search.c:246
 msgid "Choose the name under which you want to save the search results."
 msgstr ""
 
-#: src/plugins/fs/search.c:266
+#: src/plugins/fs/search.c:268
 msgid "No search results yet, cannot save!"
 msgstr ""
 
-#: src/plugins/fs/search.c:290
+#: src/plugins/fs/search.c:292
 #, fuzzy
 msgid "Saved search results"
 msgstr "Résultats de la recherche"
 
-#: src/plugins/fs/search.c:295
+#: src/plugins/fs/search.c:297
 msgid "Internal error."
 msgstr ""
 
-#: src/plugins/fs/search.c:306
+#: src/plugins/fs/search.c:308
 #, fuzzy, c-format
 msgid "Error writing file `%s'."
 msgstr "Erreur lors de la publication de '%s'"
 
-#: src/plugins/fs/search.c:331 src/plugins/fs/fs.c:390
+#: src/plugins/fs/search.c:333 src/plugins/fs/fs.c:390
 msgid "_Copy URI to Clipboard"
 msgstr ""
 
-#: src/plugins/fs/search.c:339
+#: src/plugins/fs/search.c:341
 msgid "_Save results as directory"
 msgstr ""
 
-#: src/plugins/fs/search.c:431 src/plugins/fs/fs.c:524
+#: src/plugins/fs/search.c:433 src/plugins/fs/fs.c:524
 msgid "Name"
 msgstr "Nom"
 
-#: src/plugins/fs/search.c:448 src/plugins/fs/fs.c:509
+#: src/plugins/fs/search.c:450 src/plugins/fs/fs.c:509
 msgid "Size"
 msgstr "Taille"
 
-#: src/plugins/fs/search.c:465 src/plugins/fs/namespace.c:204
+#: src/plugins/fs/search.c:467 src/plugins/fs/namespace.c:204
 msgid "Mime-type"
 msgstr "Type Mime"
 
-#: src/plugins/fs/search.c:485
+#: src/plugins/fs/search.c:487
 msgid "Preview"
 msgstr "Aperçu"
 
-#: src/plugins/fs/search.c:498 gnunet-gtk.glade:4623
+#: src/plugins/fs/search.c:500 gnunet-gtk.glade:4623
 msgid "Meta-data"
 msgstr "Meta-données"
 
-#: src/plugins/fs/search.c:717
+#: src/plugins/fs/search.c:719
 msgid "Need a keyword to search!\n"
 msgstr ""
 
-#: src/plugins/fs/search.c:752 src/plugins/fs/namespace_search.c:68
+#: src/plugins/fs/search.c:754 src/plugins/fs/namespace_search.c:68
 #: src/plugins/fs/namespace_search.c:140
 msgid "globally"
 msgstr "globalement"
 
-#: src/plugins/fs/search.c:779
+#: src/plugins/fs/search.c:781
 #, c-format
 msgid "Failed to create namespace URI from `%s'.\n"
 msgstr "Impossible de créer l'URI de l'espace de noms à partir de `%s'.\n"
@@ -449,28 +449,28 @@
 msgid "Current (red) and average (green) effectiveness (100% = perfect)"
 msgstr "Efficacité courante (rouge) et moyenne (vert) (100% = parfaite)"
 
-#: src/plugins/peers/peers.c:261
+#: src/plugins/peers/peers.c:282
 msgid "Address"
 msgstr ""
 
-#: src/plugins/peers/peers.c:273
+#: src/plugins/peers/peers.c:294
 msgid "Trust"
 msgstr ""
 
-#: src/plugins/peers/peers.c:285
+#: src/plugins/peers/peers.c:306
 msgid "Bandwidth"
 msgstr ""
 
-#: src/plugins/peers/peers.c:298
+#: src/plugins/peers/peers.c:319
 msgid "Country"
 msgstr ""
 
-#: src/plugins/peers/peers.c:310
+#: src/plugins/peers/peers.c:331
 #, fuzzy
 msgid "Status"
 msgstr "_Activité"
 
-#: src/plugins/peers/peers.c:322
+#: src/plugins/peers/peers.c:343
 #, fuzzy
 msgid "Identity"
 msgstr "Identifiant :"

Modified: gnunet-gtk/po/gnunet-gtk.pot
===================================================================
--- gnunet-gtk/po/gnunet-gtk.pot        2007-09-29 23:06:07 UTC (rev 5671)
+++ gnunet-gtk/po/gnunet-gtk.pot        2007-09-29 23:06:14 UTC (rev 5672)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-07-13 08:15-0600\n"
+"POT-Creation-Date: 2007-09-29 17:00-0600\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language-Team: LANGUAGE <address@hidden>\n"
@@ -16,35 +16,35 @@
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/plugins/daemon/daemon.c:250
+#: src/plugins/daemon/daemon.c:251
 msgid "Launching gnunetd..."
 msgstr ""
 
-#: src/plugins/daemon/daemon.c:258
+#: src/plugins/daemon/daemon.c:259
 msgid "Launched gnunetd"
 msgstr ""
 
-#: src/plugins/daemon/daemon.c:262
+#: src/plugins/daemon/daemon.c:263
 msgid "Launching gnunetd failed"
 msgstr ""
 
-#: src/plugins/daemon/daemon.c:292
+#: src/plugins/daemon/daemon.c:293
 msgid "Error requesting shutdown of gnunetd."
 msgstr ""
 
-#: src/plugins/daemon/daemon.c:298
+#: src/plugins/daemon/daemon.c:299
 msgid "Terminating gnunetd..."
 msgstr ""
 
-#: src/plugins/daemon/daemon.c:323
+#: src/plugins/daemon/daemon.c:324
 msgid "Application"
 msgstr ""
 
-#: src/plugins/daemon/daemon.c:331 src/plugins/fs/namespace.c:188
+#: src/plugins/daemon/daemon.c:332 src/plugins/fs/namespace.c:188
 msgid "Description"
 msgstr ""
 
-#: src/plugins/daemon/daemon.c:356
+#: src/plugins/daemon/daemon.c:357
 #, c-format
 msgid ""
 "Configuration file for GNUnet daemon `%s' does not exist! Run `gnunet-setup -"
@@ -108,65 +108,65 @@
 msgid "Choose files to insert..."
 msgstr ""
 
-#: src/plugins/fs/search.c:244
+#: src/plugins/fs/search.c:246
 msgid "Choose the name under which you want to save the search results."
 msgstr ""
 
-#: src/plugins/fs/search.c:266
+#: src/plugins/fs/search.c:268
 msgid "No search results yet, cannot save!"
 msgstr ""
 
-#: src/plugins/fs/search.c:290
+#: src/plugins/fs/search.c:292
 msgid "Saved search results"
 msgstr ""
 
-#: src/plugins/fs/search.c:295
+#: src/plugins/fs/search.c:297
 msgid "Internal error."
 msgstr ""
 
-#: src/plugins/fs/search.c:306
+#: src/plugins/fs/search.c:308
 #, c-format
 msgid "Error writing file `%s'."
 msgstr ""
 
-#: src/plugins/fs/search.c:331 src/plugins/fs/fs.c:390
+#: src/plugins/fs/search.c:333 src/plugins/fs/fs.c:390
 msgid "_Copy URI to Clipboard"
 msgstr ""
 
-#: src/plugins/fs/search.c:339
+#: src/plugins/fs/search.c:341
 msgid "_Save results as directory"
 msgstr ""
 
-#: src/plugins/fs/search.c:431 src/plugins/fs/fs.c:524
+#: src/plugins/fs/search.c:433 src/plugins/fs/fs.c:524
 msgid "Name"
 msgstr ""
 
-#: src/plugins/fs/search.c:448 src/plugins/fs/fs.c:509
+#: src/plugins/fs/search.c:450 src/plugins/fs/fs.c:509
 msgid "Size"
 msgstr ""
 
-#: src/plugins/fs/search.c:465 src/plugins/fs/namespace.c:204
+#: src/plugins/fs/search.c:467 src/plugins/fs/namespace.c:204
 msgid "Mime-type"
 msgstr ""
 
-#: src/plugins/fs/search.c:485
+#: src/plugins/fs/search.c:487
 msgid "Preview"
 msgstr ""
 
-#: src/plugins/fs/search.c:498 gnunet-gtk.glade:4623
+#: src/plugins/fs/search.c:500 gnunet-gtk.glade:4623
 msgid "Meta-data"
 msgstr ""
 
-#: src/plugins/fs/search.c:717
+#: src/plugins/fs/search.c:719
 msgid "Need a keyword to search!\n"
 msgstr ""
 
-#: src/plugins/fs/search.c:752 src/plugins/fs/namespace_search.c:68
+#: src/plugins/fs/search.c:754 src/plugins/fs/namespace_search.c:68
 #: src/plugins/fs/namespace_search.c:140
 msgid "globally"
 msgstr ""
 
-#: src/plugins/fs/search.c:779
+#: src/plugins/fs/search.c:781
 #, c-format
 msgid "Failed to create namespace URI from `%s'.\n"
 msgstr ""
@@ -431,27 +431,27 @@
 msgid "Current (red) and average (green) effectiveness (100% = perfect)"
 msgstr ""
 
-#: src/plugins/peers/peers.c:261
+#: src/plugins/peers/peers.c:282
 msgid "Address"
 msgstr ""
 
-#: src/plugins/peers/peers.c:273
+#: src/plugins/peers/peers.c:294
 msgid "Trust"
 msgstr ""
 
-#: src/plugins/peers/peers.c:285
+#: src/plugins/peers/peers.c:306
 msgid "Bandwidth"
 msgstr ""
 
-#: src/plugins/peers/peers.c:298
+#: src/plugins/peers/peers.c:319
 msgid "Country"
 msgstr ""
 
-#: src/plugins/peers/peers.c:310
+#: src/plugins/peers/peers.c:331
 msgid "Status"
 msgstr ""
 
-#: src/plugins/peers/peers.c:322
+#: src/plugins/peers/peers.c:343
 msgid "Identity"
 msgstr ""
 

Modified: gnunet-gtk/po/rw.gmo
===================================================================
(Binary files differ)

Modified: gnunet-gtk/po/rw.po
===================================================================
--- gnunet-gtk/po/rw.po 2007-09-29 23:06:07 UTC (rev 5671)
+++ gnunet-gtk/po/rw.po 2007-09-29 23:06:14 UTC (rev 5672)
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: GNUnet 0.7.0pre0\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-07-13 08:15-0600\n"
+"POT-Creation-Date: 2007-09-29 17:00-0600\n"
 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
 "Last-Translator: Steven Michael Murphy <address@hidden>\n"
 "Language-Team: Kinyarwanda <address@hidden>\n"
@@ -24,39 +24,39 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/plugins/daemon/daemon.c:250
+#: src/plugins/daemon/daemon.c:251
 msgid "Launching gnunetd..."
 msgstr ""
 
-#: src/plugins/daemon/daemon.c:258
+#: src/plugins/daemon/daemon.c:259
 msgid "Launched gnunetd"
 msgstr ""
 
-#: src/plugins/daemon/daemon.c:262
+#: src/plugins/daemon/daemon.c:263
 #, fuzzy
 msgid "Launching gnunetd failed"
 msgstr "Byanze"
 
-#: src/plugins/daemon/daemon.c:292
+#: src/plugins/daemon/daemon.c:293
 #, fuzzy
 msgid "Error requesting shutdown of gnunetd."
 msgstr "Zimya Kubaza... Kuri"
 
-#: src/plugins/daemon/daemon.c:298
+#: src/plugins/daemon/daemon.c:299
 msgid "Terminating gnunetd..."
 msgstr ""
 
-#: src/plugins/daemon/daemon.c:323
+#: src/plugins/daemon/daemon.c:324
 #, fuzzy
 msgid "Application"
 msgstr "Ikimenyetso"
 
-#: src/plugins/daemon/daemon.c:331 src/plugins/fs/namespace.c:188
+#: src/plugins/daemon/daemon.c:332 src/plugins/fs/namespace.c:188
 #, fuzzy
 msgid "Description"
 msgstr "Igaragaza Imiterere:"
 
-#: src/plugins/daemon/daemon.c:356
+#: src/plugins/daemon/daemon.c:357
 #, c-format
 msgid ""
 "Configuration file for GNUnet daemon `%s' does not exist! Run `gnunet-setup -"
@@ -128,70 +128,70 @@
 msgid "Choose files to insert..."
 msgstr "IDOSIYE Kuri Byinjijwemo"
 
-#: src/plugins/fs/search.c:244
+#: src/plugins/fs/search.c:246
 msgid "Choose the name under which you want to save the search results."
 msgstr ""
 
-#: src/plugins/fs/search.c:266
+#: src/plugins/fs/search.c:268
 msgid "No search results yet, cannot save!"
 msgstr ""
 
-#: src/plugins/fs/search.c:290
+#: src/plugins/fs/search.c:292
 #, fuzzy
 msgid "Saved search results"
 msgstr "Gushaka"
 
-#: src/plugins/fs/search.c:295
+#: src/plugins/fs/search.c:297
 #, fuzzy
 msgid "Internal error."
 msgstr "Verisiyo"
 
-#: src/plugins/fs/search.c:306
+#: src/plugins/fs/search.c:308
 #, fuzzy, c-format
 msgid "Error writing file `%s'."
 msgstr "ku IDOSIYE"
 
-#: src/plugins/fs/search.c:331 src/plugins/fs/fs.c:390
+#: src/plugins/fs/search.c:333 src/plugins/fs/fs.c:390
 msgid "_Copy URI to Clipboard"
 msgstr ""
 
-#: src/plugins/fs/search.c:339
+#: src/plugins/fs/search.c:341
 msgid "_Save results as directory"
 msgstr ""
 
-#: src/plugins/fs/search.c:431 src/plugins/fs/fs.c:524
+#: src/plugins/fs/search.c:433 src/plugins/fs/fs.c:524
 msgid "Name"
 msgstr ""
 
-#: src/plugins/fs/search.c:448 src/plugins/fs/fs.c:509
+#: src/plugins/fs/search.c:450 src/plugins/fs/fs.c:509
 msgid "Size"
 msgstr "Ingano"
 
 # framework/source\classes\fltdlg.src:DLG_FILTER_SELECT.FT_DLG_MIMETYPE.text
-#: src/plugins/fs/search.c:465 src/plugins/fs/namespace.c:204
+#: src/plugins/fs/search.c:467 src/plugins/fs/namespace.c:204
 #, fuzzy
 msgid "Mime-type"
 msgstr "Ubwoko bwa MIME:"
 
-#: src/plugins/fs/search.c:485
+#: src/plugins/fs/search.c:487
 msgid "Preview"
 msgstr ""
 
-#: src/plugins/fs/search.c:498 gnunet-gtk.glade:4623
+#: src/plugins/fs/search.c:500 gnunet-gtk.glade:4623
 msgid "Meta-data"
 msgstr ""
 
-#: src/plugins/fs/search.c:717
+#: src/plugins/fs/search.c:719
 #, fuzzy
 msgid "Need a keyword to search!\n"
 msgstr "Amagambo fatizo"
 
-#: src/plugins/fs/search.c:752 src/plugins/fs/namespace_search.c:68
+#: src/plugins/fs/search.c:754 src/plugins/fs/namespace_search.c:68
 #: src/plugins/fs/namespace_search.c:140
 msgid "globally"
 msgstr ""
 
-#: src/plugins/fs/search.c:779
+#: src/plugins/fs/search.c:781
 #, fuzzy, c-format
 msgid "Failed to create namespace URI from `%s'.\n"
 msgstr "Kuri Ibirimo Ububikoshingiro Isomero"
@@ -485,27 +485,27 @@
 msgid "Current (red) and average (green) effectiveness (100% = perfect)"
 msgstr ""
 
-#: src/plugins/peers/peers.c:261
+#: src/plugins/peers/peers.c:282
 msgid "Address"
 msgstr ""
 
-#: src/plugins/peers/peers.c:273
+#: src/plugins/peers/peers.c:294
 msgid "Trust"
 msgstr ""
 
-#: src/plugins/peers/peers.c:285
+#: src/plugins/peers/peers.c:306
 msgid "Bandwidth"
 msgstr ""
 
-#: src/plugins/peers/peers.c:298
+#: src/plugins/peers/peers.c:319
 msgid "Country"
 msgstr ""
 
-#: src/plugins/peers/peers.c:310
+#: src/plugins/peers/peers.c:331
 msgid "Status"
 msgstr ""
 
-#: src/plugins/peers/peers.c:322
+#: src/plugins/peers/peers.c:343
 #, fuzzy
 msgid "Identity"
 msgstr "Urufunguzo Ikiranga"

Modified: gnunet-gtk/po/sv.gmo
===================================================================
(Binary files differ)

Modified: gnunet-gtk/po/sv.po
===================================================================
--- gnunet-gtk/po/sv.po 2007-09-29 23:06:07 UTC (rev 5671)
+++ gnunet-gtk/po/sv.po 2007-09-29 23:06:14 UTC (rev 5672)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gnunet-gtk 0.7.2\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-07-13 08:15-0600\n"
+"POT-Creation-Date: 2007-09-29 17:00-0600\n"
 "PO-Revision-Date: 2007-06-24 21:24+0200\n"
 "Last-Translator: Daniel Nylander <address@hidden>\n"
 "Language-Team: Swedish <address@hidden>\n"
@@ -15,35 +15,35 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/plugins/daemon/daemon.c:250
+#: src/plugins/daemon/daemon.c:251
 msgid "Launching gnunetd..."
 msgstr "Startar gnunetd..."
 
-#: src/plugins/daemon/daemon.c:258
+#: src/plugins/daemon/daemon.c:259
 msgid "Launched gnunetd"
 msgstr "Startade gnunetd"
 
-#: src/plugins/daemon/daemon.c:262
+#: src/plugins/daemon/daemon.c:263
 msgid "Launching gnunetd failed"
 msgstr "Start av gnunetd misslyckades"
 
-#: src/plugins/daemon/daemon.c:292
+#: src/plugins/daemon/daemon.c:293
 msgid "Error requesting shutdown of gnunetd."
 msgstr "Fel vid begäran om nedstängning av gnunetd."
 
-#: src/plugins/daemon/daemon.c:298
+#: src/plugins/daemon/daemon.c:299
 msgid "Terminating gnunetd..."
 msgstr "Avslutar gnunetd..."
 
-#: src/plugins/daemon/daemon.c:323
+#: src/plugins/daemon/daemon.c:324
 msgid "Application"
 msgstr "Applikation"
 
-#: src/plugins/daemon/daemon.c:331 src/plugins/fs/namespace.c:188
+#: src/plugins/daemon/daemon.c:332 src/plugins/fs/namespace.c:188
 msgid "Description"
 msgstr "Beskrivning"
 
-#: src/plugins/daemon/daemon.c:356
+#: src/plugins/daemon/daemon.c:357
 #, c-format
 msgid ""
 "Configuration file for GNUnet daemon `%s' does not exist! Run `gnunet-setup -"
@@ -111,65 +111,65 @@
 msgid "Choose files to insert..."
 msgstr "Välj filer att lägga till..."
 
-#: src/plugins/fs/search.c:244
+#: src/plugins/fs/search.c:246
 msgid "Choose the name under which you want to save the search results."
 msgstr "Välj namnet under vilket du vill spara sökresultatet."
 
-#: src/plugins/fs/search.c:266
+#: src/plugins/fs/search.c:268
 msgid "No search results yet, cannot save!"
 msgstr "Inga sökresultat än, kan inte spara!"
 
-#: src/plugins/fs/search.c:290
+#: src/plugins/fs/search.c:292
 msgid "Saved search results"
 msgstr "Sparade sökresultat"
 
-#: src/plugins/fs/search.c:295
+#: src/plugins/fs/search.c:297
 msgid "Internal error."
 msgstr "Internt fel."
 
-#: src/plugins/fs/search.c:306
+#: src/plugins/fs/search.c:308
 #, c-format
 msgid "Error writing file `%s'."
 msgstr "Fel vid skrivning av filen \"%s\"."
 
-#: src/plugins/fs/search.c:331 src/plugins/fs/fs.c:390
+#: src/plugins/fs/search.c:333 src/plugins/fs/fs.c:390
 msgid "_Copy URI to Clipboard"
 msgstr "_Kopiera URI till urklipp"
 
-#: src/plugins/fs/search.c:339
+#: src/plugins/fs/search.c:341
 msgid "_Save results as directory"
 msgstr "_Spara resultat som katalog"
 
-#: src/plugins/fs/search.c:431 src/plugins/fs/fs.c:524
+#: src/plugins/fs/search.c:433 src/plugins/fs/fs.c:524
 msgid "Name"
 msgstr "Namn"
 
-#: src/plugins/fs/search.c:448 src/plugins/fs/fs.c:509
+#: src/plugins/fs/search.c:450 src/plugins/fs/fs.c:509
 msgid "Size"
 msgstr "Storlek"
 
-#: src/plugins/fs/search.c:465 src/plugins/fs/namespace.c:204
+#: src/plugins/fs/search.c:467 src/plugins/fs/namespace.c:204
 msgid "Mime-type"
 msgstr "MIME-typ"
 
-#: src/plugins/fs/search.c:485
+#: src/plugins/fs/search.c:487
 msgid "Preview"
 msgstr "Förhandsgranska"
 
-#: src/plugins/fs/search.c:498 gnunet-gtk.glade:4623
+#: src/plugins/fs/search.c:500 gnunet-gtk.glade:4623
 msgid "Meta-data"
 msgstr "Metadata"
 
-#: src/plugins/fs/search.c:717
+#: src/plugins/fs/search.c:719
 msgid "Need a keyword to search!\n"
 msgstr "Behöver ett nyckelord att söka efter!\n"
 
-#: src/plugins/fs/search.c:752 src/plugins/fs/namespace_search.c:68
+#: src/plugins/fs/search.c:754 src/plugins/fs/namespace_search.c:68
 #: src/plugins/fs/namespace_search.c:140
 msgid "globally"
 msgstr "globalt"
 
-#: src/plugins/fs/search.c:779
+#: src/plugins/fs/search.c:781
 #, c-format
 msgid "Failed to create namespace URI from `%s'.\n"
 msgstr "Misslyckades att skapa URI-namnrymd från \"%s\".\n"
@@ -441,27 +441,27 @@
 msgid "Current (red) and average (green) effectiveness (100% = perfect)"
 msgstr "Aktuell (röd) och genomsnittlig (grön) effektivitet (100% = perfekt)"
 
-#: src/plugins/peers/peers.c:261
+#: src/plugins/peers/peers.c:282
 msgid "Address"
 msgstr "Adress"
 
-#: src/plugins/peers/peers.c:273
+#: src/plugins/peers/peers.c:294
 msgid "Trust"
 msgstr "Tillit"
 
-#: src/plugins/peers/peers.c:285
+#: src/plugins/peers/peers.c:306
 msgid "Bandwidth"
 msgstr "Bandbredd"
 
-#: src/plugins/peers/peers.c:298
+#: src/plugins/peers/peers.c:319
 msgid "Country"
 msgstr "Land"
 
-#: src/plugins/peers/peers.c:310
+#: src/plugins/peers/peers.c:331
 msgid "Status"
 msgstr "Status"
 
-#: src/plugins/peers/peers.c:322
+#: src/plugins/peers/peers.c:343
 msgid "Identity"
 msgstr "Identitet"
 

Modified: gnunet-gtk/po/tr.gmo
===================================================================
(Binary files differ)

Modified: gnunet-gtk/po/tr.po
===================================================================
--- gnunet-gtk/po/tr.po 2007-09-29 23:06:07 UTC (rev 5671)
+++ gnunet-gtk/po/tr.po 2007-09-29 23:06:14 UTC (rev 5672)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gnunet-gtk 0.7.0d.tr\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-07-13 08:15-0600\n"
+"POT-Creation-Date: 2007-09-29 17:00-0600\n"
 "PO-Revision-Date: 2006-11-02 21:03+0200\n"
 "Last-Translator: Nilgün Belma Bugüner <address@hidden>\n"
 "Language-Team: Turkish <address@hidden>\n"
@@ -17,35 +17,35 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.1\n"
 
-#: src/plugins/daemon/daemon.c:250
+#: src/plugins/daemon/daemon.c:251
 msgid "Launching gnunetd..."
 msgstr "gnunetd başlatılıyor..."
 
-#: src/plugins/daemon/daemon.c:258
+#: src/plugins/daemon/daemon.c:259
 msgid "Launched gnunetd"
 msgstr "gnunetd çalıştırıldı"
 
-#: src/plugins/daemon/daemon.c:262
+#: src/plugins/daemon/daemon.c:263
 msgid "Launching gnunetd failed"
 msgstr "gnunetd çalıştırılamadı"
 
-#: src/plugins/daemon/daemon.c:292
+#: src/plugins/daemon/daemon.c:293
 msgid "Error requesting shutdown of gnunetd."
 msgstr "gnunetd sonlandırılırken hata."
 
-#: src/plugins/daemon/daemon.c:298
+#: src/plugins/daemon/daemon.c:299
 msgid "Terminating gnunetd..."
 msgstr "gnunetd sonlandırılıyor..."
 
-#: src/plugins/daemon/daemon.c:323
+#: src/plugins/daemon/daemon.c:324
 msgid "Application"
 msgstr "Uygulama"
 
-#: src/plugins/daemon/daemon.c:331 src/plugins/fs/namespace.c:188
+#: src/plugins/daemon/daemon.c:332 src/plugins/fs/namespace.c:188
 msgid "Description"
 msgstr "Açıklama"
 
-#: src/plugins/daemon/daemon.c:356
+#: src/plugins/daemon/daemon.c:357
 #, c-format
 msgid ""
 "Configuration file for GNUnet daemon `%s' does not exist! Run `gnunet-setup -"
@@ -112,66 +112,66 @@
 msgid "Choose files to insert..."
 msgstr "Yerleştirilecek dosyaları seçiniz..."
 
-#: src/plugins/fs/search.c:244
+#: src/plugins/fs/search.c:246
 msgid "Choose the name under which you want to save the search results."
 msgstr ""
 
-#: src/plugins/fs/search.c:266
+#: src/plugins/fs/search.c:268
 msgid "No search results yet, cannot save!"
 msgstr ""
 
-#: src/plugins/fs/search.c:290
+#: src/plugins/fs/search.c:292
 #, fuzzy
 msgid "Saved search results"
 msgstr "Arama Sonuçları"
 
-#: src/plugins/fs/search.c:295
+#: src/plugins/fs/search.c:297
 msgid "Internal error."
 msgstr ""
 
-#: src/plugins/fs/search.c:306
+#: src/plugins/fs/search.c:308
 #, fuzzy, c-format
 msgid "Error writing file `%s'."
 msgstr "`%s' gönderilirken hata"
 
-#: src/plugins/fs/search.c:331 src/plugins/fs/fs.c:390
+#: src/plugins/fs/search.c:333 src/plugins/fs/fs.c:390
 msgid "_Copy URI to Clipboard"
 msgstr ""
 
-#: src/plugins/fs/search.c:339
+#: src/plugins/fs/search.c:341
 msgid "_Save results as directory"
 msgstr ""
 
-#: src/plugins/fs/search.c:431 src/plugins/fs/fs.c:524
+#: src/plugins/fs/search.c:433 src/plugins/fs/fs.c:524
 msgid "Name"
 msgstr "İsim"
 
-#: src/plugins/fs/search.c:448 src/plugins/fs/fs.c:509
+#: src/plugins/fs/search.c:450 src/plugins/fs/fs.c:509
 msgid "Size"
 msgstr "Boyut"
 
-#: src/plugins/fs/search.c:465 src/plugins/fs/namespace.c:204
+#: src/plugins/fs/search.c:467 src/plugins/fs/namespace.c:204
 msgid "Mime-type"
 msgstr "MIME türü"
 
-#: src/plugins/fs/search.c:485
+#: src/plugins/fs/search.c:487
 msgid "Preview"
 msgstr "Önizleme"
 
-#: src/plugins/fs/search.c:498 gnunet-gtk.glade:4623
+#: src/plugins/fs/search.c:500 gnunet-gtk.glade:4623
 msgid "Meta-data"
 msgstr "Öznitelik"
 
-#: src/plugins/fs/search.c:717
+#: src/plugins/fs/search.c:719
 msgid "Need a keyword to search!\n"
 msgstr ""
 
-#: src/plugins/fs/search.c:752 src/plugins/fs/namespace_search.c:68
+#: src/plugins/fs/search.c:754 src/plugins/fs/namespace_search.c:68
 #: src/plugins/fs/namespace_search.c:140
 msgid "globally"
 msgstr "genel"
 
-#: src/plugins/fs/search.c:779
+#: src/plugins/fs/search.c:781
 #, c-format
 msgid "Failed to create namespace URI from `%s'.\n"
 msgstr ""
@@ -446,28 +446,28 @@
 msgid "Current (red) and average (green) effectiveness (100% = perfect)"
 msgstr ""
 
-#: src/plugins/peers/peers.c:261
+#: src/plugins/peers/peers.c:282
 msgid "Address"
 msgstr ""
 
-#: src/plugins/peers/peers.c:273
+#: src/plugins/peers/peers.c:294
 msgid "Trust"
 msgstr ""
 
-#: src/plugins/peers/peers.c:285
+#: src/plugins/peers/peers.c:306
 msgid "Bandwidth"
 msgstr ""
 
-#: src/plugins/peers/peers.c:298
+#: src/plugins/peers/peers.c:319
 msgid "Country"
 msgstr ""
 
-#: src/plugins/peers/peers.c:310
+#: src/plugins/peers/peers.c:331
 #, fuzzy
 msgid "Status"
 msgstr "D_urum"
 
-#: src/plugins/peers/peers.c:322
+#: src/plugins/peers/peers.c:343
 #, fuzzy
 msgid "Identity"
 msgstr "Betimleyici:"

Modified: gnunet-gtk/po/vi.gmo
===================================================================
(Binary files differ)

Modified: gnunet-gtk/po/vi.po
===================================================================
--- gnunet-gtk/po/vi.po 2007-09-29 23:06:07 UTC (rev 5671)
+++ gnunet-gtk/po/vi.po 2007-09-29 23:06:14 UTC (rev 5672)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gnunet-gtk 0.7.2\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-07-13 08:15-0600\n"
+"POT-Creation-Date: 2007-09-29 17:00-0600\n"
 "PO-Revision-Date: 2007-07-13 23:29+0930\n"
 "Last-Translator: Clytie Siddall <address@hidden>\n"
 "Language-Team: Vietnamese <address@hidden>\n"
@@ -18,35 +18,35 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: LocFactoryEditor 1.6.4a5\n"
 
-#: src/plugins/daemon/daemon.c:250
+#: src/plugins/daemon/daemon.c:251
 msgid "Launching gnunetd..."
 msgstr "Đang khởi chạy gnunetd..."
 
-#: src/plugins/daemon/daemon.c:258
+#: src/plugins/daemon/daemon.c:259
 msgid "Launched gnunetd"
 msgstr "Đã khởi chạy gnunetd"
 
-#: src/plugins/daemon/daemon.c:262
+#: src/plugins/daemon/daemon.c:263
 msgid "Launching gnunetd failed"
 msgstr "Lỗi khởi chạy gnunetd"
 
-#: src/plugins/daemon/daemon.c:292
+#: src/plugins/daemon/daemon.c:293
 msgid "Error requesting shutdown of gnunetd."
 msgstr "Lỗi yêu cầu tắt gnunetd."
 
-#: src/plugins/daemon/daemon.c:298
+#: src/plugins/daemon/daemon.c:299
 msgid "Terminating gnunetd..."
 msgstr "Đang dừng gnunetd..."
 
-#: src/plugins/daemon/daemon.c:323
+#: src/plugins/daemon/daemon.c:324
 msgid "Application"
 msgstr "Ứng dụng"
 
-#: src/plugins/daemon/daemon.c:331 src/plugins/fs/namespace.c:188
+#: src/plugins/daemon/daemon.c:332 src/plugins/fs/namespace.c:188
 msgid "Description"
 msgstr "Mô tả"
 
-#: src/plugins/daemon/daemon.c:356
+#: src/plugins/daemon/daemon.c:357
 #, c-format
 msgid ""
 "Configuration file for GNUnet daemon `%s' does not exist! Run `gnunet-setup -"
@@ -115,65 +115,65 @@
 msgid "Choose files to insert..."
 msgstr "Chọn các tập tin cần chèn..."
 
-#: src/plugins/fs/search.c:244
+#: src/plugins/fs/search.c:246
 msgid "Choose the name under which you want to save the search results."
 msgstr "Chọn tên dưới đó bạn muốn lưu kết quả tìm kiếm."
 
-#: src/plugins/fs/search.c:266
+#: src/plugins/fs/search.c:268
 msgid "No search results yet, cannot save!"
 msgstr "Chưa có kết quả tìm kiếm nên không thể lưu."
 
-#: src/plugins/fs/search.c:290
+#: src/plugins/fs/search.c:292
 msgid "Saved search results"
 msgstr "Kết quả tìm kiếm đã lưu"
 
-#: src/plugins/fs/search.c:295
+#: src/plugins/fs/search.c:297
 msgid "Internal error."
 msgstr "Lỗi nội bộ."
 
-#: src/plugins/fs/search.c:306
+#: src/plugins/fs/search.c:308
 #, c-format
 msgid "Error writing file `%s'."
 msgstr "Gặp lỗi khi ghi tập tin « %s »."
 
-#: src/plugins/fs/search.c:331 src/plugins/fs/fs.c:390
+#: src/plugins/fs/search.c:333 src/plugins/fs/fs.c:390
 msgid "_Copy URI to Clipboard"
 msgstr "_Chép URI vào bảng nháp"
 
-#: src/plugins/fs/search.c:339
+#: src/plugins/fs/search.c:341
 msgid "_Save results as directory"
 msgstr "_Lưu kết quả dạng thư mục"
 
-#: src/plugins/fs/search.c:431 src/plugins/fs/fs.c:524
+#: src/plugins/fs/search.c:433 src/plugins/fs/fs.c:524
 msgid "Name"
 msgstr "Tên"
 
-#: src/plugins/fs/search.c:448 src/plugins/fs/fs.c:509
+#: src/plugins/fs/search.c:450 src/plugins/fs/fs.c:509
 msgid "Size"
 msgstr "Cỡ"
 
-#: src/plugins/fs/search.c:465 src/plugins/fs/namespace.c:204
+#: src/plugins/fs/search.c:467 src/plugins/fs/namespace.c:204
 msgid "Mime-type"
 msgstr "Kiểu MIME"
 
-#: src/plugins/fs/search.c:485
+#: src/plugins/fs/search.c:487
 msgid "Preview"
 msgstr "Xem thử"
 
-#: src/plugins/fs/search.c:498 gnunet-gtk.glade:4623
+#: src/plugins/fs/search.c:500 gnunet-gtk.glade:4623
 msgid "Meta-data"
 msgstr "Siêu dữ liệu"
 
-#: src/plugins/fs/search.c:717
+#: src/plugins/fs/search.c:719
 msgid "Need a keyword to search!\n"
 msgstr "Cần thiết từ khoá cần tìm kiếm.\n"
 
-#: src/plugins/fs/search.c:752 src/plugins/fs/namespace_search.c:68
+#: src/plugins/fs/search.c:754 src/plugins/fs/namespace_search.c:68
 #: src/plugins/fs/namespace_search.c:140
 msgid "globally"
 msgstr "toàn cục"
 
-#: src/plugins/fs/search.c:779
+#: src/plugins/fs/search.c:781
 #, c-format
 msgid "Failed to create namespace URI from `%s'.\n"
 msgstr "Lỗi tạo URI miền tên từ « %s ».\n"
@@ -444,27 +444,27 @@
 msgid "Current (red) and average (green) effectiveness (100% = perfect)"
 msgstr "Độ hữu hiệu hiện thời (đỏ) và trung bình (lục): 100% = hoàn toàn."
 
-#: src/plugins/peers/peers.c:261
+#: src/plugins/peers/peers.c:282
 msgid "Address"
 msgstr "Địa chỉ"
 
-#: src/plugins/peers/peers.c:273
+#: src/plugins/peers/peers.c:294
 msgid "Trust"
 msgstr "Tin cậy"
 
-#: src/plugins/peers/peers.c:285
+#: src/plugins/peers/peers.c:306
 msgid "Bandwidth"
 msgstr "Băng thông"
 
-#: src/plugins/peers/peers.c:298
+#: src/plugins/peers/peers.c:319
 msgid "Country"
 msgstr "Quốc gia"
 
-#: src/plugins/peers/peers.c:310
+#: src/plugins/peers/peers.c:331
 msgid "Status"
 msgstr "Trạng thái"
 
-#: src/plugins/peers/peers.c:322
+#: src/plugins/peers/peers.c:343
 msgid "Identity"
 msgstr "Nhận diện"
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]