diff -Nru thunar-1.8.12/aclocal.m4 thunar-1.8.14/aclocal.m4 --- thunar-1.8.12/aclocal.m4 2020-01-31 00:10:11.000000000 +0000 +++ thunar-1.8.14/aclocal.m4 2020-03-25 15:24:29.000000000 +0000 @@ -508,7 +508,7 @@ # nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016, 2019 Free Software +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software dnl Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -540,9 +540,9 @@ AC_SUBST([USE_NLS]) ]) -# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -# serial 11 (pkg-config-0.29.1) - +dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +dnl serial 11 (pkg-config-0.29) +dnl dnl Copyright © 2004 Scott James Remnant . dnl Copyright © 2012-2015 Dan Nicholson dnl @@ -583,7 +583,7 @@ dnl See the "Since" comment for each macro you use to see what version dnl of the macros you require. m4_defun([PKG_PREREQ], -[m4_define([PKG_MACROS_VERSION], [0.29.1]) +[m4_define([PKG_MACROS_VERSION], [0.29]) m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) ])dnl PKG_PREREQ @@ -816,74 +816,6 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR -dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES, -dnl [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND], -dnl [DESCRIPTION], [DEFAULT]) -dnl ------------------------------------------ -dnl -dnl Prepare a "--with-" configure option using the lowercase -dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and -dnl PKG_CHECK_MODULES in a single macro. -AC_DEFUN([PKG_WITH_MODULES], -[ -m4_pushdef([with_arg], m4_tolower([$1])) - -m4_pushdef([description], - [m4_default([$5], [build with ]with_arg[ support])]) - -m4_pushdef([def_arg], [m4_default([$6], [auto])]) -m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes]) -m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no]) - -m4_case(def_arg, - [yes],[m4_pushdef([with_without], [--without-]with_arg)], - [m4_pushdef([with_without],[--with-]with_arg)]) - -AC_ARG_WITH(with_arg, - AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),, - [AS_TR_SH([with_]with_arg)=def_arg]) - -AS_CASE([$AS_TR_SH([with_]with_arg)], - [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)], - [auto],[PKG_CHECK_MODULES([$1],[$2], - [m4_n([def_action_if_found]) $3], - [m4_n([def_action_if_not_found]) $4])]) - -m4_popdef([with_arg]) -m4_popdef([description]) -m4_popdef([def_arg]) - -])dnl PKG_WITH_MODULES - -dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES, -dnl [DESCRIPTION], [DEFAULT]) -dnl ----------------------------------------------- -dnl -dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES -dnl check._[VARIABLE-PREFIX] is exported as make variable. -AC_DEFUN([PKG_HAVE_WITH_MODULES], -[ -PKG_WITH_MODULES([$1],[$2],,,[$3],[$4]) - -AM_CONDITIONAL([HAVE_][$1], - [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"]) -])dnl PKG_HAVE_WITH_MODULES - -dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES, -dnl [DESCRIPTION], [DEFAULT]) -dnl ------------------------------------------------------ -dnl -dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after -dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make -dnl and preprocessor variable. -AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES], -[ -PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4]) - -AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"], - [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])]) -])dnl PKG_HAVE_DEFINE_WITH_MODULES - # Copyright (C) 2002-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -2436,7 +2368,7 @@ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # -# Copyright (C) 1996-2001, 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives @@ -2655,8 +2587,8 @@ ofile=libtool can_build_shared=yes -# All known linkers require a '.a' archive for static linking (except MSVC and -# ICC, which need '.lib'). +# All known linkers require a '.a' archive for static linking (except MSVC, +# which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld @@ -3469,8 +3401,8 @@ _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD - echo "$AR $AR_FLAGS libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD - $AR $AR_FLAGS libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD + echo "$AR cr libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD + $AR cr libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD cat > conftest.c << _LT_EOF @@ -3920,22 +3852,9 @@ m4_defun([_LT_PROG_AR], [AC_CHECK_TOOLS(AR, [ar], false) : ${AR=ar} +: ${AR_FLAGS=cr} _LT_DECL([], [AR], [1], [The archiver]) - -# Use ARFLAGS variable as AR's operation code to sync the variable naming with -# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have -# higher priority because thats what people were doing historically (setting -# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS -# variable obsoleted/removed. - -test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} -lt_ar_flags=$AR_FLAGS -_LT_DECL([], [lt_ar_flags], [0], [Flags to create an archive (by configure)]) - -# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override -# by AR_FLAGS because that was never working and AR_FLAGS is about to die. -_LT_DECL([], [AR_FLAGS], [\@S|@{ARFLAGS-"\@S|@lt_ar_flags"}], - [Flags to create an archive]) +_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], [lt_cv_ar_at_file=no @@ -4647,35 +4566,26 @@ striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) -if test -z "$STRIP"; then - AC_MSG_RESULT([no]) +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) else - if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then - old_striplib="$STRIP --strip-debug" - striplib="$STRIP --strip-unneeded" - AC_MSG_RESULT([yes]) - else - case $host_os in - darwin*) - # FIXME - insert some real tests, host_os isn't really good enough +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) - ;; - freebsd*) - if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then - old_striplib="$STRIP --strip-debug" - striplib="$STRIP --strip-unneeded" - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - fi - ;; - *) + else AC_MSG_RESULT([no]) - ;; - esac - fi + fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) @@ -5014,8 +4924,8 @@ dynamic_linker='Win32 ld.exe' ;; - *,cl* | *,icl*) - # Native MSVC or ICC + *,cl*) + # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' @@ -5071,7 +4981,7 @@ ;; *) - # Assume MSVC and ICC wrapper + # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; @@ -5336,6 +5246,18 @@ dynamic_linker='GNU/Linux ld.so' ;; +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no @@ -5995,7 +5917,7 @@ lt_cv_deplibs_check_method=pass_all ;; -netbsd*) +netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else @@ -6459,7 +6381,7 @@ if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. - # Also find C++ and __fastcall symbols from MSVC++ or ICC, + # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ @@ -6501,7 +6423,8 @@ if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm - if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" @@ -6873,7 +6796,7 @@ ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise @@ -7141,6 +7064,12 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) @@ -7368,7 +7297,7 @@ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else - _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi ;; pw32*) @@ -7376,7 +7305,7 @@ ;; cygwin* | mingw* | cegcc*) case $cc_basename in - cl* | icl*) + cl*) _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) @@ -7385,6 +7314,9 @@ ;; esac ;; + linux* | k*bsd*-gnu | gnu*) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; @@ -7433,20 +7365,23 @@ case $host_os in cygwin* | mingw* | pw32* | cegcc*) - # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time + # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using - # Microsoft Visual C++ or Intel C++ Compiler. + # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) - # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) + # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; + linux* | k*bsd*-gnu | gnu*) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes @@ -7605,7 +7540,6 @@ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='@' ;; interix[[3-9]]*) @@ -7702,7 +7636,7 @@ fi ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -7823,7 +7757,7 @@ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else - _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no @@ -8006,12 +7940,12 @@ cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using - # Microsoft Visual C++ or Intel C++ Compiler. + # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in - cl* | icl*) - # Native MSVC or ICC + cl*) + # Native MSVC _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes @@ -8052,7 +7986,7 @@ fi' ;; *) - # Assume MSVC and ICC wrapper + # Assume MSVC wrapper _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. @@ -8223,6 +8157,7 @@ if test yes = "$lt_cv_irix_exported_symbol"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi + _LT_TAGVAR(link_all_deplibs, $1)=no else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' @@ -8244,7 +8179,7 @@ esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -8311,7 +8246,6 @@ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='@' ;; osf3*) @@ -8867,7 +8801,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' else GXX=no @@ -9078,8 +9012,8 @@ cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in - ,cl* | no,cl* | ,icl* | no,icl*) - # Native MSVC or ICC + ,cl* | no,cl*) + # Native MSVC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' @@ -9177,7 +9111,6 @@ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='@' ;; dgux*) @@ -9243,7 +9176,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then @@ -9308,7 +9241,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then @@ -9647,7 +9580,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' else # FIXME: insert proper C++ library support @@ -9731,7 +9664,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. @@ -9742,7 +9675,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' @@ -10808,7 +10741,7 @@ # Helper functions for option handling. -*- Autoconf -*- # -# Copyright (C) 2004-2005, 2007-2009, 2011-2018 Free Software +# Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 # @@ -11240,7 +11173,7 @@ # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # -# Copyright (C) 2004-2005, 2007-2008, 2011-2018 Free Software +# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 # @@ -11365,7 +11298,7 @@ # ltversion.m4 -- version numbers -*- Autoconf -*- # -# Copyright (C) 2004, 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives @@ -11374,22 +11307,22 @@ # @configure_input@ -# serial 4221 ltversion.m4 +# serial 4179 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.4.6.42-b88ce]) -m4_define([LT_PACKAGE_REVISION], [2.4.6.42]) +m4_define([LT_PACKAGE_VERSION], [2.4.6]) +m4_define([LT_PACKAGE_REVISION], [2.4.6]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.4.6.42-b88ce' -macro_revision='2.4.6.42' +[macro_version='2.4.6' +macro_revision='2.4.6' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # -# Copyright (C) 2004-2005, 2007, 2009, 2011-2018 Free Software +# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software # Foundation, Inc. # Written by Scott James Remnant, 2004. # diff -Nru thunar-1.8.12/ChangeLog thunar-1.8.14/ChangeLog --- thunar-1.8.12/ChangeLog 2020-01-31 00:10:19.000000000 +0000 +++ thunar-1.8.14/ChangeLog 2020-03-25 15:24:43.000000000 +0000 @@ -1,3 +1,231 @@ +commit 1b66c2a9ac4b21fb2386df88415eec5031fa9c36 +Author: Alexander Schwinn +Date: Wed Mar 25 16:05:11 2020 +0100 + + Revert "Allow opening of multiple file selections (bug #2487)", because + it introduced a regression (Not possible any more to DnD multiple files + in icon/compact view) + + This reverts commit 8811c73487a12c42c9cb52c30c4fe870ed7265ea and + 5e58fd17f88476c9ad341e2236c5aead7e1444cd + +commit 5cf2e2e8c99e231ea2ea687135388b84418dfe65 +Author: Hugo Carvalho +Date: Tue Mar 24 18:30:43 2020 +0100 + + I18n: Update translation pt (100%). + + 761 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8feb0fa2be3b54fc1ce2f59485ed26cb646cf73b +Author: Alexander Schwinn +Date: Mon Mar 23 22:25:52 2020 +0100 + + Back to development + +commit a673c0612a1fccc855ad4c65bd04d98e5818f469 +Author: Alexander Schwinn +Date: Mon Mar 23 22:18:55 2020 +0100 + + Updates for release + +commit 13a09f1ea3de33fc24ca17aecb39fd5b43caa8dd +Author: Theo Linkspfeifer +Date: Mon Mar 23 18:18:11 2020 +0100 + + Use tre-view toplevel path of the cursor, if available, in order to + prevent jumping (Bug #16024) + +commit 6850f6fecc1da3230d69617d4293100ba8acd099 +Author: Theo Linkspfeifer +Date: Sun Mar 22 18:24:02 2020 +0100 + + Unregister handler when Rename dialog is closed manually (followup of + Bug #10805) + +commit d23965ab0083dda8d4e83ae7d247f99365cdd8e9 +Author: Hugo Carvalho +Date: Thu Mar 19 18:30:59 2020 +0100 + + I18n: Update translation pt (100%). + + 761 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 7959c91613dc20c829e36ff14ec60ff901462d3c +Author: Theo Linkspfeifer +Date: Sun Mar 15 13:06:11 2020 +0100 + + Increase vertical gap between icon and its label slightly (Bug #16041) + + without creating an unclickable area. + +commit 35055c227e46d68e9f46fb4eb9c2854e5ab1c4b3 +Author: Reuben Green +Date: Sat Mar 14 00:49:05 2020 +0000 + + Fix for crash when inserting USB device in tree mode. (Bug #15172) + + This fix reverts commit 33a155c1bded0487396b609aad19730a9f201bbb + +commit e0a3676177d09ce4f19e188634d16e10716b39f6 +Author: Theo Linkspfeifer +Date: Fri Mar 13 22:56:14 2020 +0100 + + Always jump to Home when ejecting a currently viewed device (Bug #16504) + +commit 69c963dbaf1899fb5445078ad662a314776776db +Author: Triyan W. Nugroho +Date: Wed Mar 11 12:30:42 2020 +0100 + + I18n: Update translation id (95%). + + 729 translated messages, 32 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit b81aade02d1c03d07b35096f711fcb0dc96a0d3b +Author: Theo Linkspfeifer +Date: Mon Mar 2 20:35:08 2020 +0100 + + Allow context menu when editing location in pathbar (Bug #16483) + +commit 1d46702563be0418cc3a18e413f958bb86ba30c8 +Author: Theo Linkspfeifer +Date: Fri Feb 28 11:40:04 2020 +0100 + + Sort device entries in tree view (Bug #16471) + +commit b66d817257dfd7fd2e148ba9386568c5d7eb6d92 +Author: Ilija Ćulap +Date: Fri Feb 28 18:30:52 2020 +0100 + + I18n: Update translation hr (100%). + + 761 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 110184f467038673a81d871fe6dd18fda5000a00 +Author: Sebastião Guerra +Date: Tue Feb 25 18:30:47 2020 +0100 + + I18n: Update translation pt_BR (100%). + + 761 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8811c73487a12c42c9cb52c30c4fe870ed7265ea +Author: Alexander Schwinn +Date: Thu Feb 20 22:37:43 2020 +0100 + + - fixed a warning + +commit 5e58fd17f88476c9ad341e2236c5aead7e1444cd +Author: Reuben Green +Date: Tue Feb 18 13:53:58 2020 +0000 + + Allow opening of multiple file selections (bug #2487) + + Allow multiple file selections to be opened by pressing enter, space, or + Ctrl^O. + + Fixes bug #2487 + +commit 81bd5401c5f9573ef644bdbe01d23879149dd63f +Author: Theo Linkspfeifer +Date: Tue Feb 18 12:45:44 2020 +0100 + + Fix pathbar match filtering (Bug #16267) + +commit 85cea710fe895999957fe12f8a37a0cdcf467da7 +Author: Theo Linkspfeifer +Date: Sat Feb 15 16:41:33 2020 +0100 + + Avoid unreadable names in detailed view (Bug #16391) + +commit b0dac2a485fe1a5356560725b1dcea5004da7012 +Author: Theo Linkspfeifer +Date: Sat Feb 15 17:34:46 2020 +0100 + + Prevent crash when renaming file (Bug #10805) + +commit 9ad208ff68d2f61ec8ec1391f0d34c446521d893 +Author: Yannick Le Guen +Date: Sat Feb 15 12:30:44 2020 +0100 + + I18n: Update translation fr (100%). + + 761 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 4705276241867aa99a124b9bf1509a4fc0ddfd0c +Author: abuyop +Date: Sun Feb 9 00:30:44 2020 +0100 + + I18n: Update translation ms (100%). + + 761 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit a51d3465a1c441980b26440538576f8343afc8b9 +Author: Zmicer Turok +Date: Thu Feb 6 12:30:51 2020 +0100 + + I18n: Update translation be (100%). + + 761 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 3b8d9f7e202ad0a51c8d9f2387d4c1d127a63185 +Author: Anonymous +Date: Tue Feb 4 06:30:32 2020 +0100 + + I18n: Update translation fi (100%). + + 761 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 5655fad5476c16ed9730d69143fe36b00a70fd40 +Author: Elishai Eliyahu +Date: Mon Feb 3 00:30:47 2020 +0100 + + I18n: Update translation he (100%). + + 761 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit dd9d16f60035811f65c52a5625f5e16a678b03db +Author: Baurzhan Muftakhidinov +Date: Sat Feb 1 18:30:46 2020 +0100 + + I18n: Update translation kk (100%). + + 761 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 6a603ecace39846e081b677c2585d22934f12c08 +Author: Andre Miranda +Date: Thu Jan 30 21:13:51 2020 -0300 + + Back to development + +commit 53afde0c1d0b7f22e5b513dd624455838f409179 +Author: Andre Miranda +Date: Thu Jan 30 21:11:59 2020 -0300 + + Updates for release + commit b9f0667398d6c6bff127512a790da1a4588302e7 Author: Besnik Date: Tue Jan 28 18:31:30 2020 +0100 diff -Nru thunar-1.8.12/config.guess thunar-1.8.14/config.guess --- thunar-1.8.12/config.guess 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/config.guess 2020-03-25 15:24:31.000000000 +0000 @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-03-08' +timestamp='2018-02-24' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1046,7 +1046,11 @@ echo "$UNAME_MACHINE"-dec-linux-"$LIBC" exit ;; x86_64:Linux:*:*) - echo "$UNAME_MACHINE"-pc-linux-"$LIBC" + if objdump -f /bin/sh | grep -q elf32-x86-64; then + echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32 + else + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" + fi exit ;; xtensa*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" @@ -1469,7 +1473,7 @@ exit 1 # Local variables: -# eval: (add-hook 'before-save-hook 'time-stamp) +# eval: (add-hook 'write-file-functions 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" diff -Nru thunar-1.8.12/config.sub thunar-1.8.14/config.sub --- thunar-1.8.12/config.sub 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/config.sub 2020-03-25 15:24:31.000000000 +0000 @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-03-08' +timestamp='2018-02-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1376,7 +1376,7 @@ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* | -hcos* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ @@ -1794,7 +1794,7 @@ exit # Local variables: -# eval: (add-hook 'before-save-hook 'time-stamp) +# eval: (add-hook 'write-file-functions 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" diff -Nru thunar-1.8.12/configure thunar-1.8.14/configure --- thunar-1.8.12/configure 2020-01-31 00:10:13.000000000 +0000 +++ thunar-1.8.14/configure 2020-03-25 15:24:33.000000000 +0000 @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac b9f06673. +# From configure.ac 1b66c2a9. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for thunar 1.8.12. +# Generated by GNU Autoconf 2.69 for thunar 1.8.14. # # Report bugs to . # @@ -593,8 +593,8 @@ # Identity of this package. PACKAGE_NAME='thunar' PACKAGE_TARNAME='thunar' -PACKAGE_VERSION='1.8.12' -PACKAGE_STRING='thunar 1.8.12' +PACKAGE_VERSION='1.8.14' +PACKAGE_STRING='thunar 1.8.14' PACKAGE_BUGREPORT='https://bugzilla.xfce.org/' PACKAGE_URL='' @@ -935,6 +935,7 @@ docdir oldincludedir includedir +runstatedir localstatedir sharedstatedir sysconfdir @@ -1046,6 +1047,7 @@ sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' @@ -1298,6 +1300,15 @@ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1435,7 +1446,7 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir + libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -1548,7 +1559,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures thunar 1.8.12 to adapt to many kinds of systems. +\`configure' configures thunar 1.8.14 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1588,6 +1599,7 @@ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] @@ -1623,7 +1635,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of thunar 1.8.12:";; + short | recursive ) echo "Configuration of thunar 1.8.14:";; esac cat <<\_ACEOF @@ -1793,7 +1805,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -thunar configure 1.8.12 +thunar configure 1.8.14 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2164,7 +2176,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by thunar $as_me 1.8.12, which was +It was created by thunar $as_me 1.8.14, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3144,7 +3156,7 @@ # Define the identity of the package. PACKAGE='thunar' - VERSION='1.8.12' + VERSION='1.8.14' cat >>confdefs.h <<_ACEOF @@ -6703,8 +6715,8 @@ -macro_version='2.4.6.42-b88ce' -macro_revision='2.4.6.42' +macro_version='2.4.6' +macro_revision='2.4.6' @@ -7471,7 +7483,7 @@ lt_cv_deplibs_check_method=pass_all ;; -netbsd*) +netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else @@ -7833,29 +7845,13 @@ fi : ${AR=ar} +: ${AR_FLAGS=cr} -# Use ARFLAGS variable as AR's operation code to sync the variable naming with -# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have -# higher priority because thats what people were doing historically (setting -# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS -# variable obsoleted/removed. - -test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} -lt_ar_flags=$AR_FLAGS - - - - - - -# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override -# by AR_FLAGS because that was never working and AR_FLAGS is about to die. - @@ -8304,7 +8300,7 @@ if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. - # Also find C++ and __fastcall symbols from MSVC++ or ICC, + # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ @@ -8350,11 +8346,8 @@ test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm - if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 - (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && test -s "$nlist"; then + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" @@ -9573,8 +9566,8 @@ _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 - echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5 - $AR $AR_FLAGS libconftest.a conftest.o 2>&5 + echo "$AR cr libconftest.a conftest.o" >&5 + $AR cr libconftest.a conftest.o 2>&5 echo "$RANLIB libconftest.a" >&5 $RANLIB libconftest.a 2>&5 cat > conftest.c << _LT_EOF @@ -9969,8 +9962,8 @@ ofile=libtool can_build_shared=yes -# All known linkers require a '.a' archive for static linking (except MSVC and -# ICC, which need '.lib'). +# All known linkers require a '.a' archive for static linking (except MSVC, +# which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld @@ -10431,6 +10424,12 @@ lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) @@ -10893,20 +10892,23 @@ case $host_os in cygwin* | mingw* | pw32* | cegcc*) - # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time + # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using - # Microsoft Visual C++ or Intel C++ Compiler. + # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) - # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) + # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; + linux* | k*bsd*-gnu | gnu*) + link_all_deplibs=no + ;; esac ld_shlibs=yes @@ -11065,7 +11067,6 @@ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes - file_list_spec='@' ;; interix[3-9]*) @@ -11162,7 +11163,7 @@ fi ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -11283,7 +11284,7 @@ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else - export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no @@ -11550,12 +11551,12 @@ cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using - # Microsoft Visual C++ or Intel C++ Compiler. + # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in - cl* | icl*) - # Native MSVC or ICC + cl*) + # Native MSVC hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported always_export_symbols=yes @@ -11596,7 +11597,7 @@ fi' ;; *) - # Assume MSVC and ICC wrapper + # Assume MSVC wrapper hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. @@ -11832,6 +11833,7 @@ if test yes = "$lt_cv_irix_exported_symbol"; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi + link_all_deplibs=no else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' @@ -11853,7 +11855,7 @@ esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -11920,7 +11922,6 @@ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes - file_list_spec='@' ;; osf3*) @@ -12628,8 +12629,8 @@ dynamic_linker='Win32 ld.exe' ;; - *,cl* | *,icl*) - # Native MSVC or ICC + *,cl*) + # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' @@ -12685,7 +12686,7 @@ ;; *) - # Assume MSVC and ICC wrapper + # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; @@ -12969,6 +12970,18 @@ dynamic_linker='GNU/Linux ld.so' ;; +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no @@ -13864,41 +13877,30 @@ old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } -if test -z "$STRIP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -else - if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then - old_striplib="$STRIP --strip-debug" - striplib="$STRIP --strip-unneeded" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } - else - case $host_os in - darwin*) - # FIXME - insert some real tests, host_os isn't really good enough +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } - ;; - freebsd*) - if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then - old_striplib="$STRIP --strip-debug" - striplib="$STRIP --strip-unneeded" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - fi - ;; - *) + else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - ;; - esac - fi + fi + ;; + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + ;; + esac fi @@ -13992,7 +13994,7 @@ THUNARX_VERSION_API=3 THUNAR_VERSION_MAJOR=1 THUNAR_VERSION_MINOR=8 -THUNAR_VERSION_MICRO=12 +THUNAR_VERSION_MICRO=14 @@ -14034,7 +14036,7 @@ We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -14080,7 +14082,7 @@ We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -14104,7 +14106,7 @@ We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -14149,7 +14151,7 @@ We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -14173,7 +14175,7 @@ We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -14406,6 +14408,8 @@ if (*(data + i) != *(data3 + i)) return 14; close (fd); + free (data); + free (data3); return 0; } _ACEOF @@ -21307,7 +21311,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by thunar $as_me 1.8.12, which was +This file was extended by thunar $as_me 1.8.14, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21373,7 +21377,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -thunar config.status 1.8.12 +thunar config.status 1.8.14 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -21544,7 +21548,6 @@ DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' -lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' @@ -21673,6 +21676,7 @@ DLLTOOL \ sharedlib_from_linklib_cmd \ AR \ +AR_FLAGS \ archiver_list_spec \ STRIP \ RANLIB \ @@ -22667,11 +22671,8 @@ # The archiver. AR=$lt_AR -# Flags to create an archive (by configure). -lt_ar_flags=$lt_ar_flags - # Flags to create an archive. -AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"} +AR_FLAGS=$lt_AR_FLAGS # How to feed a file listing to the archiver. archiver_list_spec=$lt_archiver_list_spec diff -Nru thunar-1.8.12/configure.ac thunar-1.8.14/configure.ac --- thunar-1.8.12/configure.ac 2020-01-31 00:10:09.000000000 +0000 +++ thunar-1.8.14/configure.ac 2020-03-25 15:24:25.000000000 +0000 @@ -31,9 +31,9 @@ m4_define([thunarx_version_api], [3]) m4_define([thunar_version_major], [1]) m4_define([thunar_version_minor], [8]) -m4_define([thunar_version_micro], [12]) +m4_define([thunar_version_micro], [14]) m4_define([thunar_version_nano], []) -m4_define([thunar_version_build], [b9f06673]) +m4_define([thunar_version_build], [1b66c2a9]) m4_define([thunar_version_tag], []) m4_define([thunar_version], [thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_nano(), [], [], [.thunar_version_nano()])ifelse(thunar_version_tag(), [git], [thunar_version_tag()-thunar_version_build()], [thunar_version_tag()])]) diff -Nru thunar-1.8.12/debian/changelog thunar-1.8.14/debian/changelog --- thunar-1.8.12/debian/changelog 2020-02-25 06:51:36.000000000 +0000 +++ thunar-1.8.14/debian/changelog 2020-04-16 01:18:12.000000000 +0000 @@ -1,3 +1,9 @@ +thunar (1.8.14-0ubuntu1) focal; urgency=medium + + * New upstream bugfix release + + -- Sean Davis Wed, 15 Apr 2020 21:18:12 -0400 + thunar (1.8.12-1) unstable; urgency=medium [ Debian Janitor ] diff -Nru thunar-1.8.12/debian/control thunar-1.8.14/debian/control --- thunar-1.8.12/debian/control 2020-02-25 06:51:36.000000000 +0000 +++ thunar-1.8.14/debian/control 2020-04-16 01:13:48.000000000 +0000 @@ -1,7 +1,8 @@ Source: thunar Section: xfce Priority: optional -Maintainer: Debian Xfce Maintainers +Maintainer: Xubuntu Developers +XSBC-Original-Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez Build-Depends: debhelper-compat (= 12), gtk-doc-tools, diff -Nru thunar-1.8.12/docs/design/Makefile.in thunar-1.8.14/docs/design/Makefile.in --- thunar-1.8.12/docs/design/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/docs/design/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -371,6 +371,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/docs/Makefile.in thunar-1.8.14/docs/Makefile.in --- thunar-1.8.12/docs/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/docs/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -464,6 +464,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/docs/papers/Makefile.in thunar-1.8.14/docs/papers/Makefile.in --- thunar-1.8.12/docs/papers/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/docs/papers/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -371,6 +371,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/docs/reference/Makefile.in thunar-1.8.14/docs/reference/Makefile.in --- thunar-1.8.12/docs/reference/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/docs/reference/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -431,6 +431,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ Binary files /tmp/tmp62XBOc/P_yOZPFrl0/thunar-1.8.12/docs/reference/thunarx/html/home.png and /tmp/tmp62XBOc/zApxOarzvk/thunar-1.8.14/docs/reference/thunarx/html/home.png differ diff -Nru thunar-1.8.12/docs/reference/thunarx/html/index.html thunar-1.8.14/docs/reference/thunarx/html/index.html --- thunar-1.8.12/docs/reference/thunarx/html/index.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/index.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ Thunar Extensions Reference Manual: Thunar Extensions Reference Manual - + @@ -31,7 +31,7 @@ -

Version 1.8.12 +

Version 1.8.14

diff -Nru thunar-1.8.12/docs/reference/thunarx/html/ix01.html thunar-1.8.14/docs/reference/thunarx/html/ix01.html --- thunar-1.8.12/docs/reference/thunarx/html/ix01.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/ix01.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ Index: Thunar Extensions Reference Manual - + Binary files /tmp/tmp62XBOc/P_yOZPFrl0/thunar-1.8.12/docs/reference/thunarx/html/left-insensitive.png and /tmp/tmp62XBOc/zApxOarzvk/thunar-1.8.14/docs/reference/thunarx/html/left-insensitive.png differ Binary files /tmp/tmp62XBOc/P_yOZPFrl0/thunar-1.8.12/docs/reference/thunarx/html/left.png and /tmp/tmp62XBOc/zApxOarzvk/thunar-1.8.14/docs/reference/thunarx/html/left.png differ Binary files /tmp/tmp62XBOc/P_yOZPFrl0/thunar-1.8.12/docs/reference/thunarx/html/right-insensitive.png and /tmp/tmp62XBOc/zApxOarzvk/thunar-1.8.14/docs/reference/thunarx/html/right-insensitive.png differ Binary files /tmp/tmp62XBOc/P_yOZPFrl0/thunar-1.8.12/docs/reference/thunarx/html/right.png and /tmp/tmp62XBOc/zApxOarzvk/thunar-1.8.14/docs/reference/thunarx/html/right.png differ diff -Nru thunar-1.8.12/docs/reference/thunarx/html/thunarx-abstraction-layer.html thunar-1.8.14/docs/reference/thunarx/html/thunarx-abstraction-layer.html --- thunar-1.8.12/docs/reference/thunarx/html/thunarx-abstraction-layer.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/thunarx-abstraction-layer.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ Part IV. Abstraction Layer: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/ThunarxFileInfo.html thunar-1.8.14/docs/reference/thunarx/html/ThunarxFileInfo.html --- thunar-1.8.12/docs/reference/thunarx/html/ThunarxFileInfo.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/ThunarxFileInfo.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ ThunarxFileInfo: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/thunarx-fundamentals.html thunar-1.8.14/docs/reference/thunarx/html/thunarx-fundamentals.html --- thunar-1.8.12/docs/reference/thunarx/html/thunarx-fundamentals.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/thunarx-fundamentals.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ Part III. Fundamentals: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/ThunarxMenu.html thunar-1.8.14/docs/reference/thunarx/html/ThunarxMenu.html --- thunar-1.8.12/docs/reference/thunarx/html/ThunarxMenu.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/ThunarxMenu.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ ThunarxMenu: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/ThunarxMenuItem.html thunar-1.8.14/docs/reference/thunarx/html/ThunarxMenuItem.html --- thunar-1.8.12/docs/reference/thunarx/html/ThunarxMenuItem.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/ThunarxMenuItem.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ ThunarxMenuItem: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/ThunarxMenuProvider.html thunar-1.8.14/docs/reference/thunarx/html/ThunarxMenuProvider.html --- thunar-1.8.12/docs/reference/thunarx/html/ThunarxMenuProvider.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/ThunarxMenuProvider.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ ThunarxMenuProvider: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/thunarx-overview.html thunar-1.8.14/docs/reference/thunarx/html/thunarx-overview.html --- thunar-1.8.12/docs/reference/thunarx/html/thunarx-overview.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/thunarx-overview.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ Part I. Overview: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/ThunarxPreferencesProvider.html thunar-1.8.14/docs/reference/thunarx/html/ThunarxPreferencesProvider.html --- thunar-1.8.12/docs/reference/thunarx/html/ThunarxPreferencesProvider.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/ThunarxPreferencesProvider.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ ThunarxPreferencesProvider: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/ThunarxPropertyPage.html thunar-1.8.14/docs/reference/thunarx/html/ThunarxPropertyPage.html --- thunar-1.8.12/docs/reference/thunarx/html/ThunarxPropertyPage.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/ThunarxPropertyPage.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ ThunarxPropertyPage: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/ThunarxPropertyPageProvider.html thunar-1.8.14/docs/reference/thunarx/html/ThunarxPropertyPageProvider.html --- thunar-1.8.12/docs/reference/thunarx/html/ThunarxPropertyPageProvider.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/ThunarxPropertyPageProvider.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ ThunarxPropertyPageProvider: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/ThunarxProviderFactory.html thunar-1.8.14/docs/reference/thunarx/html/ThunarxProviderFactory.html --- thunar-1.8.12/docs/reference/thunarx/html/ThunarxProviderFactory.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/ThunarxProviderFactory.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ ThunarxProviderFactory: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/ThunarxProviderPlugin.html thunar-1.8.14/docs/reference/thunarx/html/ThunarxProviderPlugin.html --- thunar-1.8.12/docs/reference/thunarx/html/ThunarxProviderPlugin.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/ThunarxProviderPlugin.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ ThunarxProviderPlugin: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/thunarx-providers.html thunar-1.8.14/docs/reference/thunarx/html/thunarx-providers.html --- thunar-1.8.12/docs/reference/thunarx/html/thunarx-providers.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/thunarx-providers.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ Part V. Providers: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/ThunarxRenamer.html thunar-1.8.14/docs/reference/thunarx/html/ThunarxRenamer.html --- thunar-1.8.12/docs/reference/thunarx/html/ThunarxRenamer.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/ThunarxRenamer.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ ThunarxRenamer: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/ThunarxRenamerProvider.html thunar-1.8.14/docs/reference/thunarx/html/ThunarxRenamerProvider.html --- thunar-1.8.12/docs/reference/thunarx/html/ThunarxRenamerProvider.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/ThunarxRenamerProvider.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ ThunarxRenamerProvider: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/thunarx-using-extensions.html thunar-1.8.14/docs/reference/thunarx/html/thunarx-using-extensions.html --- thunar-1.8.12/docs/reference/thunarx/html/thunarx-using-extensions.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/thunarx-using-extensions.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ Part VI. Using Thunar extensions in applications: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/thunarx-Variables-and-functions-to-check-the-library-version.html thunar-1.8.14/docs/reference/thunarx/html/thunarx-Variables-and-functions-to-check-the-library-version.html --- thunar-1.8.12/docs/reference/thunarx/html/thunarx-Variables-and-functions-to-check-the-library-version.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/thunarx-Variables-and-functions-to-check-the-library-version.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ Variables and functions to check the library version: Thunar Extensions Reference Manual - + @@ -242,7 +242,7 @@

THUNARX_MICRO_VERSION

-
#define THUNARX_MICRO_VERSION 12
+
#define THUNARX_MICRO_VERSION 14
 
diff -Nru thunar-1.8.12/docs/reference/thunarx/html/thunarx-writing-extensions-advanced-topics.html thunar-1.8.14/docs/reference/thunarx/html/thunarx-writing-extensions-advanced-topics.html --- thunar-1.8.12/docs/reference/thunarx/html/thunarx-writing-extensions-advanced-topics.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/thunarx-writing-extensions-advanced-topics.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ Advanced topics: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/thunarx-writing-extensions-getting-started.html thunar-1.8.14/docs/reference/thunarx/html/thunarx-writing-extensions-getting-started.html --- thunar-1.8.12/docs/reference/thunarx/html/thunarx-writing-extensions-getting-started.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/thunarx-writing-extensions-getting-started.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ Getting Started: Thunar Extensions Reference Manual - + diff -Nru thunar-1.8.12/docs/reference/thunarx/html/thunarx-writing-extensions.html thunar-1.8.14/docs/reference/thunarx/html/thunarx-writing-extensions.html --- thunar-1.8.12/docs/reference/thunarx/html/thunarx-writing-extensions.html 2020-01-31 00:10:30.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/html/thunarx-writing-extensions.html 2020-03-25 15:24:59.000000000 +0000 @@ -3,7 +3,7 @@ Part II. Writing Extensions: Thunar Extensions Reference Manual - + Binary files /tmp/tmp62XBOc/P_yOZPFrl0/thunar-1.8.12/docs/reference/thunarx/html/up-insensitive.png and /tmp/tmp62XBOc/zApxOarzvk/thunar-1.8.14/docs/reference/thunarx/html/up-insensitive.png differ Binary files /tmp/tmp62XBOc/P_yOZPFrl0/thunar-1.8.12/docs/reference/thunarx/html/up.png and /tmp/tmp62XBOc/zApxOarzvk/thunar-1.8.14/docs/reference/thunarx/html/up.png differ diff -Nru thunar-1.8.12/docs/reference/thunarx/Makefile.in thunar-1.8.14/docs/reference/thunarx/Makefile.in --- thunar-1.8.12/docs/reference/thunarx/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -396,6 +396,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/docs/reference/thunarx/version.xml thunar-1.8.14/docs/reference/thunarx/version.xml --- thunar-1.8.12/docs/reference/thunarx/version.xml 2020-01-31 00:10:18.000000000 +0000 +++ thunar-1.8.14/docs/reference/thunarx/version.xml 2020-03-25 15:24:41.000000000 +0000 @@ -1 +1 @@ -1.8.12 +1.8.14 diff -Nru thunar-1.8.12/docs/Thunar.1 thunar-1.8.14/docs/Thunar.1 --- thunar-1.8.12/docs/Thunar.1 2019-08-30 21:51:39.000000000 +0000 +++ thunar-1.8.14/docs/Thunar.1 2020-03-23 09:42:44.000000000 +0000 @@ -1,13 +1,13 @@ '\" t .\" Title: Thunar .\" Author: [see the "Author" section] -.\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 08/30/2019 +.\" Generator: DocBook XSL Stylesheets v1.79.1 +.\" Date: 03/23/2020 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "THUNAR" "1" "08/30/2019" "[FIXME: source]" "[FIXME: manual]" +.TH "THUNAR" "1" "03/23/2020" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru thunar-1.8.12/examples/Makefile.in thunar-1.8.14/examples/Makefile.in --- thunar-1.8.12/examples/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/examples/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -431,6 +431,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/examples/tex-open-terminal/Makefile.in thunar-1.8.14/examples/tex-open-terminal/Makefile.in --- thunar-1.8.12/examples/tex-open-terminal/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/examples/tex-open-terminal/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -457,6 +457,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/icons/128x128/Makefile.in thunar-1.8.14/icons/128x128/Makefile.in --- thunar-1.8.12/icons/128x128/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/icons/128x128/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -401,6 +401,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/icons/16x16/Makefile.in thunar-1.8.14/icons/16x16/Makefile.in --- thunar-1.8.12/icons/16x16/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/icons/16x16/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -401,6 +401,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/icons/24x24/Makefile.in thunar-1.8.14/icons/24x24/Makefile.in --- thunar-1.8.12/icons/24x24/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/icons/24x24/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -401,6 +401,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/icons/48x48/Makefile.in thunar-1.8.14/icons/48x48/Makefile.in --- thunar-1.8.12/icons/48x48/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/icons/48x48/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -401,6 +401,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/icons/64x64/Makefile.in thunar-1.8.14/icons/64x64/Makefile.in --- thunar-1.8.12/icons/64x64/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/icons/64x64/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -401,6 +401,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/icons/Makefile.in thunar-1.8.14/icons/Makefile.in --- thunar-1.8.12/icons/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/icons/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -431,6 +431,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/icons/scalable/Makefile.in thunar-1.8.14/icons/scalable/Makefile.in --- thunar-1.8.12/icons/scalable/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/icons/scalable/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -401,6 +401,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/ltmain.sh thunar-1.8.14/ltmain.sh --- thunar-1.8.12/ltmain.sh 2020-01-31 00:10:09.000000000 +0000 +++ thunar-1.8.14/ltmain.sh 2020-03-25 15:24:26.000000000 +0000 @@ -1,12 +1,12 @@ #! /bin/sh ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in -## by inline-source v2018-07-24.06 +## by inline-source v2014-01-03.01 -# libtool (GNU libtool) 2.4.6.42-b88ce +# libtool (GNU libtool) 2.4.6 # Provide generalized library-building support services. # Written by Gordon Matzigkeit , 1996 -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2015 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. @@ -31,8 +31,8 @@ PROGRAM=libtool PACKAGE=libtool -VERSION=2.4.6.42-b88ce -package_revision=2.4.6.42 +VERSION="2.4.6 Debian-2.4.6-14" +package_revision=2.4.6 ## ------ ## @@ -64,25 +64,34 @@ # libraries, which are installed to $pkgauxdir. # Set a version string for this script. -scriptversion=2018-07-24.06; # UTC +scriptversion=2015-01-20.17; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 -# This is free software. There is NO warranty; not even for -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# Copyright (C) 2004-2018 Bootstrap Authors -# -# This file is dual licensed under the terms of the MIT license -# , and GPL version 3 or later -# . You must apply one of -# these licenses when using or redistributing this software or any of -# the files within it. See the URLs above, or the file `LICENSE` -# included in the Bootstrap distribution for the full license texts. +# Copyright (C) 2004-2015 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. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + +# As a special exception to the GNU General Public License, if you distribute +# this file as part of a program or library that is built using GNU Libtool, +# you may include this file under the same distribution terms that you use +# for the rest of that program. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . -# Please report bugs or propose patches to: -# +# Please report bugs or propose patches to gary@gnu.org. ## ------ ## @@ -131,6 +140,9 @@ fi" done +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + # Make sure IFS has a sensible default sp=' ' nl=' @@ -147,26 +159,6 @@ fi -# func_unset VAR -# -------------- -# Portably unset VAR. -# In some shells, an 'unset VAR' statement leaves a non-zero return -# status if VAR is already unset, which might be problematic if the -# statement is used at the end of a function (thus poisoning its return -# value) or when 'set -e' is active (causing even a spurious abort of -# the script in this case). -func_unset () -{ - { eval $1=; (eval unset $1) >/dev/null 2>&1 && eval unset $1 || : ; } -} - - -# Make sure CDPATH doesn't cause `cd` commands to output the target dir. -func_unset CDPATH - -# Make sure ${,E,F}GREP behave sanely. -func_unset GREP_OPTIONS - ## ------------------------- ## ## Locate command utilities. ## @@ -267,7 +259,7 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out } - func_path_progs "sed gsed" func_check_prog_sed "$PATH:/usr/xpg4/bin" + func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin rm -f conftest.sed SED=$func_path_progs_result } @@ -303,7 +295,7 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out } - func_path_progs "grep ggrep" func_check_prog_grep "$PATH:/usr/xpg4/bin" + func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin GREP=$func_path_progs_result } @@ -395,7 +387,7 @@ # putting '$debug_cmd' at the start of all your functions, you can get # bash to show function call trace with: # -# debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name +# debug_cmd='echo "${FUNCNAME[0]} $*" >&2' bash your-script-name debug_cmd=${debug_cmd-":"} exit_cmd=: @@ -588,16 +580,16 @@ { $debug_cmd - func_quote_arg pretty "$2" - eval "$1+=\\ \$func_quote_arg_result" + func_quote_for_eval "$2" + eval "$1+=\\ \$func_quote_for_eval_result" }' else func_append_quoted () { $debug_cmd - func_quote_arg pretty "$2" - eval "$1=\$$1\\ \$func_quote_arg_result" + func_quote_for_eval "$2" + eval "$1=\$$1\\ \$func_quote_for_eval_result" } fi @@ -1099,199 +1091,85 @@ } -# func_quote_portable EVAL ARG -# ---------------------------- -# Internal function to portably implement func_quote_arg. Note that we still -# keep attention to performance here so we as much as possible try to avoid -# calling sed binary (so far O(N) complexity as long as func_append is O(1)). -func_quote_portable () +# func_quote_for_eval ARG... +# -------------------------- +# Aesthetically quote ARGs to be evaled later. +# This function returns two values: +# i) func_quote_for_eval_result +# double-quoted, suitable for a subsequent eval +# ii) func_quote_for_eval_unquoted_result +# has all characters that are still active within double +# quotes backslashified. +func_quote_for_eval () { $debug_cmd - func_quote_portable_result=$2 - - # one-time-loop (easy break) - while true - do - if $1; then - func_quote_portable_result=`$ECHO "$2" | $SED \ - -e "$sed_double_quote_subst" -e "$sed_double_backslash"` - break - fi - - # Quote for eval. - case $func_quote_portable_result in + func_quote_for_eval_unquoted_result= + func_quote_for_eval_result= + while test 0 -lt $#; do + case $1 in *[\\\`\"\$]*) - case $func_quote_portable_result in - *[\[\*\?]*) - func_quote_portable_result=`$ECHO "$func_quote_portable_result" \ - | $SED "$sed_quote_subst"` - break - ;; - esac + _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; + *) + _G_unquoted_arg=$1 ;; + esac + if test -n "$func_quote_for_eval_unquoted_result"; then + func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" + else + func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" + fi - func_quote_portable_old_IFS=$IFS - for _G_char in '\' '`' '"' '$' - do - # STATE($1) PREV($2) SEPARATOR($3) - set start "" "" - func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy - IFS=$_G_char - for _G_part in $func_quote_portable_result - do - case $1 in - quote) - func_append func_quote_portable_result "$3$2" - set quote "$_G_part" "\\$_G_char" - ;; - start) - set first "" "" - func_quote_portable_result= - ;; - first) - set quote "$_G_part" "" - ;; - esac - done - done - IFS=$func_quote_portable_old_IFS + case $_G_unquoted_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting, command substitution and variable expansion + # for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + _G_quoted_arg=\"$_G_unquoted_arg\" ;; - *) ;; + *) + _G_quoted_arg=$_G_unquoted_arg + ;; esac - break - done - func_quote_portable_unquoted_result=$func_quote_portable_result - case $func_quote_portable_result in - # double-quote args containing shell metacharacters to delay - # word splitting, command substitution and variable expansion - # for a subsequent eval. - # many bourne shells cannot handle close brackets correctly - # in scan sets, so we specify it separately. - *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - func_quote_portable_result=\"$func_quote_portable_result\" - ;; - esac + if test -n "$func_quote_for_eval_result"; then + func_append func_quote_for_eval_result " $_G_quoted_arg" + else + func_append func_quote_for_eval_result "$_G_quoted_arg" + fi + shift + done } -# func_quotefast_eval ARG -# ----------------------- -# Quote one ARG (internal). This is equivalent to 'func_quote_arg eval ARG', -# but optimized for speed. Result is stored in $func_quotefast_eval. -if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then - printf -v _GL_test_printf_tilde %q '~' - if test '\~' = "$_GL_test_printf_tilde"; then - func_quotefast_eval () - { - printf -v func_quotefast_eval_result %q "$1" - } - else - # Broken older Bash implementations. Make those faster too if possible. - func_quotefast_eval () - { - case $1 in - '~'*) - func_quote_portable false "$1" - func_quotefast_eval_result=$func_quote_portable_result - ;; - *) - printf -v func_quotefast_eval_result %q "$1" - ;; - esac - } - fi -else - func_quotefast_eval () - { - func_quote_portable false "$1" - func_quotefast_eval_result=$func_quote_portable_result - } -fi - +# func_quote_for_expand ARG +# ------------------------- +# Aesthetically quote ARG to be evaled later; same as above, +# but do not quote variable references. +func_quote_for_expand () +{ + $debug_cmd -# func_quote_arg MODEs ARG -# ------------------------ -# Quote one ARG to be evaled later. MODEs argument may contain zero or more -# specifiers listed below separated by ',' character. This function returns two -# values: -# i) func_quote_arg_result -# double-quoted (when needed), suitable for a subsequent eval -# ii) func_quote_arg_unquoted_result -# has all characters that are still active within double -# quotes backslashified. Available only if 'unquoted' is specified. -# -# Available modes: -# ---------------- -# 'eval' (default) -# - escape shell special characters -# 'expand' -# - the same as 'eval'; but do not quote variable references -# 'pretty' -# - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might -# be used later in func_quote to get output like: 'echo "a b"' instead -# of 'echo a\ b'. This is slower than default on some shells. -# 'unquoted' -# - produce also $func_quote_arg_unquoted_result which does not contain -# wrapping double-quotes. -# -# Examples for 'func_quote_arg pretty,unquoted string': -# -# string | *_result | *_unquoted_result -# ------------+-----------------------+------------------- -# " | \" | \" -# a b | "a b" | a b -# "a b" | "\"a b\"" | \"a b\" -# * | "*" | * -# z="${x-$y}" | "z=\"\${x-\$y}\"" | z=\"\${x-\$y}\" -# -# Examples for 'func_quote_arg pretty,unquoted,expand string': -# -# string | *_result | *_unquoted_result -# --------------+---------------------+-------------------- -# z="${x-$y}" | "z=\"${x-$y}\"" | z=\"${x-$y}\" -func_quote_arg () -{ - _G_quote_expand=false - case ,$1, in - *,expand,*) - _G_quote_expand=: - ;; + case $1 in + *[\\\`\"]*) + _G_arg=`$ECHO "$1" | $SED \ + -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; + *) + _G_arg=$1 ;; esac - case ,$1, in - *,pretty,*|*,expand,*|*,unquoted,*) - func_quote_portable $_G_quote_expand "$2" - func_quote_arg_result=$func_quote_portable_result - func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result - ;; - *) - # Faster quote-for-eval for some shells. - func_quotefast_eval "$2" - func_quote_arg_result=$func_quotefast_eval_result + case $_G_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting and command substitution for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + _G_arg=\"$_G_arg\" ;; esac -} - -# func_quote MODEs ARGs... -# ------------------------ -# Quote all ARGs to be evaled later and join them into single command. See -# func_quote_arg's description for more info. -func_quote () -{ - $debug_cmd - _G_func_quote_mode=$1 ; shift - func_quote_result= - while test 0 -lt $#; do - func_quote_arg "$_G_func_quote_mode" "$1" - if test -n "$func_quote_result"; then - func_append func_quote_result " $func_quote_arg_result" - else - func_append func_quote_result "$func_quote_arg_result" - fi - shift - done + func_quote_for_expand_result=$_G_arg } @@ -1337,8 +1215,8 @@ _G_cmd=$1 _G_fail_exp=${2-':'} - func_quote_arg pretty,expand "$_G_cmd" - eval "func_notquiet $func_quote_arg_result" + func_quote_for_expand "$_G_cmd" + eval "func_notquiet $func_quote_for_expand_result" $opt_dry_run || { eval "$_G_cmd" @@ -1363,8 +1241,8 @@ _G_fail_exp=${2-':'} $opt_quiet || { - func_quote_arg expand,pretty "$_G_cmd" - eval "func_echo $func_quote_arg_result" + func_quote_for_expand "$_G_cmd" + eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || { @@ -1491,26 +1369,30 @@ # End: #! /bin/sh +# Set a version string for this script. +scriptversion=2015-10-07.11; # UTC + # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 -# This is free software. There is NO warranty; not even for -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# Copyright (C) 2010-2018 Bootstrap Authors -# -# This file is dual licensed under the terms of the MIT license -# , and GPL version 3 or later -# . You must apply one of -# these licenses when using or redistributing this software or any of -# the files within it. See the URLs above, or the file `LICENSE` -# included in the Bootstrap distribution for the full license texts. +# Copyright (C) 2010-2015 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. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -# Please report bugs or propose patches to: -# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. -# Set a version string for this script. -scriptversion=2018-07-24.06; # UTC +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# Please report bugs or propose patches to gary@gnu.org. ## ------ ## @@ -1533,7 +1415,7 @@ # # In order for the '--version' option to work, you will need to have a # suitably formatted comment like the one at the top of this file -# starting with '# Written by ' and ending with '# Copyright'. +# starting with '# Written by ' and ending with '# warranty; '. # # For '-h' and '--help' to work, you will also need a one line # description of your script's purpose in a comment directly above the @@ -1545,7 +1427,7 @@ # to display verbose messages only when your user has specified # '--verbose'. # -# After sourcing this file, you can plug in processing for additional +# After sourcing this file, you can plug processing for additional # options by amending the variables from the 'Configuration' section # below, and following the instructions in the 'Option parsing' # section further down. @@ -1594,8 +1476,8 @@ ## ------------------------- ## # This section contains functions for adding, removing, and running hooks -# in the main code. A hook is just a list of function names that can be -# run in order later on. +# to the main code. A hook is just a named list of of function, that can +# be run in order later on. # func_hookable FUNC_NAME # ----------------------- @@ -1628,8 +1510,7 @@ # func_remove_hook FUNC_NAME HOOK_FUNC # ------------------------------------ -# Remove HOOK_FUNC from the list of hook functions to be called by -# FUNC_NAME. +# Remove HOOK_FUNC from the list of functions called by FUNC_NAME. func_remove_hook () { $debug_cmd @@ -1638,28 +1519,10 @@ } -# func_propagate_result FUNC_NAME_A FUNC_NAME_B -# --------------------------------------------- -# If the *_result variable of FUNC_NAME_A _is set_, assign its value to -# *_result variable of FUNC_NAME_B. -func_propagate_result () -{ - $debug_cmd - - func_propagate_result_result=: - if eval "test \"\${${1}_result+set}\" = set" - then - eval "${2}_result=\$${1}_result" - else - func_propagate_result_result=false - fi -} - - # func_run_hooks FUNC_NAME [ARG]... # --------------------------------- # Run all hook functions registered to FUNC_NAME. -# It's assumed that the list of hook functions contains nothing more +# It is assumed that the list of hook functions contains nothing more # than a whitespace-delimited list of legal shell function names, and # no effort is wasted trying to catch shell meta-characters or preserve # whitespace. @@ -1667,21 +1530,26 @@ { $debug_cmd + _G_rc_run_hooks=false + case " $hookable_fns " in *" $1 "*) ;; - *) func_fatal_error "'$1' does not support hook functions." ;; + *) func_fatal_error "'$1' does not support hook funcions.n" ;; esac eval _G_hook_fns=\$$1_hooks; shift for _G_hook in $_G_hook_fns; do - func_unset "${_G_hook}_result" - eval $_G_hook '${1+"$@"}' - func_propagate_result $_G_hook func_run_hooks - if $func_propagate_result_result; then - eval set dummy "$func_run_hooks_result"; shift + if eval $_G_hook '"$@"'; then + # store returned options list back into positional + # parameters for next 'cmd' execution. + eval _G_hook_result=\$${_G_hook}_result + eval set dummy "$_G_hook_result"; shift + _G_rc_run_hooks=: fi done + + $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result } @@ -1691,16 +1559,14 @@ ## --------------- ## # In order to add your own option parsing hooks, you must accept the -# full positional parameter list from your hook function. You may remove -# or edit any options that you action, and then pass back the remaining -# unprocessed options in '_result', escaped -# suitably for 'eval'. -# -# The '_result' variable is automatically unset -# before your hook gets called; for best performance, only set the -# *_result variable when necessary (i.e. don't call the 'func_quote' -# function unnecessarily because it can be an expensive operation on some -# machines). +# full positional parameter list in your hook function, you may remove/edit +# any options that you action, and then pass back the remaining unprocessed +# options in '_result', escaped suitably for +# 'eval'. In this case you also must return $EXIT_SUCCESS to let the +# hook's caller know that it should pay attention to +# '_result'. Returning $EXIT_FAILURE signalizes that +# arguments are left untouched by the hook and therefore caller will ignore the +# result variable. # # Like this: # @@ -1712,8 +1578,11 @@ # usage_message=$usage_message' # -s, --silent don'\''t print informational messages # ' -# # No change in '$@' (ignored completely by this hook). Leave -# # my_options_prep_result variable intact. +# # No change in '$@' (ignored completely by this hook). There is +# # no need to do the equivalent (but slower) action: +# # func_quote_for_eval ${1+"$@"} +# # my_options_prep_result=$func_quote_for_eval_result +# false # } # func_add_hook func_options_prep my_options_prep # @@ -1724,7 +1593,7 @@ # # args_changed=false # -# # Note that, for efficiency, we parse as many options as we can +# # Note that for efficiency, we parse as many options as we can # # recognise in a loop before passing the remainder back to the # # caller on the first unrecognised argument we encounter. # while test $# -gt 0; do @@ -1741,17 +1610,18 @@ # args_changed=: # ;; # *) # Make sure the first unrecognised option "$_G_opt" -# # is added back to "$@" in case we need it later, -# # if $args_changed was set to 'true'. +# # is added back to "$@", we could need that later +# # if $args_changed is true. # set dummy "$_G_opt" ${1+"$@"}; shift; break ;; # esac # done # -# # Only call 'func_quote' here if we processed at least one argument. # if $args_changed; then -# func_quote eval ${1+"$@"} -# my_silent_option_result=$func_quote_result +# func_quote_for_eval ${1+"$@"} +# my_silent_option_result=$func_quote_for_eval_result # fi +# +# $args_changed # } # func_add_hook func_parse_options my_silent_option # @@ -1762,6 +1632,8 @@ # # $opt_silent && $opt_verbose && func_fatal_help "\ # '--silent' and '--verbose' options are mutually exclusive." +# +# false # } # func_add_hook func_validate_options my_option_validation # @@ -1777,8 +1649,13 @@ { $debug_cmd - func_run_hooks func_options ${1+"$@"} - func_propagate_result func_run_hooks func_options_finish + _G_func_options_finish_exit=false + if func_run_hooks func_options ${1+"$@"}; then + func_options_finish_result=$func_run_hooks_result + _G_func_options_finish_exit=: + fi + + $_G_func_options_finish_exit } @@ -1791,27 +1668,28 @@ { $debug_cmd - _G_options_quoted=false + _G_rc_options=false for my_func in options_prep parse_options validate_options options_finish do - func_unset func_${my_func}_result - func_unset func_run_hooks_result - eval func_$my_func '${1+"$@"}' - func_propagate_result func_$my_func func_options - if $func_propagate_result_result; then - eval set dummy "$func_options_result"; shift - _G_options_quoted=: + if eval func_$my_func '${1+"$@"}'; then + eval _G_res_var='$'"func_${my_func}_result" + eval set dummy "$_G_res_var" ; shift + _G_rc_options=: fi done - $_G_options_quoted || { - # As we (func_options) are top-level options-parser function and - # nobody quoted "$@" for us yet, we need to do it explicitly for - # caller. - func_quote eval ${1+"$@"} - func_options_result=$func_quote_result - } + # Save modified positional parameters for caller. As a top-level + # options-parser function we always need to set the 'func_options_result' + # variable (regardless the $_G_rc_options value). + if $_G_rc_options; then + func_options_result=$_G_res_var + else + func_quote_for_eval ${1+"$@"} + func_options_result=$func_quote_for_eval_result + fi + + $_G_rc_options } @@ -1821,7 +1699,8 @@ # Note that when calling hook functions, we pass through the list of # positional parameters. If a hook function modifies that list, and # needs to propagate that back to rest of this script, then the complete -# modified list must be put in 'func_run_hooks_result' before returning. +# modified list must be put in 'func_run_hooks_result' before +# returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned). func_hookable func_options_prep func_options_prep () { @@ -1831,8 +1710,14 @@ opt_verbose=false opt_warning_types= - func_run_hooks func_options_prep ${1+"$@"} - func_propagate_result func_run_hooks func_options_prep + _G_rc_options_prep=false + if func_run_hooks func_options_prep ${1+"$@"}; then + _G_rc_options_prep=: + # save modified positional parameters for caller + func_options_prep_result=$func_run_hooks_result + fi + + $_G_rc_options_prep } @@ -1844,32 +1729,27 @@ { $debug_cmd - _G_parse_options_requote=false + func_parse_options_result= + + _G_rc_parse_options=false # this just eases exit handling while test $# -gt 0; do # Defer to hook functions for initial option parsing, so they # get priority in the event of reusing an option name. - func_run_hooks func_parse_options ${1+"$@"} - func_propagate_result func_run_hooks func_parse_options - if $func_propagate_result_result; then - eval set dummy "$func_parse_options_result"; shift - # Even though we may have changed "$@", we passed the "$@" array - # down into the hook and it quoted it for us (because we are in - # this if-branch). No need to quote it again. - _G_parse_options_requote=false + if func_run_hooks func_parse_options ${1+"$@"}; then + eval set dummy "$func_run_hooks_result"; shift + _G_rc_parse_options=: fi # Break out of the loop if we already parsed every option. test $# -gt 0 || break - # We expect that one of the options parsed in this function matches - # and thus we remove _G_opt from "$@" and need to re-quote. _G_match_parse_options=: _G_opt=$1 shift case $_G_opt in --debug|-x) debug_cmd='set -x' - func_echo "enabling shell trace mode" >&2 + func_echo "enabling shell trace mode" $debug_cmd ;; @@ -1880,7 +1760,7 @@ --warnings|--warning|-W) if test $# = 0 && func_missing_arg $_G_opt; then - _G_parse_options_requote=: + _G_rc_parse_options=: break fi case " $warning_categories $1" in @@ -1935,7 +1815,7 @@ shift ;; - --) _G_parse_options_requote=: ; break ;; + --) _G_rc_parse_options=: ; break ;; -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; *) set dummy "$_G_opt" ${1+"$@"}; shift _G_match_parse_options=false @@ -1943,16 +1823,17 @@ ;; esac - if $_G_match_parse_options; then - _G_parse_options_requote=: - fi + $_G_match_parse_options && _G_rc_parse_options=: done - if $_G_parse_options_requote; then + + if $_G_rc_parse_options; then # save modified positional parameters for caller - func_quote eval ${1+"$@"} - func_parse_options_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + func_parse_options_result=$func_quote_for_eval_result fi + + $_G_rc_parse_options } @@ -1965,14 +1846,21 @@ { $debug_cmd + _G_rc_validate_options=false + # Display all warnings if -W was not given. test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" - func_run_hooks func_validate_options ${1+"$@"} - func_propagate_result func_run_hooks func_validate_options + if func_run_hooks func_validate_options ${1+"$@"}; then + # save modified positional parameters for caller + func_validate_options_result=$func_run_hooks_result + _G_rc_validate_options=: + fi # Bail if the options were screwed! $exit_cmd $EXIT_FAILURE + + $_G_rc_validate_options } @@ -2028,8 +1916,8 @@ # func_split_equals STRING # ------------------------ -# Set func_split_equals_lhs and func_split_equals_rhs shell variables -# after splitting STRING at the '=' sign. +# Set func_split_equals_lhs and func_split_equals_rhs shell variables after +# splitting STRING at the '=' sign. test -z "$_G_HAVE_XSI_OPS" \ && (eval 'x=a/b/c; test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ @@ -2044,9 +1932,8 @@ func_split_equals_lhs=${1%%=*} func_split_equals_rhs=${1#*=} - if test "x$func_split_equals_lhs" = "x$1"; then - func_split_equals_rhs= - fi + test "x$func_split_equals_lhs" = "x$1" \ + && func_split_equals_rhs= }' else # ...otherwise fall back to using expr, which is often a shell builtin. @@ -2124,44 +2011,31 @@ # func_version # ------------ # Echo version message to standard output and exit. -# The version message is extracted from the calling file's header -# comments, with leading '# ' stripped: -# 1. First display the progname and version -# 2. Followed by the header comment line matching /^# Written by / -# 3. Then a blank line followed by the first following line matching -# /^# Copyright / -# 4. Immediately followed by any lines between the previous matches, -# except lines preceding the intervening completely blank line. -# For example, see the header comments of this file. func_version () { $debug_cmd printf '%s\n' "$progname $scriptversion" $SED -n ' - /^# Written by /!b - s|^# ||; p; n - - :fwd2blnk - /./ { - n - b fwd2blnk + /(C)/!b go + :more + /\./!{ + N + s|\n# | | + b more } - p; n - - :holdwrnt - s|^# || - s|^# *$|| - /^Copyright /!{ - /./H - n - b holdwrnt + :go + /^# Written by /,/# warranty; / { + s|^# || + s|^# *$|| + s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| + p } - - s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| - G - s|\(\n\)\n*|\1|g - p; q' < "$progpath" + /^# Written by / { + s|^# || + p + } + /^warranty; /q' < "$progpath" exit $? } @@ -2171,12 +2045,12 @@ # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) -# time-stamp-pattern: "30/scriptversion=%:y-%02m-%02d.%02H; # UTC" +# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" # time-stamp-time-zone: "UTC" # End: # Set a version string. -scriptversion='(GNU libtool) 2.4.6.42-b88ce' +scriptversion='(GNU libtool) 2.4.6' # func_echo ARG... @@ -2267,7 +2141,7 @@ compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) - version: $progname (GNU libtool) 2.4.6.42-b88ce + version: $progname $scriptversion Debian-2.4.6-14 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` @@ -2323,7 +2197,7 @@ # a configuration failure hint, and exit. func_fatal_configuration () { - func_fatal_error ${1+"$@"} \ + func__fatal_error ${1+"$@"} \ "See the $PACKAGE documentation for more information." \ "Fatal configuration error." } @@ -2501,9 +2375,11 @@ if $_G_rc_lt_options_prep; then # Pass back the list of options. - func_quote eval ${1+"$@"} - libtool_options_prep_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + libtool_options_prep_result=$func_quote_for_eval_result fi + + $_G_rc_lt_options_prep } func_add_hook func_options_prep libtool_options_prep @@ -2606,9 +2482,11 @@ if $_G_rc_lt_parse_options; then # save modified positional parameters for caller - func_quote eval ${1+"$@"} - libtool_parse_options_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + libtool_parse_options_result=$func_quote_for_eval_result fi + + $_G_rc_lt_parse_options } func_add_hook func_parse_options libtool_parse_options @@ -2665,8 +2543,8 @@ } # Pass back the unparsed argument list - func_quote eval ${1+"$@"} - libtool_validate_options_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + libtool_validate_options_result=$func_quote_for_eval_result } func_add_hook func_validate_options libtool_validate_options @@ -3632,8 +3510,8 @@ esac done - func_quote_arg pretty "$libobj" - test "X$libobj" != "X$func_quote_arg_result" \ + func_quote_for_eval "$libobj" + test "X$libobj" != "X$func_quote_for_eval_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name '$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" @@ -3706,8 +3584,8 @@ func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 srcfile=$func_to_tool_file_result - func_quote_arg pretty "$srcfile" - qsrcfile=$func_quote_arg_result + func_quote_for_eval "$srcfile" + qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test yes = "$build_libtool_libs"; then @@ -4310,8 +4188,8 @@ case $nonopt in *shtool*) :;; *) false;; esac then # Aesthetically quote it. - func_quote_arg pretty "$nonopt" - install_prog="$func_quote_arg_result " + func_quote_for_eval "$nonopt" + install_prog="$func_quote_for_eval_result " arg=$1 shift else @@ -4321,8 +4199,8 @@ # The real first argument should be the name of the installation program. # Aesthetically quote it. - func_quote_arg pretty "$arg" - func_append install_prog "$func_quote_arg_result" + func_quote_for_eval "$arg" + func_append install_prog "$func_quote_for_eval_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; @@ -4379,12 +4257,12 @@ esac # Aesthetically quote the argument. - func_quote_arg pretty "$arg" - func_append install_prog " $func_quote_arg_result" + func_quote_for_eval "$arg" + func_append install_prog " $func_quote_for_eval_result" if test -n "$arg2"; then - func_quote_arg pretty "$arg2" + func_quote_for_eval "$arg2" fi - func_append install_shared_prog " $func_quote_arg_result" + func_append install_shared_prog " $func_quote_for_eval_result" done test -z "$install_prog" && \ @@ -4395,8 +4273,8 @@ if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else - func_quote_arg pretty "$install_override_mode" - func_append install_shared_prog " -m $func_quote_arg_result" + func_quote_for_eval "$install_override_mode" + func_append install_shared_prog " -m $func_quote_for_eval_result" fi fi @@ -4692,8 +4570,8 @@ relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_quiet || { - func_quote_arg expand,pretty "$relink_command" - eval "func_echo $func_quote_arg_result" + func_quote_for_expand "$relink_command" + eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else @@ -5472,8 +5350,7 @@ if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" - func_quote_arg pretty "$ECHO" - qECHO=$func_quote_arg_result + qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` $ECHO "\ # A function that is used when there is no print builtin or printf. @@ -5483,7 +5360,7 @@ \$1 _LTECHO_EOF' } - ECHO=$qECHO + ECHO=\"$qECHO\" fi # Very basic option parsing. These options are (a) specific to @@ -6826,9 +6703,9 @@ while test "$#" -gt 0; do arg=$1 shift - func_quote_arg pretty,unquoted "$arg" - qarg=$func_quote_arg_unquoted_result - func_append libtool_args " $func_quote_arg_result" + func_quote_for_eval "$arg" + qarg=$func_quote_for_eval_unquoted_result + func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then @@ -7426,9 +7303,9 @@ save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs - func_quote_arg pretty "$flag" - func_append arg " $func_quote_arg_result" - func_append compiler_flags " $func_quote_arg_result" + func_quote_for_eval "$flag" + func_append arg " $func_quote_for_eval_result" + func_append compiler_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" @@ -7442,10 +7319,10 @@ save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs - func_quote_arg pretty "$flag" - func_append arg " $wl$func_quote_arg_result" - func_append compiler_flags " $wl$func_quote_arg_result" - func_append linker_flags " $func_quote_arg_result" + func_quote_for_eval "$flag" + func_append arg " $wl$func_quote_for_eval_result" + func_append compiler_flags " $wl$func_quote_for_eval_result" + func_append linker_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" @@ -7469,8 +7346,8 @@ # -msg_* for osf cc -msg_*) - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result ;; # Flags to be passed through unchanged, with rationale: @@ -7491,12 +7368,14 @@ # -stdlib=* select c++ std lib with clang # -fsanitize=* Clang/GCC memory and address sanitizer # -fuse-ld=* Linker select flags for GCC + # -static-* direct GCC to link specific libraries statically + # -fcilkplus Cilk Plus language extension features for C/C++ -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ - -specs=*|-fsanitize=*|-fuse-ld=*) - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus) + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result func_append compile_command " $arg" func_append finalize_command " $arg" func_append compiler_flags " $arg" @@ -7517,15 +7396,15 @@ continue else # Otherwise treat like 'Some other compiler flag' below - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result fi ;; # Some other compiler flag. -* | +*) - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result ;; *.$objext) @@ -7645,8 +7524,8 @@ *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result ;; esac # arg @@ -7787,7 +7666,10 @@ case $pass in dlopen) libs=$dlfiles ;; dlpreopen) libs=$dlprefiles ;; - link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; + link) + libs="$deplibs %DEPLIBS%" + test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" + ;; esac fi if test lib,dlpreopen = "$linkmode,$pass"; then @@ -8106,19 +7988,19 @@ # It is a libtool convenience library, so add in its objects. func_append convenience " $ladir/$objdir/$old_library" func_append old_convenience " $ladir/$objdir/$old_library" + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_preserve_dup_deps; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done elif test prog != "$linkmode" && test lib != "$linkmode"; then func_fatal_error "'$lib' is not a convenience library" fi - tmp_libs= - for deplib in $dependency_libs; do - deplibs="$deplib $deplibs" - if $opt_preserve_dup_deps; then - case "$tmp_libs " in - *" $deplib "*) func_append specialdeplibs " $deplib" ;; - esac - fi - func_append tmp_libs " $deplib" - done continue fi # $pass = conv @@ -9042,6 +8924,9 @@ revision=$number_minor lt_irix_increment=no ;; + *) + func_fatal_configuration "$modename: unknown library version type '$version_type'" + ;; esac ;; no) @@ -10152,8 +10037,8 @@ for cmd in $concat_cmds; do IFS=$save_ifs $opt_quiet || { - func_quote_arg expand,pretty "$cmd" - eval "func_echo $func_quote_arg_result" + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? @@ -10246,8 +10131,8 @@ eval cmd=\"$cmd\" IFS=$save_ifs $opt_quiet || { - func_quote_arg expand,pretty "$cmd" - eval "func_echo $func_quote_arg_result" + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? @@ -10721,13 +10606,12 @@ elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else - func_quote_arg pretty "$var_value" - relink_command="$var=$func_quote_arg_result; export $var; $relink_command" + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done - func_quote eval cd "`pwd`" - func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)" - relink_command=$func_quote_arg_unquoted_result + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. @@ -10967,15 +10851,13 @@ elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else - func_quote_arg pretty,unquoted "$var_value" - relink_command="$var=$func_quote_arg_unquoted_result; export $var; $relink_command" + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. - func_quote eval cd "`pwd`" - relink_command="($func_quote_result; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" - func_quote_arg pretty,unquoted "$relink_command" - relink_command=$func_quote_arg_unquoted_result + relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` if test yes = "$hardcode_automatic"; then relink_command= fi diff -Nru thunar-1.8.12/Makefile.in thunar-1.8.14/Makefile.in --- thunar-1.8.12/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -508,6 +508,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/NEWS thunar-1.8.14/NEWS --- thunar-1.8.12/NEWS 2020-01-31 00:10:02.000000000 +0000 +++ thunar-1.8.14/NEWS 2020-03-25 15:23:11.000000000 +0000 @@ -1,3 +1,28 @@ +1.8.14 +====== + - Revert "Allow opening of multiple file selections (bug #2487)", + because it introduced a regression (Not possible any more to DnD + multiple files in icon/compact view) +- Translation Updates: + Portuguese, + +1.8.13 +====== + - Use tre-view toplevel path of the cursor, if available, in order to + prevent jumping (Bug #16024) + - Increase vertical gap between icon and its label slightly (Bug #16041) + - Fix crash when inserting USB device in tree-view mode. (Bug #15172) + - Fix jump to Home when ejecting a currently viewed device (Bug #16504) + - Allow context menu when editing location in pathbar (Bug #16483) + - Sort device entries in tree view (Bug #16471) + - Allow to open multiple files at once (Bug #2487) + - Fix incorrect pathbar autocomplete (Bug #16267) + - Avoid unreadable names in detailed view (Bug #16391) + - Prevent crash when renaming files (Bug #10805) +- Translation Updates: + Belarusian, Croatian, Finnish, French, Hebrew, Indonesian, Kazakh, + Malay, Portuguese, Portuguese (Brazil), + 1.8.12 ====== - NULL is the proper sentinel for g_object_new() (Bug #16310) diff -Nru thunar-1.8.12/pixmaps/Makefile.in thunar-1.8.14/pixmaps/Makefile.in --- thunar-1.8.12/pixmaps/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/pixmaps/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -401,6 +401,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/plugins/Makefile.in thunar-1.8.14/plugins/Makefile.in --- thunar-1.8.12/plugins/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/plugins/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -432,6 +432,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/plugins/thunar-apr/Makefile.in thunar-1.8.14/plugins/thunar-apr/Makefile.in --- thunar-1.8.12/plugins/thunar-apr/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/plugins/thunar-apr/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -463,6 +463,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/plugins/thunar-sbr/Makefile.in thunar-1.8.14/plugins/thunar-sbr/Makefile.in --- thunar-1.8.12/plugins/thunar-sbr/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/plugins/thunar-sbr/Makefile.in 2020-03-25 15:24:31.000000000 +0000 @@ -469,6 +469,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/plugins/thunar-sendto-email/Makefile.in thunar-1.8.14/plugins/thunar-sendto-email/Makefile.in --- thunar-1.8.12/plugins/thunar-sendto-email/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/plugins/thunar-sendto-email/Makefile.in 2020-03-25 15:24:32.000000000 +0000 @@ -459,6 +459,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/plugins/thunar-tpa/Makefile.in thunar-1.8.14/plugins/thunar-tpa/Makefile.in --- thunar-1.8.12/plugins/thunar-tpa/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/plugins/thunar-tpa/Makefile.in 2020-03-25 15:24:32.000000000 +0000 @@ -460,6 +460,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/plugins/thunar-tpa/thunar-tpa-bindings.c thunar-1.8.14/plugins/thunar-tpa/thunar-tpa-bindings.c --- thunar-1.8.12/plugins/thunar-tpa/thunar-tpa-bindings.c 2020-01-31 00:10:31.000000000 +0000 +++ thunar-1.8.14/plugins/thunar-tpa/thunar-tpa-bindings.c 2020-03-25 15:24:59.000000000 +0000 @@ -1,8 +1,9 @@ /* - * Generated by gdbus-codegen 2.62.4 from thunar-tpa-bindings.xml. DO NOT EDIT. + * This file is generated by gdbus-codegen, do not modify it. * * The license of this code is the same as for the D-Bus interface description - * it was derived from. + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. */ #ifdef HAVE_CONFIG_H @@ -568,7 +569,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the DisplayTrash() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_tpa_trash_call_display_trash_finish() to get the result of the operation. * * See thunar_tpa_trash_call_display_trash_sync() for the synchronous, blocking version of this method. @@ -672,7 +673,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the EmptyTrash() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_tpa_trash_call_empty_trash_finish() to get the result of the operation. * * See thunar_tpa_trash_call_empty_trash_sync() for the synchronous, blocking version of this method. @@ -777,7 +778,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the MoveToTrash() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_tpa_trash_call_move_to_trash_finish() to get the result of the operation. * * See thunar_tpa_trash_call_move_to_trash_sync() for the synchronous, blocking version of this method. @@ -884,7 +885,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the QueryTrash() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_tpa_trash_call_query_trash_finish() to get the result of the operation. * * See thunar_tpa_trash_call_query_trash_sync() for the synchronous, blocking version of this method. @@ -1224,7 +1225,7 @@ * * Asynchronously creates a proxy for the D-Bus interface org.xfce.Trash. See g_dbus_proxy_new() for more details. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_tpa_trash_proxy_new_finish() to get the result of the operation. * * See thunar_tpa_trash_proxy_new_sync() for the synchronous, blocking version of this constructor. @@ -1314,7 +1315,7 @@ * * Like thunar_tpa_trash_proxy_new() but takes a #GBusType instead of a #GDBusConnection. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_tpa_trash_proxy_new_for_bus_finish() to get the result of the operation. * * See thunar_tpa_trash_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor. diff -Nru thunar-1.8.12/plugins/thunar-tpa/thunar-tpa-bindings.h thunar-1.8.14/plugins/thunar-tpa/thunar-tpa-bindings.h --- thunar-1.8.12/plugins/thunar-tpa/thunar-tpa-bindings.h 2020-01-31 00:10:31.000000000 +0000 +++ thunar-1.8.14/plugins/thunar-tpa/thunar-tpa-bindings.h 2020-03-25 15:24:59.000000000 +0000 @@ -1,8 +1,9 @@ /* - * Generated by gdbus-codegen 2.62.4 from thunar-tpa-bindings.xml. DO NOT EDIT. + * This file is generated by gdbus-codegen, do not modify it. * * The license of this code is the same as for the D-Bus interface description - * it was derived from. + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. */ #ifndef __THUNAR_TPA_BINDINGS_H__ diff -Nru thunar-1.8.12/plugins/thunar-uca/Makefile.in thunar-1.8.14/plugins/thunar-uca/Makefile.in --- thunar-1.8.12/plugins/thunar-uca/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/plugins/thunar-uca/Makefile.in 2020-03-25 15:24:32.000000000 +0000 @@ -470,6 +470,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/plugins/thunar-uca/thunar-uca.gresource.c thunar-1.8.14/plugins/thunar-uca/thunar-uca.gresource.c --- thunar-1.8.12/plugins/thunar-uca/thunar-uca.gresource.c 2019-03-27 15:26:55.000000000 +0000 +++ thunar-1.8.14/plugins/thunar-uca/thunar-uca.gresource.c 2020-03-23 09:42:51.000000000 +0000 @@ -641,6 +641,8 @@ #elif defined (_MSC_VER) && (_MSC_VER >= 1500) /* Visual studio 2008 and later has _Pragma */ +#include + #define G_HAS_CONSTRUCTORS 1 /* We do some weird things to avoid the constructors being optimized diff -Nru thunar-1.8.12/plugins/thunar-wallpaper/Makefile.in thunar-1.8.14/plugins/thunar-wallpaper/Makefile.in --- thunar-1.8.12/plugins/thunar-wallpaper/Makefile.in 2020-01-31 00:10:12.000000000 +0000 +++ thunar-1.8.14/plugins/thunar-wallpaper/Makefile.in 2020-03-25 15:24:32.000000000 +0000 @@ -457,6 +457,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/po/be.po thunar-1.8.14/po/be.po --- thunar-1.8.12/po/be.po 2020-01-30 23:58:11.000000000 +0000 +++ thunar-1.8.14/po/be.po 2020-03-25 14:32:49.000000000 +0000 @@ -6,16 +6,16 @@ # Translators: # Xfce Bot , 2018 # Сяргей Снапкоўскі, 2018 -# Zmicer Turok , 2019 +# Zmicer Turok , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-02 00:30+0200\n" +"POT-Creation-Date: 2019-12-23 18:30+0100\n" "PO-Revision-Date: 2018-08-19 09:02+0000\n" -"Last-Translator: Zmicer Turok , 2019\n" +"Last-Translator: Zmicer Turok , 2020\n" "Language-Team: Belarusian (https://www.transifex.com/xfce/teams/16840/be/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -54,7 +54,7 @@ #: ../thunar/thunar-abstract-icon-view.c:118 msgid "Keep items sorted by their name" -msgstr "Трымаць элементы ўпарадкаванымі па назве" +msgstr "Парадкаваць элементы па назве" #: ../thunar/thunar-abstract-icon-view.c:119 msgid "Sort By _Size" @@ -62,7 +62,7 @@ #: ../thunar/thunar-abstract-icon-view.c:119 msgid "Keep items sorted by their size" -msgstr "Трымаць элементы ўпарадкаванымі па памеры" +msgstr "Парадкаваць элементы па памеры" #: ../thunar/thunar-abstract-icon-view.c:120 msgid "Sort By _Type" @@ -70,7 +70,7 @@ #: ../thunar/thunar-abstract-icon-view.c:120 msgid "Keep items sorted by their type" -msgstr "Трымаць элементы ўпарадкаванымі па тыпу" +msgstr "Парадкаваць элементы па тыпу" #: ../thunar/thunar-abstract-icon-view.c:121 msgid "Sort By Modification _Date" @@ -78,7 +78,7 @@ #: ../thunar/thunar-abstract-icon-view.c:121 msgid "Keep items sorted by their modification date" -msgstr "Трымаць элементы ўпарадкаванымі па часу змены" +msgstr "Парадкаваць элементы па часе змены" #: ../thunar/thunar-abstract-icon-view.c:126 msgid "_Ascending" @@ -149,8 +149,8 @@ #: ../thunar/thunar-application.c:1500 ../thunar/thunar-application.c:1632 #: ../thunar/thunar-launcher.c:1227 ../thunar/thunar-location-entry.c:356 #: ../thunar/thunar-location-entry.c:384 -#: ../thunar/thunar-shortcuts-view.c:1711 -#: ../thunar/thunar-shortcuts-view.c:1739 ../thunar/thunar-window.c:2364 +#: ../thunar/thunar-shortcuts-view.c:1719 +#: ../thunar/thunar-shortcuts-view.c:1747 ../thunar/thunar-window.c:2364 #, c-format msgid "Failed to open \"%s\"" msgstr "Немагчыма адкрыць \"%s\"" @@ -163,20 +163,20 @@ #. display an error message #: ../thunar/thunar-application.c:1691 #: ../thunar/thunar-properties-dialog.c:731 -#: ../thunar/thunar-standard-view.c:2839 ../thunar/thunar-tree-view.c:1899 +#: ../thunar/thunar-standard-view.c:2851 ../thunar/thunar-tree-view.c:1899 #, c-format msgid "Failed to rename \"%s\"" msgstr "Немагчыма змяніць назву \"%s\"" #: ../thunar/thunar-application.c:1793 #: ../thunar/thunar-location-buttons.c:1347 -#: ../thunar/thunar-standard-view.c:2364 ../thunar/thunar-tree-view.c:1776 +#: ../thunar/thunar-standard-view.c:2376 ../thunar/thunar-tree-view.c:1776 msgid "New Folder" msgstr "Новы каталог" #: ../thunar/thunar-application.c:1794 #: ../thunar/thunar-location-buttons.c:1348 -#: ../thunar/thunar-standard-view.c:2365 ../thunar/thunar-tree-view.c:1777 +#: ../thunar/thunar-standard-view.c:2377 ../thunar/thunar-tree-view.c:1777 msgid "Create New Folder" msgstr "Стварыць новы каталог" @@ -189,10 +189,10 @@ msgstr "Стварыць новы файл" #. generate a title for the create dialog -#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2411 +#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2423 #, c-format msgid "Create Document from template \"%s\"" -msgstr "Стварыць дакумент, узяўшы за ўзор \"%s\"" +msgstr "Стварыць дакумент, узяўшы за ўзор \"%s\"" #: ../thunar/thunar-application.c:1920 msgid "Copying files..." @@ -230,10 +230,10 @@ msgid_plural "" "Are you sure that you want to permanently\n" "delete the %u selected files?" -msgstr[0] "Вы ўпэўнены, што хочаце назаўжды выдаліць %u абраны файл?" -msgstr[1] "Вы ўпэўнены, што хочаце назаўжды выдаліць %u абраныя файлы?" -msgstr[2] "Вы ўпэўнены, што хочаце назаўжды выдаліць %u абраныя файлы?" -msgstr[3] "Вы ўпэўнены, што хочаце назаўжды выдаліць %u абраныя файлы?" +msgstr[0] "Вы ўпэўненыя, што хочаце назаўсёды выдаліць %u абраны файл?" +msgstr[1] "Вы ўпэўненыя, што хочаце назаўсёды выдаліць %u абраныя файлы?" +msgstr[2] "Вы ўпэўненыя, што хочаце назаўсёды выдаліць %u абраных файлаў?" +msgstr[3] "Вы ўпэўненыя, што хочаце назаўсёды выдаліць %u абраных файлаў?" #. add the "Cancel" button #. append the cancel item @@ -242,8 +242,8 @@ #: ../thunar/thunar-application.c:2157 ../thunar/thunar-application.c:2336 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705 #: ../thunar/thunar-chooser-dialog.c:753 ../thunar/thunar-create-dialog.c:141 -#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:476 -#: ../thunar/thunar-dialogs.c:549 ../thunar/thunar-dialogs.c:797 +#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:487 +#: ../thunar/thunar-dialogs.c:598 ../thunar/thunar-dialogs.c:856 #: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:736 #: ../thunar/thunar-permissions-chooser.c:522 #: ../thunar/thunar-permissions-chooser.c:1130 @@ -252,10 +252,10 @@ #: ../thunar/thunar-renamer-dialog.c:1053 #: ../thunar/thunar-renamer-progress.c:198 #: ../thunar/thunar-renamer-progress.c:208 -#: ../thunar/thunar-standard-view.c:2670 -#: ../plugins/thunar-sendto-email/main.c:198 -#: ../plugins/thunar-sendto-email/main.c:217 -#: ../plugins/thunar-sendto-email/main.c:272 +#: ../thunar/thunar-standard-view.c:2682 +#: ../plugins/thunar-sendto-email/main.c:219 +#: ../plugins/thunar-sendto-email/main.c:238 +#: ../plugins/thunar-sendto-email/main.c:293 #: ../plugins/thunar-uca/thunar-uca-chooser.c:371 #: ../plugins/thunar-uca/thunar-uca-editor.c:141 #: ../plugins/thunar-uca/thunar-uca-editor.c:176 @@ -263,7 +263,7 @@ msgid "_Cancel" msgstr "_Скасаваць" -#: ../thunar/thunar-application.c:2158 ../thunar/thunar-standard-view.c:409 +#: ../thunar/thunar-application.c:2158 ../thunar/thunar-standard-view.c:408 #: ../thunar/thunar-tree-view.c:1502 #: ../plugins/thunar-uca/thunar-uca-chooser.c:372 msgid "_Delete" @@ -271,7 +271,7 @@ #: ../thunar/thunar-application.c:2162 msgid "If you delete a file, it is permanently lost." -msgstr "Калі вы выдаліце файл, ён будзе назаўсёды згублены." +msgstr "Калі вы выдаліце файл, то ён страціцца назаўсёды." #: ../thunar/thunar-application.c:2172 msgid "Deleting files..." @@ -296,18 +296,18 @@ #. append the "Empty Trash" menu action #. prepare the menu item #: ../thunar/thunar-application.c:2337 ../thunar/thunar-location-buttons.c:188 -#: ../thunar/thunar-shortcuts-view.c:1231 ../thunar/thunar-tree-view.c:1370 +#: ../thunar/thunar-shortcuts-view.c:1239 ../thunar/thunar-tree-view.c:1370 #: ../thunar/thunar-window.c:355 ../plugins/thunar-tpa/thunar-tpa.c:175 msgid "_Empty Trash" -msgstr "_Ачысціць Сметніцу" +msgstr "_Ачысціць сметніцу" #: ../thunar/thunar-application.c:2341 msgid "" "If you choose to empty the Trash, all items in it will be permanently lost. " "Please note that you can also delete them separately." msgstr "" -"Калі вы вырашыце ачысціць сметніцу, усе элементы ў ёй будуць выдаленыя " -"назаўсёды. Калі ласка, звярніце ўвагу, што вы можаце выдаліць іх паасобку." +"Калі вы вырашыце ачысціць сметніцу, усе элементы ў ёй назаўсёды страцяцца. " +"Калі ласка, звярніце ўвагу, што вы можаце выдаліць іх паасобку." #: ../thunar/thunar-application.c:2358 msgid "Emptying the Trash..." @@ -459,7 +459,7 @@ #: ../thunar/thunar-chooser-dialog.c:1155 ../thunar/thunar-launcher.c:179 #: ../thunar/thunar-launcher.c:822 ../thunar/thunar-location-buttons.c:184 #: ../thunar/thunar-renamer-dialog.c:1054 -#: ../thunar/thunar-shortcuts-view.c:1104 ../thunar/thunar-tree-view.c:1292 +#: ../thunar/thunar-shortcuts-view.c:1112 ../thunar/thunar-tree-view.c:1292 #: ../plugins/thunar-uca/thunar-uca-editor.c:177 msgid "_Open" msgstr "_Адкрыць" @@ -473,7 +473,7 @@ #: ../thunar/thunar-chooser-dialog.c:765 #: ../plugins/thunar-uca/thunar-uca-editor.c:189 msgid "Executable Files" -msgstr "Файлы для запуску" +msgstr "Запускальныя файлы" #: ../thunar/thunar-chooser-dialog.c:780 #: ../plugins/thunar-uca/thunar-uca-editor.c:204 @@ -520,7 +520,7 @@ #. setup the dialog #. add the "Close" button #. add a regular close button, the header bar already provides one -#: ../thunar/thunar-column-editor.c:120 ../thunar/thunar-dialogs.c:742 +#: ../thunar/thunar-column-editor.c:120 ../thunar/thunar-dialogs.c:801 #: ../thunar/thunar-preferences-dialog.c:253 #: ../thunar/thunar-properties-dialog.c:254 #: ../thunar/thunar-renamer-dialog.c:355 @@ -531,7 +531,7 @@ #: ../thunar/thunar-column-editor.c:123 msgid "Configure Columns in the Detailed List View" -msgstr "Наладзіць слупкі для рэжыму падрабязнага спісу" +msgstr "Наладзіць слупкі для рэжыму падрабязнага спіса" #. add the "Help" button #: ../thunar/thunar-column-editor.c:126 @@ -550,8 +550,8 @@ "Choose the order of information to appear in the\n" "detailed list view." msgstr "" -"Задайце парадак, у якім будзе зяўляцца\n" -"інфармацыя ў рэжыме падрабязнага спісу." +"Абярыце парадак, у якім будзе з’яўляцца\n" +"інфармацыя ў рэжыме падрабязнага спіса." #. create the "Move Up" button #: ../thunar/thunar-column-editor.c:198 @@ -591,9 +591,9 @@ "use the user defined column widths." msgstr "" "Па прадвызначаным наладам слупкі будуць аўтаматычна\n" -"пашырацца, калі гэта патрэбна для таго каб тэкст быў\n" +"пашырацца, калі гэта патрэбна для таго, каб тэкст быў\n" "бачным. Калі ж вам не падабаюцца гэтыя паводзіны, ніжэй\n" -"можна задаць фіксаваную шырыню для слупкоў." +"можна вызначыць фіксаваную шырыню для слупкоў." #. create the "Automatically expand columns as needed" button #: ../thunar/thunar-column-editor.c:268 @@ -665,7 +665,7 @@ #: ../thunar/thunar-dbus-service.c:1178 #, c-format msgid "A destination directory must be specified" -msgstr "Патрэбна задаць каталог прызначэння" +msgstr "Патрэбна вызначыць каталог прызначэння" #: ../thunar/thunar-details-view.c:137 msgid "Configure _Columns..." @@ -673,7 +673,7 @@ #: ../thunar/thunar-details-view.c:137 msgid "Configure the columns in the detailed list view" -msgstr "Наладзіць выгляд слупкоў у рэжыме падрабязнага спісу" +msgstr "Наладзіць выгляд слупкоў у рэжыме падрабязнага спіса" #: ../thunar/thunar-details-view.c:400 msgid "Detailed directory listing" @@ -701,122 +701,121 @@ msgid "translator-credits" msgstr "Zmicer Turok zmicerturok@gmail.com" -#: ../thunar/thunar-dialogs.c:433 ../thunar/thunar-permissions-chooser.c:524 +#: ../thunar/thunar-dialogs.c:444 ../thunar/thunar-permissions-chooser.c:524 msgid "_Yes" msgstr "_Так" -#: ../thunar/thunar-dialogs.c:437 +#: ../thunar/thunar-dialogs.c:448 msgid "Yes to _all" msgstr "Так для _ўсіх" -#: ../thunar/thunar-dialogs.c:441 ../thunar/thunar-permissions-chooser.c:523 +#: ../thunar/thunar-dialogs.c:452 ../thunar/thunar-permissions-chooser.c:523 msgid "_No" msgstr "_Не" -#: ../thunar/thunar-dialogs.c:445 +#: ../thunar/thunar-dialogs.c:456 msgid "N_o to all" msgstr "Н_е для ўсіх" -#: ../thunar/thunar-dialogs.c:449 +#: ../thunar/thunar-dialogs.c:460 msgid "_Retry" msgstr "Паў_тарыць" -#: ../thunar/thunar-dialogs.c:453 +#: ../thunar/thunar-dialogs.c:464 msgid "Copy _Anyway" -msgstr "Усё адно капіяваць" +msgstr "_Усё адно капіяваць" -#. setup the confirmation dialog -#: ../thunar/thunar-dialogs.c:545 +#: ../thunar/thunar-dialogs.c:577 msgid "Confirm to replace files" msgstr "Пацвердзіце замену файлаў" -#: ../thunar/thunar-dialogs.c:550 +#: ../thunar/thunar-dialogs.c:599 msgid "S_kip All" -msgstr "Прамінуць ўсё" +msgstr "Пра_мінуць ўсё" -#: ../thunar/thunar-dialogs.c:551 +#: ../thunar/thunar-dialogs.c:600 msgid "_Skip" msgstr "Пра_мінуць" -#: ../thunar/thunar-dialogs.c:552 +#: ../thunar/thunar-dialogs.c:601 msgid "Replace _All" msgstr "Замяніць _усе" -#: ../thunar/thunar-dialogs.c:553 +#: ../thunar/thunar-dialogs.c:602 msgid "_Replace" msgstr "_Замяніць" -#: ../thunar/thunar-dialogs.c:581 +#: ../thunar/thunar-dialogs.c:639 #, c-format msgid "This folder already contains a symbolic link \"%s\"." msgstr "Каталог ужо змяшчае сімвалічную спасылку \"%s\"." -#: ../thunar/thunar-dialogs.c:586 +#: ../thunar/thunar-dialogs.c:644 #, c-format msgid "This folder already contains a folder \"%s\"." msgstr "Каталог ужо змяшчае каталог \"%s\"." -#: ../thunar/thunar-dialogs.c:591 +#: ../thunar/thunar-dialogs.c:649 #, c-format msgid "This folder already contains a file \"%s\"." msgstr "У гэтым каталозе ўжо ёсць файл \"%s\"." -#: ../thunar/thunar-dialogs.c:604 +#: ../thunar/thunar-dialogs.c:663 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the link" msgstr "ReplaceDialogPart1|Хочаце замяніць спасылку" -#: ../thunar/thunar-dialogs.c:606 +#: ../thunar/thunar-dialogs.c:665 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the existing folder" -msgstr "ReplaceDialogPart1| Хочаце замяніць існуючы каталог" +msgstr "ReplaceDialogPart1| Хочаце замяніць існы каталог" -#: ../thunar/thunar-dialogs.c:608 +#: ../thunar/thunar-dialogs.c:667 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the existing file" -msgstr "Ці жадаеце замяніць існуючы файл" +msgstr "ReplaceDialogPart1|Ці хочаце замяніць існы файл" #. Fourth box (size, volume, free space) -#: ../thunar/thunar-dialogs.c:629 ../thunar/thunar-dialogs.c:665 +#: ../thunar/thunar-dialogs.c:688 ../thunar/thunar-dialogs.c:724 #: ../thunar/thunar-properties-dialog.c:490 msgid "Size:" msgstr "Памер:" -#: ../thunar/thunar-dialogs.c:629 ../thunar/thunar-dialogs.c:665 +#: ../thunar/thunar-dialogs.c:688 ../thunar/thunar-dialogs.c:724 #: ../thunar/thunar-properties-dialog.c:449 msgid "Modified:" msgstr "Зменена:" -#: ../thunar/thunar-dialogs.c:640 +#: ../thunar/thunar-dialogs.c:699 #, c-format msgid "ReplaceDialogPart2|with the following link?" msgstr "ReplaceDialogPart2|на наступную спасылку?" -#: ../thunar/thunar-dialogs.c:642 +#: ../thunar/thunar-dialogs.c:701 #, c-format msgid "ReplaceDialogPart2|with the following folder?" msgstr "ReplaceDialogPart2|на наступны каталог?" -#: ../thunar/thunar-dialogs.c:644 +#: ../thunar/thunar-dialogs.c:703 #, c-format msgid "ReplaceDialogPart2|with the following file?" msgstr "гэтым файлам?" -#: ../thunar/thunar-dialogs.c:777 +#: ../thunar/thunar-dialogs.c:836 #, c-format msgid "" "The desktop file \"%s\" is in an insecure location and not marked as " "executable. If you do not trust this program, click Cancel." msgstr "" -"Файл працоўнага стала \"%s\" знаходзіцца ў небяспечным месцы і не пазначаны " -"як запускальны файл. Калі вы не давяраеце гэтай праграме, націсніце кнопку " +"Файл desktop \"%s\" знаходзіцца ў небяспечным месцы і не пазначаны як " +"запускальны файл. Калі вы не давяраеце гэтай праграме, націсніце кнопку " "\"Скасаваць\"." -#: ../thunar/thunar-dialogs.c:794 +#: ../thunar/thunar-dialogs.c:853 msgid "_Launch Anyway" -msgstr "_Запусціць усё адно" +msgstr "_Усё адно запусціць" -#: ../thunar/thunar-dialogs.c:796 +#: ../thunar/thunar-dialogs.c:855 msgid "Mark _Executable" msgstr "Пазначыць _запускальным" @@ -837,7 +836,7 @@ #: ../thunar/thunar-dnd.c:250 ../thunar/thunar-launcher.c:575 #, c-format msgid "Failed to execute file \"%s\"" -msgstr "Немагчыма выканаць файл \"%s\"" +msgstr "Немагчыма запусціць файл \"%s\"" #: ../thunar/thunar-enum-types.c:49 msgid "Name only" @@ -867,12 +866,12 @@ #: ../thunar/thunar-enum-types.c:104 msgid "MIME Type" -msgstr "MIME тып" +msgstr "Тып MIME" #: ../thunar/thunar-enum-types.c:105 ../thunar/thunar-renamer-dialog.c:422 #: ../thunarx/thunarx-renamer.c:164 msgid "Name" -msgstr "Назве" +msgstr "Назва" #: ../thunar/thunar-enum-types.c:106 msgid "Owner" @@ -904,19 +903,19 @@ msgstr "Назва файла" #: ../thunar/thunar-file.c:1071 ../thunar/thunar-gio-extensions.c:255 -#: ../thunar/thunar-shortcuts-model.c:1039 +#: ../thunar/thunar-shortcuts-model.c:1047 msgid "Trash" msgstr "Сметніца" #: ../thunar/thunar-file.c:1078 ../thunar/thunar-gio-extensions.c:253 -#: ../thunar/thunar-shortcuts-model.c:928 ../thunar/thunar-window.c:376 +#: ../thunar/thunar-shortcuts-model.c:936 ../thunar/thunar-window.c:376 msgid "File System" msgstr "Файлавая сістэма" #: ../thunar/thunar-file.c:1518 #, c-format msgid "The root folder has no parent" -msgstr "У root каталога няма бацькоўскага каталога" +msgstr "У каранёвага каталога няма бацькоўскага каталога" #: ../thunar/thunar-file.c:1606 ../thunar/thunar-file.c:1902 #, c-format @@ -1000,49 +999,49 @@ msgid "Icon view" msgstr "Значкі" -#: ../thunar/thunar-io-jobs.c:180 ../thunar/thunar-io-jobs.c:334 +#: ../thunar/thunar-io-jobs.c:181 ../thunar/thunar-io-jobs.c:336 #, c-format msgid "The file \"%s\" already exists" msgstr "Файл \"%s\" ужо існуе" -#: ../thunar/thunar-io-jobs.c:203 +#: ../thunar/thunar-io-jobs.c:204 #, c-format msgid "Failed to create empty file \"%s\": %s" msgstr "Не атрымалася стварыць пусты файл \"%s\": %s" -#: ../thunar/thunar-io-jobs.c:357 +#: ../thunar/thunar-io-jobs.c:359 #, c-format msgid "Failed to create directory \"%s\": %s" msgstr "Немагчыма стварыць каталог \"%s\": %s" #. tell the user that we're preparing to unlink the files -#: ../thunar/thunar-io-jobs.c:423 +#: ../thunar/thunar-io-jobs.c:426 msgid "Preparing..." msgstr "Падрыхтоўка..." -#: ../thunar/thunar-io-jobs.c:499 +#: ../thunar/thunar-io-jobs.c:504 #, c-format msgid "Could not delete file \"%s\": %s" msgstr "Немагчыма выдаліць файл \"%s\": %s" -#: ../thunar/thunar-io-jobs.c:600 +#: ../thunar/thunar-io-jobs.c:605 #, c-format msgid "Could not create symbolic link to \"%s\" because it is not a local file" msgstr "" "Немагчыма стварыць сімвалічную спасылку на \"%s\", бо гэта не лакальны файл" #. generate a useful error message -#: ../thunar/thunar-io-jobs.c:959 +#: ../thunar/thunar-io-jobs.c:980 #, c-format msgid "Failed to change the owner of \"%s\": %s" msgstr "Немагчыма змяніць уладальніка \"%s\": %s" -#: ../thunar/thunar-io-jobs.c:960 +#: ../thunar/thunar-io-jobs.c:981 #, c-format msgid "Failed to change the group of \"%s\": %s" msgstr "Немагчыма змяніць групу \"%s\": %s" -#: ../thunar/thunar-io-jobs.c:1114 +#: ../thunar/thunar-io-jobs.c:1136 #, c-format msgid "Failed to change the permissions of \"%s\": %s" msgstr "Немагчыма змяніць правы на \"%s\": %s" @@ -1073,7 +1072,7 @@ msgid "link %u to %s" msgstr "спасылка %u на %s" -#: ../thunar/thunar-job.c:247 +#: ../thunar/thunar-job.c:251 #, c-format msgid "" "The file \"%s\" already exists. Would you like to replace it?\n" @@ -1082,21 +1081,25 @@ msgstr "" "Файл \"%s\" ужо існуе. Замяніць яго?\n" "\n" -"Калі вы заменіце файл, усё яго змесціва будзе згублена." +"Калі вы заменіце файл, усё яго змесціва страціцца." -#: ../thunar/thunar-job.c:327 +#: ../thunar/thunar-job.c:331 msgid "Do you want to overwrite it?" msgstr "Хочаце перазапісаць?" -#: ../thunar/thunar-job.c:381 +#: ../thunar/thunar-job.c:388 +msgid "Do you want to permanently delete it?" +msgstr "Хочаце назаўсёды выдаліць?" + +#: ../thunar/thunar-job.c:442 msgid "Do you want to create it?" msgstr "Хочаце стварыць?" -#: ../thunar/thunar-job.c:483 +#: ../thunar/thunar-job.c:544 msgid "Do you want to skip it?" msgstr "Хочаце прамінуць?" -#: ../thunar/thunar-job.c:532 +#: ../thunar/thunar-job.c:593 msgid "" "There is not enough space on the destination. Try to remove files to make " "space." @@ -1123,7 +1126,7 @@ #: ../thunar/thunar-launcher.c:182 ../thunar/thunar-launcher.c:184 #: ../thunar/thunar-launcher.c:965 msgid "Choose another application with which to open the selected file" -msgstr "Абраць іншую праграму, у якой адкрыць вылучаны файл" +msgstr "Абраць іншую праграму, у якой адкрыць абраны файл" #: ../thunar/thunar-launcher.c:684 #, c-format @@ -1135,10 +1138,10 @@ #, c-format msgid "Failed to open %d file" msgid_plural "Failed to open %d files" -msgstr[0] "Не атрымалася адкрыць %dабраны файл" -msgstr[1] "Не атрымалася адкрыць %dабраныя файлы" -msgstr[2] "Не атрымалася адкрыць %dабраныя файлы" -msgstr[3] "Не атрымалася адкрыць %dабраныя файлы" +msgstr[0] "Не атрымалася адкрыць %d абраны файл" +msgstr[1] "Не атрымалася адкрыць %d абраныя файлы" +msgstr[2] "Не атрымалася адкрыць %d абраных файлаў" +msgstr[3] "Не атрымалася адкрыць%d абраныя файлы" #: ../thunar/thunar-launcher.c:729 msgid "Are you sure you want to open all folders?" @@ -1150,17 +1153,17 @@ msgid_plural "This will open %d separate file manager windows." msgstr[0] "Дазволіць адкрыць %d асобнае акно кіраўніка файлаў." msgstr[1] "Дазволіць адкрыць %d асобныя акна кіраўніка файлаў." -msgstr[2] "Дазволіць адкрыць %d асобныя акна кіраўніка файлаў." -msgstr[3] "Дазволіць адкрыць %d асобныя акна кіраўніка файлаў." +msgstr[2] "Дазволіць адкрыць %d асобных акон кіраўніка файлаў." +msgstr[3] "Дазволіць адкрыць %d асобных акон кіраўніка файлаў." #: ../thunar/thunar-launcher.c:735 #, c-format msgid "Open %d New Window" msgid_plural "Open %d New Windows" -msgstr[0] "Адкрыць %dновае акно" -msgstr[1] "Адкрыць %dновыя акна" -msgstr[2] "Адкрыць %dновыя акна" -msgstr[3] "Адкрыць %dновыя акна" +msgstr[0] "Адкрыць %d новае акно" +msgstr[1] "Адкрыць %d новыя вокны" +msgstr[2] "Адкрыць %d новых акон" +msgstr[3] "Адкрыць %d новых акон" #. turn "Open New Window" into "Open in n New Windows" #: ../thunar/thunar-launcher.c:832 @@ -1168,37 +1171,37 @@ msgid "Open in %d New _Window" msgid_plural "Open in %d New _Windows" msgstr[0] "Адкрыць у %d новым _акне" -msgstr[1] "Адкрыць у%dновых _вокнах" -msgstr[2] "Адкрыць у%dновых _вокнах" -msgstr[3] "Адкрыць у%dновых _вокнах" +msgstr[1] "Адкрыць у %d новых _вокнах" +msgstr[2] "Адкрыць у %d новых _вокнах" +msgstr[3] "Адкрыць у %d новых _вокнах" #: ../thunar/thunar-launcher.c:833 #, c-format msgid "Open the selected directory in %d new window" msgid_plural "Open the selected directories in %d new windows" msgstr[0] "Адкрыць абраны каталог ў%d новым акне" -msgstr[1] "Адкрыць абраныя каталогі ў%d новых вокнах" -msgstr[2] "Адкрыць абраныя каталогі ў%d новых вокнах" -msgstr[3] "Адкрыць абраныя каталогі ў%d новых вокнах" +msgstr[1] "Адкрыць абраныя каталогі ў %d новых вокнах" +msgstr[2] "Адкрыць абраныя каталогі ў %d новых вокнах" +msgstr[3] "Адкрыць абраныя каталогі ў %d новых вокнах" #. turn "Open in New Tab" into "Open in x New Tabs" #: ../thunar/thunar-launcher.c:844 #, c-format msgid "Open in %d New _Tab" msgid_plural "Open in %d New _Tabs" -msgstr[0] "Адкрыць у%dновай _укладцы" -msgstr[1] "Адкрыць у %dновых _укладках" -msgstr[2] "Адкрыць у %dновых _укладках" -msgstr[3] "Адкрыць у %dновых _укладках" +msgstr[0] "Адкрыць у %d новай _укладцы" +msgstr[1] "Адкрыць у %d новых _укладках" +msgstr[2] "Адкрыць у %d новых _укладках" +msgstr[3] "Адкрыць у %d новых _укладках" #: ../thunar/thunar-launcher.c:845 #, c-format msgid "Open the selected directory in %d new tab" msgid_plural "Open the selected directories in %d new tabs" -msgstr[0] "Адкрыць абраны каталог%d ў новай укладцы" -msgstr[1] "Адкрыць абраныя каталогі ў %dновых укладках" -msgstr[2] "Адкрыць абраныя каталогі ў %dновых укладках" -msgstr[3] "Адкрыць абраныя каталогі ў %dновых укладках" +msgstr[0] "Адкрыць абраны каталог %d ў новай укладцы" +msgstr[1] "Адкрыць абраныя каталогі ў %d новых укладках" +msgstr[2] "Адкрыць абраныя каталогі ў %d новых укладках" +msgstr[3] "Адкрыць абраныя каталогі ў %d новых укладках" #: ../thunar/thunar-launcher.c:860 msgid "Open the selected directory in a new window" @@ -1215,7 +1218,7 @@ #: ../thunar/thunar-launcher.c:914 msgid "_Execute" -msgstr "Вы_кананне" +msgstr "_Запуск" #: ../thunar/thunar-launcher.c:916 msgid "Execute the selected file" @@ -1269,8 +1272,8 @@ msgid "Open With \"%s\"" msgstr "Адкрыць у \"%s\"" -#: ../thunar/thunar-launcher.c:1609 ../thunar/thunar-shortcuts-view.c:1775 -#: ../thunar/thunar-shortcuts-view.c:2012 ../thunar/thunar-tree-view.c:2098 +#: ../thunar/thunar-launcher.c:1609 ../thunar/thunar-shortcuts-view.c:1783 +#: ../thunar/thunar-shortcuts-view.c:2020 ../thunar/thunar-tree-view.c:2098 #, c-format msgid "Failed to mount \"%s\"" msgstr "Немагчыма прымантаваць \"%s\"" @@ -1415,17 +1418,17 @@ msgstr "%s, %s" #: ../thunar/thunar-location-buttons.c:185 -#: ../thunar/thunar-shortcuts-view.c:1118 +#: ../thunar/thunar-shortcuts-view.c:1126 msgid "Open in New Tab" msgstr "Адкрыць у новай укладцы" #: ../thunar/thunar-location-buttons.c:186 -#: ../thunar/thunar-shortcuts-view.c:1126 +#: ../thunar/thunar-shortcuts-view.c:1134 msgid "Open in New Window" msgstr "Адкрыць у новым акне" #: ../thunar/thunar-location-buttons.c:187 -#: ../thunar/thunar-standard-view.c:403 ../thunar/thunar-tree-view.c:1388 +#: ../thunar/thunar-standard-view.c:402 ../thunar/thunar-tree-view.c:1388 msgid "Create _Folder..." msgstr "Стварыць _каталог..." @@ -1434,12 +1437,12 @@ msgstr "Выдаліць усе файлы і каталогі са сметніцы" #: ../thunar/thunar-location-buttons.c:189 -#: ../thunar/thunar-standard-view.c:410 +#: ../thunar/thunar-standard-view.c:409 msgid "Paste Into Folder" msgstr "Уставіць у каталог" #: ../thunar/thunar-location-buttons.c:190 -#: ../thunar/thunar-renamer-dialog.c:196 ../thunar/thunar-standard-view.c:404 +#: ../thunar/thunar-renamer-dialog.c:196 ../thunar/thunar-standard-view.c:403 msgid "_Properties..." msgstr "_Уласцівасці..." @@ -1468,8 +1471,8 @@ msgid "" "Move or copy files previously selected by a Cut or Copy command into \"%s\"" msgstr "" -"Перамясціць альбо скапіяваць вылучаныя раней файлы загадам 'Выразаць\" альбо" -" \"Уставіць\" у \"%s\"" +"Перамясціць альбо скапіяваць абраныя раней файлы загадам 'Выразаць\" альбо " +"\"Уставіць\" у \"%s\"" #: ../thunar/thunar-location-buttons.c:1305 #, c-format @@ -1495,12 +1498,12 @@ "The device \"%s\" is being unmounted by the system. Please do not remove the" " media or disconnect the drive" msgstr "" -"Прылада \"%s\" адмантоўваецца сістэмай. Калі ласка, не трэба вызваляць дыск " -"ці адключаць прывад" +"Прылада \"%s\" адмантоўваецца сістэмай. Калі ласка, не вымайце дыск і не " +"адключайце дыскавод" #: ../thunar/thunar-notify.c:175 ../thunar/thunar-notify.c:214 msgid "Writing data to device" -msgstr "Запісванне даных на прыладу" +msgstr "Запіс даных на прыладу" #: ../thunar/thunar-notify.c:176 ../thunar/thunar-notify.c:215 #, c-format @@ -1509,11 +1512,11 @@ " removed. Please do not remove the media or disconnect the drive" msgstr "" "Патрэбна запісаць даныя, перш чым можна будзе вызваліць прыладу \"%s\". Калі" -" ласка, не трэба вызваляць дыск ці адключаць прывад" +" ласка, не вымайце дыск і не адключайце дыскавод" #: ../thunar/thunar-notify.c:208 msgid "Ejecting device" -msgstr "Выманне прылады" +msgstr "Вызваленне прылады" #: ../thunar/thunar-notify.c:209 #, c-format @@ -1603,7 +1606,7 @@ "all files and subfolders below the selected folder?" msgstr "" "Хочаце ўжыць вашыя змены рэкурсіўна для\n" -"ўсіх файлаў і субкаталогаў?" +"ўсіх файлаў і падкаталогаў?" #: ../thunar/thunar-permissions-chooser.c:554 msgid "Do _not ask me again" @@ -1650,7 +1653,7 @@ #: ../thunar/thunar-permissions-chooser.c:1002 msgid "Varying (no change)" -msgstr "Пераменная (не змяняецца)" +msgstr "Зменная (не змяняецца)" #: ../thunar/thunar-permissions-chooser.c:1129 msgid "Correct folder permissions automatically?" @@ -1667,11 +1670,11 @@ "folder afterwards." msgstr "" "Правы на каталог будуць узгодненыя. Толькі тыя карыстальнікі, якім дазволена" -" чытаць змесціва гэтага каталога, змогуць адкрываць у яго." +" чытаць змесціва гэтага каталога, змогуць адкрываць яго." #: ../thunar/thunar-preferences-dialog.c:250 msgid "File Manager Preferences" -msgstr "Налады Кіраўніка файлаў" +msgstr "Налады кіраўніка файлаў" #. Display #: ../thunar/thunar-preferences-dialog.c:275 @@ -1726,18 +1729,18 @@ #: ../thunar/thunar-preferences-dialog.c:335 msgid "" "Select this option to list folders before files when you sort a folder." -msgstr "Абярыце гэты параметр, каб каталогі размяшчаліся перад файламі." +msgstr "Абярыце гэты параметр, каб каталогі размяшчаліся перад файламі." #: ../thunar/thunar-preferences-dialog.c:340 msgid "Show file size in binary format" -msgstr "Паказаць памер файла ў двайковым фармаце" +msgstr "Паказваць памер файла ў двайковым фармаце" #: ../thunar/thunar-preferences-dialog.c:342 msgid "" "Select this option to show file size in binary format instead of decimal." msgstr "" -"Абярыце гэты параметр, каб паказаць памер файла ў двайковым фармаце замест " -"дзесятковага." +"Абярыце гэты параметр, каб памер файла паказваўся ў двайковым фармаце замест" +" дзесятковага." #: ../thunar/thunar-preferences-dialog.c:364 msgid "_Text beside icons" @@ -1748,7 +1751,7 @@ "Select this option to place the icon captions for items beside the icon " "rather than below the icon." msgstr "" -"Абярыце гэты параметр, каб размяшчаць подпісы значкоў побач з імі, замест " +"Абярыце гэты параметр, каб размяшчаць подпісы значкоў побач з імі, замест " "таго, каб размяшчаць іх пад значкамі." #: ../thunar/thunar-preferences-dialog.c:376 @@ -1804,7 +1807,7 @@ #: ../thunar/thunar-preferences-dialog.c:453 msgid "_Icon Size:" -msgstr "_Памер значка:" +msgstr "_Памер значкоў:" #: ../thunar/thunar-preferences-dialog.c:458 #: ../thunar/thunar-preferences-dialog.c:506 @@ -1814,7 +1817,7 @@ #: ../thunar/thunar-preferences-dialog.c:459 #: ../thunar/thunar-preferences-dialog.c:507 msgid "24px" -msgstr "24 пікселяў" +msgstr "24 пікселі" #: ../thunar/thunar-preferences-dialog.c:460 #: ../thunar/thunar-preferences-dialog.c:508 @@ -1907,8 +1910,8 @@ "Specify the d_elay before an item gets selected\n" "when the mouse pointer is paused over it:" msgstr "" -"Прызначце за_трымку перад вылучэннем элемэнта,\n" -"калі курсор мышы знаходзіцца над ім:" +"Прызначце за_трымку перад вылучэннем элемента,\n" +"калі курсор мышы знаходзіцца па-над ім:" #: ../thunar/thunar-preferences-dialog.c:588 msgid "" @@ -1918,10 +1921,10 @@ "behavior may be useful when single clicks activate items, and you want only " "to select the item without activating it." msgstr "" -"Калі ўключана актывацыя пстрычкай, прыпыненне курсора мышы над элементам " -"аўтаматычна абраць яго пасля абранай затрымкі. Вы можаце адключыць гэтыя " -"паводзіны перамясціўшы паўзунок у левы канец. Гэтыя паводзіны могуць быць " -"вельмі карыснымі, калі вы жадаеце толькі вылучаць элементы." +"Калі ўключана актывацыя пстрычкай, прыпыненне курсора мышы па-над элементам " +"прывядзе да аўтаматычнага выбару пасля абранай затрымкі. Вы можаце адключыць" +" гэтыя паводзіны перамясціўшы паўзунок у левы канец. Гэтыя паводзіны могуць " +"быць вельмі карыснымі, калі вы жадаеце толькі вылучаць элементы." #: ../thunar/thunar-preferences-dialog.c:607 msgid "Disabled" @@ -1972,7 +1975,7 @@ #: ../thunar/thunar-preferences-dialog.c:679 msgid "Show action to permanently delete files and folders" -msgstr "Паказаць дзеянне для незваротнага выдалення файлаў і каталогаў" +msgstr "Паказваць дзеянне для незваротнага выдалення файлаў і каталогаў" #: ../thunar/thunar-preferences-dialog.c:681 msgid "Select this option to show the 'Delete' action in the context menu" @@ -2030,7 +2033,7 @@ #: ../thunar/thunar-preferences-dialog.c:777 msgid "Missing dependencies" -msgstr "Знікшыя залежнасці" +msgstr "Зніклыя залежнасці" #: ../thunar/thunar-preferences-dialog.c:785 msgid "" @@ -2061,12 +2064,12 @@ msgid_plural "%d file operations running" msgstr[0] "выконваецца %d аперацыя з файламі" msgstr[1] "выконваюцца %d аперацыі з файламі" -msgstr[2] "выконваюцца %d аперацыі з файламі" -msgstr[3] "выконваюцца %d аперацыі з файламі" +msgstr[2] "выконваецца %d аперацый з файламі" +msgstr[3] "выконваецца %d аперацый з файламі" #: ../thunar/thunar-progress-view.c:232 msgid "Cancel" -msgstr "Скасавана" +msgstr "Скасаваць" #. update the status text #: ../thunar/thunar-progress-view.c:354 @@ -2155,7 +2158,7 @@ #. update the properties dialog title #: ../thunar/thunar-properties-dialog.c:1175 msgid "Properties" -msgstr "Уласцівасці" +msgstr "Налады" #: ../thunar/thunar-properties-dialog.c:1275 msgid "mixed" @@ -2169,7 +2172,7 @@ msgid "_Send To" msgstr "Ад_правіць" -#: ../thunar/thunar-renamer-dialog.c:191 ../thunar/thunar-standard-view.c:401 +#: ../thunar/thunar-renamer-dialog.c:191 ../thunar/thunar-standard-view.c:400 msgid "File Context Menu" msgstr "Кантэкстнае меню файла" @@ -2195,9 +2198,9 @@ #: ../thunar/thunar-renamer-dialog.c:195 msgid "Display information about Thunar Bulk Rename" -msgstr "Адлюстраваць звесткі аб змене назвы ў Thunar" +msgstr "Адлюстроўваць звесткі пра сродак змены назвы ў Thunar" -#: ../thunar/thunar-renamer-dialog.c:196 ../thunar/thunar-standard-view.c:404 +#: ../thunar/thunar-renamer-dialog.c:196 ../thunar/thunar-standard-view.c:403 msgid "View the properties of the selected file" msgstr "Прагляд уласцівасцяў абранага файла" @@ -2236,8 +2239,8 @@ "installation or contact your system administrator. If you install Thunar\n" "from source, be sure to enable the \"Simple Builtin Renamers\" plugin." msgstr "" -"У вашай сістэме не знойдзены ўбудовы для змены назваў. Калі ласка,\n" -"праверце вашу ўсталёўку альбо звяжыцеся з сістэмным адміністратарам.\n" +"У вашай сістэме не знойдзеныя ўбудовы для змены назваў. Калі ласка,\n" +"праверце вашую ўсталёўку альбо звяжыцеся з сістэмным адміністратарам.\n" "Калі вы ўсталявалі Thunar з зыходных кодаў, упэўніцеся, што ўключылі\n" "вонкавую ўбудову \"Simple Builtin Renamers\"." @@ -2288,9 +2291,9 @@ #: ../thunar/thunar-renamer-dialog.c:1696 msgid "Remove the selected file from the list of files to be renamed" msgid_plural "Remove the selected files from the list of files to be renamed" -msgstr[0] "Выдаліць абраны файл са спіса файлаў, назвы якіх будуць зменены" -msgstr[1] "Выдаліць абраныя файлы са спіса файлаў, назвы якіх будуць зменены" -msgstr[2] "Выдаліць абраныя файлы са спіса файлаў, назвы якіх будуць зменены" +msgstr[0] "Выдаліць абраны файл са спіса файлаў, назвы якіх будуць змененыя" +msgstr[1] "Выдаліць абраныя файлы са спіса файлаў, назвы якіх будуць змененыя" +msgstr[2] "Выдаліць абраныя файлы са спіса файлаў, назвы якіх будуць змененыя" msgstr[3] "Выдаліць абраныя файлы са спіса файлаў, назвы якіх будуць змененыя" #. change title to reflect the standalone status @@ -2309,7 +2312,7 @@ " files, or revert the previously renamed files to their previous names, or " "cancel the operation without reverting previous changes." msgstr "" -"Вы можаце альбо прамінуць гэты файл і працягваць , альбо адкаціць раней " +"Вы можаце альбо прамінуць гэты файл і працягваць, альбо адрабіць раней " "змененыя файлы да ранейшых назваў, альбо скасаваць дзеянне без вяртання " "папярэдніх змен." @@ -2328,37 +2331,37 @@ msgstr "" "Хочаце прамінуць гэты файл і працягваць змяняць назвы астатніх файлаў?" -#: ../thunar/thunar-shortcuts-model.c:629 +#: ../thunar/thunar-shortcuts-model.c:632 #: ../plugins/thunar-tpa/thunar-tpa.c:284 msgid "Trash is empty" msgstr "Сметніца пустая" -#: ../thunar/thunar-shortcuts-model.c:633 +#: ../thunar/thunar-shortcuts-model.c:636 #, c-format msgid "Trash contains %d file" msgid_plural "Trash contains %d files" msgstr[0] "У сметніцы %d файл" msgstr[1] "У сметніцы %d файлы" -msgstr[2] "У сметніцы %d файлы" -msgstr[3] "У сметніцы %d файлы" +msgstr[2] "У сметніцы %d файлаў" +msgstr[3] "У сметніцы %d файлаў" -#: ../thunar/thunar-shortcuts-model.c:922 +#: ../thunar/thunar-shortcuts-model.c:930 msgid "DEVICES" msgstr "ПРЫЛАДЫ" -#: ../thunar/thunar-shortcuts-model.c:964 +#: ../thunar/thunar-shortcuts-model.c:972 msgid "NETWORK" msgstr "СЕТКА" -#: ../thunar/thunar-shortcuts-model.c:970 +#: ../thunar/thunar-shortcuts-model.c:978 msgid "Browse Network" msgstr "Агляд сеткі" -#: ../thunar/thunar-shortcuts-model.c:991 +#: ../thunar/thunar-shortcuts-model.c:999 msgid "PLACES" msgstr "МЕСЦЫ" -#: ../thunar/thunar-shortcuts-pane.c:399 +#: ../thunar/thunar-shortcuts-pane.c:411 msgid "Side Pane (Create Shortcut)" msgid_plural "Side Pane (Create Shortcuts)" msgstr[0] "Бакавая панэль (стварыць цэтлік)" @@ -2366,7 +2369,7 @@ msgstr[2] "Бакавая панэль (стварыць цэтлікі)" msgstr[3] "Бакавая панэль (стварыць цэтлікі)" -#: ../thunar/thunar-shortcuts-pane.c:401 +#: ../thunar/thunar-shortcuts-pane.c:413 msgid "Add the selected folder to the shortcuts side pane" msgid_plural "Add the selected folders to the shortcuts side pane" msgstr[0] "Дадаць абраны каталог на бакавую панэль хуткага доступу" @@ -2375,53 +2378,53 @@ msgstr[3] "Дадаць абраныя каталогі на бакавую панэль хуткага доступу" #. append the "Mount" menu action -#: ../thunar/thunar-shortcuts-view.c:1149 ../thunar/thunar-tree-view.c:1329 +#: ../thunar/thunar-shortcuts-view.c:1157 ../thunar/thunar-tree-view.c:1329 msgid "_Mount" msgstr "Пры_мантаваць" #. append the "Unmount" menu action -#: ../thunar/thunar-shortcuts-view.c:1157 ../thunar/thunar-tree-view.c:1335 +#: ../thunar/thunar-shortcuts-view.c:1165 ../thunar/thunar-tree-view.c:1335 msgid "_Unmount" msgstr "Ад_мантаваць" #. append the "Eject" menu action -#: ../thunar/thunar-shortcuts-view.c:1165 ../thunar/thunar-tree-view.c:1341 +#: ../thunar/thunar-shortcuts-view.c:1173 ../thunar/thunar-tree-view.c:1341 msgid "_Eject" msgstr "Вы_зваліць" -#: ../thunar/thunar-shortcuts-view.c:1184 +#: ../thunar/thunar-shortcuts-view.c:1192 msgid "Create _Shortcut" msgstr "Стварыць _цэтлік" #. append the "Mount Volume" menu action -#: ../thunar/thunar-shortcuts-view.c:1209 ../thunar/thunar-tree-view.c:1350 +#: ../thunar/thunar-shortcuts-view.c:1217 ../thunar/thunar-tree-view.c:1350 msgid "Disconn_ect" msgstr "Адклю_чыць" -#: ../thunar/thunar-shortcuts-view.c:1287 +#: ../thunar/thunar-shortcuts-view.c:1295 msgid "_Remove Shortcut" msgstr "Вы_даліць цэтлік" -#: ../thunar/thunar-shortcuts-view.c:1305 +#: ../thunar/thunar-shortcuts-view.c:1313 msgid "Re_name Shortcut" msgstr "_Змяніць назву цэтліка" -#: ../thunar/thunar-shortcuts-view.c:1637 +#: ../thunar/thunar-shortcuts-view.c:1645 #, c-format msgid "The path \"%s\" does not refer to a directory" msgstr "Шлях \"%s\" не спасылаецца на каталог" #. display an error message to the user -#: ../thunar/thunar-shortcuts-view.c:1657 +#: ../thunar/thunar-shortcuts-view.c:1665 msgid "Failed to add new shortcut" msgstr "Немагчыма дадаць новы цэтлік" -#: ../thunar/thunar-shortcuts-view.c:1939 ../thunar/thunar-tree-view.c:1966 +#: ../thunar/thunar-shortcuts-view.c:1947 ../thunar/thunar-tree-view.c:1966 #, c-format msgid "Failed to eject \"%s\"" msgstr "Немагчыма вызваліць \"%s\"" -#: ../thunar/thunar-shortcuts-view.c:2081 ../thunar/thunar-tree-view.c:2021 +#: ../thunar/thunar-shortcuts-view.c:2089 ../thunar/thunar-tree-view.c:2021 #, c-format msgid "Failed to unmount \"%s\"" msgstr "Немагчыма адмантаваць \"%s\"" @@ -2446,88 +2449,88 @@ msgid "%u item, totalling %s" msgid_plural "%u items, totalling %s" msgstr[0] "%u аб'ект, агулам %s" -msgstr[1] "%u аб'екта, агулам %s" -msgstr[2] "%u аб'екта, агулам %s" -msgstr[3] "%u аб'екта, агулам %s" +msgstr[1] "%u аб'екты, агулам %s" +msgstr[2] "%u аб'ектаў, агулам %s" +msgstr[3] "%u аб'ектаў, агулам %s" #. TRANSLATORS: this is shows if during the deep count size #. * directories were not accessible #: ../thunar/thunar-size-label.c:419 msgid "(some contents unreadable)" -msgstr "(змест нечытальны)" +msgstr "(змесціва немагчыма прачытаць)" #. nothing was readable, so permission was denied #: ../thunar/thunar-size-label.c:430 msgid "Permission denied" msgstr "Доступ забаронены" -#: ../thunar/thunar-standard-view.c:402 +#: ../thunar/thunar-standard-view.c:401 msgid "Folder Context Menu" msgstr "Кантэкстнае меню каталога" -#: ../thunar/thunar-standard-view.c:403 +#: ../thunar/thunar-standard-view.c:402 msgid "Create an empty folder within the current folder" msgstr "Стварыць пусты каталог у гэтым каталозе" -#: ../thunar/thunar-standard-view.c:405 ../thunar/thunar-tree-view.c:1417 +#: ../thunar/thunar-standard-view.c:404 ../thunar/thunar-tree-view.c:1417 msgid "Cu_t" msgstr "Вы_разаць" -#: ../thunar/thunar-standard-view.c:406 ../thunar/thunar-tree-view.c:1432 +#: ../thunar/thunar-standard-view.c:405 ../thunar/thunar-tree-view.c:1432 msgid "_Copy" msgstr "_Скапіяваць" -#: ../thunar/thunar-standard-view.c:407 +#: ../thunar/thunar-standard-view.c:406 msgid "_Paste" msgstr "_Уставіць" -#: ../thunar/thunar-standard-view.c:407 +#: ../thunar/thunar-standard-view.c:406 msgid "Move or copy files previously selected by a Cut or Copy command" msgstr "" -"Перамясціць ці скапіяваць файлы, вылучаныя раней загадам \"Выразаць\" альбо " +"Перамясціць ці скапіяваць файлы, абраныя раней загадам \"Выразаць\" альбо " "\"Скапіяваць\"" -#: ../thunar/thunar-standard-view.c:408 ../thunar/thunar-tree-view.c:1483 +#: ../thunar/thunar-standard-view.c:407 ../thunar/thunar-tree-view.c:1483 msgid "Mo_ve to Trash" msgstr "Вы_даліць у сметніцу" -#: ../thunar/thunar-standard-view.c:410 +#: ../thunar/thunar-standard-view.c:409 msgid "" "Move or copy files previously selected by a Cut or Copy command into the " "selected folder" msgstr "" -"Перамясціць ці скапіяваць файлы, вылучаныя раней загадам \"Выразаць\" ці " +"Перамясціць ці скапіяваць файлы, абраныя раней загадам \"Выразаць\" ці " "\"Скапіяваць\" у абраны каталог" -#: ../thunar/thunar-standard-view.c:411 +#: ../thunar/thunar-standard-view.c:410 msgid "Select _all Files" msgstr "Абраць _усе файлы" -#: ../thunar/thunar-standard-view.c:411 +#: ../thunar/thunar-standard-view.c:410 msgid "Select all files in this window" msgstr "Абраць усе файлы ў гэтым акне" -#: ../thunar/thunar-standard-view.c:412 +#: ../thunar/thunar-standard-view.c:411 msgid "Select _by Pattern..." msgstr "Абраць паводле _шаблону..." -#: ../thunar/thunar-standard-view.c:412 +#: ../thunar/thunar-standard-view.c:411 msgid "Select all files that match a certain pattern" msgstr "Абраць усе файлы, што адпавядаюць пэўнаму шаблону" -#: ../thunar/thunar-standard-view.c:413 +#: ../thunar/thunar-standard-view.c:412 msgid "_Invert Selection" msgstr "_Адкінуць вылучэнне" -#: ../thunar/thunar-standard-view.c:413 +#: ../thunar/thunar-standard-view.c:412 msgid "Select all and only the items that are not currently selected" msgstr "Абраць астатнія аб'екты" -#: ../thunar/thunar-standard-view.c:414 +#: ../thunar/thunar-standard-view.c:413 msgid "Du_plicate" msgstr "Ду_блікат" -#: ../thunar/thunar-standard-view.c:415 ../thunar/thunar-standard-view.c:4577 +#: ../thunar/thunar-standard-view.c:414 ../thunar/thunar-standard-view.c:4603 msgid "Ma_ke Link" msgid_plural "Ma_ke Links" msgstr[0] "Ства_рыць спасылку" @@ -2536,66 +2539,66 @@ msgstr[3] "Ства_рыць спасылкі" #. append the "Rename" menu action -#: ../thunar/thunar-standard-view.c:416 ../thunar/thunar-tree-view.c:1529 +#: ../thunar/thunar-standard-view.c:415 ../thunar/thunar-tree-view.c:1529 msgid "_Rename..." -msgstr "_Змяніць назву ..." +msgstr "_Змяніць назву..." -#: ../thunar/thunar-standard-view.c:417 +#: ../thunar/thunar-standard-view.c:416 msgid "_Restore" msgstr "Адна_віць" #. add the "Create Document" sub menu action -#: ../thunar/thunar-standard-view.c:683 +#: ../thunar/thunar-standard-view.c:682 msgid "Create _Document" msgstr "Стварыць дак_умент" -#: ../thunar/thunar-standard-view.c:1665 +#: ../thunar/thunar-standard-view.c:1666 msgid "Loading folder contents..." msgstr "Загрузка змесціва каталога..." #. display an error to the user -#: ../thunar/thunar-standard-view.c:2266 ../thunar/thunar-window.c:2924 +#: ../thunar/thunar-standard-view.c:2278 ../thunar/thunar-window.c:2924 msgid "Failed to open the home folder" msgstr "Немагчыма адкрыць хатні каталог" -#: ../thunar/thunar-standard-view.c:2318 +#: ../thunar/thunar-standard-view.c:2330 msgid "New Empty File" msgstr "Новы пусты файл" -#: ../thunar/thunar-standard-view.c:2319 +#: ../thunar/thunar-standard-view.c:2331 msgid "New Empty File..." msgstr "Новы пусты файл..." -#: ../thunar/thunar-standard-view.c:2666 +#: ../thunar/thunar-standard-view.c:2678 msgid "Select by Pattern" msgstr "Абраць паводле шаблону" -#: ../thunar/thunar-standard-view.c:2671 +#: ../thunar/thunar-standard-view.c:2683 msgid "_Select" msgstr "Вы_лучыць" -#: ../thunar/thunar-standard-view.c:2680 +#: ../thunar/thunar-standard-view.c:2692 msgid "_Pattern:" msgstr "_Узор:" #. tell the user that the file name provided by the X Direct Save source is #. invalid -#: ../thunar/thunar-standard-view.c:3268 +#: ../thunar/thunar-standard-view.c:3297 msgid "Invalid filename provided by XDS drag site" msgstr "Хібная назва файла, вызначаная XDS" #. display an error dialog to the user -#: ../thunar/thunar-standard-view.c:3458 +#: ../thunar/thunar-standard-view.c:3487 #, c-format msgid "Failed to create a link for the URL \"%s\"" msgstr "Немагчыма стварыць спасылку для URL \"%s\"" -#: ../thunar/thunar-standard-view.c:3908 ../thunar/thunar-window.c:3019 +#: ../thunar/thunar-standard-view.c:3937 ../thunar/thunar-window.c:3019 #, c-format msgid "Failed to open directory \"%s\"" msgstr "Немагчыма адкрыць каталог \"%s\"" -#: ../thunar/thunar-standard-view.c:4525 +#: ../thunar/thunar-standard-view.c:4551 msgid "Prepare the selected file to be moved with a Paste command" msgid_plural "Prepare the selected files to be moved with a Paste command" msgstr[0] "Падрыхтаваць абраны файл да капіявання з дапамогай загаду \"Уставіць\"" @@ -2606,7 +2609,7 @@ msgstr[3] "" "Падрыхтаваць абраныя файлы да капіявання з дапамогай загаду \"Уставіць\"" -#: ../thunar/thunar-standard-view.c:4533 +#: ../thunar/thunar-standard-view.c:4559 msgid "Prepare the selected file to be copied with a Paste command" msgid_plural "Prepare the selected files to be copied with a Paste command" msgstr[0] "" @@ -2618,7 +2621,7 @@ msgstr[3] "" "Падрыхтаваць абраныя файлы да перамяшчэння з дапамогай загаду \"Уставіць\"" -#: ../thunar/thunar-standard-view.c:4547 +#: ../thunar/thunar-standard-view.c:4573 msgid "Move the selected file to the Trash" msgid_plural "Move the selected files to the Trash" msgstr[0] "Перамясціць абраны файл у сметніцу" @@ -2626,7 +2629,7 @@ msgstr[2] "Перамясціць абраныя файлы ў сметніцу" msgstr[3] "Перамясціць абраныя файлы ў сметніцу" -#: ../thunar/thunar-standard-view.c:4556 +#: ../thunar/thunar-standard-view.c:4582 msgid "Permanently delete the selected file" msgid_plural "Permanently delete the selected files" msgstr[0] "Выдаліць абраны файл назаўжды" @@ -2634,7 +2637,7 @@ msgstr[2] "Выдаліць абраныя файлы назаўжды" msgstr[3] "Выдаліць абраныя файлы назаўжды" -#: ../thunar/thunar-standard-view.c:4570 +#: ../thunar/thunar-standard-view.c:4596 msgid "Duplicate the selected file" msgid_plural "Duplicate each selected file" msgstr[0] "Дубляваць абраны файл" @@ -2642,7 +2645,7 @@ msgstr[2] "Дубляваць абраныя файлы" msgstr[3] "Дубляваць абраныя файлы" -#: ../thunar/thunar-standard-view.c:4579 +#: ../thunar/thunar-standard-view.c:4605 msgid "Create a symbolic link for the selected file" msgid_plural "Create a symbolic link for each selected file" msgstr[0] "Стварыць сімвалічную спасылку для абранага файла" @@ -2650,7 +2653,7 @@ msgstr[2] "Стварыць сімвалічныя спасылкі для абраных файлаў" msgstr[3] "Стварыць сімвалічныя спасылкі для абраных файлаў" -#: ../thunar/thunar-standard-view.c:4587 +#: ../thunar/thunar-standard-view.c:4613 msgid "Rename the selected file" msgid_plural "Rename the selected files" msgstr[0] "Змяніць назву абранага файла" @@ -2658,7 +2661,7 @@ msgstr[2] "Змяніць назву абраных файлаў" msgstr[3] "Змяніць назву абраных файлаў" -#: ../thunar/thunar-standard-view.c:4595 +#: ../thunar/thunar-standard-view.c:4621 msgid "Restore the selected file" msgid_plural "Restore the selected files" msgstr[0] "Аднавіць абраны файл" @@ -2725,27 +2728,27 @@ msgid "%lu hour remaining (%s/sec)" msgid_plural "%lu hours remaining (%s/sec)" msgstr[0] "%lu гадзіна засталася (%s/sec)" -msgstr[1] "%lu гадзіны засталося (%s/sec)" -msgstr[2] "%lu гадзіны засталося (%s/sec)" -msgstr[3] "%lu гадзіны засталося (%s/sec)" +msgstr[1] "%lu гадзіны засталіся (%s/sec)" +msgstr[2] "%lu гадзін засталося (%s/sec)" +msgstr[3] "%lu гадзін засталося (%s/sec)" #: ../thunar/thunar-transfer-job.c:1253 #, c-format msgid "%lu minute remaining (%s/sec)" msgid_plural "%lu minutes remaining (%s/sec)" msgstr[0] "%lu хвіліна засталася (%s/sec)" -msgstr[1] "%lu хвіліны засталося (%s/sec)" -msgstr[2] "%lu хвіліны засталося (%s/sec)" -msgstr[3] "%lu хвіліны засталося (%s/sec)" +msgstr[1] "%lu хвіліны засталіся (%s/sec)" +msgstr[2] "%lu хвілін засталося (%s/sec)" +msgstr[3] "%lu хвілін засталося (%s/sec)" #: ../thunar/thunar-transfer-job.c:1260 #, c-format msgid "%lu second remaining (%s/sec)" msgid_plural "%lu seconds remaining (%s/sec)" msgstr[0] "%lu секунда засталася (%s/sec)" -msgstr[1] "%lu секунды засталося (%s/sec)" -msgstr[2] "%lu секунды засталося (%s/sec)" -msgstr[3] "%lu секунды засталося (%s/sec)" +msgstr[1] "%lu секунды засталіся (%s/sec)" +msgstr[2] "%lu секунд засталося (%s/sec)" +msgstr[3] "%lu секунд засталося (%s/sec)" #: ../thunar/thunar-trash-action.c:109 msgid "T_rash" @@ -2813,7 +2816,7 @@ #: ../thunar/thunar-window.c:352 msgid "New _Tab" -msgstr "Новая _укладка" +msgstr "Новая _ўкладка" #: ../thunar/thunar-window.c:352 msgid "Open a new tab for the displayed location" @@ -2833,7 +2836,7 @@ #: ../thunar/thunar-window.c:356 msgid "Open current folder in a new window" -msgstr "Адкрыць дзейны каталог у новым акне" +msgstr "Адкрыць бягучы каталог у новым акне" #: ../thunar/thunar-window.c:357 msgid "_Previous Tab" @@ -2909,7 +2912,7 @@ #: ../thunar/thunar-window.c:368 msgid "Show the contents in more detail" -msgstr "Паказваць больш дэталяў" +msgstr "Паказваць больш падрабязнасцяў" #: ../thunar/thunar-window.c:370 msgid "Zoom _Out" @@ -2981,7 +2984,7 @@ #: ../thunar/thunar-window.c:379 msgid "Specify a location to open" -msgstr "Задайце месца, якое трэба адкрыць" +msgstr "Вызначце месца, якое трэба адкрыць" #: ../thunar/thunar-window.c:382 msgid "_Contents" @@ -3001,7 +3004,7 @@ #: ../thunar/thunar-window.c:388 msgid "Toggles the display of hidden files in the current window" -msgstr "Кіруе бачнасцю схаваных файлаў у бягучым акне" +msgstr "Кіруе бачнасцю схаваных файлаў у дзейным акне" #: ../thunar/thunar-window.c:389 msgid "_Pathbar Style" @@ -3013,7 +3016,7 @@ #: ../thunar/thunar-window.c:390 msgid "_Toolbar Style" -msgstr "Як _панэль сродкаў" +msgstr "Як _панэль інструментаў" #: ../thunar/thunar-window.c:390 msgid "Traditional approach with location bar and navigation buttons" @@ -3025,7 +3028,7 @@ #: ../thunar/thunar-window.c:391 msgid "Toggles the visibility of the shortcuts pane" -msgstr "Кіруе бачнасцю панэлі цэтлікаў" +msgstr "Кіруе бачнасцю панэлі хуткага доступу" #: ../thunar/thunar-window.c:392 msgid "_Tree" @@ -3037,11 +3040,11 @@ #: ../thunar/thunar-window.c:393 msgid "St_atusbar" -msgstr "Рад_ок стану" +msgstr "Рад_ок статусу" #: ../thunar/thunar-window.c:393 msgid "Change the visibility of this window's statusbar" -msgstr "Адлюстраванне панэлі стану" +msgstr "Адлюстраванне панэлі статусу" #: ../thunar/thunar-window.c:394 msgid "_Menubar" @@ -3079,7 +3082,7 @@ #. add the label with the root warning #: ../thunar/thunar-window.c:872 msgid "Warning, you are using the root account, you may harm your system." -msgstr "Выкарыстоўваючы root-акаўнт можна пашкодзіць сыстэму." +msgstr "Выкарыстоўваючы root-акаўнт можна пашкодзіць сістэму." #: ../thunar/thunar-window.c:1873 msgid "Close tab" @@ -3141,7 +3144,7 @@ #. display an error to the user #: ../thunar/thunar-window.c:3225 msgid "Failed to browse the network" -msgstr "Памылка падчас агляду сеткі" +msgstr "Падчас агляду сеткі адбылася памылка" #: ../thunar/thunar-window.c:3309 msgid "" @@ -3264,7 +3267,7 @@ #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:292 msgid "Select this option to run the command in a terminal window." -msgstr "Абярыце гэты параметр, каб выконваць загад у акне тэрмінала." +msgstr "Абярыце гэты параметр, каб запускаць загад у акне тэрмінала." #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:366 msgid "Launcher" @@ -3301,7 +3304,7 @@ #: ../plugins/thunar-apr/thunar-apr-image-page.c:52 msgid "Aperture Value:" -msgstr "Значэнне аб'ектыву:" +msgstr "Значэнне аб'ектыва:" #: ../plugins/thunar-apr/thunar-apr-image-page.c:53 msgid "Metering Mode:" @@ -3317,7 +3320,7 @@ #: ../plugins/thunar-apr/thunar-apr-image-page.c:56 msgid "Shutter Speed:" -msgstr "Хуткасць затвору:" +msgstr "Хуткасць засаўкі:" #: ../plugins/thunar-apr/thunar-apr-image-page.c:57 msgid "ISO Speed Ratings:" @@ -3340,8 +3343,8 @@ #, c-format msgid "%dx%d pixel" msgid_plural "%dx%d pixels" -msgstr[0] "%dх%dпіксель" -msgstr[1] "%dх%d пікселяў" +msgstr[0] "%dх%d піксель" +msgstr[1] "%dх%d пікселі" msgstr[2] "%dх%d пікселяў" msgstr[3] "%dх%d пікселяў" @@ -3364,9 +3367,9 @@ "with the day. See the documentation of the date utility for additional " "information." msgstr "" -"Фармат задае дату і час, якія будуць падстаўленыя ў назву файла. Напрыклад, " -"%Y будзе замененая на год, %m на месяц і %d - дзень месяца. Падрабязнасці " -"глядзіце ў дакументацыі праграмы date." +"Фармат вызначае дату і час, якія будуць падстаўленыя ў назву файла. " +"Напрыклад, %Y будзе заменена на год, %m на месяц і %d - дзень месяца. " +"Падрабязнасці глядзіце ў дакументацыі праграмы date." #: ../plugins/thunar-sbr/thunar-sbr-date-renamer.c:238 #: ../plugins/thunar-sbr/thunar-sbr-insert-renamer.c:198 @@ -3496,7 +3499,7 @@ #: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:202 msgid "_Search For:" -msgstr "_Шукаць для:" +msgstr "_Шукаць:" #. reset to default tooltip #: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:210 @@ -3506,7 +3509,7 @@ #: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:223 msgid "Regular _Expression" -msgstr "Сталы _выраз" +msgstr "Рэгулярны _выраз" #: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:225 msgid "" @@ -3514,9 +3517,9 @@ "expression and matched using the Perl-compatible regular expressions (PCRE)." " Check the documentation for details about the regular expression syntax." msgstr "" -"Калі вы ўключыце гэты параметр, шаблон будзе разглядацца як сталы выраз, " -"супадзенні будуць шукацца з выкарыстаннем PCRE (сталых выразаў, сумяшчальных" -" з Perl). Больш падрабязна даведацца можна ў дакументацыі." +"Калі вы ўключыце гэты параметр, шаблон будзе разглядацца як рэгулярны выраз," +" супадзенні будуць шукацца з выкарыстаннем PCRE (рэгуярных выразаў, " +"сумяшчальных з Perl). Больш падрабязна даведацца можна ў дакументацыі." #: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:232 msgid "Replace _With:" @@ -3543,95 +3546,95 @@ #: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:610 #, c-format msgid "Invalid regular expression, at character position %ld: %s" -msgstr "Хібны сталы выраз ля сімвала %ld: %s" +msgstr "Хібны рэгулярны выраз ля сімвала %ld: %s" #: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:651 msgid "Search & Replace" msgstr "Пошук і замена" -#: ../plugins/thunar-sendto-email/main.c:196 +#: ../plugins/thunar-sendto-email/main.c:217 #, c-format msgid "Send \"%s\" as compressed archive?" -msgstr "Адправіць \"%s\" у выглядзе сціснутага архіву?" +msgstr "Адправіць \"%s\" у выглядзе сціснутага архіва?" -#: ../plugins/thunar-sendto-email/main.c:199 -#: ../plugins/thunar-sendto-email/main.c:218 +#: ../plugins/thunar-sendto-email/main.c:220 +#: ../plugins/thunar-sendto-email/main.c:239 msgid "Send _directly" msgstr "Адправіць наў_прост" -#: ../plugins/thunar-sendto-email/main.c:200 +#: ../plugins/thunar-sendto-email/main.c:221 msgid "Send com_pressed" msgstr "Адправіць с_ціснуўшы" -#: ../plugins/thunar-sendto-email/main.c:202 +#: ../plugins/thunar-sendto-email/main.c:223 msgid "" "When sending a file via email, you can either choose to send the file " "directly, as is, or compress the file before attaching it to an email. It is" " highly recommended to compress large files before sending them." msgstr "" -"Калі файл адпраўляецца поштай , вы можаце абраць, альбо адправіць яго як " +"Калі файл адпраўляецца поштай, вы можаце абраць, альбо адправіць яго як " "ёсьць, альбо сціснуць яго перад адпраўкай. Вельмі пажадана сціскаць вялікія " "файлы перад тым, як адпраўляць іх." -#: ../plugins/thunar-sendto-email/main.c:213 +#: ../plugins/thunar-sendto-email/main.c:234 #, c-format msgid "Send %d file as compressed archive?" msgid_plural "Send %d files as compressed archive?" msgstr[0] "Адправіць %d файл як сціснуты архіў?" msgstr[1] "Адправіць %d файлы як сціснуты архіў?" -msgstr[2] "Адправіць %d файлы як сціснуты архіў?" -msgstr[3] "Адправіць %d файлы як сціснуты архіў?" +msgstr[2] "Адправіць %d файлаў як сціснуты архіў?" +msgstr[3] "Адправіць %d файлаў як сціснуты архіў?" -#: ../plugins/thunar-sendto-email/main.c:219 +#: ../plugins/thunar-sendto-email/main.c:240 msgid "Send as _archive" msgstr "Адправіць як ар_хіў" -#: ../plugins/thunar-sendto-email/main.c:221 +#: ../plugins/thunar-sendto-email/main.c:242 msgid "" "When sending multiple files via email, you can either choose to send the " "files directly, attaching multiple files to an email, or send all files " "compressed into a single archive file and attach the archive. It is highly " "recommended to send multiple large files as archive." msgstr "" -"Калі файлы адпраўляюцца поштай, вы можаце абраць, альбо даслаць іх як ёсць, " -"далучыўшы іх паасобку да ліста, альбо адправіць іх у выглядзе аднаго архіву." -" Вельмі пажадана адпраўляць некалькі файлаў у выглядзе аднаго архіву." +"Калі файлы адпраўляюцца поштай, вы можаце абраць, альбо адправіць іх як " +"ёсць, далучыўшы іх паасобку да ліста, альбо адправіць іх у выглядзе аднаго " +"архіва. Вельмі пажадана адпраўляць некалькі файлаў у выглядзе аднаго архіва." #. allocate the progress dialog #. setup the label -#: ../plugins/thunar-sendto-email/main.c:270 -#: ../plugins/thunar-sendto-email/main.c:296 +#: ../plugins/thunar-sendto-email/main.c:291 +#: ../plugins/thunar-sendto-email/main.c:317 msgid "Compressing files..." msgstr "Сцісканне файлаў..." #. tell the user that the command failed -#: ../plugins/thunar-sendto-email/main.c:321 +#: ../plugins/thunar-sendto-email/main.c:342 #, c-format msgid "ZIP command terminated with error %d" msgstr "Загад ZIP завяршыў працу з памылкай %d" -#: ../plugins/thunar-sendto-email/main.c:409 +#: ../plugins/thunar-sendto-email/main.c:430 msgid "Failed to create temporary directory" msgstr "Немагчыма стварыць часовы каталог" -#: ../plugins/thunar-sendto-email/main.c:471 -#: ../plugins/thunar-sendto-email/main.c:482 +#: ../plugins/thunar-sendto-email/main.c:492 +#: ../plugins/thunar-sendto-email/main.c:503 #, c-format msgid "Failed to create symbolic link for \"%s\"" msgstr "Немагчыма стварыць сімвалічную спасылку для \"%s\"" #. tell the user that we failed to compress the file(s) -#: ../plugins/thunar-sendto-email/main.c:506 +#: ../plugins/thunar-sendto-email/main.c:527 #, c-format msgid "Failed to compress %d file" msgid_plural "Failed to compress %d files" msgstr[0] "Не атрымалася сціснуць %d файл" msgstr[1] "Не атрымалася сціснуць %d файла" -msgstr[2] "Не атрымалася сціснуць %d файла" -msgstr[3] "Не атрымалася сціснуць %d файла" +msgstr[2] "Не атрымалася сціснуць %d файлаў" +msgstr[3] "Не атрымалася сціснуць %d файлаў" #. tell the user that we failed -#: ../plugins/thunar-sendto-email/main.c:657 +#: ../plugins/thunar-sendto-email/main.c:679 msgid "Failed to compose new email" msgstr "Немагчыма напісаць новы ліст" @@ -3654,7 +3657,7 @@ #: ../plugins/thunar-tpa/thunar-tpa.desktop.in.h:1 msgid "Trash Applet" -msgstr "Аплет Сметніцы" +msgstr "Аплет сметніцы" #: ../plugins/thunar-tpa/thunar-tpa.desktop.in.h:2 msgid "Display the trash can" @@ -3717,12 +3720,12 @@ msgid "Unknown closing element <%s>" msgstr "Невядомы канцавы элемент <%s>" -#: ../plugins/thunar-uca/thunar-uca-model.c:1412 +#: ../plugins/thunar-uca/thunar-uca-model.c:1426 #, c-format msgid "Failed to determine save location for uca.xml" msgstr "Немагчыма вызначыць месца захавання для uca.xml" -#: ../plugins/thunar-uca/thunar-uca-model.c:1532 +#: ../plugins/thunar-uca/thunar-uca-model.c:1546 #, c-format msgid "Command not configured" msgstr "Загад неналаджаны" @@ -3734,7 +3737,7 @@ #: ../plugins/thunar-uca/thunar-uca-provider.c:182 msgid "" "Setup custom actions that will appear in the file managers context menus" -msgstr "Наладзіць адвольнае дзеяння, якое з'явіцца ў кантэкстным меню" +msgstr "Наладзіць адвольнае дзеянне, якое з'явіцца ў кантэкстным меню" #: ../plugins/thunar-uca/thunar-uca-provider.c:431 #, c-format @@ -3762,8 +3765,8 @@ "The description of the action that will be displayed as tooltip in the " "statusbar when selecting the item from the context menu." msgstr "" -"Назва дзеяння, якая будзе адлюстроўвацца ў падказцы, калі будзе вылучаны " -"адпаведны элемэнт кантэкстнага меню." +"Назва дзеяння, якая будзе адлюстроўвацца ў падказцы, калі будзе абраны " +"адпаведны элемент кантэкстнага меню." #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:6 msgid "_Command:" @@ -3779,12 +3782,12 @@ "if more than one item is selected. Else the action will only be applicable " "if exactly one item is selected." msgstr "" -"Загад (разам за неабходнымі параметрамі) для выканання дзеяння. Глядзіце " -"ніжэй апісанне параметраў загада і спіс пераменных параметраў, якія будуць " -"выразаны падчас запуску загада. Калі выкарыстоўваюцца вялікія літары " -"(напрыклад, %F, %D, %N), то дзеянне можна будзе выкарыстоўваць калі вылучана" -" некалькі элементаў. Інакш, дзеянне будзе выконвацца толькі калі вылучаны " -"адзін элемент." +"Загад (разам з неабходнымі параметрамі) для выканання дзеяння. Глядзіце " +"ніжэй апісанне параметраў загаду і спіс зменных параметраў, якія будуць " +"выразаныя падчас запуску загаду. Калі выкарыстоўваюцца вялікія літары " +"(напрыклад, %F, %D, %N), то дзеянне можна будзе выкарыстоўваць калі абрана " +"некалькі элементаў. Інакш дзеянне будзе выконвацца толькі калі абраны адзін " +"элемент." #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:9 msgid "" @@ -3815,8 +3818,8 @@ "prevention enabled in your window manager." msgstr "" "Уключыце гэты параметр, калі хочаце, каб падчас запуску дзеяння быў бачны " -"курсор чакання. Гэта рэкамендавана, калі ў вашым кіраўніку акон уключана " -"абарона ад перахопу фокусу ." +"курсор чакання. Гэта рэкамендавана, калі ў вашым кіраўніку акон уключаная " +"абарона ад перахопу фокусу." #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:15 msgid "_Icon:" @@ -3828,7 +3831,7 @@ "context menu in addition to the action name chosen above." msgstr "" "Пстрыкніце гэтую кнопку, каб абраць значок, які будзе адлюстроўвацца ў " -"кантэкстным меню ў дадатак да назвы, зададзенай вышэй." +"кантэкстным меню ў дадатак да назвы, вызначанай вышэй." #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:18 msgid "" @@ -3852,7 +3855,7 @@ #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:24 #, no-c-format msgid "directories containing the files that are passed in %F" -msgstr "у каталогах ёсць файлы, якія перададзены ў %f" +msgstr "у каталогах ёсць файлы, якія перададзеныя ў %f" #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:25 msgid "the first selected filename (without path)" @@ -3868,7 +3871,7 @@ #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:28 msgid "_File Pattern:" -msgstr "_Файлавы ўзор:" +msgstr "_Файлавы шаблон:" #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:29 msgid "" @@ -3877,9 +3880,9 @@ "pattern here, the list items must be separated with semicolons (e.g. " "*.txt;*.doc)." msgstr "" -"Увядзіце спіс узораў, якія будуць выкарыстоўвацца для вызначэння ўжывання " -"гэтага дзеяння для вылучанага файла. Калі вы вызначыце больш за адзін узор, " -"вы мусіце размежаваць іх коскай (напрыклад, *.txt;*.doc)." +"Увядзіце спіс шаблонаў, якія будуць выкарыстоўвацца для вызначэння ўжывання " +"гэтага дзеяння для абранага файла. Калі вы вызначыце больш за адзін узор, вы" +" мусіце размежаваць іх коскай (напрыклад, *.txt;*.doc)." #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:30 msgid "*" @@ -3924,11 +3927,11 @@ msgstr "" "На гэтай старонцы размешчаны спіс ўмоў, пры якіх дзеянне будзе " "адлюстроўвацца ў кантэкстным меню кіраўнікоў файлаў. Шаблоны файлаў " -"пададзеныя ў выглядзе спіса простых шаблонаў , падзеленых кропкай з коскі " -"(напрыклад, * .txt; *. DOC). Каб дзеянне з'явілася ў кантэкстным меню файла " +"пададзеныя ў выглядзе спіса простых шаблонаў, падзеленых кропкай з коскі " +"(напрыклад, *.txt; *. Doc). Каб дзеянне з'явілася ў кантэкстным меню файла " "ці каталога, адзін з гэтых шаблонаў мусіць супадаць з назвай файла альбо " -"каталога. Акрамя гэтага вы можаце задаць, каб дзеянне з'яўлялася толькі для " -"пэўных тыпаў файлаў." +"каталога. Акрамя гэтага вы можаце вызначыць, каб дзеянне з'яўлялася толькі " +"для пэўных тыпаў файлаў." #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:39 msgid "Appearance Conditions" @@ -3960,11 +3963,11 @@ #: ../plugins/thunar-uca/thunar-uca-chooser.ui.h:6 msgid "Move the currently selected action up by one row." -msgstr "Перамясціць вылучанае дзеянне на радок вышэй." +msgstr "Перамясціць абранае дзеянне на радок вышэй." #: ../plugins/thunar-uca/thunar-uca-chooser.ui.h:7 msgid "Move the currently selected action down by one row." -msgstr "Перамясціць вылучанае дзеянне на радок ніжэй." +msgstr "Перамясціць абранае дзеянне на радок ніжэй." #: ../plugins/thunar-wallpaper/twp-provider.c:154 msgid "Set as wallpaper" @@ -3984,7 +3987,7 @@ #: ../thunar/thunar-settings.desktop.in.h:2 msgid "Configure the Thunar file manager" -msgstr "Наладзіць Кіраўнік файлаў" +msgstr "Наладзіць кіраўніка файлаў" #: ../org.xfce.thunar.appdata.xml.in.h:1 msgid "" @@ -3992,7 +3995,7 @@ "also can serve as an alternate file browser for other Desktop environments. " "It has a simple, clean two-pane design for browsing all your files." msgstr "" -"Thunar - кіраўнік файлаў, распрацаваны для працоўнага асяроддзя Xfce , але " +"Thunar - кіраўнік файлаў, распрацаваны для працоўнага асяроддзя Xfce, але " "таксама можа выкарыстоўвацца ў якасці альтэрнатыўнага кіраўніка файлаў для " "іншых працоўных асяроддзяў. У яго просты дызайн з магчымасцю двухпанэльнага " "выгляду для прагляду ўсіх файлаў." @@ -4007,4 +4010,4 @@ #: ../org.xfce.thunar.policy.in.in.h:7 msgid "Authentication is required to run Thunar as root." -msgstr "Патрабуецца аўтэнтыфікацыя для запуску Thunar ад root." +msgstr "Для запуску Thunar ад root патрабуецца аўтэнтыфікацыя." diff -Nru thunar-1.8.12/po/fi.po thunar-1.8.14/po/fi.po --- thunar-1.8.12/po/fi.po 2020-01-30 23:58:11.000000000 +0000 +++ thunar-1.8.14/po/fi.po 2020-03-25 14:32:49.000000000 +0000 @@ -5,19 +5,20 @@ # # Translators: # Xfce Bot , 2018 -# Ammuu5, 2018 # Pasi Lallinaho , 2019 # Jiri Grönroos , 2019 # Juhani Numminen , 2019 +# Tero Mononen , 2019 +# Ammuu5, 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-09 18:30+0200\n" +"POT-Creation-Date: 2019-12-23 18:30+0100\n" "PO-Revision-Date: 2018-08-19 09:02+0000\n" -"Last-Translator: Juhani Numminen , 2019\n" +"Last-Translator: Ammuu5, 2020\n" "Language-Team: Finnish (https://www.transifex.com/xfce/teams/16840/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -149,10 +150,10 @@ #. tell the user that we were unable to launch the file specified #: ../thunar/thunar-application.c:1500 ../thunar/thunar-application.c:1632 -#: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356 +#: ../thunar/thunar-launcher.c:1227 ../thunar/thunar-location-entry.c:356 #: ../thunar/thunar-location-entry.c:384 -#: ../thunar/thunar-shortcuts-view.c:1680 -#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2360 +#: ../thunar/thunar-shortcuts-view.c:1719 +#: ../thunar/thunar-shortcuts-view.c:1747 ../thunar/thunar-window.c:2364 #, c-format msgid "Failed to open \"%s\"" msgstr "Kohteen \"%s\" avaaminen epäonnistui." @@ -165,20 +166,20 @@ #. display an error message #: ../thunar/thunar-application.c:1691 #: ../thunar/thunar-properties-dialog.c:731 -#: ../thunar/thunar-standard-view.c:2837 ../thunar/thunar-tree-view.c:1899 +#: ../thunar/thunar-standard-view.c:2851 ../thunar/thunar-tree-view.c:1899 #, c-format msgid "Failed to rename \"%s\"" msgstr "Tiedoston \"%s\" nimeäminen epäonnistui." #: ../thunar/thunar-application.c:1793 #: ../thunar/thunar-location-buttons.c:1347 -#: ../thunar/thunar-standard-view.c:2362 ../thunar/thunar-tree-view.c:1776 +#: ../thunar/thunar-standard-view.c:2376 ../thunar/thunar-tree-view.c:1776 msgid "New Folder" msgstr "Uusi kansio" #: ../thunar/thunar-application.c:1794 #: ../thunar/thunar-location-buttons.c:1348 -#: ../thunar/thunar-standard-view.c:2363 ../thunar/thunar-tree-view.c:1777 +#: ../thunar/thunar-standard-view.c:2377 ../thunar/thunar-tree-view.c:1777 msgid "Create New Folder" msgstr "Luo uusi kansio" @@ -191,7 +192,7 @@ msgstr "Luo uusi tiedosto" #. generate a title for the create dialog -#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2409 +#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2423 #, c-format msgid "Create Document from template \"%s\"" msgstr "Luo asiakirja mallin \"%s\" pohjalta" @@ -246,20 +247,20 @@ #: ../thunar/thunar-application.c:2157 ../thunar/thunar-application.c:2336 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705 #: ../thunar/thunar-chooser-dialog.c:753 ../thunar/thunar-create-dialog.c:141 -#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:476 -#: ../thunar/thunar-dialogs.c:549 ../thunar/thunar-dialogs.c:797 -#: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:725 +#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:487 +#: ../thunar/thunar-dialogs.c:598 ../thunar/thunar-dialogs.c:856 +#: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:736 #: ../thunar/thunar-permissions-chooser.c:522 -#: ../thunar/thunar-permissions-chooser.c:1135 +#: ../thunar/thunar-permissions-chooser.c:1130 #: ../thunar/thunar-properties-dialog.c:819 #: ../thunar/thunar-renamer-dialog.c:354 #: ../thunar/thunar-renamer-dialog.c:1053 #: ../thunar/thunar-renamer-progress.c:198 #: ../thunar/thunar-renamer-progress.c:208 -#: ../thunar/thunar-standard-view.c:2668 -#: ../plugins/thunar-sendto-email/main.c:198 -#: ../plugins/thunar-sendto-email/main.c:217 -#: ../plugins/thunar-sendto-email/main.c:272 +#: ../thunar/thunar-standard-view.c:2682 +#: ../plugins/thunar-sendto-email/main.c:219 +#: ../plugins/thunar-sendto-email/main.c:238 +#: ../plugins/thunar-sendto-email/main.c:293 #: ../plugins/thunar-uca/thunar-uca-chooser.c:371 #: ../plugins/thunar-uca/thunar-uca-editor.c:141 #: ../plugins/thunar-uca/thunar-uca-editor.c:176 @@ -302,7 +303,7 @@ #. append the "Empty Trash" menu action #. prepare the menu item #: ../thunar/thunar-application.c:2337 ../thunar/thunar-location-buttons.c:188 -#: ../thunar/thunar-shortcuts-view.c:1226 ../thunar/thunar-tree-view.c:1370 +#: ../thunar/thunar-shortcuts-view.c:1239 ../thunar/thunar-tree-view.c:1370 #: ../thunar/thunar-window.c:355 ../plugins/thunar-tpa/thunar-tpa.c:175 msgid "_Empty Trash" msgstr "_Tyhjennä roskakori" @@ -356,7 +357,7 @@ msgid "Other Application..." msgstr "Muu sovellus..." -#: ../thunar/thunar-chooser-dialog.c:186 ../thunar/thunar-launcher.c:180 +#: ../thunar/thunar-chooser-dialog.c:186 ../thunar/thunar-launcher.c:183 msgid "Open With" msgstr "Avaa sovelluksessa" @@ -386,7 +387,7 @@ #. add the "Ok"/"Open" button #: ../thunar/thunar-chooser-dialog.c:291 #: ../thunar/thunar-chooser-dialog.c:1155 -#: ../thunar/thunar-properties-dialog.c:820 ../thunar/thunar-window.c:3078 +#: ../thunar/thunar-properties-dialog.c:820 ../thunar/thunar-window.c:3082 #: ../plugins/thunar-uca/thunar-uca-editor.c:142 #: ../plugins/thunar-uca/thunar-uca-editor.c:435 msgid "_OK" @@ -463,10 +464,10 @@ #. change the accept button label text #. Prepare "Open" label and icon #: ../thunar/thunar-chooser-dialog.c:754 -#: ../thunar/thunar-chooser-dialog.c:1155 ../thunar/thunar-launcher.c:176 -#: ../thunar/thunar-launcher.c:811 ../thunar/thunar-location-buttons.c:184 +#: ../thunar/thunar-chooser-dialog.c:1155 ../thunar/thunar-launcher.c:179 +#: ../thunar/thunar-launcher.c:822 ../thunar/thunar-location-buttons.c:184 #: ../thunar/thunar-renamer-dialog.c:1054 -#: ../thunar/thunar-shortcuts-view.c:1099 ../thunar/thunar-tree-view.c:1292 +#: ../thunar/thunar-shortcuts-view.c:1112 ../thunar/thunar-tree-view.c:1292 #: ../plugins/thunar-uca/thunar-uca-editor.c:177 msgid "_Open" msgstr "_Avaa" @@ -525,8 +526,9 @@ msgstr "Leikepöydällä ei ole liitettävää." #. setup the dialog +#. add the "Close" button #. add a regular close button, the header bar already provides one -#: ../thunar/thunar-column-editor.c:120 ../thunar/thunar-dialogs.c:742 +#: ../thunar/thunar-column-editor.c:120 ../thunar/thunar-dialogs.c:801 #: ../thunar/thunar-preferences-dialog.c:253 #: ../thunar/thunar-properties-dialog.c:254 #: ../thunar/thunar-renamer-dialog.c:355 @@ -541,8 +543,8 @@ #. add the "Help" button #: ../thunar/thunar-column-editor.c:126 -#: ../thunar/thunar-preferences-dialog.c:254 -#: ../thunar/thunar-properties-dialog.c:253 ../thunar/thunar-window.c:380 +#: ../thunar/thunar-preferences-dialog.c:260 +#: ../thunar/thunar-properties-dialog.c:253 ../thunar/thunar-window.c:381 msgid "_Help" msgstr "_Ohje" @@ -632,9 +634,9 @@ msgid "C_reate" msgstr "_Luo" -#: ../thunar/thunar-create-dialog.c:159 ../thunar/thunar-dialogs.c:136 -msgid "Enter the new name:" -msgstr "Syötä uusi nimi:" +#: ../thunar/thunar-create-dialog.c:159 +msgid "Enter the name:" +msgstr "Syötä nimi:" #. display an error message #: ../thunar/thunar-create-dialog.c:452 @@ -700,114 +702,117 @@ msgid "_Rename" msgstr "_Nimeä uudelleen" +#: ../thunar/thunar-dialogs.c:136 +msgid "Enter the new name:" +msgstr "Syötä uusi nimi:" + #: ../thunar/thunar-dialogs.c:268 msgid "translator-credits" msgstr "" "Jari Rahkonen \n" "Jiri Grönroos " -#: ../thunar/thunar-dialogs.c:433 ../thunar/thunar-permissions-chooser.c:524 +#: ../thunar/thunar-dialogs.c:444 ../thunar/thunar-permissions-chooser.c:524 msgid "_Yes" msgstr "_Kyllä" -#: ../thunar/thunar-dialogs.c:437 +#: ../thunar/thunar-dialogs.c:448 msgid "Yes to _all" msgstr "Kyllä k_aikkiin" -#: ../thunar/thunar-dialogs.c:441 ../thunar/thunar-permissions-chooser.c:523 +#: ../thunar/thunar-dialogs.c:452 ../thunar/thunar-permissions-chooser.c:523 msgid "_No" msgstr "_Ei" -#: ../thunar/thunar-dialogs.c:445 +#: ../thunar/thunar-dialogs.c:456 msgid "N_o to all" msgstr "Ei kaikkii_n" -#: ../thunar/thunar-dialogs.c:449 +#: ../thunar/thunar-dialogs.c:460 msgid "_Retry" msgstr "_Uudelleen" -#: ../thunar/thunar-dialogs.c:453 +#: ../thunar/thunar-dialogs.c:464 msgid "Copy _Anyway" msgstr "Kopioi _silti" -#. setup the confirmation dialog -#: ../thunar/thunar-dialogs.c:545 +#: ../thunar/thunar-dialogs.c:577 msgid "Confirm to replace files" msgstr "Hyväksy tiedostojen korvaus" -#: ../thunar/thunar-dialogs.c:550 +#: ../thunar/thunar-dialogs.c:599 msgid "S_kip All" msgstr "O_hita kaikki" -#: ../thunar/thunar-dialogs.c:551 +#: ../thunar/thunar-dialogs.c:600 msgid "_Skip" msgstr "_Ohita" -#: ../thunar/thunar-dialogs.c:552 +#: ../thunar/thunar-dialogs.c:601 msgid "Replace _All" msgstr "Ko_rvaa kaikki" -#: ../thunar/thunar-dialogs.c:553 +#: ../thunar/thunar-dialogs.c:602 msgid "_Replace" msgstr "_Korvaa" -#: ../thunar/thunar-dialogs.c:581 +#: ../thunar/thunar-dialogs.c:639 #, c-format msgid "This folder already contains a symbolic link \"%s\"." msgstr "Kansio sisältää jo symbolisen linkin \"%s\"." -#: ../thunar/thunar-dialogs.c:586 +#: ../thunar/thunar-dialogs.c:644 #, c-format msgid "This folder already contains a folder \"%s\"." msgstr "Kansio sisältää jo kansion \"%s\"." -#: ../thunar/thunar-dialogs.c:591 +#: ../thunar/thunar-dialogs.c:649 #, c-format msgid "This folder already contains a file \"%s\"." msgstr "Kansio sisältää jo tiedoston \"%s\"." -#: ../thunar/thunar-dialogs.c:604 +#: ../thunar/thunar-dialogs.c:663 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the link" msgstr "Korvataanko linkki" -#: ../thunar/thunar-dialogs.c:606 +#: ../thunar/thunar-dialogs.c:665 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the existing folder" msgstr "Korvataanko olemassaoleva kansio" -#: ../thunar/thunar-dialogs.c:608 +#: ../thunar/thunar-dialogs.c:667 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the existing file" msgstr "Korvataanko olemassaoleva tiedosto" #. Fourth box (size, volume, free space) -#: ../thunar/thunar-dialogs.c:629 ../thunar/thunar-dialogs.c:665 +#: ../thunar/thunar-dialogs.c:688 ../thunar/thunar-dialogs.c:724 #: ../thunar/thunar-properties-dialog.c:490 msgid "Size:" msgstr "Koko:" -#: ../thunar/thunar-dialogs.c:629 ../thunar/thunar-dialogs.c:665 +#: ../thunar/thunar-dialogs.c:688 ../thunar/thunar-dialogs.c:724 #: ../thunar/thunar-properties-dialog.c:449 msgid "Modified:" msgstr "Muokattu:" -#: ../thunar/thunar-dialogs.c:640 +#: ../thunar/thunar-dialogs.c:699 #, c-format msgid "ReplaceDialogPart2|with the following link?" msgstr "seuraavalla linkillä?" -#: ../thunar/thunar-dialogs.c:642 +#: ../thunar/thunar-dialogs.c:701 #, c-format msgid "ReplaceDialogPart2|with the following folder?" msgstr "seuraavalla kansiolla?" -#: ../thunar/thunar-dialogs.c:644 +#: ../thunar/thunar-dialogs.c:703 #, c-format msgid "ReplaceDialogPart2|with the following file?" msgstr "seuraavalla tiedostolla?" -#: ../thunar/thunar-dialogs.c:777 +#: ../thunar/thunar-dialogs.c:836 #, c-format msgid "" "The desktop file \"%s\" is in an insecure location and not marked as " @@ -816,11 +821,11 @@ "Käynnistin ”%s” ei ole turvallisessa sijainnissa eikä sitä ole merkitty " "suoritettavaksi. Jos et luota tähän ohjelmaan, valitse Peru." -#: ../thunar/thunar-dialogs.c:794 +#: ../thunar/thunar-dialogs.c:853 msgid "_Launch Anyway" msgstr "_Käynnistä silti" -#: ../thunar/thunar-dialogs.c:796 +#: ../thunar/thunar-dialogs.c:855 msgid "Mark _Executable" msgstr "Merkitse _suoritettavaksi" @@ -838,7 +843,7 @@ #. display an error to the user #. display an error message to the user -#: ../thunar/thunar-dnd.c:250 ../thunar/thunar-launcher.c:564 +#: ../thunar/thunar-dnd.c:250 ../thunar/thunar-launcher.c:575 #, c-format msgid "Failed to execute file \"%s\"" msgstr "Tiedoston \"%s\" suorittaminen epäonnistui." @@ -908,12 +913,12 @@ msgstr "Tiedostonimi" #: ../thunar/thunar-file.c:1071 ../thunar/thunar-gio-extensions.c:255 -#: ../thunar/thunar-shortcuts-model.c:1039 +#: ../thunar/thunar-shortcuts-model.c:1047 msgid "Trash" msgstr "Roskakori" #: ../thunar/thunar-file.c:1078 ../thunar/thunar-gio-extensions.c:253 -#: ../thunar/thunar-shortcuts-model.c:928 ../thunar/thunar-window.c:376 +#: ../thunar/thunar-shortcuts-model.c:936 ../thunar/thunar-window.c:376 msgid "File System" msgstr "Tiedostojärjestelmä" @@ -1004,48 +1009,48 @@ msgid "Icon view" msgstr "Kuvakenäkymä" -#: ../thunar/thunar-io-jobs.c:180 ../thunar/thunar-io-jobs.c:334 +#: ../thunar/thunar-io-jobs.c:181 ../thunar/thunar-io-jobs.c:336 #, c-format msgid "The file \"%s\" already exists" msgstr "Tiedosto \"%s\" on jo olemassa" -#: ../thunar/thunar-io-jobs.c:203 +#: ../thunar/thunar-io-jobs.c:204 #, c-format msgid "Failed to create empty file \"%s\": %s" msgstr "Tiedoston \"%s\" luominen epäonnistui: %s" -#: ../thunar/thunar-io-jobs.c:357 +#: ../thunar/thunar-io-jobs.c:359 #, c-format msgid "Failed to create directory \"%s\": %s" msgstr "Kansion \"%s\" luominen epäonnistui: %s" #. tell the user that we're preparing to unlink the files -#: ../thunar/thunar-io-jobs.c:423 +#: ../thunar/thunar-io-jobs.c:426 msgid "Preparing..." msgstr "Valmistellaan..." -#: ../thunar/thunar-io-jobs.c:499 +#: ../thunar/thunar-io-jobs.c:504 #, c-format msgid "Could not delete file \"%s\": %s" msgstr "Tiedoston \"%s\" poisto epäonnistui: %s" -#: ../thunar/thunar-io-jobs.c:600 +#: ../thunar/thunar-io-jobs.c:605 #, c-format msgid "Could not create symbolic link to \"%s\" because it is not a local file" msgstr "Symbolista linkkiä ei luotu, koska \"%s\" ei ole paikallinen tiedosto." #. generate a useful error message -#: ../thunar/thunar-io-jobs.c:959 +#: ../thunar/thunar-io-jobs.c:980 #, c-format msgid "Failed to change the owner of \"%s\": %s" msgstr "Kohteen \"%s\" omistajan vaihto epäonnistui: %s" -#: ../thunar/thunar-io-jobs.c:960 +#: ../thunar/thunar-io-jobs.c:981 #, c-format msgid "Failed to change the group of \"%s\": %s" msgstr "Kohteen \"%s\" ryhmän vaihto epäonnistui: %s" -#: ../thunar/thunar-io-jobs.c:1114 +#: ../thunar/thunar-io-jobs.c:1136 #, c-format msgid "Failed to change the permissions of \"%s\": %s" msgstr "Kohteen \"%s\" käyttöoikeuksien muutos epäonnistui: %s" @@ -1076,7 +1081,7 @@ msgid "link %u to %s" msgstr "linkki %u kohteeseen %s" -#: ../thunar/thunar-job.c:247 +#: ../thunar/thunar-job.c:251 #, c-format msgid "" "The file \"%s\" already exists. Would you like to replace it?\n" @@ -1087,70 +1092,74 @@ "\n" "Jos korvaat tiedoston, sen sisältö ylikirjoitetaan." -#: ../thunar/thunar-job.c:327 +#: ../thunar/thunar-job.c:331 msgid "Do you want to overwrite it?" msgstr "Haluatko korvata sen?" -#: ../thunar/thunar-job.c:381 +#: ../thunar/thunar-job.c:388 +msgid "Do you want to permanently delete it?" +msgstr "Haluatko poistaa sen pysyvästi?" + +#: ../thunar/thunar-job.c:442 msgid "Do you want to create it?" msgstr "Haluatko luoda sen?" -#: ../thunar/thunar-job.c:483 +#: ../thunar/thunar-job.c:544 msgid "Do you want to skip it?" msgstr "Haluatko ohittaa sen?" -#: ../thunar/thunar-job.c:532 +#: ../thunar/thunar-job.c:593 msgid "" "There is not enough space on the destination. Try to remove files to make " "space." msgstr "Kohteessa ei ole tarpeeksi tilaa. Koeta poistaa tiedostoja." #. append the "Open in New Tab" menu action -#: ../thunar/thunar-launcher.c:177 ../thunar/thunar-launcher.c:854 +#: ../thunar/thunar-launcher.c:180 ../thunar/thunar-launcher.c:865 #: ../thunar/thunar-tree-view.c:1306 msgid "Open in New _Tab" msgstr "Avaa uudessa _välilehdessä" #. append the "Open in New Window" menu action -#: ../thunar/thunar-launcher.c:178 ../thunar/thunar-launcher.c:848 +#: ../thunar/thunar-launcher.c:181 ../thunar/thunar-launcher.c:859 #: ../thunar/thunar-tree-view.c:1313 msgid "Open in New _Window" msgstr "Avaa uudessa _ikkunassa" -#: ../thunar/thunar-launcher.c:179 ../thunar/thunar-launcher.c:181 +#: ../thunar/thunar-launcher.c:182 ../thunar/thunar-launcher.c:184 msgid "Open With Other _Application..." msgstr "Avaa muussa _sovelluksessa..." -#: ../thunar/thunar-launcher.c:179 ../thunar/thunar-launcher.c:181 -#: ../thunar/thunar-launcher.c:954 +#: ../thunar/thunar-launcher.c:182 ../thunar/thunar-launcher.c:184 +#: ../thunar/thunar-launcher.c:965 msgid "Choose another application with which to open the selected file" msgstr "Valitse muu sovellus, jolla valittu tiedosto avataan." -#: ../thunar/thunar-launcher.c:673 +#: ../thunar/thunar-launcher.c:684 #, c-format msgid "Failed to open file \"%s\"" msgstr "Tiedoston \"%s\" avaaminen epäonnistui" #. we can just tell that n files failed to open -#: ../thunar/thunar-launcher.c:679 +#: ../thunar/thunar-launcher.c:690 #, c-format msgid "Failed to open %d file" msgid_plural "Failed to open %d files" msgstr[0] "%d tiedoston avaaminen epäonnistui." msgstr[1] "%d tiedoston avaaminen epäonnistui." -#: ../thunar/thunar-launcher.c:718 +#: ../thunar/thunar-launcher.c:729 msgid "Are you sure you want to open all folders?" msgstr "Haluatko todella avata kaikki kansiot?" -#: ../thunar/thunar-launcher.c:720 +#: ../thunar/thunar-launcher.c:731 #, c-format msgid "This will open %d separate file manager window." msgid_plural "This will open %d separate file manager windows." msgstr[0] "Tämä avaa %d erillisen tiedostonhallintaikkunan." msgstr[1] "Tämä avaa %d erillistä tiedostonhallintaikkunaa." -#: ../thunar/thunar-launcher.c:724 +#: ../thunar/thunar-launcher.c:735 #, c-format msgid "Open %d New Window" msgid_plural "Open %d New Windows" @@ -1158,14 +1167,14 @@ msgstr[1] "Avaa %d uutta ikkunaa" #. turn "Open New Window" into "Open in n New Windows" -#: ../thunar/thunar-launcher.c:821 +#: ../thunar/thunar-launcher.c:832 #, c-format msgid "Open in %d New _Window" msgid_plural "Open in %d New _Windows" msgstr[0] "Avaa %d uudessa _ikkunassa" msgstr[1] "Avaa %d uudessa _ikkunassa" -#: ../thunar/thunar-launcher.c:822 +#: ../thunar/thunar-launcher.c:833 #, c-format msgid "Open the selected directory in %d new window" msgid_plural "Open the selected directories in %d new windows" @@ -1173,100 +1182,100 @@ msgstr[1] "Avaa %d valittua kansiota uusissa ikkunoissa" #. turn "Open in New Tab" into "Open in x New Tabs" -#: ../thunar/thunar-launcher.c:833 +#: ../thunar/thunar-launcher.c:844 #, c-format msgid "Open in %d New _Tab" msgid_plural "Open in %d New _Tabs" msgstr[0] "Avaa %d uudessa _välilehdessä" msgstr[1] "Avaa %d uudessa _välilehdessä" -#: ../thunar/thunar-launcher.c:834 +#: ../thunar/thunar-launcher.c:845 #, c-format msgid "Open the selected directory in %d new tab" msgid_plural "Open the selected directories in %d new tabs" msgstr[0] "Avaa valittu kansio %d uudessa välilehdessä" msgstr[1] "Avaa valitut kansiot %d uudessa välilehdessä" -#: ../thunar/thunar-launcher.c:849 +#: ../thunar/thunar-launcher.c:860 msgid "Open the selected directory in a new window" msgstr "Avaa valittu kansio uudessa ikkunassa" -#: ../thunar/thunar-launcher.c:855 +#: ../thunar/thunar-launcher.c:866 msgid "Open the selected directory in a new tab" msgstr "Avaa valittu kansio uudessa välilehdessä" #. set tooltip that makes sence -#: ../thunar/thunar-launcher.c:860 +#: ../thunar/thunar-launcher.c:871 msgid "Open the selected directory" msgstr "Avaa valittu kansio" -#: ../thunar/thunar-launcher.c:903 +#: ../thunar/thunar-launcher.c:914 msgid "_Execute" msgstr "_Suorita" -#: ../thunar/thunar-launcher.c:905 +#: ../thunar/thunar-launcher.c:916 msgid "Execute the selected file" msgid_plural "Execute the selected files" msgstr[0] "Suorita valittu tiedosto" msgstr[1] "Suorita valitut tiedostot" -#: ../thunar/thunar-launcher.c:915 +#: ../thunar/thunar-launcher.c:926 msgid "Open the selected file" msgid_plural "Open the selected files" msgstr[0] "Avaa valittu tiedosto" msgstr[1] "Avaa valitut tiedostot" #. turn the "Open" action into "Open With DEFAULT" -#: ../thunar/thunar-launcher.c:923 +#: ../thunar/thunar-launcher.c:934 #, c-format msgid "_Open With \"%s\"" msgstr "_Avaa sovelluksessa \"%s\"" -#: ../thunar/thunar-launcher.c:924 ../thunar/thunar-launcher.c:1022 +#: ../thunar/thunar-launcher.c:935 ../thunar/thunar-launcher.c:1033 #, c-format msgid "Use \"%s\" to open the selected file" msgid_plural "Use \"%s\" to open the selected files" msgstr[0] "Käytä sovellusta \"%s\" valitun tiedoston avaamiseen." msgstr[1] "Käytä sovellusta \"%s\" valittujen tiedostojen avaamiseen." -#: ../thunar/thunar-launcher.c:953 +#: ../thunar/thunar-launcher.c:964 msgid "_Open With Other Application..." msgstr "_Avaa muussa sovelluksessa..." -#: ../thunar/thunar-launcher.c:962 +#: ../thunar/thunar-launcher.c:973 msgid "_Open With Default Applications" msgstr "_Avaa oletussovelluksissa" -#: ../thunar/thunar-launcher.c:963 +#: ../thunar/thunar-launcher.c:974 msgid "Open the selected file with the default application" msgid_plural "Open the selected files with the default applications" msgstr[0] "Avaa valittu tiedosto oletussovelluksessa." msgstr[1] "Avaa valitut tiedostot oletussovelluksissa." -#: ../thunar/thunar-launcher.c:1021 +#: ../thunar/thunar-launcher.c:1032 #, c-format msgid "Open With \"%s\"" msgstr "Avaa sovelluksessa \"%s\"" -#: ../thunar/thunar-launcher.c:1598 ../thunar/thunar-shortcuts-view.c:1744 -#: ../thunar/thunar-shortcuts-view.c:1981 ../thunar/thunar-tree-view.c:2098 +#: ../thunar/thunar-launcher.c:1609 ../thunar/thunar-shortcuts-view.c:1783 +#: ../thunar/thunar-shortcuts-view.c:2020 ../thunar/thunar-tree-view.c:2098 #, c-format msgid "Failed to mount \"%s\"" msgstr "Kohteen \"%s\" liittäminen epäonnistui" -#: ../thunar/thunar-launcher.c:1719 +#: ../thunar/thunar-launcher.c:1730 msgid "Desktop (Create Link)" msgid_plural "Desktop (Create Links)" msgstr[0] "Työpöydälle (luo linkki)" msgstr[1] "Työpöydälle (luo linkit)" -#: ../thunar/thunar-launcher.c:1720 +#: ../thunar/thunar-launcher.c:1731 msgid "Create a link to the selected file on the desktop" msgid_plural "Create links to the selected files on the desktop" msgstr[0] "Luo työpöydälle linkki valittuun tiedostoon." msgstr[1] "Luo työpöydälle linkit valittuihin tiedostoihin." -#: ../thunar/thunar-launcher.c:1756 ../thunar/thunar-launcher.c:1812 +#: ../thunar/thunar-launcher.c:1767 ../thunar/thunar-launcher.c:1824 #, c-format msgid "Send the selected file to \"%s\"" msgid_plural "Send the selected files to \"%s\"" @@ -1376,12 +1385,12 @@ msgstr "%s, %s" #: ../thunar/thunar-location-buttons.c:185 -#: ../thunar/thunar-shortcuts-view.c:1113 +#: ../thunar/thunar-shortcuts-view.c:1126 msgid "Open in New Tab" msgstr "Avaa uudessa välilehdessä" #: ../thunar/thunar-location-buttons.c:186 -#: ../thunar/thunar-shortcuts-view.c:1121 +#: ../thunar/thunar-shortcuts-view.c:1134 msgid "Open in New Window" msgstr "Avaa uudessa ikkunassa" @@ -1612,15 +1621,15 @@ msgid "Varying (no change)" msgstr "Vaihteleva (ei muutosta)" -#: ../thunar/thunar-permissions-chooser.c:1134 +#: ../thunar/thunar-permissions-chooser.c:1129 msgid "Correct folder permissions automatically?" msgstr "Korjataanko kansion käyttöoikeudet automaattisesti?" -#: ../thunar/thunar-permissions-chooser.c:1136 +#: ../thunar/thunar-permissions-chooser.c:1131 msgid "Correct _folder permissions" msgstr "K_orjaa kansion käyttöoikeudet" -#: ../thunar/thunar-permissions-chooser.c:1138 +#: ../thunar/thunar-permissions-chooser.c:1133 msgid "" "The folder permissions will be reset to a consistent state. Only users " "allowed to read the contents of this folder will be allowed to enter the " @@ -1629,83 +1638,83 @@ "Kansion käyttöoikeudet asetetaan yhtäläisiksi. Tämän jälkeen kansioon " "pääsevät vain sellaiset käyttäjät, joilla on oikeus lukea kansion sisältö." -#: ../thunar/thunar-preferences-dialog.c:249 +#: ../thunar/thunar-preferences-dialog.c:250 msgid "File Manager Preferences" msgstr "Tiedostonhallinnan asetukset" #. Display -#: ../thunar/thunar-preferences-dialog.c:266 +#: ../thunar/thunar-preferences-dialog.c:275 msgid "Display" msgstr "Näkymät" -#: ../thunar/thunar-preferences-dialog.c:276 +#: ../thunar/thunar-preferences-dialog.c:285 msgid "Default View" msgstr "Oletusnäkymä" -#: ../thunar/thunar-preferences-dialog.c:289 +#: ../thunar/thunar-preferences-dialog.c:298 msgid "View _new folders using:" msgstr "_Uusien kansioiden esitystapa:" -#: ../thunar/thunar-preferences-dialog.c:295 -#: ../thunar/thunar-preferences-dialog.c:342 +#: ../thunar/thunar-preferences-dialog.c:304 +#: ../thunar/thunar-preferences-dialog.c:351 msgid "Icon View" msgstr "Kuvakenäkymä" -#: ../thunar/thunar-preferences-dialog.c:296 +#: ../thunar/thunar-preferences-dialog.c:305 msgid "Detailed List View" msgstr "Yksityiskohtainen listanäkymä" -#: ../thunar/thunar-preferences-dialog.c:297 +#: ../thunar/thunar-preferences-dialog.c:306 msgid "Compact List View" msgstr "Kompakti listanäkymä" -#: ../thunar/thunar-preferences-dialog.c:298 +#: ../thunar/thunar-preferences-dialog.c:307 msgid "Last Active View" msgstr "Viimeksi käytetty näkymä" -#: ../thunar/thunar-preferences-dialog.c:307 +#: ../thunar/thunar-preferences-dialog.c:316 msgid "Show thumbnails:" msgstr "Näytä pienoiskuvat:" -#: ../thunar/thunar-preferences-dialog.c:313 +#: ../thunar/thunar-preferences-dialog.c:322 msgid "Never" msgstr "Ei koskaan" -#: ../thunar/thunar-preferences-dialog.c:314 +#: ../thunar/thunar-preferences-dialog.c:323 msgid "Local Files Only" msgstr "Vain paikallisista tiedostoista" -#: ../thunar/thunar-preferences-dialog.c:315 +#: ../thunar/thunar-preferences-dialog.c:324 msgid "Always" msgstr "Aina" -#: ../thunar/thunar-preferences-dialog.c:324 +#: ../thunar/thunar-preferences-dialog.c:333 msgid "Sort _folders before files" msgstr "Järjestä _kansiot ennen tiedostoja" -#: ../thunar/thunar-preferences-dialog.c:326 +#: ../thunar/thunar-preferences-dialog.c:335 msgid "" "Select this option to list folders before files when you sort a folder." msgstr "" "Valitse tämä, jos haluat että kansiot sijoitetaan ennen tiedostoja " "järjestäessäsi kansion." -#: ../thunar/thunar-preferences-dialog.c:331 +#: ../thunar/thunar-preferences-dialog.c:340 msgid "Show file size in binary format" msgstr "Näytä tiedoston koko binäärimuodossa" -#: ../thunar/thunar-preferences-dialog.c:333 +#: ../thunar/thunar-preferences-dialog.c:342 msgid "" "Select this option to show file size in binary format instead of decimal." msgstr "" "Valitse tämä valinta näytääksesi tiedoston koon binäärimuodossa " "desimaaliluvun sijasta." -#: ../thunar/thunar-preferences-dialog.c:355 +#: ../thunar/thunar-preferences-dialog.c:364 msgid "_Text beside icons" msgstr "_Teksti kuvakkeiden vierellä" -#: ../thunar/thunar-preferences-dialog.c:357 +#: ../thunar/thunar-preferences-dialog.c:366 msgid "" "Select this option to place the icon captions for items beside the icon " "rather than below the icon." @@ -1713,23 +1722,23 @@ "Tämä valinta asettaa kuvakkeiden selitteet kuvakkeen vierelle, eikä " "kuvakkeen alapuolelle." -#: ../thunar/thunar-preferences-dialog.c:367 +#: ../thunar/thunar-preferences-dialog.c:376 msgid "Date" msgstr "Päiväys" -#: ../thunar/thunar-preferences-dialog.c:380 +#: ../thunar/thunar-preferences-dialog.c:389 #: ../plugins/thunar-sbr/thunar-sbr-date-renamer.c:214 msgid "_Format:" msgstr "_Muoto:" #. TRANSLATORS: custom date format -#: ../thunar/thunar-preferences-dialog.c:393 +#: ../thunar/thunar-preferences-dialog.c:402 msgid "Custom" msgstr "Mukautettu" #. TRANSLATORS: Please do not translate the first column (specifiers), #. 'strftime' and of course '\n' -#: ../thunar/thunar-preferences-dialog.c:403 +#: ../thunar/thunar-preferences-dialog.c:412 msgid "" "Custom date format to apply.\n" "\n" @@ -1756,73 +1765,73 @@ "Täydellisen listan löydät 'strftime'-man-ohjesivuilta." #. Side Pane -#: ../thunar/thunar-preferences-dialog.c:421 +#: ../thunar/thunar-preferences-dialog.c:430 msgid "Side Pane" msgstr "Sivupaneeli" -#: ../thunar/thunar-preferences-dialog.c:431 +#: ../thunar/thunar-preferences-dialog.c:440 msgid "Shortcuts Pane" msgstr "Kirjanmerkkipaneeli" -#: ../thunar/thunar-preferences-dialog.c:444 +#: ../thunar/thunar-preferences-dialog.c:453 msgid "_Icon Size:" msgstr "_Kuvakkeen koko:" -#: ../thunar/thunar-preferences-dialog.c:449 -#: ../thunar/thunar-preferences-dialog.c:497 +#: ../thunar/thunar-preferences-dialog.c:458 +#: ../thunar/thunar-preferences-dialog.c:506 msgid "16px" msgstr "16 px" -#: ../thunar/thunar-preferences-dialog.c:450 -#: ../thunar/thunar-preferences-dialog.c:498 +#: ../thunar/thunar-preferences-dialog.c:459 +#: ../thunar/thunar-preferences-dialog.c:507 msgid "24px" msgstr "24 px" -#: ../thunar/thunar-preferences-dialog.c:451 -#: ../thunar/thunar-preferences-dialog.c:499 +#: ../thunar/thunar-preferences-dialog.c:460 +#: ../thunar/thunar-preferences-dialog.c:508 msgid "32px" msgstr "32 px" -#: ../thunar/thunar-preferences-dialog.c:452 -#: ../thunar/thunar-preferences-dialog.c:500 +#: ../thunar/thunar-preferences-dialog.c:461 +#: ../thunar/thunar-preferences-dialog.c:509 msgid "48px" msgstr "48 px" -#: ../thunar/thunar-preferences-dialog.c:453 -#: ../thunar/thunar-preferences-dialog.c:501 +#: ../thunar/thunar-preferences-dialog.c:462 +#: ../thunar/thunar-preferences-dialog.c:510 msgid "64px" msgstr "64 px" -#: ../thunar/thunar-preferences-dialog.c:454 -#: ../thunar/thunar-preferences-dialog.c:502 +#: ../thunar/thunar-preferences-dialog.c:463 +#: ../thunar/thunar-preferences-dialog.c:511 msgid "96px" msgstr "96 px" -#: ../thunar/thunar-preferences-dialog.c:455 -#: ../thunar/thunar-preferences-dialog.c:503 +#: ../thunar/thunar-preferences-dialog.c:464 +#: ../thunar/thunar-preferences-dialog.c:512 msgid "128px" msgstr "128 px" -#: ../thunar/thunar-preferences-dialog.c:456 -#: ../thunar/thunar-preferences-dialog.c:504 +#: ../thunar/thunar-preferences-dialog.c:465 +#: ../thunar/thunar-preferences-dialog.c:513 msgid "160px" msgstr "160 px" -#: ../thunar/thunar-preferences-dialog.c:457 -#: ../thunar/thunar-preferences-dialog.c:505 +#: ../thunar/thunar-preferences-dialog.c:466 +#: ../thunar/thunar-preferences-dialog.c:514 msgid "192px" msgstr "192 px" -#: ../thunar/thunar-preferences-dialog.c:458 -#: ../thunar/thunar-preferences-dialog.c:506 +#: ../thunar/thunar-preferences-dialog.c:467 +#: ../thunar/thunar-preferences-dialog.c:515 msgid "256px" msgstr "256 px" -#: ../thunar/thunar-preferences-dialog.c:467 +#: ../thunar/thunar-preferences-dialog.c:476 msgid "Show Icon _Emblems" msgstr "Näytä _tunnuskuvat" -#: ../thunar/thunar-preferences-dialog.c:469 +#: ../thunar/thunar-preferences-dialog.c:478 msgid "" "Select this option to display icon emblems in the shortcuts pane for all " "folders for which emblems have been defined in the folders properties " @@ -1831,19 +1840,19 @@ "Valitse tämä näyttääksesi kirjanmerkkilistassa tunnuskuvat niille " "kansioille, joille on sellaisia kansion ominaisuusdialogissa asetettu." -#: ../thunar/thunar-preferences-dialog.c:479 +#: ../thunar/thunar-preferences-dialog.c:488 msgid "Tree Pane" msgstr "Kansiopuupaneeli" -#: ../thunar/thunar-preferences-dialog.c:492 +#: ../thunar/thunar-preferences-dialog.c:501 msgid "Icon _Size:" msgstr "K_uvakkeen koko:" -#: ../thunar/thunar-preferences-dialog.c:515 +#: ../thunar/thunar-preferences-dialog.c:524 msgid "Show Icon E_mblems" msgstr "Näytä kuvakkeiden tu_nnuskuvat" -#: ../thunar/thunar-preferences-dialog.c:517 +#: ../thunar/thunar-preferences-dialog.c:526 msgid "" "Select this option to display icon emblems in the tree pane for all folders " "for which emblems have been defined in the folders properties dialog." @@ -1853,19 +1862,19 @@ "asetettu." #. Behavior -#: ../thunar/thunar-preferences-dialog.c:527 +#: ../thunar/thunar-preferences-dialog.c:536 msgid "Behavior" msgstr "Toiminta" -#: ../thunar/thunar-preferences-dialog.c:537 +#: ../thunar/thunar-preferences-dialog.c:546 msgid "Navigation" msgstr "Liikkuminen" -#: ../thunar/thunar-preferences-dialog.c:550 +#: ../thunar/thunar-preferences-dialog.c:559 msgid "_Single click to activate items" msgstr "Aktivoi kohteet k_ertanapsautuksella" -#: ../thunar/thunar-preferences-dialog.c:566 +#: ../thunar/thunar-preferences-dialog.c:575 msgid "" "Specify the d_elay before an item gets selected\n" "when the mouse pointer is paused over it:" @@ -1873,7 +1882,7 @@ "Määritä _viive, jonka jälkeen kohde valitaan,\n" "kun hiiren osoitinta pidetään sen yllä:" -#: ../thunar/thunar-preferences-dialog.c:579 +#: ../thunar/thunar-preferences-dialog.c:588 msgid "" "When single-click activation is enabled, pausing the mouse pointer over an " "item will automatically select that item after the chosen delay. You can " @@ -1887,42 +1896,42 @@ "olla hyötyä, kun kertanapsautus aktivoi kohteen, mutta haluat vain valita " "sen aktivoimatta." -#: ../thunar/thunar-preferences-dialog.c:598 +#: ../thunar/thunar-preferences-dialog.c:607 msgid "Disabled" msgstr "Pois käytöstä" -#: ../thunar/thunar-preferences-dialog.c:604 +#: ../thunar/thunar-preferences-dialog.c:613 msgid "Medium" msgstr "Keskipitkä" -#: ../thunar/thunar-preferences-dialog.c:609 +#: ../thunar/thunar-preferences-dialog.c:618 msgid "Long" msgstr "Pitkä" -#: ../thunar/thunar-preferences-dialog.c:615 +#: ../thunar/thunar-preferences-dialog.c:624 msgid "_Double click to activate items" msgstr "Aktivoi kohteet _kaksoisnapsautuksella" -#: ../thunar/thunar-preferences-dialog.c:626 +#: ../thunar/thunar-preferences-dialog.c:635 msgid "Tabs instead of new Windows" msgstr "Välilehdet uusien ikkunoiden sijaan" -#: ../thunar/thunar-preferences-dialog.c:639 +#: ../thunar/thunar-preferences-dialog.c:648 msgid "Open folders in new tabs on middle click" msgstr "Avaa kansiot uusissa välilehdissä napsauttamalla keskipainiketta" -#: ../thunar/thunar-preferences-dialog.c:641 +#: ../thunar/thunar-preferences-dialog.c:650 msgid "" "Select this option to open a new tab on middle click instead of a new window" msgstr "" "Valitse tämä avataksesi uuden välilehden keskipainiketta napsauttamalla " "uuden ikkunan sijaan" -#: ../thunar/thunar-preferences-dialog.c:645 +#: ../thunar/thunar-preferences-dialog.c:654 msgid "Open new thunar instances as tabs" msgstr "Avaa uudet Thunar-instanssit välilehtinä" -#: ../thunar/thunar-preferences-dialog.c:647 +#: ../thunar/thunar-preferences-dialog.c:656 msgid "" "Select this option to open new thunar instances as tabs in an existing " "thunar window" @@ -1930,29 +1939,29 @@ "Valitse tämä avataksesi uudet Thunar-instanssit välilehtinä olemassa olevaan" " Thunar-ikkunaan" -#: ../thunar/thunar-preferences-dialog.c:658 +#: ../thunar/thunar-preferences-dialog.c:667 msgid "Context Menu" msgstr "Kontekstivalikko" -#: ../thunar/thunar-preferences-dialog.c:670 +#: ../thunar/thunar-preferences-dialog.c:679 msgid "Show action to permanently delete files and folders" msgstr "Näytä toiminto tiedostojen ja kansioiden pysyvästi poistamiselle" -#: ../thunar/thunar-preferences-dialog.c:672 +#: ../thunar/thunar-preferences-dialog.c:681 msgid "Select this option to show the 'Delete' action in the context menu" msgstr "" "Valitse tämä valinta näyttääksesi 'Poista'-toiminto kontekstivalikossa." #. Advanced -#: ../thunar/thunar-preferences-dialog.c:681 +#: ../thunar/thunar-preferences-dialog.c:690 msgid "Advanced" msgstr "Lisäasetukset" -#: ../thunar/thunar-preferences-dialog.c:691 +#: ../thunar/thunar-preferences-dialog.c:700 msgid "Folder Permissions" msgstr "Kansion käyttöoikeudet" -#: ../thunar/thunar-preferences-dialog.c:704 +#: ../thunar/thunar-preferences-dialog.c:713 msgid "" "When changing the permissions of a folder, you\n" "can also apply the changes to the contents of the\n" @@ -1962,28 +1971,28 @@ "asettaa samat oikeudet myös sen sisällölle.\n" "Alta voit valita oletustoimintatavan." -#: ../thunar/thunar-preferences-dialog.c:713 +#: ../thunar/thunar-preferences-dialog.c:722 msgid "Ask every time" msgstr "Kysy joka kerta" -#: ../thunar/thunar-preferences-dialog.c:714 +#: ../thunar/thunar-preferences-dialog.c:723 msgid "Apply to Folder Only" msgstr "Aseta vain kansioille" -#: ../thunar/thunar-preferences-dialog.c:715 +#: ../thunar/thunar-preferences-dialog.c:724 msgid "Apply to Folder and Contents" msgstr "Aseta myös kansion sisällölle" -#: ../thunar/thunar-preferences-dialog.c:726 +#: ../thunar/thunar-preferences-dialog.c:735 msgid "Volume Management" msgstr "Taltionhallinta" #. add check button to enable/disable auto mounting -#: ../thunar/thunar-preferences-dialog.c:743 +#: ../thunar/thunar-preferences-dialog.c:752 msgid "Enable _Volume Management" msgstr "Käytä _taltionhallintaa" -#: ../thunar/thunar-preferences-dialog.c:753 +#: ../thunar/thunar-preferences-dialog.c:762 msgid "" "Configure the management of removable drives,\n" "devices and media." @@ -1991,11 +2000,11 @@ "Muokkaa irrotettavien asemien, laitteiden ja " "median hallinnan asetuksia." -#: ../thunar/thunar-preferences-dialog.c:768 +#: ../thunar/thunar-preferences-dialog.c:777 msgid "Missing dependencies" msgstr "Puuttuvat riippuvuudet" -#: ../thunar/thunar-preferences-dialog.c:776 +#: ../thunar/thunar-preferences-dialog.c:785 msgid "" "It looks like gvfs is not available.\n" "Important features including trash support,\n" @@ -2009,7 +2018,7 @@ #. tell the user that we failed to come up with the thunar-volman #. configuration dialog -#: ../thunar/thunar-preferences-dialog.c:850 +#: ../thunar/thunar-preferences-dialog.c:859 msgid "Failed to display the volume management settings" msgstr "Taltionhallinnan asetusten näyttäminen epäonnistui." @@ -2150,7 +2159,7 @@ msgid "Clear the file list below" msgstr "Tyhjennä alla oleva tiedostolista." -#: ../thunar/thunar-renamer-dialog.c:195 ../thunar/thunar-window.c:382 +#: ../thunar/thunar-renamer-dialog.c:195 ../thunar/thunar-window.c:383 msgid "_About" msgstr "_Tietoja" @@ -2164,7 +2173,7 @@ #: ../thunar/thunar-renamer-dialog.c:351 #: ../thunar/thunar-renamer-dialog.c:1832 -#: ../Thunar-bulk-rename.desktop.in.in.h:2 +#: ../thunar-bulk-rename.desktop.in.in.h:2 msgid "Rename Multiple Files" msgstr "Nimeä useita tiedostoja uudelleen" @@ -2226,7 +2235,7 @@ #. just popup the about dialog #: ../thunar/thunar-renamer-dialog.c:1215 -#: ../Thunar-bulk-rename.desktop.in.in.h:1 +#: ../thunar-bulk-rename.desktop.in.in.h:1 msgid "Bulk Rename" msgstr "Joukkonimeäjä" @@ -2285,94 +2294,94 @@ msgstr "" "Haluatko ohittaa tämän tiedoston ja jatkaa loppujen tiedostojen nimeämistä?" -#: ../thunar/thunar-shortcuts-model.c:629 +#: ../thunar/thunar-shortcuts-model.c:632 #: ../plugins/thunar-tpa/thunar-tpa.c:284 msgid "Trash is empty" msgstr "Roskakori on tyhjä." -#: ../thunar/thunar-shortcuts-model.c:633 +#: ../thunar/thunar-shortcuts-model.c:636 #, c-format msgid "Trash contains %d file" msgid_plural "Trash contains %d files" msgstr[0] "Roskakori sisältää %d tiedoston" msgstr[1] "Roskakori sisältää %d tiedostoa" -#: ../thunar/thunar-shortcuts-model.c:922 +#: ../thunar/thunar-shortcuts-model.c:930 msgid "DEVICES" msgstr "LAITTEET" -#: ../thunar/thunar-shortcuts-model.c:964 +#: ../thunar/thunar-shortcuts-model.c:972 msgid "NETWORK" msgstr "VERKKO" -#: ../thunar/thunar-shortcuts-model.c:970 +#: ../thunar/thunar-shortcuts-model.c:978 msgid "Browse Network" msgstr "Selaa verkkoa" -#: ../thunar/thunar-shortcuts-model.c:991 +#: ../thunar/thunar-shortcuts-model.c:999 msgid "PLACES" msgstr "SIJAINNIT" -#: ../thunar/thunar-shortcuts-pane.c:399 +#: ../thunar/thunar-shortcuts-pane.c:411 msgid "Side Pane (Create Shortcut)" msgid_plural "Side Pane (Create Shortcuts)" msgstr[0] "Sivupaneeliin (luo kirjanmerkki)" msgstr[1] "Sivupaneeliin (luo kirjanmerkit)" -#: ../thunar/thunar-shortcuts-pane.c:401 +#: ../thunar/thunar-shortcuts-pane.c:413 msgid "Add the selected folder to the shortcuts side pane" msgid_plural "Add the selected folders to the shortcuts side pane" msgstr[0] "Lisää valittu kansio kirjanmerkkipaneeliin." msgstr[1] "Lisää valitut kansiot kirjanmerkkipaneeliin." #. append the "Mount" menu action -#: ../thunar/thunar-shortcuts-view.c:1144 ../thunar/thunar-tree-view.c:1329 +#: ../thunar/thunar-shortcuts-view.c:1157 ../thunar/thunar-tree-view.c:1329 msgid "_Mount" msgstr "_Liitä" #. append the "Unmount" menu action -#: ../thunar/thunar-shortcuts-view.c:1152 ../thunar/thunar-tree-view.c:1335 +#: ../thunar/thunar-shortcuts-view.c:1165 ../thunar/thunar-tree-view.c:1335 msgid "_Unmount" msgstr "_Irrota liitos" #. append the "Eject" menu action -#: ../thunar/thunar-shortcuts-view.c:1160 ../thunar/thunar-tree-view.c:1341 +#: ../thunar/thunar-shortcuts-view.c:1173 ../thunar/thunar-tree-view.c:1341 msgid "_Eject" msgstr "_Poista asemasta" -#: ../thunar/thunar-shortcuts-view.c:1179 +#: ../thunar/thunar-shortcuts-view.c:1192 msgid "Create _Shortcut" msgstr "Luo _pikakuvake" #. append the "Mount Volume" menu action -#: ../thunar/thunar-shortcuts-view.c:1204 ../thunar/thunar-tree-view.c:1350 +#: ../thunar/thunar-shortcuts-view.c:1217 ../thunar/thunar-tree-view.c:1350 msgid "Disconn_ect" msgstr "_Irrota" -#: ../thunar/thunar-shortcuts-view.c:1282 +#: ../thunar/thunar-shortcuts-view.c:1295 msgid "_Remove Shortcut" msgstr "_Poista kirjanmerkki" -#: ../thunar/thunar-shortcuts-view.c:1300 +#: ../thunar/thunar-shortcuts-view.c:1313 msgid "Re_name Shortcut" msgstr "_Nimeä kirjanmerkki uudelleen" -#: ../thunar/thunar-shortcuts-view.c:1606 +#: ../thunar/thunar-shortcuts-view.c:1645 #, c-format msgid "The path \"%s\" does not refer to a directory" msgstr "Polku \"%s\" ei osoita kansioon" #. display an error message to the user -#: ../thunar/thunar-shortcuts-view.c:1626 +#: ../thunar/thunar-shortcuts-view.c:1665 msgid "Failed to add new shortcut" msgstr "Kirjanmerkin lisääminen epäonnistui" -#: ../thunar/thunar-shortcuts-view.c:1908 ../thunar/thunar-tree-view.c:1966 +#: ../thunar/thunar-shortcuts-view.c:1947 ../thunar/thunar-tree-view.c:1966 #, c-format msgid "Failed to eject \"%s\"" msgstr "Kohteen \"%s\" irrottaminen epäonnistui" -#: ../thunar/thunar-shortcuts-view.c:2050 ../thunar/thunar-tree-view.c:2021 +#: ../thunar/thunar-shortcuts-view.c:2089 ../thunar/thunar-tree-view.c:2021 #, c-format msgid "Failed to unmount \"%s\"" msgstr "Kohteen \"%s\" irroittaminen epäonnistui" @@ -2475,7 +2484,7 @@ msgid "Du_plicate" msgstr "Luo k_opio" -#: ../thunar/thunar-standard-view.c:414 ../thunar/thunar-standard-view.c:4570 +#: ../thunar/thunar-standard-view.c:414 ../thunar/thunar-standard-view.c:4603 msgid "Ma_ke Link" msgid_plural "Ma_ke Links" msgstr[0] "L_uo linkki" @@ -2495,95 +2504,95 @@ msgid "Create _Document" msgstr "Luo asiaki_rja" -#: ../thunar/thunar-standard-view.c:1663 +#: ../thunar/thunar-standard-view.c:1666 msgid "Loading folder contents..." msgstr "Ladataan kansion sisältöä..." #. display an error to the user -#: ../thunar/thunar-standard-view.c:2264 ../thunar/thunar-window.c:2920 +#: ../thunar/thunar-standard-view.c:2278 ../thunar/thunar-window.c:2924 msgid "Failed to open the home folder" msgstr "Kotikansion avaaminen epäonnistui." -#: ../thunar/thunar-standard-view.c:2316 +#: ../thunar/thunar-standard-view.c:2330 msgid "New Empty File" msgstr "Luo tyhjä tiedosto" -#: ../thunar/thunar-standard-view.c:2317 +#: ../thunar/thunar-standard-view.c:2331 msgid "New Empty File..." msgstr "Uusi tyhjä tiedosto..." -#: ../thunar/thunar-standard-view.c:2664 +#: ../thunar/thunar-standard-view.c:2678 msgid "Select by Pattern" msgstr "Valitse hakukaavan avulla" -#: ../thunar/thunar-standard-view.c:2669 +#: ../thunar/thunar-standard-view.c:2683 msgid "_Select" msgstr "_Valitse" -#: ../thunar/thunar-standard-view.c:2678 +#: ../thunar/thunar-standard-view.c:2692 msgid "_Pattern:" msgstr "_Hakukaava:" #. tell the user that the file name provided by the X Direct Save source is #. invalid -#: ../thunar/thunar-standard-view.c:3266 +#: ../thunar/thunar-standard-view.c:3297 msgid "Invalid filename provided by XDS drag site" msgstr "XDS-raahauslähteen tarjoama tiedostonimi ei kelpaa." #. display an error dialog to the user -#: ../thunar/thunar-standard-view.c:3456 +#: ../thunar/thunar-standard-view.c:3487 #, c-format msgid "Failed to create a link for the URL \"%s\"" msgstr "Linkin luominen URL:iin \"%s\" epäonnistui." -#: ../thunar/thunar-standard-view.c:3906 ../thunar/thunar-window.c:3015 +#: ../thunar/thunar-standard-view.c:3937 ../thunar/thunar-window.c:3019 #, c-format msgid "Failed to open directory \"%s\"" msgstr "Kansion \"%s\" avaaminen epäonnistui." -#: ../thunar/thunar-standard-view.c:4518 +#: ../thunar/thunar-standard-view.c:4551 msgid "Prepare the selected file to be moved with a Paste command" msgid_plural "Prepare the selected files to be moved with a Paste command" msgstr[0] "Merkitse valittu tiedosto siirrettäväksi liitä-komennolla." msgstr[1] "Merkitse valitut tiedostot siirrettäväksi liitä-komennolla." -#: ../thunar/thunar-standard-view.c:4526 +#: ../thunar/thunar-standard-view.c:4559 msgid "Prepare the selected file to be copied with a Paste command" msgid_plural "Prepare the selected files to be copied with a Paste command" msgstr[0] "Merkitse valittu tiedosto kopioitavaksi liitä-komennolla." msgstr[1] "Merkitse valitut tiedostot kopioitavaksi liitä-komennolla." -#: ../thunar/thunar-standard-view.c:4540 +#: ../thunar/thunar-standard-view.c:4573 msgid "Move the selected file to the Trash" msgid_plural "Move the selected files to the Trash" msgstr[0] "Siirrä valittu tiedosto roskakoriin" msgstr[1] "Siirrä valitut tiedostot roskakoriin" -#: ../thunar/thunar-standard-view.c:4549 +#: ../thunar/thunar-standard-view.c:4582 msgid "Permanently delete the selected file" msgid_plural "Permanently delete the selected files" msgstr[0] "Poista valittu tiedosto pysyvästi" msgstr[1] "Poista valitut tiedostot pysyvästi" -#: ../thunar/thunar-standard-view.c:4563 +#: ../thunar/thunar-standard-view.c:4596 msgid "Duplicate the selected file" msgid_plural "Duplicate each selected file" msgstr[0] "Luo kopio valitusta tiedostosta." msgstr[1] "Luo kopiot valituista tiedostoista." -#: ../thunar/thunar-standard-view.c:4572 +#: ../thunar/thunar-standard-view.c:4605 msgid "Create a symbolic link for the selected file" msgid_plural "Create a symbolic link for each selected file" msgstr[0] "Luo symbolinen linkki valittuun tiedostoon." msgstr[1] "Luo symboliset linkit valittuihin tiedostoihin." -#: ../thunar/thunar-standard-view.c:4580 +#: ../thunar/thunar-standard-view.c:4613 msgid "Rename the selected file" msgid_plural "Rename the selected files" msgstr[0] "Nimeä valittu tiedosto uudelleen." msgstr[1] "Nimeä valitut tiedostot uudelleen." -#: ../thunar/thunar-standard-view.c:4588 +#: ../thunar/thunar-standard-view.c:4621 msgid "Restore the selected file" msgid_plural "Restore the selected files" msgstr[0] "Palauta valittu tiedosto." @@ -2597,7 +2606,7 @@ msgid "No templates installed" msgstr "Asiakirjamalleja ei ole asennettuna" -#: ../thunar/thunar-transfer-job.c:823 +#: ../thunar/thunar-transfer-job.c:828 #, c-format msgid "" "Error while copying to \"%s\": %s more space is required to copy to the " @@ -2606,17 +2615,17 @@ "Virhe kopioidessa kohteeseen \"%s\": kohteessa tarvitaan %s lisää tilaa " "jotta kopiointi voidaan suorittaa" -#: ../thunar/thunar-transfer-job.c:873 +#: ../thunar/thunar-transfer-job.c:879 msgid "Collecting files..." msgstr "Kerätään tiedostoja..." #. update progress information -#: ../thunar/thunar-transfer-job.c:910 +#: ../thunar/thunar-transfer-job.c:916 #, c-format msgid "Trying to restore \"%s\"" msgstr "Yritetään palauttaa \"%s\"" -#: ../thunar/thunar-transfer-job.c:938 +#: ../thunar/thunar-transfer-job.c:945 #, c-format msgid "" "The folder \"%s\" does not exist anymore but is required to restore the file" @@ -2625,43 +2634,43 @@ "Kansiota \"%s\" ei ole enää olemassa, mutta se tarvitaan tiedoston \"%s\" " "palauttamiseksi roskakorista." -#: ../thunar/thunar-transfer-job.c:963 +#: ../thunar/thunar-transfer-job.c:971 #, c-format msgid "Failed to restore the folder \"%s\"" msgstr "Kansion \"%s\" palautus epäonnistui." #. update progress information -#: ../thunar/thunar-transfer-job.c:983 +#: ../thunar/thunar-transfer-job.c:992 #, c-format msgid "Trying to move \"%s\"" msgstr "Yritetään siirtää \"%s\"." #. update progress information -#: ../thunar/thunar-transfer-job.c:1012 +#: ../thunar/thunar-transfer-job.c:1064 #, c-format msgid "Could not move \"%s\" directly. Collecting files for copying..." msgstr "Kohdetta \"%s\" ei voi siirtää suoraan. Kerätään kopioitavaksi..." -#: ../thunar/thunar-transfer-job.c:1174 +#: ../thunar/thunar-transfer-job.c:1225 #, c-format msgid "%s of %s" msgstr "%s/%s" -#: ../thunar/thunar-transfer-job.c:1194 +#: ../thunar/thunar-transfer-job.c:1245 #, c-format msgid "%lu hour remaining (%s/sec)" msgid_plural "%lu hours remaining (%s/sec)" msgstr[0] "%lu tunti jäljellä (%s/s)" msgstr[1] "%lu tuntia jäljellä (%s/s)" -#: ../thunar/thunar-transfer-job.c:1202 +#: ../thunar/thunar-transfer-job.c:1253 #, c-format msgid "%lu minute remaining (%s/sec)" msgid_plural "%lu minutes remaining (%s/sec)" msgstr[0] "%lu minuutti jäljellä (%s/s)" msgstr[1] "%lu minuuttia jäljellä (%s/s)" -#: ../thunar/thunar-transfer-job.c:1209 +#: ../thunar/thunar-transfer-job.c:1260 #, c-format msgid "%lu second remaining (%s/sec)" msgid_plural "%lu seconds remaining (%s/sec)" @@ -2904,137 +2913,137 @@ msgid "Specify a location to open" msgstr "Valitse avattava sijainti." -#: ../thunar/thunar-window.c:381 +#: ../thunar/thunar-window.c:382 msgid "_Contents" msgstr "_Sisältö" -#: ../thunar/thunar-window.c:381 +#: ../thunar/thunar-window.c:382 msgid "Display Thunar user manual" msgstr "Näytä Thunarin käyttöohje." -#: ../thunar/thunar-window.c:382 +#: ../thunar/thunar-window.c:383 msgid "Display information about Thunar" msgstr "Näytä tietoja Thunarista." -#: ../thunar/thunar-window.c:387 +#: ../thunar/thunar-window.c:388 msgid "Show _Hidden Files" msgstr "Näytä _piilotiedostot" -#: ../thunar/thunar-window.c:387 +#: ../thunar/thunar-window.c:388 msgid "Toggles the display of hidden files in the current window" msgstr "Näyttää tai piilottaa piilotiedostot nykyisessä ikkunassa." -#: ../thunar/thunar-window.c:388 +#: ../thunar/thunar-window.c:389 msgid "_Pathbar Style" msgstr "_Polkupalkki" -#: ../thunar/thunar-window.c:388 +#: ../thunar/thunar-window.c:389 msgid "Modern approach with buttons that correspond to folders" msgstr "Moderni tyyli, jossa painikkeet vastaavat kansioita" -#: ../thunar/thunar-window.c:389 +#: ../thunar/thunar-window.c:390 msgid "_Toolbar Style" msgstr "_Työkalupalkki" -#: ../thunar/thunar-window.c:389 +#: ../thunar/thunar-window.c:390 msgid "Traditional approach with location bar and navigation buttons" msgstr "Perinteinen tyyli sijaintipalkkeineen ja navigointipainikkeineen" -#: ../thunar/thunar-window.c:390 +#: ../thunar/thunar-window.c:391 msgid "_Shortcuts" msgstr "_Kirjanmerkit" -#: ../thunar/thunar-window.c:390 +#: ../thunar/thunar-window.c:391 msgid "Toggles the visibility of the shortcuts pane" msgstr "Näytä tai piilota kirjanmerkkipaneeli." -#: ../thunar/thunar-window.c:391 +#: ../thunar/thunar-window.c:392 msgid "_Tree" msgstr "_Kansiopuu" -#: ../thunar/thunar-window.c:391 +#: ../thunar/thunar-window.c:392 msgid "Toggles the visibility of the tree pane" msgstr "Näyttä tai piilota kansiopuupaneeli." -#: ../thunar/thunar-window.c:392 +#: ../thunar/thunar-window.c:393 msgid "St_atusbar" msgstr "Til_apalkki" -#: ../thunar/thunar-window.c:392 +#: ../thunar/thunar-window.c:393 msgid "Change the visibility of this window's statusbar" msgstr "Näytä tai piilota tämän ikkunan tilapalkki." -#: ../thunar/thunar-window.c:393 +#: ../thunar/thunar-window.c:394 msgid "_Menubar" msgstr "_Valikkopalkki" -#: ../thunar/thunar-window.c:393 +#: ../thunar/thunar-window.c:394 msgid "Change the visibility of this window's menubar" msgstr "Muuta ikkunan valikkopalkin näkyvyyttä" #. * add view options -#: ../thunar/thunar-window.c:778 +#: ../thunar/thunar-window.c:779 msgid "View as _Icons" msgstr "Näytä _kuvakkeet" -#: ../thunar/thunar-window.c:778 +#: ../thunar/thunar-window.c:779 msgid "Display folder content in an icon view" msgstr "Näytä kansion sisältö kuvakenäkymässä." -#: ../thunar/thunar-window.c:785 +#: ../thunar/thunar-window.c:786 msgid "View as _Detailed List" msgstr "Näytä ti_edot" -#: ../thunar/thunar-window.c:785 +#: ../thunar/thunar-window.c:786 msgid "Display folder content in a detailed list view" msgstr "Näytä kansion sisältö yksityiskohtaisessa listanäkymässä." -#: ../thunar/thunar-window.c:792 +#: ../thunar/thunar-window.c:793 msgid "View as _Compact List" msgstr "Näytä ko_mpakti lista" -#: ../thunar/thunar-window.c:792 +#: ../thunar/thunar-window.c:793 msgid "Display folder content in a compact list view" msgstr "Näytä kansion sisältö kompaktissa listanäkymässä." #. add the label with the root warning -#: ../thunar/thunar-window.c:871 +#: ../thunar/thunar-window.c:872 msgid "Warning, you are using the root account, you may harm your system." msgstr "Varoitus: Käytät pääkäyttäjätiliä, voit vahingoittaa järjestelmääsi." -#: ../thunar/thunar-window.c:1869 +#: ../thunar/thunar-window.c:1873 msgid "Close tab" msgstr "Sulje välilehti" -#: ../thunar/thunar-window.c:2120 +#: ../thunar/thunar-window.c:2124 #, c-format msgid "Open the location \"%s\"" msgstr "Avaa sijainti \"%s\"" -#: ../thunar/thunar-window.c:2334 +#: ../thunar/thunar-window.c:2338 #, c-format msgid "Failed to launch \"%s\"" msgstr "Kohteen \"%s\" suorittaminen epäonnistui." -#: ../thunar/thunar-window.c:2895 +#: ../thunar/thunar-window.c:2899 msgid "Failed to open parent folder" msgstr "Yläkansion avaaminen epäonnistui." -#: ../thunar/thunar-window.c:2990 +#: ../thunar/thunar-window.c:2994 #, c-format msgid "The directory \"%s\" does not exist. Do you want to create it?" msgstr "Kansiota \"%s\" ei ole olemassa. Haluatko luoda sen?" #. display the "About Templates" dialog -#: ../thunar/thunar-window.c:3076 +#: ../thunar/thunar-window.c:3080 msgid "About Templates" msgstr "Tietoja asiakirjamalleista" -#: ../thunar/thunar-window.c:3098 +#: ../thunar/thunar-window.c:3102 msgid "All files in this folder will appear in the \"Create Document\" menu." msgstr "Kaikki tämän kansion tiedostot näkyvät \"Luo asiakirja\"-valikossa." -#: ../thunar/thunar-window.c:3105 +#: ../thunar/thunar-window.c:3109 msgid "" "If you frequently create certain kinds of documents, make a copy of one and put it in this folder. Thunar will add an entry for this document in the \"Create Document\" menu.\n" "\n" @@ -3044,26 +3053,26 @@ "\n" "Valitessasi tämän kohteen \"Luo asiakirja\" -valikosta asiakirjasta luodaan kopio näkyvillä olevaan kansioon." -#: ../thunar/thunar-window.c:3117 +#: ../thunar/thunar-window.c:3121 msgid "Do _not display this message again" msgstr "_Muista valinta" #. display an error to the user -#: ../thunar/thunar-window.c:3147 +#: ../thunar/thunar-window.c:3151 msgid "Failed to open the file system root folder" msgstr "Tiedostojärjestelmän juurikansion avaus epäonnistui." #. display an error to the user -#: ../thunar/thunar-window.c:3184 +#: ../thunar/thunar-window.c:3188 msgid "Failed to display the contents of the trash can" msgstr "Roskakorin sisällön näyttäminen epäonnistui." #. display an error to the user -#: ../thunar/thunar-window.c:3221 +#: ../thunar/thunar-window.c:3225 msgid "Failed to browse the network" msgstr "Verkon selaaminen epäonnistui." -#: ../thunar/thunar-window.c:3305 +#: ../thunar/thunar-window.c:3309 msgid "" "Thunar is a fast and easy to use file manager\n" "for the Xfce Desktop Environment." @@ -3072,8 +3081,7 @@ "tiedostonhallintaohjelma Xfce-ympäristöön." #. set window title -#: ../thunar/thunar-window.c:3363 ../Thunar.desktop.in.in.h:3 -#: ../thunar/thunar-settings.desktop.in.h:1 +#: ../thunar/thunar-window.c:3367 ../thunar.desktop.in.in.h:3 msgid "File Manager" msgstr "Tiedostonhallinta" @@ -3270,7 +3278,7 @@ msgid "Con_vert to:" msgstr "Muuta _muotoon:" -#: ../plugins/thunar-sbr/thunar-sbr-case-renamer.c:267 +#: ../plugins/thunar-sbr/thunar-sbr-case-renamer.c:266 msgid "Uppercase / Lowercase" msgstr "Pienaakkoset / Suuraakkoset" @@ -3470,21 +3478,21 @@ msgid "Search & Replace" msgstr "Etsi ja korvaa" -#: ../plugins/thunar-sendto-email/main.c:196 +#: ../plugins/thunar-sendto-email/main.c:217 #, c-format msgid "Send \"%s\" as compressed archive?" msgstr "Lähetetäänkö \"%s\" pakattuna arkistona?" -#: ../plugins/thunar-sendto-email/main.c:199 -#: ../plugins/thunar-sendto-email/main.c:218 +#: ../plugins/thunar-sendto-email/main.c:220 +#: ../plugins/thunar-sendto-email/main.c:239 msgid "Send _directly" msgstr "Lähetä _suoraan" -#: ../plugins/thunar-sendto-email/main.c:200 +#: ../plugins/thunar-sendto-email/main.c:221 msgid "Send com_pressed" msgstr "Lähetä _pakattuna" -#: ../plugins/thunar-sendto-email/main.c:202 +#: ../plugins/thunar-sendto-email/main.c:223 msgid "" "When sending a file via email, you can either choose to send the file " "directly, as is, or compress the file before attaching it to an email. It is" @@ -3494,18 +3502,18 @@ "eli sellaisenaan vai pakataanko se ennen sähköpostiviestiin liittämistä. On " "suositeltavaa, että suuret tiedostot lähetetään pakattuina." -#: ../plugins/thunar-sendto-email/main.c:213 +#: ../plugins/thunar-sendto-email/main.c:234 #, c-format msgid "Send %d file as compressed archive?" msgid_plural "Send %d files as compressed archive?" msgstr[0] "Lähetetäänkö %d tiedosto pakattuna arkistona?" msgstr[1] "Lähetetäänkö %d tiedostoa pakattuna arkistona?" -#: ../plugins/thunar-sendto-email/main.c:219 +#: ../plugins/thunar-sendto-email/main.c:240 msgid "Send as _archive" msgstr "Lähetä _arkistona" -#: ../plugins/thunar-sendto-email/main.c:221 +#: ../plugins/thunar-sendto-email/main.c:242 msgid "" "When sending multiple files via email, you can either choose to send the " "files directly, attaching multiple files to an email, or send all files " @@ -3519,29 +3527,29 @@ #. allocate the progress dialog #. setup the label -#: ../plugins/thunar-sendto-email/main.c:270 -#: ../plugins/thunar-sendto-email/main.c:296 +#: ../plugins/thunar-sendto-email/main.c:291 +#: ../plugins/thunar-sendto-email/main.c:317 msgid "Compressing files..." msgstr "Pakataan tiedostoja..." #. tell the user that the command failed -#: ../plugins/thunar-sendto-email/main.c:321 +#: ../plugins/thunar-sendto-email/main.c:342 #, c-format msgid "ZIP command terminated with error %d" msgstr "ZIP-komennon suoritus epäonnistui (virhe %d)." -#: ../plugins/thunar-sendto-email/main.c:409 +#: ../plugins/thunar-sendto-email/main.c:430 msgid "Failed to create temporary directory" msgstr "Väliaikaiskansion luominen epäonnistui." -#: ../plugins/thunar-sendto-email/main.c:471 -#: ../plugins/thunar-sendto-email/main.c:482 +#: ../plugins/thunar-sendto-email/main.c:492 +#: ../plugins/thunar-sendto-email/main.c:503 #, c-format msgid "Failed to create symbolic link for \"%s\"" msgstr "Symbolisen linkin luominen kohteelle \"%s\" epäonnistui." #. tell the user that we failed to compress the file(s) -#: ../plugins/thunar-sendto-email/main.c:506 +#: ../plugins/thunar-sendto-email/main.c:527 #, c-format msgid "Failed to compress %d file" msgid_plural "Failed to compress %d files" @@ -3549,7 +3557,7 @@ msgstr[1] "%d tiedoston pakkaaminen epäonnistui." #. tell the user that we failed -#: ../plugins/thunar-sendto-email/main.c:657 +#: ../plugins/thunar-sendto-email/main.c:679 msgid "Failed to compose new email" msgstr "Sähköpostiviestin luominen epäonnistui." @@ -3635,12 +3643,12 @@ msgid "Unknown closing element <%s>" msgstr "Tuntematon sulkuelementti <%s>" -#: ../plugins/thunar-uca/thunar-uca-model.c:1412 +#: ../plugins/thunar-uca/thunar-uca-model.c:1426 #, c-format msgid "Failed to determine save location for uca.xml" msgstr "Tallennuskohteen selvittäminen tiedostolle uca.xml epäonnistui." -#: ../plugins/thunar-uca/thunar-uca-model.c:1532 +#: ../plugins/thunar-uca/thunar-uca-model.c:1546 #, c-format msgid "Command not configured" msgstr "Komentoa ei ole asetettu" @@ -3890,25 +3898,17 @@ msgid "Set as wallpaper" msgstr "Aseta taustakuvaksi" -#: ../Thunar.desktop.in.in.h:1 +#: ../thunar.desktop.in.in.h:1 msgid "Thunar File Manager" msgstr "Thunar-tiedostonhallinta" -#: ../Thunar.desktop.in.in.h:2 +#: ../thunar.desktop.in.in.h:2 msgid "Browse the filesystem with the file manager" msgstr "Selaa tiedostojärjestelmää tiedostonhallinnassa" -#: ../Thunar-folder-handler.desktop.in.in.h:1 -msgid "Open Folder with Thunar" -msgstr "Avaa kansio Thunarissa" - -#: ../Thunar-folder-handler.desktop.in.in.h:2 -msgid "Open the specified folders in Thunar" -msgstr "Avaa valitut kansiot Thunarissa" - -#: ../Thunar-folder-handler.desktop.in.in.h:3 -msgid "Open Folder" -msgstr "Avaa kansio" +#: ../thunar/thunar-settings.desktop.in.h:1 +msgid "File Manager Settings" +msgstr "Tiedostonhallinnan asetukset" #: ../thunar/thunar-settings.desktop.in.h:2 msgid "Configure the Thunar file manager" diff -Nru thunar-1.8.12/po/fr.po thunar-1.8.14/po/fr.po --- thunar-1.8.12/po/fr.po 2020-01-31 00:05:48.000000000 +0000 +++ thunar-1.8.14/po/fr.po 2020-03-25 14:32:49.000000000 +0000 @@ -667,7 +667,7 @@ #: ../thunar/thunar-dbus-service.c:1169 #, c-format msgid "The number of source and target filenames must be the same" -msgstr "Le nombre de fichiers sources et destinataires doit être le même" +msgstr "Le nombre de noms de fichiers source et cible doit être le même" #: ../thunar/thunar-dbus-service.c:1178 #, c-format @@ -1992,7 +1992,7 @@ #: ../thunar/thunar-preferences-dialog.c:724 msgid "Apply to Folder and Contents" -msgstr "Appliquer au dossier et son contenu" +msgstr "Appliquer au dossier et à son contenu" #: ../thunar/thunar-preferences-dialog.c:735 msgid "Volume Management" @@ -3596,8 +3596,8 @@ #, c-format msgid "Failed to compress %d file" msgid_plural "Failed to compress %d files" -msgstr[0] "Impossible de compresser le fichier %d" -msgstr[1] "Impossible de compresser les fichiers %d" +msgstr[0] "Impossible de compresser %d fichier" +msgstr[1] "Impossible de compresser %d fichiers" #. tell the user that we failed #: ../plugins/thunar-sendto-email/main.c:679 diff -Nru thunar-1.8.12/po/he.po thunar-1.8.14/po/he.po --- thunar-1.8.12/po/he.po 2020-01-30 23:58:11.000000000 +0000 +++ thunar-1.8.14/po/he.po 2020-03-25 14:32:49.000000000 +0000 @@ -5,16 +5,16 @@ # # Translators: # Xfce Bot , 2018 -# Elishai Eliyahu , 2019 +# Elishai Eliyahu , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-09 18:30+0200\n" +"POT-Creation-Date: 2019-12-23 18:30+0100\n" "PO-Revision-Date: 2018-08-19 09:02+0000\n" -"Last-Translator: Elishai Eliyahu , 2019\n" +"Last-Translator: Elishai Eliyahu , 2020\n" "Language-Team: Hebrew (https://www.transifex.com/xfce/teams/16840/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -146,10 +146,10 @@ #. tell the user that we were unable to launch the file specified #: ../thunar/thunar-application.c:1500 ../thunar/thunar-application.c:1632 -#: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356 +#: ../thunar/thunar-launcher.c:1227 ../thunar/thunar-location-entry.c:356 #: ../thunar/thunar-location-entry.c:384 -#: ../thunar/thunar-shortcuts-view.c:1680 -#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2360 +#: ../thunar/thunar-shortcuts-view.c:1719 +#: ../thunar/thunar-shortcuts-view.c:1747 ../thunar/thunar-window.c:2364 #, c-format msgid "Failed to open \"%s\"" msgstr "נכשל לפתוח את \"%s\"" @@ -162,20 +162,20 @@ #. display an error message #: ../thunar/thunar-application.c:1691 #: ../thunar/thunar-properties-dialog.c:731 -#: ../thunar/thunar-standard-view.c:2837 ../thunar/thunar-tree-view.c:1899 +#: ../thunar/thunar-standard-view.c:2851 ../thunar/thunar-tree-view.c:1899 #, c-format msgid "Failed to rename \"%s\"" msgstr "נכשל לשנות שם של \"%s\"" #: ../thunar/thunar-application.c:1793 #: ../thunar/thunar-location-buttons.c:1347 -#: ../thunar/thunar-standard-view.c:2362 ../thunar/thunar-tree-view.c:1776 +#: ../thunar/thunar-standard-view.c:2376 ../thunar/thunar-tree-view.c:1776 msgid "New Folder" msgstr "תיקייה חדשה" #: ../thunar/thunar-application.c:1794 #: ../thunar/thunar-location-buttons.c:1348 -#: ../thunar/thunar-standard-view.c:2363 ../thunar/thunar-tree-view.c:1777 +#: ../thunar/thunar-standard-view.c:2377 ../thunar/thunar-tree-view.c:1777 msgid "Create New Folder" msgstr "יצירת תיקייה חדשה" @@ -188,7 +188,7 @@ msgstr "צור קובץ חדש" #. generate a title for the create dialog -#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2409 +#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2423 #, c-format msgid "Create Document from template \"%s\"" msgstr "יצירת מסמך מתוך תבנית \"%s\"" @@ -249,20 +249,20 @@ #: ../thunar/thunar-application.c:2157 ../thunar/thunar-application.c:2336 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705 #: ../thunar/thunar-chooser-dialog.c:753 ../thunar/thunar-create-dialog.c:141 -#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:476 -#: ../thunar/thunar-dialogs.c:549 ../thunar/thunar-dialogs.c:797 -#: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:725 +#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:487 +#: ../thunar/thunar-dialogs.c:598 ../thunar/thunar-dialogs.c:856 +#: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:736 #: ../thunar/thunar-permissions-chooser.c:522 -#: ../thunar/thunar-permissions-chooser.c:1135 +#: ../thunar/thunar-permissions-chooser.c:1130 #: ../thunar/thunar-properties-dialog.c:819 #: ../thunar/thunar-renamer-dialog.c:354 #: ../thunar/thunar-renamer-dialog.c:1053 #: ../thunar/thunar-renamer-progress.c:198 #: ../thunar/thunar-renamer-progress.c:208 -#: ../thunar/thunar-standard-view.c:2668 -#: ../plugins/thunar-sendto-email/main.c:198 -#: ../plugins/thunar-sendto-email/main.c:217 -#: ../plugins/thunar-sendto-email/main.c:272 +#: ../thunar/thunar-standard-view.c:2682 +#: ../plugins/thunar-sendto-email/main.c:219 +#: ../plugins/thunar-sendto-email/main.c:238 +#: ../plugins/thunar-sendto-email/main.c:293 #: ../plugins/thunar-uca/thunar-uca-chooser.c:371 #: ../plugins/thunar-uca/thunar-uca-editor.c:141 #: ../plugins/thunar-uca/thunar-uca-editor.c:176 @@ -303,7 +303,7 @@ #. append the "Empty Trash" menu action #. prepare the menu item #: ../thunar/thunar-application.c:2337 ../thunar/thunar-location-buttons.c:188 -#: ../thunar/thunar-shortcuts-view.c:1226 ../thunar/thunar-tree-view.c:1370 +#: ../thunar/thunar-shortcuts-view.c:1239 ../thunar/thunar-tree-view.c:1370 #: ../thunar/thunar-window.c:355 ../plugins/thunar-tpa/thunar-tpa.c:175 msgid "_Empty Trash" msgstr "_רוקן אשפה" @@ -355,7 +355,7 @@ msgid "Other Application..." msgstr "יישום אחר..." -#: ../thunar/thunar-chooser-dialog.c:186 ../thunar/thunar-launcher.c:180 +#: ../thunar/thunar-chooser-dialog.c:186 ../thunar/thunar-launcher.c:183 msgid "Open With" msgstr "פתח בעזרת" @@ -383,7 +383,7 @@ #. add the "Ok"/"Open" button #: ../thunar/thunar-chooser-dialog.c:291 #: ../thunar/thunar-chooser-dialog.c:1155 -#: ../thunar/thunar-properties-dialog.c:820 ../thunar/thunar-window.c:3078 +#: ../thunar/thunar-properties-dialog.c:820 ../thunar/thunar-window.c:3082 #: ../plugins/thunar-uca/thunar-uca-editor.c:142 #: ../plugins/thunar-uca/thunar-uca-editor.c:435 msgid "_OK" @@ -458,10 +458,10 @@ #. change the accept button label text #. Prepare "Open" label and icon #: ../thunar/thunar-chooser-dialog.c:754 -#: ../thunar/thunar-chooser-dialog.c:1155 ../thunar/thunar-launcher.c:176 -#: ../thunar/thunar-launcher.c:811 ../thunar/thunar-location-buttons.c:184 +#: ../thunar/thunar-chooser-dialog.c:1155 ../thunar/thunar-launcher.c:179 +#: ../thunar/thunar-launcher.c:822 ../thunar/thunar-location-buttons.c:184 #: ../thunar/thunar-renamer-dialog.c:1054 -#: ../thunar/thunar-shortcuts-view.c:1099 ../thunar/thunar-tree-view.c:1292 +#: ../thunar/thunar-shortcuts-view.c:1112 ../thunar/thunar-tree-view.c:1292 #: ../plugins/thunar-uca/thunar-uca-editor.c:177 msgid "_Open" msgstr "_פתח" @@ -520,8 +520,9 @@ msgstr "אין שום דבר בלוח הגזירים כדי להדביק" #. setup the dialog +#. add the "Close" button #. add a regular close button, the header bar already provides one -#: ../thunar/thunar-column-editor.c:120 ../thunar/thunar-dialogs.c:742 +#: ../thunar/thunar-column-editor.c:120 ../thunar/thunar-dialogs.c:801 #: ../thunar/thunar-preferences-dialog.c:253 #: ../thunar/thunar-properties-dialog.c:254 #: ../thunar/thunar-renamer-dialog.c:355 @@ -536,8 +537,8 @@ #. add the "Help" button #: ../thunar/thunar-column-editor.c:126 -#: ../thunar/thunar-preferences-dialog.c:254 -#: ../thunar/thunar-properties-dialog.c:253 ../thunar/thunar-window.c:380 +#: ../thunar/thunar-preferences-dialog.c:260 +#: ../thunar/thunar-properties-dialog.c:253 ../thunar/thunar-window.c:381 msgid "_Help" msgstr "_עזרה" @@ -623,9 +624,9 @@ msgid "C_reate" msgstr "_צור" -#: ../thunar/thunar-create-dialog.c:159 ../thunar/thunar-dialogs.c:136 -msgid "Enter the new name:" -msgstr "הזן שם חדש:" +#: ../thunar/thunar-create-dialog.c:159 +msgid "Enter the name:" +msgstr "הכנס את השם:" #. display an error message #: ../thunar/thunar-create-dialog.c:452 @@ -691,112 +692,115 @@ msgid "_Rename" msgstr "ש_נה שם" +#: ../thunar/thunar-dialogs.c:136 +msgid "Enter the new name:" +msgstr "הזן שם חדש:" + #: ../thunar/thunar-dialogs.c:268 msgid "translator-credits" msgstr "שבחים-מתרגמים" -#: ../thunar/thunar-dialogs.c:433 ../thunar/thunar-permissions-chooser.c:524 +#: ../thunar/thunar-dialogs.c:444 ../thunar/thunar-permissions-chooser.c:524 msgid "_Yes" msgstr "_כן" -#: ../thunar/thunar-dialogs.c:437 +#: ../thunar/thunar-dialogs.c:448 msgid "Yes to _all" msgstr "כן ל_הכל" -#: ../thunar/thunar-dialogs.c:441 ../thunar/thunar-permissions-chooser.c:523 +#: ../thunar/thunar-dialogs.c:452 ../thunar/thunar-permissions-chooser.c:523 msgid "_No" msgstr "_לא" -#: ../thunar/thunar-dialogs.c:445 +#: ../thunar/thunar-dialogs.c:456 msgid "N_o to all" msgstr "ל_א להכל" -#: ../thunar/thunar-dialogs.c:449 +#: ../thunar/thunar-dialogs.c:460 msgid "_Retry" msgstr "_נסה שוב" -#: ../thunar/thunar-dialogs.c:453 +#: ../thunar/thunar-dialogs.c:464 msgid "Copy _Anyway" msgstr "העתק בכל או_פן" -#. setup the confirmation dialog -#: ../thunar/thunar-dialogs.c:545 +#: ../thunar/thunar-dialogs.c:577 msgid "Confirm to replace files" msgstr "אימות להחלפת קבצים" -#: ../thunar/thunar-dialogs.c:550 +#: ../thunar/thunar-dialogs.c:599 msgid "S_kip All" msgstr "דל_ג על הכל" -#: ../thunar/thunar-dialogs.c:551 +#: ../thunar/thunar-dialogs.c:600 msgid "_Skip" msgstr "_דלג" -#: ../thunar/thunar-dialogs.c:552 +#: ../thunar/thunar-dialogs.c:601 msgid "Replace _All" msgstr "החלף ה_כל" -#: ../thunar/thunar-dialogs.c:553 +#: ../thunar/thunar-dialogs.c:602 msgid "_Replace" msgstr "ה_חלף" -#: ../thunar/thunar-dialogs.c:581 +#: ../thunar/thunar-dialogs.c:639 #, c-format msgid "This folder already contains a symbolic link \"%s\"." msgstr "תיקייה זו כבר מכילה קישור סמלי \"%s\"." -#: ../thunar/thunar-dialogs.c:586 +#: ../thunar/thunar-dialogs.c:644 #, c-format msgid "This folder already contains a folder \"%s\"." msgstr "תיקייה זו כבר מכילה תיקייה \"%s\"." -#: ../thunar/thunar-dialogs.c:591 +#: ../thunar/thunar-dialogs.c:649 #, c-format msgid "This folder already contains a file \"%s\"." msgstr "תיקייה זו כבר מכילה קובץ \"%s\"." -#: ../thunar/thunar-dialogs.c:604 +#: ../thunar/thunar-dialogs.c:663 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the link" msgstr "האם ברצונך להחליף את הקישור" -#: ../thunar/thunar-dialogs.c:606 +#: ../thunar/thunar-dialogs.c:665 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the existing folder" msgstr "האם ברצונך להחליף את התיקייה הקיימת" -#: ../thunar/thunar-dialogs.c:608 +#: ../thunar/thunar-dialogs.c:667 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the existing file" msgstr "האם ברצונך להחליף את הקובץ הקיים" #. Fourth box (size, volume, free space) -#: ../thunar/thunar-dialogs.c:629 ../thunar/thunar-dialogs.c:665 +#: ../thunar/thunar-dialogs.c:688 ../thunar/thunar-dialogs.c:724 #: ../thunar/thunar-properties-dialog.c:490 msgid "Size:" msgstr "גודל:" -#: ../thunar/thunar-dialogs.c:629 ../thunar/thunar-dialogs.c:665 +#: ../thunar/thunar-dialogs.c:688 ../thunar/thunar-dialogs.c:724 #: ../thunar/thunar-properties-dialog.c:449 msgid "Modified:" msgstr "שונה:" -#: ../thunar/thunar-dialogs.c:640 +#: ../thunar/thunar-dialogs.c:699 #, c-format msgid "ReplaceDialogPart2|with the following link?" msgstr "עם הקישור הבא?" -#: ../thunar/thunar-dialogs.c:642 +#: ../thunar/thunar-dialogs.c:701 #, c-format msgid "ReplaceDialogPart2|with the following folder?" msgstr "עם התיקייה הבאה?" -#: ../thunar/thunar-dialogs.c:644 +#: ../thunar/thunar-dialogs.c:703 #, c-format msgid "ReplaceDialogPart2|with the following file?" msgstr "עם הקובץ הבא?" -#: ../thunar/thunar-dialogs.c:777 +#: ../thunar/thunar-dialogs.c:836 #, c-format msgid "" "The desktop file \"%s\" is in an insecure location and not marked as " @@ -805,11 +809,11 @@ "קובץ שולחן עבודה \"%s\" מוצב בתוך מיקום לא בטוח ולא מסומן בתור כזה שהוא בר-" "ביצוע. אם אין ברצונך לסמוך על תוכנית זו, לחץ ביטול." -#: ../thunar/thunar-dialogs.c:794 +#: ../thunar/thunar-dialogs.c:853 msgid "_Launch Anyway" msgstr "_הפעל בכל אופן" -#: ../thunar/thunar-dialogs.c:796 +#: ../thunar/thunar-dialogs.c:855 msgid "Mark _Executable" msgstr "_סמן בר ביצוע" @@ -827,7 +831,7 @@ #. display an error to the user #. display an error message to the user -#: ../thunar/thunar-dnd.c:250 ../thunar/thunar-launcher.c:564 +#: ../thunar/thunar-dnd.c:250 ../thunar/thunar-launcher.c:575 #, c-format msgid "Failed to execute file \"%s\"" msgstr "נכשל לבצע את הקובץ \"%s\"" @@ -897,12 +901,12 @@ msgstr "שם קובץ" #: ../thunar/thunar-file.c:1071 ../thunar/thunar-gio-extensions.c:255 -#: ../thunar/thunar-shortcuts-model.c:1039 +#: ../thunar/thunar-shortcuts-model.c:1047 msgid "Trash" msgstr "אשפה" #: ../thunar/thunar-file.c:1078 ../thunar/thunar-gio-extensions.c:253 -#: ../thunar/thunar-shortcuts-model.c:928 ../thunar/thunar-window.c:376 +#: ../thunar/thunar-shortcuts-model.c:936 ../thunar/thunar-window.c:376 msgid "File System" msgstr "מערכת קבצים" @@ -992,48 +996,48 @@ msgid "Icon view" msgstr "תצוגת איקונים" -#: ../thunar/thunar-io-jobs.c:180 ../thunar/thunar-io-jobs.c:334 +#: ../thunar/thunar-io-jobs.c:181 ../thunar/thunar-io-jobs.c:336 #, c-format msgid "The file \"%s\" already exists" msgstr "הקובץ \"%s\" כבר קיים" -#: ../thunar/thunar-io-jobs.c:203 +#: ../thunar/thunar-io-jobs.c:204 #, c-format msgid "Failed to create empty file \"%s\": %s" msgstr "אירע כשל ביצירת הקובץ הריק \"%s\":‏ %s" -#: ../thunar/thunar-io-jobs.c:357 +#: ../thunar/thunar-io-jobs.c:359 #, c-format msgid "Failed to create directory \"%s\": %s" msgstr "אירע כשל ביצירת הספריה \"%s\":‏ %s" #. tell the user that we're preparing to unlink the files -#: ../thunar/thunar-io-jobs.c:423 +#: ../thunar/thunar-io-jobs.c:426 msgid "Preparing..." msgstr "כעת מכין..." -#: ../thunar/thunar-io-jobs.c:499 +#: ../thunar/thunar-io-jobs.c:504 #, c-format msgid "Could not delete file \"%s\": %s" msgstr "לא ניתן למחוק את הקובץ \"%s\":‏ %s" -#: ../thunar/thunar-io-jobs.c:600 +#: ../thunar/thunar-io-jobs.c:605 #, c-format msgid "Could not create symbolic link to \"%s\" because it is not a local file" msgstr "לא ניתן ליצור את הקישור הסימבולי אל \"%s\" מכיוון שאינו קובץ מקומי" #. generate a useful error message -#: ../thunar/thunar-io-jobs.c:959 +#: ../thunar/thunar-io-jobs.c:980 #, c-format msgid "Failed to change the owner of \"%s\": %s" msgstr "ארע כשל בשינוי הבעלים של \"%s\":‏ %s" -#: ../thunar/thunar-io-jobs.c:960 +#: ../thunar/thunar-io-jobs.c:981 #, c-format msgid "Failed to change the group of \"%s\": %s" msgstr "ארע כשל בשינוי הקבוצה של \"%s\":‏ %s" -#: ../thunar/thunar-io-jobs.c:1114 +#: ../thunar/thunar-io-jobs.c:1136 #, c-format msgid "Failed to change the permissions of \"%s\": %s" msgstr "אירע כשל בשינוי ההרשאות של \"%s\":‏ %s" @@ -1064,7 +1068,7 @@ msgid "link %u to %s" msgstr "קישור של %u אל %s" -#: ../thunar/thunar-job.c:247 +#: ../thunar/thunar-job.c:251 #, c-format msgid "" "The file \"%s\" already exists. Would you like to replace it?\n" @@ -1075,52 +1079,56 @@ "\n" "אם יוחלף קובץ קיים, תוכנו יוחלף." -#: ../thunar/thunar-job.c:327 +#: ../thunar/thunar-job.c:331 msgid "Do you want to overwrite it?" msgstr "האם ברצונך להחליף את זה?" -#: ../thunar/thunar-job.c:381 +#: ../thunar/thunar-job.c:388 +msgid "Do you want to permanently delete it?" +msgstr "האם ברצונך למחוק לצמיתות?" + +#: ../thunar/thunar-job.c:442 msgid "Do you want to create it?" msgstr "האם ברצונך ליצור את זה?" -#: ../thunar/thunar-job.c:483 +#: ../thunar/thunar-job.c:544 msgid "Do you want to skip it?" msgstr "האם ברצונך לדלג על זה?" -#: ../thunar/thunar-job.c:532 +#: ../thunar/thunar-job.c:593 msgid "" "There is not enough space on the destination. Try to remove files to make " "space." msgstr "אין די מקום ביעד. יש לנסות להסיר קבצים כדי לפנות מקום." #. append the "Open in New Tab" menu action -#: ../thunar/thunar-launcher.c:177 ../thunar/thunar-launcher.c:854 +#: ../thunar/thunar-launcher.c:180 ../thunar/thunar-launcher.c:865 #: ../thunar/thunar-tree-view.c:1306 msgid "Open in New _Tab" msgstr "פתח ב_לשונית חדשה" #. append the "Open in New Window" menu action -#: ../thunar/thunar-launcher.c:178 ../thunar/thunar-launcher.c:848 +#: ../thunar/thunar-launcher.c:181 ../thunar/thunar-launcher.c:859 #: ../thunar/thunar-tree-view.c:1313 msgid "Open in New _Window" msgstr "פתח ב_חלון חדש" -#: ../thunar/thunar-launcher.c:179 ../thunar/thunar-launcher.c:181 +#: ../thunar/thunar-launcher.c:182 ../thunar/thunar-launcher.c:184 msgid "Open With Other _Application..." msgstr "פתח בעזרת יישום _אחר..." -#: ../thunar/thunar-launcher.c:179 ../thunar/thunar-launcher.c:181 -#: ../thunar/thunar-launcher.c:954 +#: ../thunar/thunar-launcher.c:182 ../thunar/thunar-launcher.c:184 +#: ../thunar/thunar-launcher.c:965 msgid "Choose another application with which to open the selected file" msgstr "בחר יישום אחר שבאמצעותו יש לפתוח את הקובץ הנבחר" -#: ../thunar/thunar-launcher.c:673 +#: ../thunar/thunar-launcher.c:684 #, c-format msgid "Failed to open file \"%s\"" msgstr "נכשל לפתוח את הקובץ \"%s\"" #. we can just tell that n files failed to open -#: ../thunar/thunar-launcher.c:679 +#: ../thunar/thunar-launcher.c:690 #, c-format msgid "Failed to open %d file" msgid_plural "Failed to open %d files" @@ -1129,11 +1137,11 @@ msgstr[2] "אירע כשל בפתיחת %d קבצים" msgstr[3] "אירע כשל בפתיחת %d קבצים" -#: ../thunar/thunar-launcher.c:718 +#: ../thunar/thunar-launcher.c:729 msgid "Are you sure you want to open all folders?" msgstr "האם אתה בטוח שברצונך לפתוח את כל התיקיות?" -#: ../thunar/thunar-launcher.c:720 +#: ../thunar/thunar-launcher.c:731 #, c-format msgid "This will open %d separate file manager window." msgid_plural "This will open %d separate file manager windows." @@ -1142,7 +1150,7 @@ msgstr[2] "פעולה זו תפתח %d חלונות מנהלי קבצים נפרדים." msgstr[3] "פעולה זו תפתח %d חלונות מנהלי קבצים נפרדים." -#: ../thunar/thunar-launcher.c:724 +#: ../thunar/thunar-launcher.c:735 #, c-format msgid "Open %d New Window" msgid_plural "Open %d New Windows" @@ -1152,7 +1160,7 @@ msgstr[3] "פתח %d חלונות חדשים" #. turn "Open New Window" into "Open in n New Windows" -#: ../thunar/thunar-launcher.c:821 +#: ../thunar/thunar-launcher.c:832 #, c-format msgid "Open in %d New _Window" msgid_plural "Open in %d New _Windows" @@ -1161,7 +1169,7 @@ msgstr[2] "פתח בתוך %d חלונות חדשים" msgstr[3] "פתח בתוך %d חלונות חדשים" -#: ../thunar/thunar-launcher.c:822 +#: ../thunar/thunar-launcher.c:833 #, c-format msgid "Open the selected directory in %d new window" msgid_plural "Open the selected directories in %d new windows" @@ -1171,7 +1179,7 @@ msgstr[3] "פתח את הספריות שנבחרו באמצעות %d חלונות חדשים" #. turn "Open in New Tab" into "Open in x New Tabs" -#: ../thunar/thunar-launcher.c:833 +#: ../thunar/thunar-launcher.c:844 #, c-format msgid "Open in %d New _Tab" msgid_plural "Open in %d New _Tabs" @@ -1180,7 +1188,7 @@ msgstr[2] "פתח בתוך %d _לשוניות חדשות" msgstr[3] "פתח בתוך %d _לשוניות חדשות" -#: ../thunar/thunar-launcher.c:834 +#: ../thunar/thunar-launcher.c:845 #, c-format msgid "Open the selected directory in %d new tab" msgid_plural "Open the selected directories in %d new tabs" @@ -1189,24 +1197,24 @@ msgstr[2] "פתח את הספריות הנבחרות בתוך %d לשוניות חדשות" msgstr[3] "פתח את הספריות הנבחרות בתוך %d לשוניות חדשות" -#: ../thunar/thunar-launcher.c:849 +#: ../thunar/thunar-launcher.c:860 msgid "Open the selected directory in a new window" msgstr "פתח את הספרייה הנבחרת בחלון חדש" -#: ../thunar/thunar-launcher.c:855 +#: ../thunar/thunar-launcher.c:866 msgid "Open the selected directory in a new tab" msgstr "פתח את הספרייה הנבחרת בלשונית חדשה" #. set tooltip that makes sence -#: ../thunar/thunar-launcher.c:860 +#: ../thunar/thunar-launcher.c:871 msgid "Open the selected directory" msgstr "פתח את הספרייה הנבחרת" -#: ../thunar/thunar-launcher.c:903 +#: ../thunar/thunar-launcher.c:914 msgid "_Execute" msgstr "_בצע" -#: ../thunar/thunar-launcher.c:905 +#: ../thunar/thunar-launcher.c:916 msgid "Execute the selected file" msgid_plural "Execute the selected files" msgstr[0] "הפעל את הקובץ הנבחר" @@ -1214,7 +1222,7 @@ msgstr[2] "בצע את הקבצים הנבחרים" msgstr[3] "בצע את הקבצים הנבחרים" -#: ../thunar/thunar-launcher.c:915 +#: ../thunar/thunar-launcher.c:926 msgid "Open the selected file" msgid_plural "Open the selected files" msgstr[0] "פתח את הקובץ הנבחר" @@ -1223,12 +1231,12 @@ msgstr[3] "פתח את הקבצים הנבחרים" #. turn the "Open" action into "Open With DEFAULT" -#: ../thunar/thunar-launcher.c:923 +#: ../thunar/thunar-launcher.c:934 #, c-format msgid "_Open With \"%s\"" msgstr "_פתח בעזרת \"%s\"" -#: ../thunar/thunar-launcher.c:924 ../thunar/thunar-launcher.c:1022 +#: ../thunar/thunar-launcher.c:935 ../thunar/thunar-launcher.c:1033 #, c-format msgid "Use \"%s\" to open the selected file" msgid_plural "Use \"%s\" to open the selected files" @@ -1237,15 +1245,15 @@ msgstr[2] "פתח את הקבצים הנבחרים בעזרת \"%s\"" msgstr[3] "פתח את הקבצים הנבחרים בעזרת \"%s\"" -#: ../thunar/thunar-launcher.c:953 +#: ../thunar/thunar-launcher.c:964 msgid "_Open With Other Application..." msgstr "פתח בעזרת יישום אחר..." -#: ../thunar/thunar-launcher.c:962 +#: ../thunar/thunar-launcher.c:973 msgid "_Open With Default Applications" msgstr "פתח בעזרת יישומי ברירת מחדל" -#: ../thunar/thunar-launcher.c:963 +#: ../thunar/thunar-launcher.c:974 msgid "Open the selected file with the default application" msgid_plural "Open the selected files with the default applications" msgstr[0] "פתח את הקובץ שנבחר בעזרת יישום ברירת מחדל" @@ -1253,18 +1261,18 @@ msgstr[2] "פתח את הקבצים הנבחרים בעזרת יישומי ברירת מחדל" msgstr[3] "פתח את הקבצים הנבחרים בעזרת יישומי ברירת מחדל" -#: ../thunar/thunar-launcher.c:1021 +#: ../thunar/thunar-launcher.c:1032 #, c-format msgid "Open With \"%s\"" msgstr "פתח בעזרת \"%s\"" -#: ../thunar/thunar-launcher.c:1598 ../thunar/thunar-shortcuts-view.c:1744 -#: ../thunar/thunar-shortcuts-view.c:1981 ../thunar/thunar-tree-view.c:2098 +#: ../thunar/thunar-launcher.c:1609 ../thunar/thunar-shortcuts-view.c:1783 +#: ../thunar/thunar-shortcuts-view.c:2020 ../thunar/thunar-tree-view.c:2098 #, c-format msgid "Failed to mount \"%s\"" msgstr "נכשל לעגן את \"%s\"" -#: ../thunar/thunar-launcher.c:1719 +#: ../thunar/thunar-launcher.c:1730 msgid "Desktop (Create Link)" msgid_plural "Desktop (Create Links)" msgstr[0] "שולחן עבודה (צור קישור)" @@ -1272,7 +1280,7 @@ msgstr[2] "שולחן עבודה (צור קישורים)" msgstr[3] "שולחן עבודה (צור קישורים)" -#: ../thunar/thunar-launcher.c:1720 +#: ../thunar/thunar-launcher.c:1731 msgid "Create a link to the selected file on the desktop" msgid_plural "Create links to the selected files on the desktop" msgstr[0] "צור קישור אל הקובץ הנבחר בשולחן העבודה" @@ -1280,7 +1288,7 @@ msgstr[2] "צור קישורים אל הקבצים הנבחרים בשולחן העבודה" msgstr[3] "צור קישורים אל הקבצים הנבחרים בשולחן העבודה" -#: ../thunar/thunar-launcher.c:1756 ../thunar/thunar-launcher.c:1812 +#: ../thunar/thunar-launcher.c:1767 ../thunar/thunar-launcher.c:1824 #, c-format msgid "Send the selected file to \"%s\"" msgid_plural "Send the selected files to \"%s\"" @@ -1404,12 +1412,12 @@ msgstr "%s, %s" #: ../thunar/thunar-location-buttons.c:185 -#: ../thunar/thunar-shortcuts-view.c:1113 +#: ../thunar/thunar-shortcuts-view.c:1126 msgid "Open in New Tab" msgstr "פתח בלשונית חדשה" #: ../thunar/thunar-location-buttons.c:186 -#: ../thunar/thunar-shortcuts-view.c:1121 +#: ../thunar/thunar-shortcuts-view.c:1134 msgid "Open in New Window" msgstr "פתח בחלון חדש" @@ -1638,15 +1646,15 @@ msgid "Varying (no change)" msgstr "משתנה (בלי שינוי)" -#: ../thunar/thunar-permissions-chooser.c:1134 +#: ../thunar/thunar-permissions-chooser.c:1129 msgid "Correct folder permissions automatically?" msgstr "לתקן הרשאות תיקייה באופן אוטומטי?" -#: ../thunar/thunar-permissions-chooser.c:1136 +#: ../thunar/thunar-permissions-chooser.c:1131 msgid "Correct _folder permissions" msgstr "_תקן הרשאות תיקייה" -#: ../thunar/thunar-permissions-chooser.c:1138 +#: ../thunar/thunar-permissions-chooser.c:1133 msgid "" "The folder permissions will be reset to a consistent state. Only users " "allowed to read the contents of this folder will be allowed to enter the " @@ -1655,79 +1663,79 @@ "הרשאות התיקייה תאופסנה למצב עקבי. רק משתמשים המורשים לקרוא את תוכן תיקייה זו" " יורשו להיכנס לתיקייה לאחר מכן." -#: ../thunar/thunar-preferences-dialog.c:249 +#: ../thunar/thunar-preferences-dialog.c:250 msgid "File Manager Preferences" msgstr "העדפות מנהל קבצים" #. Display -#: ../thunar/thunar-preferences-dialog.c:266 +#: ../thunar/thunar-preferences-dialog.c:275 msgid "Display" msgstr "תצוגה" -#: ../thunar/thunar-preferences-dialog.c:276 +#: ../thunar/thunar-preferences-dialog.c:285 msgid "Default View" msgstr "תצוגת ברירת מחדל" -#: ../thunar/thunar-preferences-dialog.c:289 +#: ../thunar/thunar-preferences-dialog.c:298 msgid "View _new folders using:" msgstr "הצג תיקיות _חדשות בעזרת:" -#: ../thunar/thunar-preferences-dialog.c:295 -#: ../thunar/thunar-preferences-dialog.c:342 +#: ../thunar/thunar-preferences-dialog.c:304 +#: ../thunar/thunar-preferences-dialog.c:351 msgid "Icon View" msgstr "תצוגת איקונים" -#: ../thunar/thunar-preferences-dialog.c:296 +#: ../thunar/thunar-preferences-dialog.c:305 msgid "Detailed List View" msgstr "תצוגת רשימה מפורטת" -#: ../thunar/thunar-preferences-dialog.c:297 +#: ../thunar/thunar-preferences-dialog.c:306 msgid "Compact List View" msgstr "תצוגת רשימה קומפקטית" -#: ../thunar/thunar-preferences-dialog.c:298 +#: ../thunar/thunar-preferences-dialog.c:307 msgid "Last Active View" msgstr "תצוגה פעילה אחרונה" -#: ../thunar/thunar-preferences-dialog.c:307 +#: ../thunar/thunar-preferences-dialog.c:316 msgid "Show thumbnails:" msgstr "הצג _תמונות מוקטנות:" -#: ../thunar/thunar-preferences-dialog.c:313 +#: ../thunar/thunar-preferences-dialog.c:322 msgid "Never" msgstr "אף פעם" -#: ../thunar/thunar-preferences-dialog.c:314 +#: ../thunar/thunar-preferences-dialog.c:323 msgid "Local Files Only" msgstr "רק קבצים מקומיים" -#: ../thunar/thunar-preferences-dialog.c:315 +#: ../thunar/thunar-preferences-dialog.c:324 msgid "Always" msgstr "תמיד" -#: ../thunar/thunar-preferences-dialog.c:324 +#: ../thunar/thunar-preferences-dialog.c:333 msgid "Sort _folders before files" msgstr "מיין _תיקיות לפני קבצים" -#: ../thunar/thunar-preferences-dialog.c:326 +#: ../thunar/thunar-preferences-dialog.c:335 msgid "" "Select this option to list folders before files when you sort a folder." msgstr "בחר באפשרות זו כדי להציג תיקיות לפני קבצים כאשר התיקייה ממויינת." -#: ../thunar/thunar-preferences-dialog.c:331 +#: ../thunar/thunar-preferences-dialog.c:340 msgid "Show file size in binary format" msgstr "הצג גודל קובץ בפורמט בינארי" -#: ../thunar/thunar-preferences-dialog.c:333 +#: ../thunar/thunar-preferences-dialog.c:342 msgid "" "Select this option to show file size in binary format instead of decimal." msgstr "בחר באפשרות זו להצגת גודל קובץ בפורמט בינארי במקום בפורמט דצימלי." -#: ../thunar/thunar-preferences-dialog.c:355 +#: ../thunar/thunar-preferences-dialog.c:364 msgid "_Text beside icons" msgstr "_טקסט לצד איקונים" -#: ../thunar/thunar-preferences-dialog.c:357 +#: ../thunar/thunar-preferences-dialog.c:366 msgid "" "Select this option to place the icon captions for items beside the icon " "rather than below the icon." @@ -1735,23 +1743,23 @@ "בחר אפשרות זו כדי למקם את כיתובי האיקונים לפריטים לצד האיקון ולא מתחת " "לאיקון." -#: ../thunar/thunar-preferences-dialog.c:367 +#: ../thunar/thunar-preferences-dialog.c:376 msgid "Date" msgstr "תאריך" -#: ../thunar/thunar-preferences-dialog.c:380 +#: ../thunar/thunar-preferences-dialog.c:389 #: ../plugins/thunar-sbr/thunar-sbr-date-renamer.c:214 msgid "_Format:" msgstr "_פורמט:" #. TRANSLATORS: custom date format -#: ../thunar/thunar-preferences-dialog.c:393 +#: ../thunar/thunar-preferences-dialog.c:402 msgid "Custom" msgstr "מותאם אישית" #. TRANSLATORS: Please do not translate the first column (specifiers), #. 'strftime' and of course '\n' -#: ../thunar/thunar-preferences-dialog.c:403 +#: ../thunar/thunar-preferences-dialog.c:412 msgid "" "Custom date format to apply.\n" "\n" @@ -1778,73 +1786,73 @@ "לרשימה מלאה, בדוק את דפי המדריך של 'strftime'" #. Side Pane -#: ../thunar/thunar-preferences-dialog.c:421 +#: ../thunar/thunar-preferences-dialog.c:430 msgid "Side Pane" msgstr "חלונית צד" -#: ../thunar/thunar-preferences-dialog.c:431 +#: ../thunar/thunar-preferences-dialog.c:440 msgid "Shortcuts Pane" msgstr "חלונית קיצורים" -#: ../thunar/thunar-preferences-dialog.c:444 +#: ../thunar/thunar-preferences-dialog.c:453 msgid "_Icon Size:" msgstr "_גודל איקון:" -#: ../thunar/thunar-preferences-dialog.c:449 -#: ../thunar/thunar-preferences-dialog.c:497 +#: ../thunar/thunar-preferences-dialog.c:458 +#: ../thunar/thunar-preferences-dialog.c:506 msgid "16px" msgstr "16px" -#: ../thunar/thunar-preferences-dialog.c:450 -#: ../thunar/thunar-preferences-dialog.c:498 +#: ../thunar/thunar-preferences-dialog.c:459 +#: ../thunar/thunar-preferences-dialog.c:507 msgid "24px" msgstr "24px" -#: ../thunar/thunar-preferences-dialog.c:451 -#: ../thunar/thunar-preferences-dialog.c:499 +#: ../thunar/thunar-preferences-dialog.c:460 +#: ../thunar/thunar-preferences-dialog.c:508 msgid "32px" msgstr "32px" -#: ../thunar/thunar-preferences-dialog.c:452 -#: ../thunar/thunar-preferences-dialog.c:500 +#: ../thunar/thunar-preferences-dialog.c:461 +#: ../thunar/thunar-preferences-dialog.c:509 msgid "48px" msgstr "48px" -#: ../thunar/thunar-preferences-dialog.c:453 -#: ../thunar/thunar-preferences-dialog.c:501 +#: ../thunar/thunar-preferences-dialog.c:462 +#: ../thunar/thunar-preferences-dialog.c:510 msgid "64px" msgstr "64px" -#: ../thunar/thunar-preferences-dialog.c:454 -#: ../thunar/thunar-preferences-dialog.c:502 +#: ../thunar/thunar-preferences-dialog.c:463 +#: ../thunar/thunar-preferences-dialog.c:511 msgid "96px" msgstr "96px" -#: ../thunar/thunar-preferences-dialog.c:455 -#: ../thunar/thunar-preferences-dialog.c:503 +#: ../thunar/thunar-preferences-dialog.c:464 +#: ../thunar/thunar-preferences-dialog.c:512 msgid "128px" msgstr "128px" -#: ../thunar/thunar-preferences-dialog.c:456 -#: ../thunar/thunar-preferences-dialog.c:504 +#: ../thunar/thunar-preferences-dialog.c:465 +#: ../thunar/thunar-preferences-dialog.c:513 msgid "160px" msgstr "160px" -#: ../thunar/thunar-preferences-dialog.c:457 -#: ../thunar/thunar-preferences-dialog.c:505 +#: ../thunar/thunar-preferences-dialog.c:466 +#: ../thunar/thunar-preferences-dialog.c:514 msgid "192px" msgstr "192px" -#: ../thunar/thunar-preferences-dialog.c:458 -#: ../thunar/thunar-preferences-dialog.c:506 +#: ../thunar/thunar-preferences-dialog.c:467 +#: ../thunar/thunar-preferences-dialog.c:515 msgid "256px" msgstr "256px" -#: ../thunar/thunar-preferences-dialog.c:467 +#: ../thunar/thunar-preferences-dialog.c:476 msgid "Show Icon _Emblems" msgstr "הצג _סימלוני איקונים" -#: ../thunar/thunar-preferences-dialog.c:469 +#: ../thunar/thunar-preferences-dialog.c:478 msgid "" "Select this option to display icon emblems in the shortcuts pane for all " "folders for which emblems have been defined in the folders properties " @@ -1853,19 +1861,19 @@ "בחר אפשרות זו כדי להציג סימלוני איקונים בחלונית הקיצורים עבור כל התיקיות " "שהוגדרו להן סימלונים בדו-שיח מאפייני התיקייה." -#: ../thunar/thunar-preferences-dialog.c:479 +#: ../thunar/thunar-preferences-dialog.c:488 msgid "Tree Pane" msgstr "חלונית עץ" -#: ../thunar/thunar-preferences-dialog.c:492 +#: ../thunar/thunar-preferences-dialog.c:501 msgid "Icon _Size:" msgstr "_גודל איקון:" -#: ../thunar/thunar-preferences-dialog.c:515 +#: ../thunar/thunar-preferences-dialog.c:524 msgid "Show Icon E_mblems" msgstr "הצג _סימלוני איקונים" -#: ../thunar/thunar-preferences-dialog.c:517 +#: ../thunar/thunar-preferences-dialog.c:526 msgid "" "Select this option to display icon emblems in the tree pane for all folders " "for which emblems have been defined in the folders properties dialog." @@ -1874,19 +1882,19 @@ "להן סימלונים בדו-שיח מאפייני התיקייה." #. Behavior -#: ../thunar/thunar-preferences-dialog.c:527 +#: ../thunar/thunar-preferences-dialog.c:536 msgid "Behavior" msgstr "התנהגות" -#: ../thunar/thunar-preferences-dialog.c:537 +#: ../thunar/thunar-preferences-dialog.c:546 msgid "Navigation" msgstr "ניווט" -#: ../thunar/thunar-preferences-dialog.c:550 +#: ../thunar/thunar-preferences-dialog.c:559 msgid "_Single click to activate items" msgstr "קליק _אחד כדי להפעיל פריטים" -#: ../thunar/thunar-preferences-dialog.c:566 +#: ../thunar/thunar-preferences-dialog.c:575 msgid "" "Specify the d_elay before an item gets selected\n" "when the mouse pointer is paused over it:" @@ -1894,7 +1902,7 @@ "ציין את הדיחוי לפני שפריט\n" "נבחר כאשר סמן העכבר שוהה מעליו:" -#: ../thunar/thunar-preferences-dialog.c:579 +#: ../thunar/thunar-preferences-dialog.c:588 msgid "" "When single-click activation is enabled, pausing the mouse pointer over an " "item will automatically select that item after the chosen delay. You can " @@ -1907,68 +1915,68 @@ "ביותר. התנהגות זו שימושית כשקליק אחד מפעיל פריטים, וברצונך לבחור בפריט מבלי " "להפעיל אותו." -#: ../thunar/thunar-preferences-dialog.c:598 +#: ../thunar/thunar-preferences-dialog.c:607 msgid "Disabled" msgstr "מנוטרל" -#: ../thunar/thunar-preferences-dialog.c:604 +#: ../thunar/thunar-preferences-dialog.c:613 msgid "Medium" msgstr "בינוני" -#: ../thunar/thunar-preferences-dialog.c:609 +#: ../thunar/thunar-preferences-dialog.c:618 msgid "Long" msgstr "ארוך" -#: ../thunar/thunar-preferences-dialog.c:615 +#: ../thunar/thunar-preferences-dialog.c:624 msgid "_Double click to activate items" msgstr "_קליק כפול כדי להפעיל פריטים" -#: ../thunar/thunar-preferences-dialog.c:626 +#: ../thunar/thunar-preferences-dialog.c:635 msgid "Tabs instead of new Windows" msgstr "לשוניות במקום חלונות חדשים" -#: ../thunar/thunar-preferences-dialog.c:639 +#: ../thunar/thunar-preferences-dialog.c:648 msgid "Open folders in new tabs on middle click" msgstr "פתח תיקיות בלשוניות חדשות בלחיצת לחצן אמצעי" -#: ../thunar/thunar-preferences-dialog.c:641 +#: ../thunar/thunar-preferences-dialog.c:650 msgid "" "Select this option to open a new tab on middle click instead of a new window" msgstr "בחר אפשרות זו כדי לפתוח לשונית חדשה במקום חלון חדש בלחיצת לחצן אמצעי" -#: ../thunar/thunar-preferences-dialog.c:645 +#: ../thunar/thunar-preferences-dialog.c:654 msgid "Open new thunar instances as tabs" msgstr "פתח מופעים חדשים של thunar כלשוניות" -#: ../thunar/thunar-preferences-dialog.c:647 +#: ../thunar/thunar-preferences-dialog.c:656 msgid "" "Select this option to open new thunar instances as tabs in an existing " "thunar window" msgstr "" "בחר אפשרות זו לפתיחת מופעים חדשים של thunar כלשוניות בחלון קיים של thunar " -#: ../thunar/thunar-preferences-dialog.c:658 +#: ../thunar/thunar-preferences-dialog.c:667 msgid "Context Menu" msgstr "תפריט הקשר" -#: ../thunar/thunar-preferences-dialog.c:670 +#: ../thunar/thunar-preferences-dialog.c:679 msgid "Show action to permanently delete files and folders" msgstr "הצג פעולה למחיקת קבצים ותיקיות לצמיתות" -#: ../thunar/thunar-preferences-dialog.c:672 +#: ../thunar/thunar-preferences-dialog.c:681 msgid "Select this option to show the 'Delete' action in the context menu" msgstr "בחר אפשרות זו להצגת פעולת מחיקה בתפריט הקשר" #. Advanced -#: ../thunar/thunar-preferences-dialog.c:681 +#: ../thunar/thunar-preferences-dialog.c:690 msgid "Advanced" msgstr "מתקדם" -#: ../thunar/thunar-preferences-dialog.c:691 +#: ../thunar/thunar-preferences-dialog.c:700 msgid "Folder Permissions" msgstr "הרשאות תיקייה" -#: ../thunar/thunar-preferences-dialog.c:704 +#: ../thunar/thunar-preferences-dialog.c:713 msgid "" "When changing the permissions of a folder, you\n" "can also apply the changes to the contents of the\n" @@ -1978,28 +1986,28 @@ "להחיל את השינויים גם על התוכן שלה. בחר את\n" "התנהגות ברירת המחדל למטה:" -#: ../thunar/thunar-preferences-dialog.c:713 +#: ../thunar/thunar-preferences-dialog.c:722 msgid "Ask every time" msgstr "שאל כל פעם" -#: ../thunar/thunar-preferences-dialog.c:714 +#: ../thunar/thunar-preferences-dialog.c:723 msgid "Apply to Folder Only" msgstr "החל רק על תיקייה" -#: ../thunar/thunar-preferences-dialog.c:715 +#: ../thunar/thunar-preferences-dialog.c:724 msgid "Apply to Folder and Contents" msgstr "החל על תיקייה ותוכן" -#: ../thunar/thunar-preferences-dialog.c:726 +#: ../thunar/thunar-preferences-dialog.c:735 msgid "Volume Management" msgstr "ניהול כרכים" #. add check button to enable/disable auto mounting -#: ../thunar/thunar-preferences-dialog.c:743 +#: ../thunar/thunar-preferences-dialog.c:752 msgid "Enable _Volume Management" msgstr "אפשר _ניהול כרכים" -#: ../thunar/thunar-preferences-dialog.c:753 +#: ../thunar/thunar-preferences-dialog.c:762 msgid "" "Configure the management of removable drives,\n" "devices and media." @@ -2007,11 +2015,11 @@ "הגדר את הניהול של כוננים נשלפים,\n" "התקנים ומדיה." -#: ../thunar/thunar-preferences-dialog.c:768 +#: ../thunar/thunar-preferences-dialog.c:777 msgid "Missing dependencies" msgstr "קבצי תלות חסרים" -#: ../thunar/thunar-preferences-dialog.c:776 +#: ../thunar/thunar-preferences-dialog.c:785 msgid "" "It looks like gvfs is not available.\n" "Important features including trash support,\n" @@ -2025,7 +2033,7 @@ #. tell the user that we failed to come up with the thunar-volman #. configuration dialog -#: ../thunar/thunar-preferences-dialog.c:850 +#: ../thunar/thunar-preferences-dialog.c:859 msgid "Failed to display the volume management settings" msgstr "נכשל להציג הגדרות ניהול כרך" @@ -2168,7 +2176,7 @@ msgid "Clear the file list below" msgstr "נקה את רשימת הקבצים למטה" -#: ../thunar/thunar-renamer-dialog.c:195 ../thunar/thunar-window.c:382 +#: ../thunar/thunar-renamer-dialog.c:195 ../thunar/thunar-window.c:383 msgid "_About" msgstr "_אודות" @@ -2182,7 +2190,7 @@ #: ../thunar/thunar-renamer-dialog.c:351 #: ../thunar/thunar-renamer-dialog.c:1832 -#: ../Thunar-bulk-rename.desktop.in.in.h:2 +#: ../thunar-bulk-rename.desktop.in.in.h:2 msgid "Rename Multiple Files" msgstr "שנה שמות קבצים רבים" @@ -2243,7 +2251,7 @@ #. just popup the about dialog #: ../thunar/thunar-renamer-dialog.c:1215 -#: ../Thunar-bulk-rename.desktop.in.in.h:1 +#: ../thunar-bulk-rename.desktop.in.in.h:1 msgid "Bulk Rename" msgstr "שינוי שם נפחי" @@ -2305,12 +2313,12 @@ "Do you want to skip this file and continue to rename the remaining files?" msgstr "האם ברצונך לדלג על הקובץ הזה ולהמשיך לשנות את שמם של הקבצים שנותרו?" -#: ../thunar/thunar-shortcuts-model.c:629 +#: ../thunar/thunar-shortcuts-model.c:632 #: ../plugins/thunar-tpa/thunar-tpa.c:284 msgid "Trash is empty" msgstr "אשפה ריקה" -#: ../thunar/thunar-shortcuts-model.c:633 +#: ../thunar/thunar-shortcuts-model.c:636 #, c-format msgid "Trash contains %d file" msgid_plural "Trash contains %d files" @@ -2319,23 +2327,23 @@ msgstr[2] "אשפה מכילה %d קבצים" msgstr[3] "אשפה מכילה %d קבצים" -#: ../thunar/thunar-shortcuts-model.c:922 +#: ../thunar/thunar-shortcuts-model.c:930 msgid "DEVICES" msgstr "התקנים" -#: ../thunar/thunar-shortcuts-model.c:964 +#: ../thunar/thunar-shortcuts-model.c:972 msgid "NETWORK" msgstr "רשת" -#: ../thunar/thunar-shortcuts-model.c:970 +#: ../thunar/thunar-shortcuts-model.c:978 msgid "Browse Network" msgstr "סייר ברשת" -#: ../thunar/thunar-shortcuts-model.c:991 +#: ../thunar/thunar-shortcuts-model.c:999 msgid "PLACES" msgstr "מקומות" -#: ../thunar/thunar-shortcuts-pane.c:399 +#: ../thunar/thunar-shortcuts-pane.c:411 msgid "Side Pane (Create Shortcut)" msgid_plural "Side Pane (Create Shortcuts)" msgstr[0] "חלונית צד (צור קיצור)" @@ -2343,7 +2351,7 @@ msgstr[2] "חלונית צד (צור קיצורים)" msgstr[3] "חלונית צד (צור קיצורים)" -#: ../thunar/thunar-shortcuts-pane.c:401 +#: ../thunar/thunar-shortcuts-pane.c:413 msgid "Add the selected folder to the shortcuts side pane" msgid_plural "Add the selected folders to the shortcuts side pane" msgstr[0] "הוספת התיקייה הנבחרת לחלונית הצד של קיצורים" @@ -2352,53 +2360,53 @@ msgstr[3] "הוספת התיקיות הנבחרות לחלונית הצד של קיצורים" #. append the "Mount" menu action -#: ../thunar/thunar-shortcuts-view.c:1144 ../thunar/thunar-tree-view.c:1329 +#: ../thunar/thunar-shortcuts-view.c:1157 ../thunar/thunar-tree-view.c:1329 msgid "_Mount" msgstr "_עגן" #. append the "Unmount" menu action -#: ../thunar/thunar-shortcuts-view.c:1152 ../thunar/thunar-tree-view.c:1335 +#: ../thunar/thunar-shortcuts-view.c:1165 ../thunar/thunar-tree-view.c:1335 msgid "_Unmount" msgstr "בטל _עגינה" #. append the "Eject" menu action -#: ../thunar/thunar-shortcuts-view.c:1160 ../thunar/thunar-tree-view.c:1341 +#: ../thunar/thunar-shortcuts-view.c:1173 ../thunar/thunar-tree-view.c:1341 msgid "_Eject" msgstr "הו_צא" -#: ../thunar/thunar-shortcuts-view.c:1179 +#: ../thunar/thunar-shortcuts-view.c:1192 msgid "Create _Shortcut" msgstr "צור _קיצור" #. append the "Mount Volume" menu action -#: ../thunar/thunar-shortcuts-view.c:1204 ../thunar/thunar-tree-view.c:1350 +#: ../thunar/thunar-shortcuts-view.c:1217 ../thunar/thunar-tree-view.c:1350 msgid "Disconn_ect" msgstr "_נתק" -#: ../thunar/thunar-shortcuts-view.c:1282 +#: ../thunar/thunar-shortcuts-view.c:1295 msgid "_Remove Shortcut" msgstr "_הסר קיצור" -#: ../thunar/thunar-shortcuts-view.c:1300 +#: ../thunar/thunar-shortcuts-view.c:1313 msgid "Re_name Shortcut" msgstr "_שנה שם קיצור" -#: ../thunar/thunar-shortcuts-view.c:1606 +#: ../thunar/thunar-shortcuts-view.c:1645 #, c-format msgid "The path \"%s\" does not refer to a directory" msgstr "הנתיב \"%s\" לא מתייחס לספריה" #. display an error message to the user -#: ../thunar/thunar-shortcuts-view.c:1626 +#: ../thunar/thunar-shortcuts-view.c:1665 msgid "Failed to add new shortcut" msgstr "נכשל להוסיף קיצור חדש" -#: ../thunar/thunar-shortcuts-view.c:1908 ../thunar/thunar-tree-view.c:1966 +#: ../thunar/thunar-shortcuts-view.c:1947 ../thunar/thunar-tree-view.c:1966 #, c-format msgid "Failed to eject \"%s\"" msgstr "נכשל להוציא את \"%s\"" -#: ../thunar/thunar-shortcuts-view.c:2050 ../thunar/thunar-tree-view.c:2021 +#: ../thunar/thunar-shortcuts-view.c:2089 ../thunar/thunar-tree-view.c:2021 #, c-format msgid "Failed to unmount \"%s\"" msgstr "נכשל לבטל עגינה של \"%s\"" @@ -2502,7 +2510,7 @@ msgid "Du_plicate" msgstr "ש_כפל" -#: ../thunar/thunar-standard-view.c:414 ../thunar/thunar-standard-view.c:4570 +#: ../thunar/thunar-standard-view.c:414 ../thunar/thunar-standard-view.c:4603 msgid "Ma_ke Link" msgid_plural "Ma_ke Links" msgstr[0] "צור _קישור" @@ -2524,53 +2532,53 @@ msgid "Create _Document" msgstr "צור _מסמך" -#: ../thunar/thunar-standard-view.c:1663 +#: ../thunar/thunar-standard-view.c:1666 msgid "Loading folder contents..." msgstr "כעת טוען תוכן תיקייה..." #. display an error to the user -#: ../thunar/thunar-standard-view.c:2264 ../thunar/thunar-window.c:2920 +#: ../thunar/thunar-standard-view.c:2278 ../thunar/thunar-window.c:2924 msgid "Failed to open the home folder" msgstr "נכשל לפתוח תיקיית בית" -#: ../thunar/thunar-standard-view.c:2316 +#: ../thunar/thunar-standard-view.c:2330 msgid "New Empty File" msgstr "קובץ ריק חדש" -#: ../thunar/thunar-standard-view.c:2317 +#: ../thunar/thunar-standard-view.c:2331 msgid "New Empty File..." msgstr "קובץ ריק חדש..." -#: ../thunar/thunar-standard-view.c:2664 +#: ../thunar/thunar-standard-view.c:2678 msgid "Select by Pattern" msgstr "בחר לפי דפוס" -#: ../thunar/thunar-standard-view.c:2669 +#: ../thunar/thunar-standard-view.c:2683 msgid "_Select" msgstr "_בחר" -#: ../thunar/thunar-standard-view.c:2678 +#: ../thunar/thunar-standard-view.c:2692 msgid "_Pattern:" msgstr "_דפוס:" #. tell the user that the file name provided by the X Direct Save source is #. invalid -#: ../thunar/thunar-standard-view.c:3266 +#: ../thunar/thunar-standard-view.c:3297 msgid "Invalid filename provided by XDS drag site" msgstr "שם הקובץ שסופק על ידי אתר הגרירה XDS לא חוקי" #. display an error dialog to the user -#: ../thunar/thunar-standard-view.c:3456 +#: ../thunar/thunar-standard-view.c:3487 #, c-format msgid "Failed to create a link for the URL \"%s\"" msgstr "נכשל ליצור קישור עבור ה-URL ‏\"%s\"" -#: ../thunar/thunar-standard-view.c:3906 ../thunar/thunar-window.c:3015 +#: ../thunar/thunar-standard-view.c:3937 ../thunar/thunar-window.c:3019 #, c-format msgid "Failed to open directory \"%s\"" msgstr "נכשל לפתוח את הספריה \"%s\"" -#: ../thunar/thunar-standard-view.c:4518 +#: ../thunar/thunar-standard-view.c:4551 msgid "Prepare the selected file to be moved with a Paste command" msgid_plural "Prepare the selected files to be moved with a Paste command" msgstr[0] "הכן את הקובץ הנבחר להיות מועבר בעזרת פקודת הדבק" @@ -2578,7 +2586,7 @@ msgstr[2] "הכן את הקבצים הנבחרים להיות מועברים בעזרת פקודת הדבק" msgstr[3] "הכן את הקבצים הנבחרים להיות מועברים בעזרת פקודת הדבק" -#: ../thunar/thunar-standard-view.c:4526 +#: ../thunar/thunar-standard-view.c:4559 msgid "Prepare the selected file to be copied with a Paste command" msgid_plural "Prepare the selected files to be copied with a Paste command" msgstr[0] "הכן את הקובץ הנבחר להיות מועתק בעזרת פקודת הדבק" @@ -2586,7 +2594,7 @@ msgstr[2] "הכן את הקבצים הנבחרים להיות מועתקים בעזרת פקודת הדבק" msgstr[3] "הכן את הקבצים הנבחרים להיות מועתקים בעזרת פקודת הדבק" -#: ../thunar/thunar-standard-view.c:4540 +#: ../thunar/thunar-standard-view.c:4573 msgid "Move the selected file to the Trash" msgid_plural "Move the selected files to the Trash" msgstr[0] "העבר את הקובץ הנבחר לאשפה" @@ -2594,7 +2602,7 @@ msgstr[2] "העבר את הקבצים הנבחרים לאשפה" msgstr[3] "העבר את הקבצים הנבחרים לאשפה" -#: ../thunar/thunar-standard-view.c:4549 +#: ../thunar/thunar-standard-view.c:4582 msgid "Permanently delete the selected file" msgid_plural "Permanently delete the selected files" msgstr[0] "מחק באופן קבוע את הקובץ הנבחר" @@ -2602,7 +2610,7 @@ msgstr[2] "מחק באופן קבוע את הקבצים הנבחרים" msgstr[3] "מחק באופן קבוע את הקבצים הנבחרים" -#: ../thunar/thunar-standard-view.c:4563 +#: ../thunar/thunar-standard-view.c:4596 msgid "Duplicate the selected file" msgid_plural "Duplicate each selected file" msgstr[0] "שכפל את הקובץ שנבחר" @@ -2610,7 +2618,7 @@ msgstr[2] "שכפל כל קובץ שנבחר" msgstr[3] "שכפל כל קובץ שנבחר" -#: ../thunar/thunar-standard-view.c:4572 +#: ../thunar/thunar-standard-view.c:4605 msgid "Create a symbolic link for the selected file" msgid_plural "Create a symbolic link for each selected file" msgstr[0] "צור קישור סמלי עבור הקובץ שנבחר" @@ -2618,7 +2626,7 @@ msgstr[2] "צור קישור סמלי עבור כל אחד מהקבצים שנבחרו" msgstr[3] "צור קישור סמלי עבור כל אחד מהקבצים שנבחרו" -#: ../thunar/thunar-standard-view.c:4580 +#: ../thunar/thunar-standard-view.c:4613 msgid "Rename the selected file" msgid_plural "Rename the selected files" msgstr[0] "שנה את שם הקובץ הנבחר" @@ -2626,7 +2634,7 @@ msgstr[2] "שנה את שמות הקבצים הנבחרים" msgstr[3] "שנה את שמות הקבצים הנבחרים" -#: ../thunar/thunar-standard-view.c:4588 +#: ../thunar/thunar-standard-view.c:4621 msgid "Restore the selected file" msgid_plural "Restore the selected files" msgstr[0] "שחזר את הקובץ הנבחר" @@ -2642,53 +2650,53 @@ msgid "No templates installed" msgstr "אין תבניות מותקנות" -#: ../thunar/thunar-transfer-job.c:823 +#: ../thunar/thunar-transfer-job.c:828 #, c-format msgid "" "Error while copying to \"%s\": %s more space is required to copy to the " "destination" msgstr "אירעה שגיאה בעת ההעתקה אל %s: נדרשים עוד %s על מנת להעתיק אל היעד" -#: ../thunar/thunar-transfer-job.c:873 +#: ../thunar/thunar-transfer-job.c:879 msgid "Collecting files..." msgstr "כעת אוסף קבצים..." #. update progress information -#: ../thunar/thunar-transfer-job.c:910 +#: ../thunar/thunar-transfer-job.c:916 #, c-format msgid "Trying to restore \"%s\"" msgstr "כעת מנסה לשחזר את \"%s\"" -#: ../thunar/thunar-transfer-job.c:938 +#: ../thunar/thunar-transfer-job.c:945 #, c-format msgid "" "The folder \"%s\" does not exist anymore but is required to restore the file" " \"%s\" from the trash" msgstr "התיקייה \"%s\" אינה קיימת עוד אך היא נדרשת לצורך שחזור הקובץ \"%s\" מהאשפה" -#: ../thunar/thunar-transfer-job.c:963 +#: ../thunar/thunar-transfer-job.c:971 #, c-format msgid "Failed to restore the folder \"%s\"" msgstr "נכשל לשחזר את התיקייה \"%s\"" #. update progress information -#: ../thunar/thunar-transfer-job.c:983 +#: ../thunar/thunar-transfer-job.c:992 #, c-format msgid "Trying to move \"%s\"" msgstr "כעת מנסה להעביר את \"%s\"" #. update progress information -#: ../thunar/thunar-transfer-job.c:1012 +#: ../thunar/thunar-transfer-job.c:1064 #, c-format msgid "Could not move \"%s\" directly. Collecting files for copying..." msgstr "לא ניתן להעביר את \"%s\" ישירות. הקבצים להעתקה נאספים..." -#: ../thunar/thunar-transfer-job.c:1174 +#: ../thunar/thunar-transfer-job.c:1225 #, c-format msgid "%s of %s" msgstr "%s מתוך %s" -#: ../thunar/thunar-transfer-job.c:1194 +#: ../thunar/thunar-transfer-job.c:1245 #, c-format msgid "%lu hour remaining (%s/sec)" msgid_plural "%lu hours remaining (%s/sec)" @@ -2697,7 +2705,7 @@ msgstr[2] "נותרו %lu שעות (%s/שנייה)" msgstr[3] "נותרו %lu שעות (%s/שנייה)" -#: ../thunar/thunar-transfer-job.c:1202 +#: ../thunar/thunar-transfer-job.c:1253 #, c-format msgid "%lu minute remaining (%s/sec)" msgid_plural "%lu minutes remaining (%s/sec)" @@ -2706,7 +2714,7 @@ msgstr[2] "נותרו %lu דקות (%s/שנייה)" msgstr[3] "נותרו %lu דקות (%s/שנייה)" -#: ../thunar/thunar-transfer-job.c:1209 +#: ../thunar/thunar-transfer-job.c:1260 #, c-format msgid "%lu second remaining (%s/sec)" msgid_plural "%lu seconds remaining (%s/sec)" @@ -2951,137 +2959,137 @@ msgid "Specify a location to open" msgstr "ציין מיקום לפתיחה" -#: ../thunar/thunar-window.c:381 +#: ../thunar/thunar-window.c:382 msgid "_Contents" msgstr "_תוכן" -#: ../thunar/thunar-window.c:381 +#: ../thunar/thunar-window.c:382 msgid "Display Thunar user manual" msgstr "הצג את מדריך למשתמש של Thunar" -#: ../thunar/thunar-window.c:382 +#: ../thunar/thunar-window.c:383 msgid "Display information about Thunar" msgstr "הצג מידע אודות Thunar" -#: ../thunar/thunar-window.c:387 +#: ../thunar/thunar-window.c:388 msgid "Show _Hidden Files" msgstr "הצג קבצים _נסתרים" -#: ../thunar/thunar-window.c:387 +#: ../thunar/thunar-window.c:388 msgid "Toggles the display of hidden files in the current window" msgstr "החלף את תצוגת הקבצים הנסתרים בחלון הנוכחי" -#: ../thunar/thunar-window.c:388 +#: ../thunar/thunar-window.c:389 msgid "_Pathbar Style" msgstr "סגנון סרגל _נתיב" -#: ../thunar/thunar-window.c:388 +#: ../thunar/thunar-window.c:389 msgid "Modern approach with buttons that correspond to folders" msgstr "גישה מודרנית עם כפתורים שמקבילים לתיקיות" -#: ../thunar/thunar-window.c:389 +#: ../thunar/thunar-window.c:390 msgid "_Toolbar Style" msgstr "סגנון סרגל _כלים" -#: ../thunar/thunar-window.c:389 +#: ../thunar/thunar-window.c:390 msgid "Traditional approach with location bar and navigation buttons" msgstr "גישה מסורתית עם סרגל מיקום וכפתורי ניווט" -#: ../thunar/thunar-window.c:390 +#: ../thunar/thunar-window.c:391 msgid "_Shortcuts" msgstr "_קיצורים" -#: ../thunar/thunar-window.c:390 +#: ../thunar/thunar-window.c:391 msgid "Toggles the visibility of the shortcuts pane" msgstr "מחליף את הראות של חלונית הקיצורים" -#: ../thunar/thunar-window.c:391 +#: ../thunar/thunar-window.c:392 msgid "_Tree" msgstr "_עץ" -#: ../thunar/thunar-window.c:391 +#: ../thunar/thunar-window.c:392 msgid "Toggles the visibility of the tree pane" msgstr "מחליף את הראות של חלונית העץ" -#: ../thunar/thunar-window.c:392 +#: ../thunar/thunar-window.c:393 msgid "St_atusbar" msgstr "שורת _מצב" -#: ../thunar/thunar-window.c:392 +#: ../thunar/thunar-window.c:393 msgid "Change the visibility of this window's statusbar" msgstr "שנה את הראות של שורת מצב של חלון זה" -#: ../thunar/thunar-window.c:393 +#: ../thunar/thunar-window.c:394 msgid "_Menubar" msgstr "שורת _תפריט" -#: ../thunar/thunar-window.c:393 +#: ../thunar/thunar-window.c:394 msgid "Change the visibility of this window's menubar" msgstr "החלף את הראות של שורת התפריטים בחלון זה" #. * add view options -#: ../thunar/thunar-window.c:778 +#: ../thunar/thunar-window.c:779 msgid "View as _Icons" msgstr "הצג כאיקונים" -#: ../thunar/thunar-window.c:778 +#: ../thunar/thunar-window.c:779 msgid "Display folder content in an icon view" msgstr "הצג את תוכן התיקייה בתצוגת איקונים" -#: ../thunar/thunar-window.c:785 +#: ../thunar/thunar-window.c:786 msgid "View as _Detailed List" msgstr "הצג כרשימה מ_פורטת" -#: ../thunar/thunar-window.c:785 +#: ../thunar/thunar-window.c:786 msgid "Display folder content in a detailed list view" msgstr "הצג את תוכן התיקייה בתצוגת רשימה מפורטת" -#: ../thunar/thunar-window.c:792 +#: ../thunar/thunar-window.c:793 msgid "View as _Compact List" msgstr "הצג כרשימה _קומפקטית" -#: ../thunar/thunar-window.c:792 +#: ../thunar/thunar-window.c:793 msgid "Display folder content in a compact list view" msgstr "הצג תוכן תיקייה בתצוגת רשימה קומפקטית" #. add the label with the root warning -#: ../thunar/thunar-window.c:871 +#: ../thunar/thunar-window.c:872 msgid "Warning, you are using the root account, you may harm your system." msgstr "אזהרה, אתה משתמש כעת בחשבון שורש, אתה עלול להזיק לערכת שלך." -#: ../thunar/thunar-window.c:1869 +#: ../thunar/thunar-window.c:1873 msgid "Close tab" msgstr "סגור לשונית" -#: ../thunar/thunar-window.c:2120 +#: ../thunar/thunar-window.c:2124 #, c-format msgid "Open the location \"%s\"" msgstr "פתח את המיקום \"%s\"" -#: ../thunar/thunar-window.c:2334 +#: ../thunar/thunar-window.c:2338 #, c-format msgid "Failed to launch \"%s\"" msgstr "נכשל להפעיל \"%s\"" -#: ../thunar/thunar-window.c:2895 +#: ../thunar/thunar-window.c:2899 msgid "Failed to open parent folder" msgstr "נכשל לפתוח תיקיית הורה" -#: ../thunar/thunar-window.c:2990 +#: ../thunar/thunar-window.c:2994 #, c-format msgid "The directory \"%s\" does not exist. Do you want to create it?" msgstr "הספריה „%s“ אינה קיימת. האם ברצונך ליצור אותה?" #. display the "About Templates" dialog -#: ../thunar/thunar-window.c:3076 +#: ../thunar/thunar-window.c:3080 msgid "About Templates" msgstr "אודות תבניות" -#: ../thunar/thunar-window.c:3098 +#: ../thunar/thunar-window.c:3102 msgid "All files in this folder will appear in the \"Create Document\" menu." msgstr "כל הקבצים בתיקייה זו יופיעו בתפריט \"צור מסמך\"." -#: ../thunar/thunar-window.c:3105 +#: ../thunar/thunar-window.c:3109 msgid "" "If you frequently create certain kinds of documents, make a copy of one and put it in this folder. Thunar will add an entry for this document in the \"Create Document\" menu.\n" "\n" @@ -3091,26 +3099,26 @@ "\n" "כעת באפשרותך לבחור ברשומה מהתפריט \"יצירת מסמך\" ולהעתיק את המסמך שייווצר לספריה הנצפית." -#: ../thunar/thunar-window.c:3117 +#: ../thunar/thunar-window.c:3121 msgid "Do _not display this message again" msgstr "_אל תציג הודעה זו שוב" #. display an error to the user -#: ../thunar/thunar-window.c:3147 +#: ../thunar/thunar-window.c:3151 msgid "Failed to open the file system root folder" msgstr "אירע כשל בפתיחת תיקיית משתמש על של מערכת הקבצים" #. display an error to the user -#: ../thunar/thunar-window.c:3184 +#: ../thunar/thunar-window.c:3188 msgid "Failed to display the contents of the trash can" msgstr "אירע כשל בהצגת תוכן פח האשפה" #. display an error to the user -#: ../thunar/thunar-window.c:3221 +#: ../thunar/thunar-window.c:3225 msgid "Failed to browse the network" msgstr "אירע כשל בסיור ברשת" -#: ../thunar/thunar-window.c:3305 +#: ../thunar/thunar-window.c:3309 msgid "" "Thunar is a fast and easy to use file manager\n" "for the Xfce Desktop Environment." @@ -3119,8 +3127,7 @@ "לסביבת שולחן עבודה Xfce." #. set window title -#: ../thunar/thunar-window.c:3363 ../Thunar.desktop.in.in.h:3 -#: ../thunar/thunar-settings.desktop.in.h:1 +#: ../thunar/thunar-window.c:3367 ../thunar.desktop.in.in.h:3 msgid "File Manager" msgstr "מנהל קבצים" @@ -3316,7 +3323,7 @@ msgid "Con_vert to:" msgstr "המר ל:" -#: ../plugins/thunar-sbr/thunar-sbr-case-renamer.c:267 +#: ../plugins/thunar-sbr/thunar-sbr-case-renamer.c:266 msgid "Uppercase / Lowercase" msgstr "אותיות גדולות / אותיות קטנות" @@ -3516,21 +3523,21 @@ msgid "Search & Replace" msgstr "חפש והחלף" -#: ../plugins/thunar-sendto-email/main.c:196 +#: ../plugins/thunar-sendto-email/main.c:217 #, c-format msgid "Send \"%s\" as compressed archive?" msgstr "לשלוח את \"%s\" בתור ארכיון דחוס?" -#: ../plugins/thunar-sendto-email/main.c:199 -#: ../plugins/thunar-sendto-email/main.c:218 +#: ../plugins/thunar-sendto-email/main.c:220 +#: ../plugins/thunar-sendto-email/main.c:239 msgid "Send _directly" msgstr "שלח _ישירות" -#: ../plugins/thunar-sendto-email/main.c:200 +#: ../plugins/thunar-sendto-email/main.c:221 msgid "Send com_pressed" msgstr "שלח _דחוס" -#: ../plugins/thunar-sendto-email/main.c:202 +#: ../plugins/thunar-sendto-email/main.c:223 msgid "" "When sending a file via email, you can either choose to send the file " "directly, as is, or compress the file before attaching it to an email. It is" @@ -3539,7 +3546,7 @@ "בשליחת קובץ באמצעות דוא״ל, ניתן לבחור לשלוח את הקובץ ישירות כפי שהוא, או " "לדחוס אותו לפני צירופו לדוא\"ל. מומלץ מאוד לדחוס קבצים גדולים לפני שליחתם." -#: ../plugins/thunar-sendto-email/main.c:213 +#: ../plugins/thunar-sendto-email/main.c:234 #, c-format msgid "Send %d file as compressed archive?" msgid_plural "Send %d files as compressed archive?" @@ -3548,11 +3555,11 @@ msgstr[2] "לשלוח %d קבצים בתור ארכיון דחוס?" msgstr[3] "לשלוח %d קבצים בתור ארכיון דחוס?" -#: ../plugins/thunar-sendto-email/main.c:219 +#: ../plugins/thunar-sendto-email/main.c:240 msgid "Send as _archive" msgstr "שלח בתור _ארכיון" -#: ../plugins/thunar-sendto-email/main.c:221 +#: ../plugins/thunar-sendto-email/main.c:242 msgid "" "When sending multiple files via email, you can either choose to send the " "files directly, attaching multiple files to an email, or send all files " @@ -3565,29 +3572,29 @@ #. allocate the progress dialog #. setup the label -#: ../plugins/thunar-sendto-email/main.c:270 -#: ../plugins/thunar-sendto-email/main.c:296 +#: ../plugins/thunar-sendto-email/main.c:291 +#: ../plugins/thunar-sendto-email/main.c:317 msgid "Compressing files..." msgstr "כעת דוחס קבצים..." #. tell the user that the command failed -#: ../plugins/thunar-sendto-email/main.c:321 +#: ../plugins/thunar-sendto-email/main.c:342 #, c-format msgid "ZIP command terminated with error %d" msgstr "פקודת ה־ZIP הופסקה עם שגיאה %d" -#: ../plugins/thunar-sendto-email/main.c:409 +#: ../plugins/thunar-sendto-email/main.c:430 msgid "Failed to create temporary directory" msgstr "אירע כשל ביצירת ספריה זמנית" -#: ../plugins/thunar-sendto-email/main.c:471 -#: ../plugins/thunar-sendto-email/main.c:482 +#: ../plugins/thunar-sendto-email/main.c:492 +#: ../plugins/thunar-sendto-email/main.c:503 #, c-format msgid "Failed to create symbolic link for \"%s\"" msgstr "נכשל ליצור קישור סמלי עבור \"%s\"" #. tell the user that we failed to compress the file(s) -#: ../plugins/thunar-sendto-email/main.c:506 +#: ../plugins/thunar-sendto-email/main.c:527 #, c-format msgid "Failed to compress %d file" msgid_plural "Failed to compress %d files" @@ -3597,7 +3604,7 @@ msgstr[3] "אירע כשל בדחיסת %d קבצים" #. tell the user that we failed -#: ../plugins/thunar-sendto-email/main.c:657 +#: ../plugins/thunar-sendto-email/main.c:679 msgid "Failed to compose new email" msgstr "נכשל לחבר דוא\"ל חדש" @@ -3683,12 +3690,12 @@ msgid "Unknown closing element <%s>" msgstr "אלמנט הסגירה אינו ידוע <%s>" -#: ../plugins/thunar-uca/thunar-uca-model.c:1412 +#: ../plugins/thunar-uca/thunar-uca-model.c:1426 #, c-format msgid "Failed to determine save location for uca.xml" msgstr "אירע כשל בקביעת המיקום לשמירת uca.xml" -#: ../plugins/thunar-uca/thunar-uca-model.c:1532 +#: ../plugins/thunar-uca/thunar-uca-model.c:1546 #, c-format msgid "Command not configured" msgstr "פקודה לא מוגדרת" @@ -3928,25 +3935,17 @@ msgid "Set as wallpaper" msgstr "קבע בתור טפט" -#: ../Thunar.desktop.in.in.h:1 +#: ../thunar.desktop.in.in.h:1 msgid "Thunar File Manager" msgstr "מנהל קבצים Thunar" -#: ../Thunar.desktop.in.in.h:2 +#: ../thunar.desktop.in.in.h:2 msgid "Browse the filesystem with the file manager" msgstr "סייר במערכת הקבצים בעזרת מנהל הקבצים" -#: ../Thunar-folder-handler.desktop.in.in.h:1 -msgid "Open Folder with Thunar" -msgstr "פתח תיקייה עם Thunar" - -#: ../Thunar-folder-handler.desktop.in.in.h:2 -msgid "Open the specified folders in Thunar" -msgstr "פתח את התיקיות שצויינו עם Thunar" - -#: ../Thunar-folder-handler.desktop.in.in.h:3 -msgid "Open Folder" -msgstr "פתח תיקייה" +#: ../thunar/thunar-settings.desktop.in.h:1 +msgid "File Manager Settings" +msgstr "הגדרות מנהל הקבצים" #: ../thunar/thunar-settings.desktop.in.h:2 msgid "Configure the Thunar file manager" diff -Nru thunar-1.8.12/po/hr.po thunar-1.8.14/po/hr.po --- thunar-1.8.12/po/hr.po 2020-01-30 23:58:11.000000000 +0000 +++ thunar-1.8.14/po/hr.po 2020-03-25 14:32:49.000000000 +0000 @@ -6,6 +6,7 @@ # Translators: # Xfce Bot , 2018 # Edin Veskovic , 2019 +# Ilija Ćulap , 2020 # #, fuzzy msgid "" @@ -14,7 +15,7 @@ "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-12-23 18:30+0100\n" "PO-Revision-Date: 2018-08-19 09:02+0000\n" -"Last-Translator: Edin Veskovic , 2019\n" +"Last-Translator: Ilija Ćulap , 2020\n" "Language-Team: Croatian (https://www.transifex.com/xfce/teams/16840/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -229,9 +230,13 @@ msgid_plural "" "Are you sure that you want to permanently\n" "delete the %u selected files?" -msgstr[0] "" +msgstr[0] "Jeste li sigurni da želite trajno izbrisati odabranu %u datoteku?" msgstr[1] "" +"Jeste li sigurno da želite trajno izbrisati\n" +"%u odabranih datoteka?" msgstr[2] "" +"Jeste li sigurno da želite trajno izbrisati\n" +"%u odabranih datoteka?" #. add the "Cancel" button #. append the cancel item diff -Nru thunar-1.8.12/po/id.po thunar-1.8.14/po/id.po --- thunar-1.8.12/po/id.po 2020-01-30 23:58:11.000000000 +0000 +++ thunar-1.8.14/po/id.po 2020-03-25 14:32:49.000000000 +0000 @@ -6,15 +6,16 @@ # Translators: # Xfce Bot , 2018 # Kukuh Syafaat , 2018 +# Triyan W. Nugroho , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-19 00:30+0100\n" +"POT-Creation-Date: 2019-12-23 18:30+0100\n" "PO-Revision-Date: 2018-08-19 09:02+0000\n" -"Last-Translator: Kukuh Syafaat , 2018\n" +"Last-Translator: Triyan W. Nugroho , 2020\n" "Language-Team: Indonesian (https://www.transifex.com/xfce/teams/16840/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -43,55 +44,55 @@ msgid "Thunar" msgstr "Thunar" -#: ../thunar/thunar-abstract-icon-view.c:117 +#: ../thunar/thunar-abstract-icon-view.c:113 msgid "Arran_ge Items" msgstr "At_ur Item" -#: ../thunar/thunar-abstract-icon-view.c:122 +#: ../thunar/thunar-abstract-icon-view.c:118 msgid "Sort By _Name" msgstr "Urutkan _Nama" -#: ../thunar/thunar-abstract-icon-view.c:122 +#: ../thunar/thunar-abstract-icon-view.c:118 msgid "Keep items sorted by their name" msgstr "Mengurutkan item berdasarkan namanya" -#: ../thunar/thunar-abstract-icon-view.c:123 +#: ../thunar/thunar-abstract-icon-view.c:119 msgid "Sort By _Size" msgstr "Urutkan U_kuran" -#: ../thunar/thunar-abstract-icon-view.c:123 +#: ../thunar/thunar-abstract-icon-view.c:119 msgid "Keep items sorted by their size" msgstr "Mengurutkan item berdasarkan ukurannya" -#: ../thunar/thunar-abstract-icon-view.c:124 +#: ../thunar/thunar-abstract-icon-view.c:120 msgid "Sort By _Type" msgstr "Urutkan _Tipe" -#: ../thunar/thunar-abstract-icon-view.c:124 +#: ../thunar/thunar-abstract-icon-view.c:120 msgid "Keep items sorted by their type" msgstr "Mengurutkan item berdasarkan tipenya" -#: ../thunar/thunar-abstract-icon-view.c:125 +#: ../thunar/thunar-abstract-icon-view.c:121 msgid "Sort By Modification _Date" msgstr "Urutkan Tanggal _Modifikasi" -#: ../thunar/thunar-abstract-icon-view.c:125 +#: ../thunar/thunar-abstract-icon-view.c:121 msgid "Keep items sorted by their modification date" msgstr "Mengurutkan item berdasarkan tanggal terakhir berkas dimodifikasi" -#: ../thunar/thunar-abstract-icon-view.c:130 +#: ../thunar/thunar-abstract-icon-view.c:126 msgid "_Ascending" msgstr "Berurut Na_ik" -#: ../thunar/thunar-abstract-icon-view.c:130 +#: ../thunar/thunar-abstract-icon-view.c:126 msgid "Sort items in ascending order" msgstr "Sortir item dalam urutan menaik" -#: ../thunar/thunar-abstract-icon-view.c:131 +#: ../thunar/thunar-abstract-icon-view.c:127 msgid "_Descending" msgstr "Berurut T_urun" -#: ../thunar/thunar-abstract-icon-view.c:131 +#: ../thunar/thunar-abstract-icon-view.c:127 msgid "Sort items in descending order" msgstr "Sortir item dalam urutan menurun" @@ -146,10 +147,10 @@ #. tell the user that we were unable to launch the file specified #: ../thunar/thunar-application.c:1500 ../thunar/thunar-application.c:1632 -#: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356 +#: ../thunar/thunar-launcher.c:1227 ../thunar/thunar-location-entry.c:356 #: ../thunar/thunar-location-entry.c:384 -#: ../thunar/thunar-shortcuts-view.c:1680 -#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2360 +#: ../thunar/thunar-shortcuts-view.c:1719 +#: ../thunar/thunar-shortcuts-view.c:1747 ../thunar/thunar-window.c:2364 #, c-format msgid "Failed to open \"%s\"" msgstr "Gagal membuka \"%s\"" @@ -162,20 +163,20 @@ #. display an error message #: ../thunar/thunar-application.c:1691 #: ../thunar/thunar-properties-dialog.c:731 -#: ../thunar/thunar-standard-view.c:2834 ../thunar/thunar-tree-view.c:1897 +#: ../thunar/thunar-standard-view.c:2851 ../thunar/thunar-tree-view.c:1899 #, c-format msgid "Failed to rename \"%s\"" msgstr "Gagal mengganti nama \"%s\"" #: ../thunar/thunar-application.c:1793 #: ../thunar/thunar-location-buttons.c:1347 -#: ../thunar/thunar-standard-view.c:2359 ../thunar/thunar-tree-view.c:1759 +#: ../thunar/thunar-standard-view.c:2376 ../thunar/thunar-tree-view.c:1776 msgid "New Folder" msgstr "Folder Baru" #: ../thunar/thunar-application.c:1794 #: ../thunar/thunar-location-buttons.c:1348 -#: ../thunar/thunar-standard-view.c:2360 ../thunar/thunar-tree-view.c:1760 +#: ../thunar/thunar-standard-view.c:2377 ../thunar/thunar-tree-view.c:1777 msgid "Create New Folder" msgstr "Buat Folder Baru" @@ -188,7 +189,7 @@ msgstr "Buat Berkas Baru" #. generate a title for the create dialog -#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2406 +#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2423 #, c-format msgid "Create Document from template \"%s\"" msgstr "Buat Dokumen dengan templat \"%s\"" @@ -240,20 +241,20 @@ #: ../thunar/thunar-application.c:2157 ../thunar/thunar-application.c:2336 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705 #: ../thunar/thunar-chooser-dialog.c:753 ../thunar/thunar-create-dialog.c:141 -#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:476 -#: ../thunar/thunar-dialogs.c:549 ../thunar/thunar-dialogs.c:797 -#: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:725 +#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:487 +#: ../thunar/thunar-dialogs.c:598 ../thunar/thunar-dialogs.c:856 +#: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:736 #: ../thunar/thunar-permissions-chooser.c:522 -#: ../thunar/thunar-permissions-chooser.c:1135 +#: ../thunar/thunar-permissions-chooser.c:1130 #: ../thunar/thunar-properties-dialog.c:819 #: ../thunar/thunar-renamer-dialog.c:354 #: ../thunar/thunar-renamer-dialog.c:1053 #: ../thunar/thunar-renamer-progress.c:198 #: ../thunar/thunar-renamer-progress.c:208 -#: ../thunar/thunar-standard-view.c:2665 -#: ../plugins/thunar-sendto-email/main.c:198 -#: ../plugins/thunar-sendto-email/main.c:217 -#: ../plugins/thunar-sendto-email/main.c:272 +#: ../thunar/thunar-standard-view.c:2682 +#: ../plugins/thunar-sendto-email/main.c:219 +#: ../plugins/thunar-sendto-email/main.c:238 +#: ../plugins/thunar-sendto-email/main.c:293 #: ../plugins/thunar-uca/thunar-uca-chooser.c:371 #: ../plugins/thunar-uca/thunar-uca-editor.c:141 #: ../plugins/thunar-uca/thunar-uca-editor.c:176 @@ -261,8 +262,8 @@ msgid "_Cancel" msgstr "_Batal" -#: ../thunar/thunar-application.c:2158 ../thunar/thunar-standard-view.c:411 -#: ../thunar/thunar-tree-view.c:1486 +#: ../thunar/thunar-application.c:2158 ../thunar/thunar-standard-view.c:408 +#: ../thunar/thunar-tree-view.c:1502 #: ../plugins/thunar-uca/thunar-uca-chooser.c:372 msgid "_Delete" msgstr "_Hapus" @@ -296,7 +297,7 @@ #. append the "Empty Trash" menu action #. prepare the menu item #: ../thunar/thunar-application.c:2337 ../thunar/thunar-location-buttons.c:188 -#: ../thunar/thunar-shortcuts-view.c:1226 ../thunar/thunar-tree-view.c:1357 +#: ../thunar/thunar-shortcuts-view.c:1239 ../thunar/thunar-tree-view.c:1370 #: ../thunar/thunar-window.c:355 ../plugins/thunar-tpa/thunar-tpa.c:175 msgid "_Empty Trash" msgstr "K_osongkan Kotak Sampah" @@ -351,7 +352,7 @@ msgid "Other Application..." msgstr "Aplikasi Lain..." -#: ../thunar/thunar-chooser-dialog.c:186 ../thunar/thunar-launcher.c:180 +#: ../thunar/thunar-chooser-dialog.c:186 ../thunar/thunar-launcher.c:183 msgid "Open With" msgstr "Buka dengan..." @@ -381,7 +382,7 @@ #. add the "Ok"/"Open" button #: ../thunar/thunar-chooser-dialog.c:291 #: ../thunar/thunar-chooser-dialog.c:1155 -#: ../thunar/thunar-properties-dialog.c:820 ../thunar/thunar-window.c:3078 +#: ../thunar/thunar-properties-dialog.c:820 ../thunar/thunar-window.c:3082 #: ../plugins/thunar-uca/thunar-uca-editor.c:142 #: ../plugins/thunar-uca/thunar-uca-editor.c:435 msgid "_OK" @@ -458,10 +459,10 @@ #. change the accept button label text #. Prepare "Open" label and icon #: ../thunar/thunar-chooser-dialog.c:754 -#: ../thunar/thunar-chooser-dialog.c:1155 ../thunar/thunar-launcher.c:176 -#: ../thunar/thunar-launcher.c:811 ../thunar/thunar-location-buttons.c:184 +#: ../thunar/thunar-chooser-dialog.c:1155 ../thunar/thunar-launcher.c:179 +#: ../thunar/thunar-launcher.c:822 ../thunar/thunar-location-buttons.c:184 #: ../thunar/thunar-renamer-dialog.c:1054 -#: ../thunar/thunar-shortcuts-view.c:1099 ../thunar/thunar-tree-view.c:1284 +#: ../thunar/thunar-shortcuts-view.c:1112 ../thunar/thunar-tree-view.c:1292 #: ../plugins/thunar-uca/thunar-uca-editor.c:177 msgid "_Open" msgstr "_Buka" @@ -520,8 +521,9 @@ msgstr "Tak ada apapun di papan klip untuk direkatkan" #. setup the dialog +#. add the "Close" button #. add a regular close button, the header bar already provides one -#: ../thunar/thunar-column-editor.c:120 ../thunar/thunar-dialogs.c:742 +#: ../thunar/thunar-column-editor.c:120 ../thunar/thunar-dialogs.c:801 #: ../thunar/thunar-preferences-dialog.c:253 #: ../thunar/thunar-properties-dialog.c:254 #: ../thunar/thunar-renamer-dialog.c:355 @@ -536,8 +538,8 @@ #. add the "Help" button #: ../thunar/thunar-column-editor.c:126 -#: ../thunar/thunar-preferences-dialog.c:254 -#: ../thunar/thunar-properties-dialog.c:253 ../thunar/thunar-window.c:380 +#: ../thunar/thunar-preferences-dialog.c:260 +#: ../thunar/thunar-properties-dialog.c:253 ../thunar/thunar-window.c:381 msgid "_Help" msgstr "Ba_ntuan" @@ -626,9 +628,9 @@ msgid "C_reate" msgstr "Bua_t" -#: ../thunar/thunar-create-dialog.c:159 ../thunar/thunar-dialogs.c:136 -msgid "Enter the new name:" -msgstr "Masukkan nama baru:" +#: ../thunar/thunar-create-dialog.c:159 +msgid "Enter the name:" +msgstr "Masukkan nama:" #. display an error message #: ../thunar/thunar-create-dialog.c:452 @@ -694,6 +696,10 @@ msgid "_Rename" msgstr "_Ganti nama" +#: ../thunar/thunar-dialogs.c:136 +msgid "Enter the new name:" +msgstr "Masukkan nama baru:" + #: ../thunar/thunar-dialogs.c:268 msgid "translator-credits" msgstr "" @@ -702,108 +708,107 @@ "Andhika Padmawan \n" "Kukuh Syafaat , 2017." -#: ../thunar/thunar-dialogs.c:433 ../thunar/thunar-permissions-chooser.c:524 +#: ../thunar/thunar-dialogs.c:444 ../thunar/thunar-permissions-chooser.c:524 msgid "_Yes" msgstr "_Ya" -#: ../thunar/thunar-dialogs.c:437 +#: ../thunar/thunar-dialogs.c:448 msgid "Yes to _all" msgstr "Ya untuk semu_a" -#: ../thunar/thunar-dialogs.c:441 ../thunar/thunar-permissions-chooser.c:523 +#: ../thunar/thunar-dialogs.c:452 ../thunar/thunar-permissions-chooser.c:523 msgid "_No" msgstr "_Tidak" -#: ../thunar/thunar-dialogs.c:445 +#: ../thunar/thunar-dialogs.c:456 msgid "N_o to all" msgstr "Ti_dak untuk semua" -#: ../thunar/thunar-dialogs.c:449 +#: ../thunar/thunar-dialogs.c:460 msgid "_Retry" msgstr "_Coba lagi" -#: ../thunar/thunar-dialogs.c:453 +#: ../thunar/thunar-dialogs.c:464 msgid "Copy _Anyway" msgstr "Salin Semu_a" -#. setup the confirmation dialog -#: ../thunar/thunar-dialogs.c:545 +#: ../thunar/thunar-dialogs.c:577 msgid "Confirm to replace files" msgstr "Konfirmasi mengganti berkas" -#: ../thunar/thunar-dialogs.c:550 +#: ../thunar/thunar-dialogs.c:599 msgid "S_kip All" msgstr "L_ewati Semua" -#: ../thunar/thunar-dialogs.c:551 +#: ../thunar/thunar-dialogs.c:600 msgid "_Skip" msgstr "_Lewati" -#: ../thunar/thunar-dialogs.c:552 +#: ../thunar/thunar-dialogs.c:601 msgid "Replace _All" msgstr "Ganti _Semua" -#: ../thunar/thunar-dialogs.c:553 +#: ../thunar/thunar-dialogs.c:602 msgid "_Replace" msgstr "_Ganti" -#: ../thunar/thunar-dialogs.c:581 +#: ../thunar/thunar-dialogs.c:639 #, c-format msgid "This folder already contains a symbolic link \"%s\"." msgstr "Folder ini telah berisi tautan simbolis \"%s\"." -#: ../thunar/thunar-dialogs.c:586 +#: ../thunar/thunar-dialogs.c:644 #, c-format msgid "This folder already contains a folder \"%s\"." msgstr "Folder ini telah berisi folder \"%s\"." -#: ../thunar/thunar-dialogs.c:591 +#: ../thunar/thunar-dialogs.c:649 #, c-format msgid "This folder already contains a file \"%s\"." msgstr "Folder ini telah berisi berkas \"%s\"." -#: ../thunar/thunar-dialogs.c:604 +#: ../thunar/thunar-dialogs.c:663 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the link" msgstr "ReplaceDialogPart1|Anda ingin mengganti tautan" -#: ../thunar/thunar-dialogs.c:606 +#: ../thunar/thunar-dialogs.c:665 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the existing folder" msgstr "ReplaceDialogPart1|Anda ingin mengganti folder yang ada" -#: ../thunar/thunar-dialogs.c:608 +#: ../thunar/thunar-dialogs.c:667 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the existing file" msgstr "Anda ingin mengganti berkas yang ada" #. Fourth box (size, volume, free space) -#: ../thunar/thunar-dialogs.c:629 ../thunar/thunar-dialogs.c:665 +#: ../thunar/thunar-dialogs.c:688 ../thunar/thunar-dialogs.c:724 #: ../thunar/thunar-properties-dialog.c:490 msgid "Size:" msgstr "Ukuran:" -#: ../thunar/thunar-dialogs.c:629 ../thunar/thunar-dialogs.c:665 +#: ../thunar/thunar-dialogs.c:688 ../thunar/thunar-dialogs.c:724 #: ../thunar/thunar-properties-dialog.c:449 msgid "Modified:" msgstr "Diubah:" -#: ../thunar/thunar-dialogs.c:640 +#: ../thunar/thunar-dialogs.c:699 #, c-format msgid "ReplaceDialogPart2|with the following link?" msgstr "ReplaceDialogPart2|dengan tautan berikut?" -#: ../thunar/thunar-dialogs.c:642 +#: ../thunar/thunar-dialogs.c:701 #, c-format msgid "ReplaceDialogPart2|with the following folder?" msgstr "ReplaceDialogPart2|dengan folder berikut?" -#: ../thunar/thunar-dialogs.c:644 +#: ../thunar/thunar-dialogs.c:703 #, c-format msgid "ReplaceDialogPart2|with the following file?" msgstr "dengan berkas berikut?" -#: ../thunar/thunar-dialogs.c:777 +#: ../thunar/thunar-dialogs.c:836 #, c-format msgid "" "The desktop file \"%s\" is in an insecure location and not marked as " @@ -813,11 +818,11 @@ "sebagai yang dapat dieksekusi. Jika Anda tidak mengetahui program ini, klik " "Batal." -#: ../thunar/thunar-dialogs.c:794 +#: ../thunar/thunar-dialogs.c:853 msgid "_Launch Anyway" msgstr "_Lanjutkan Eksekusi" -#: ../thunar/thunar-dialogs.c:796 +#: ../thunar/thunar-dialogs.c:855 msgid "Mark _Executable" msgstr "Tandai Ter_eksekusikan" @@ -835,7 +840,7 @@ #. display an error to the user #. display an error message to the user -#: ../thunar/thunar-dnd.c:250 ../thunar/thunar-launcher.c:564 +#: ../thunar/thunar-dnd.c:250 ../thunar/thunar-launcher.c:575 #, c-format msgid "Failed to execute file \"%s\"" msgstr "Gagal mengeksekusi berkas \"%s\"" @@ -871,7 +876,7 @@ msgstr "Tipe MIME" #: ../thunar/thunar-enum-types.c:105 ../thunar/thunar-renamer-dialog.c:422 -#: ../thunarx/thunarx-renamer.c:171 +#: ../thunarx/thunarx-renamer.c:164 msgid "Name" msgstr "Nama" @@ -890,7 +895,7 @@ #: ../thunar/thunar-enum-types.c:109 msgid "Size in Bytes" -msgstr "" +msgstr "Ukuran dalam Bytes" #: ../thunar/thunar-enum-types.c:110 msgid "Type" @@ -905,12 +910,12 @@ msgstr "Nama Berkas" #: ../thunar/thunar-file.c:1071 ../thunar/thunar-gio-extensions.c:255 -#: ../thunar/thunar-shortcuts-model.c:1039 +#: ../thunar/thunar-shortcuts-model.c:1047 msgid "Trash" msgstr "Tempat sampah" #: ../thunar/thunar-file.c:1078 ../thunar/thunar-gio-extensions.c:253 -#: ../thunar/thunar-shortcuts-model.c:928 ../thunar/thunar-window.c:376 +#: ../thunar/thunar-shortcuts-model.c:936 ../thunar/thunar-window.c:376 msgid "File System" msgstr "Sistem Berkas" @@ -1000,32 +1005,32 @@ msgid "Icon view" msgstr "Tampilan ikon" -#: ../thunar/thunar-io-jobs.c:180 ../thunar/thunar-io-jobs.c:334 +#: ../thunar/thunar-io-jobs.c:181 ../thunar/thunar-io-jobs.c:336 #, c-format msgid "The file \"%s\" already exists" msgstr "Berkas \"%s\" telah ada" -#: ../thunar/thunar-io-jobs.c:203 +#: ../thunar/thunar-io-jobs.c:204 #, c-format msgid "Failed to create empty file \"%s\": %s" msgstr "Gagal membuat berkas kosong \"%s\": %s" -#: ../thunar/thunar-io-jobs.c:357 +#: ../thunar/thunar-io-jobs.c:359 #, c-format msgid "Failed to create directory \"%s\": %s" msgstr "Gagal membuat direktori \"%s\": %s" #. tell the user that we're preparing to unlink the files -#: ../thunar/thunar-io-jobs.c:423 +#: ../thunar/thunar-io-jobs.c:426 msgid "Preparing..." msgstr "Menyiapkan..." -#: ../thunar/thunar-io-jobs.c:499 +#: ../thunar/thunar-io-jobs.c:504 #, c-format msgid "Could not delete file \"%s\": %s" msgstr "Gagal menghapus berkas \"%s\": %s" -#: ../thunar/thunar-io-jobs.c:600 +#: ../thunar/thunar-io-jobs.c:605 #, c-format msgid "Could not create symbolic link to \"%s\" because it is not a local file" msgstr "" @@ -1033,17 +1038,17 @@ "lokal" #. generate a useful error message -#: ../thunar/thunar-io-jobs.c:959 +#: ../thunar/thunar-io-jobs.c:980 #, c-format msgid "Failed to change the owner of \"%s\": %s" msgstr "Gagal mengganti pemilik dari \"%s\": %s" -#: ../thunar/thunar-io-jobs.c:960 +#: ../thunar/thunar-io-jobs.c:981 #, c-format msgid "Failed to change the group of \"%s\": %s" msgstr "Gagal mengganti kelompok dari \"%s\": %s" -#: ../thunar/thunar-io-jobs.c:1114 +#: ../thunar/thunar-io-jobs.c:1136 #, c-format msgid "Failed to change the permissions of \"%s\": %s" msgstr "Gagal mengganti hak akses dari \"%s\": %s" @@ -1074,7 +1079,7 @@ msgid "link %u to %s" msgstr "tautan %u ke %s" -#: ../thunar/thunar-job.c:254 +#: ../thunar/thunar-job.c:251 #, c-format msgid "" "The file \"%s\" already exists. Would you like to replace it?\n" @@ -1085,19 +1090,23 @@ "\n" "Jika anda mengganti berkas yang telah ada, isinya akan ditimpa." -#: ../thunar/thunar-job.c:334 +#: ../thunar/thunar-job.c:331 msgid "Do you want to overwrite it?" msgstr "Anda ingin menimpanya?" #: ../thunar/thunar-job.c:388 +msgid "Do you want to permanently delete it?" +msgstr "Apakah Anda ingin menghapus secara permanen?" + +#: ../thunar/thunar-job.c:442 msgid "Do you want to create it?" msgstr "Anda ingin membuatnya?" -#: ../thunar/thunar-job.c:490 +#: ../thunar/thunar-job.c:544 msgid "Do you want to skip it?" msgstr "Anda ingin melewatinya?" -#: ../thunar/thunar-job.c:539 +#: ../thunar/thunar-job.c:593 msgid "" "There is not enough space on the destination. Try to remove files to make " "space." @@ -1106,207 +1115,207 @@ "menghapus beberapa berkas pada lokasi tersebut." #. append the "Open in New Tab" menu action -#: ../thunar/thunar-launcher.c:177 ../thunar/thunar-launcher.c:854 -#: ../thunar/thunar-tree-view.c:1298 +#: ../thunar/thunar-launcher.c:180 ../thunar/thunar-launcher.c:865 +#: ../thunar/thunar-tree-view.c:1306 msgid "Open in New _Tab" msgstr "Buka di _Tab Baru" #. append the "Open in New Window" menu action -#: ../thunar/thunar-launcher.c:178 ../thunar/thunar-launcher.c:848 -#: ../thunar/thunar-tree-view.c:1305 +#: ../thunar/thunar-launcher.c:181 ../thunar/thunar-launcher.c:859 +#: ../thunar/thunar-tree-view.c:1313 msgid "Open in New _Window" msgstr "Buka di _Jendela Baru" -#: ../thunar/thunar-launcher.c:179 ../thunar/thunar-launcher.c:181 +#: ../thunar/thunar-launcher.c:182 ../thunar/thunar-launcher.c:184 msgid "Open With Other _Application..." msgstr "Buka Dengan _Aplikasi Lain..." -#: ../thunar/thunar-launcher.c:179 ../thunar/thunar-launcher.c:181 -#: ../thunar/thunar-launcher.c:954 +#: ../thunar/thunar-launcher.c:182 ../thunar/thunar-launcher.c:184 +#: ../thunar/thunar-launcher.c:965 msgid "Choose another application with which to open the selected file" msgstr "Pilih aplikasi lain yang akan digunakan untuk membuka berkas terpilih" -#: ../thunar/thunar-launcher.c:673 +#: ../thunar/thunar-launcher.c:684 #, c-format msgid "Failed to open file \"%s\"" msgstr "Gagal membuka berkas \"%s\"" #. we can just tell that n files failed to open -#: ../thunar/thunar-launcher.c:679 +#: ../thunar/thunar-launcher.c:690 #, c-format msgid "Failed to open %d file" msgid_plural "Failed to open %d files" msgstr[0] "Gagal membuka %d berkas" -#: ../thunar/thunar-launcher.c:718 +#: ../thunar/thunar-launcher.c:729 msgid "Are you sure you want to open all folders?" msgstr "Anda yakin mau membuka semua folder?" -#: ../thunar/thunar-launcher.c:720 +#: ../thunar/thunar-launcher.c:731 #, c-format msgid "This will open %d separate file manager window." msgid_plural "This will open %d separate file manager windows." msgstr[0] "Ini akan membuka %d jendela manajer berkas terpisah." -#: ../thunar/thunar-launcher.c:724 +#: ../thunar/thunar-launcher.c:735 #, c-format msgid "Open %d New Window" msgid_plural "Open %d New Windows" msgstr[0] "Buka %d Jendela Baru" #. turn "Open New Window" into "Open in n New Windows" -#: ../thunar/thunar-launcher.c:821 +#: ../thunar/thunar-launcher.c:832 #, c-format msgid "Open in %d New _Window" msgid_plural "Open in %d New _Windows" msgstr[0] "Buka di %d _Jendela Baru" -#: ../thunar/thunar-launcher.c:822 +#: ../thunar/thunar-launcher.c:833 #, c-format msgid "Open the selected directory in %d new window" msgid_plural "Open the selected directories in %d new windows" msgstr[0] "Buka direktori terpilih di %d jendela baru" #. turn "Open in New Tab" into "Open in x New Tabs" -#: ../thunar/thunar-launcher.c:833 +#: ../thunar/thunar-launcher.c:844 #, c-format msgid "Open in %d New _Tab" msgid_plural "Open in %d New _Tabs" msgstr[0] "Buka di %d _Tab Baru" -#: ../thunar/thunar-launcher.c:834 +#: ../thunar/thunar-launcher.c:845 #, c-format msgid "Open the selected directory in %d new tab" msgid_plural "Open the selected directories in %d new tabs" msgstr[0] "Buka direktori terpilih di %d tab baru" -#: ../thunar/thunar-launcher.c:849 +#: ../thunar/thunar-launcher.c:860 msgid "Open the selected directory in a new window" msgstr "Buka direktori terpilih di jendela baru" -#: ../thunar/thunar-launcher.c:855 +#: ../thunar/thunar-launcher.c:866 msgid "Open the selected directory in a new tab" msgstr "Buka direktori terpilih di tab baru" #. set tooltip that makes sence -#: ../thunar/thunar-launcher.c:860 +#: ../thunar/thunar-launcher.c:871 msgid "Open the selected directory" msgstr "Buka direktori terpilih" -#: ../thunar/thunar-launcher.c:903 +#: ../thunar/thunar-launcher.c:914 msgid "_Execute" msgstr "_Eksekusi" -#: ../thunar/thunar-launcher.c:905 +#: ../thunar/thunar-launcher.c:916 msgid "Execute the selected file" msgid_plural "Execute the selected files" msgstr[0] "Eksekusi berkas terpilih" -#: ../thunar/thunar-launcher.c:915 +#: ../thunar/thunar-launcher.c:926 msgid "Open the selected file" msgid_plural "Open the selected files" msgstr[0] "Buka berkas terpilih" #. turn the "Open" action into "Open With DEFAULT" -#: ../thunar/thunar-launcher.c:923 +#: ../thunar/thunar-launcher.c:934 #, c-format msgid "_Open With \"%s\"" msgstr "_Buka Dengan \"%s\"" -#: ../thunar/thunar-launcher.c:924 ../thunar/thunar-launcher.c:1022 +#: ../thunar/thunar-launcher.c:935 ../thunar/thunar-launcher.c:1033 #, c-format msgid "Use \"%s\" to open the selected file" msgid_plural "Use \"%s\" to open the selected files" msgstr[0] "Gunakan \"%s\" untuk membuka berkas terpilih" -#: ../thunar/thunar-launcher.c:953 +#: ../thunar/thunar-launcher.c:964 msgid "_Open With Other Application..." msgstr "_Buka Dengan Aplikasi Lain..." -#: ../thunar/thunar-launcher.c:962 +#: ../thunar/thunar-launcher.c:973 msgid "_Open With Default Applications" msgstr "_Buka Dengan Aplikasi Standar" -#: ../thunar/thunar-launcher.c:963 +#: ../thunar/thunar-launcher.c:974 msgid "Open the selected file with the default application" msgid_plural "Open the selected files with the default applications" msgstr[0] "Buka berkas terpilih dengan aplikasi standar" -#: ../thunar/thunar-launcher.c:1021 +#: ../thunar/thunar-launcher.c:1032 #, c-format msgid "Open With \"%s\"" msgstr "Buka Dengan \"%s\"" -#: ../thunar/thunar-launcher.c:1598 ../thunar/thunar-shortcuts-view.c:1744 -#: ../thunar/thunar-shortcuts-view.c:1981 ../thunar/thunar-tree-view.c:2096 +#: ../thunar/thunar-launcher.c:1609 ../thunar/thunar-shortcuts-view.c:1783 +#: ../thunar/thunar-shortcuts-view.c:2020 ../thunar/thunar-tree-view.c:2098 #, c-format msgid "Failed to mount \"%s\"" msgstr "Gagal mengaitkan \"%s\"" -#: ../thunar/thunar-launcher.c:1719 +#: ../thunar/thunar-launcher.c:1730 msgid "Desktop (Create Link)" msgid_plural "Desktop (Create Links)" msgstr[0] "Destop (Buat Taut)" -#: ../thunar/thunar-launcher.c:1720 +#: ../thunar/thunar-launcher.c:1731 msgid "Create a link to the selected file on the desktop" msgid_plural "Create links to the selected files on the desktop" msgstr[0] "Buat tautan berkas terpilih di destop" -#: ../thunar/thunar-launcher.c:1756 ../thunar/thunar-launcher.c:1812 +#: ../thunar/thunar-launcher.c:1767 ../thunar/thunar-launcher.c:1824 #, c-format msgid "Send the selected file to \"%s\"" msgid_plural "Send the selected files to \"%s\"" msgstr[0] "Kirim berkas terpilih ke \"%s\"" -#: ../thunar/thunar-list-model.c:2398 +#: ../thunar/thunar-list-model.c:2402 #, c-format msgid "%d item: %s, Free space: %s" msgid_plural "%d items: %s, Free space: %s" msgstr[0] "%d item: %s, Ruang kosong: %s" #. just the standard text -#: ../thunar/thunar-list-model.c:2405 +#: ../thunar/thunar-list-model.c:2409 #, c-format msgid "%d item, Free space: %s" msgid_plural "%d items, Free space: %s" msgstr[0] "%d item, Ruang kosong: %s" -#: ../thunar/thunar-list-model.c:2414 +#: ../thunar/thunar-list-model.c:2418 #, c-format msgid "%d item" msgid_plural "%d items" msgstr[0] "%d item" -#: ../thunar/thunar-list-model.c:2430 +#: ../thunar/thunar-list-model.c:2434 #, c-format msgid "\"%s\": broken link" msgstr "\"%s\": tautan rusak" -#: ../thunar/thunar-list-model.c:2435 +#: ../thunar/thunar-list-model.c:2439 #, c-format msgid "\"%s\": %s link to %s" msgstr "\"%s\": %s tautan ke %s" -#: ../thunar/thunar-list-model.c:2441 +#: ../thunar/thunar-list-model.c:2445 #, c-format msgid "\"%s\": shortcut" msgstr "\"%s\": jalan pintas" -#: ../thunar/thunar-list-model.c:2445 +#: ../thunar/thunar-list-model.c:2449 #, c-format msgid "\"%s\": mountable" msgstr "" #. I18N, first %s is the display name of the file, 2nd the file size, 3rd the #. content type -#: ../thunar/thunar-list-model.c:2452 +#: ../thunar/thunar-list-model.c:2456 #, c-format msgid "\"%s\": %s %s" msgstr "\"%s\": %s %s" #. I18N, first %s is the display name of the file, second the content type -#: ../thunar/thunar-list-model.c:2461 +#: ../thunar/thunar-list-model.c:2465 #, c-format msgid "\"%s\": %s" msgstr "\"%s\": %s" @@ -1316,31 +1325,31 @@ #. * where the trashed file/folder was located before it was moved to the #. trash), otherwise the #. * properties dialog width will be messed up. -#: ../thunar/thunar-list-model.c:2471 ../thunar/thunar-properties-dialog.c:393 +#: ../thunar/thunar-list-model.c:2475 ../thunar/thunar-properties-dialog.c:393 msgid "Original Path:" msgstr "Alamat Asli:" #. append the image dimensions to the statusbar text -#: ../thunar/thunar-list-model.c:2494 +#: ../thunar/thunar-list-model.c:2498 #: ../plugins/thunar-apr/thunar-apr-image-page.c:153 msgid "Image Size:" msgstr "Ukuran Gambar:" #. item count if there are also folders in the selection -#: ../thunar/thunar-list-model.c:2533 +#: ../thunar/thunar-list-model.c:2537 #, c-format msgid "%d other item selected: %s" msgid_plural "%d other items selected: %s" msgstr[0] "%d item lain terpilih: %s" #. only non-folders are selected -#: ../thunar/thunar-list-model.c:2540 +#: ../thunar/thunar-list-model.c:2544 #, c-format msgid "%d item selected: %s" msgid_plural "%d items selected: %s" msgstr[0] "%d item terpilih: %s" -#: ../thunar/thunar-list-model.c:2554 +#: ../thunar/thunar-list-model.c:2558 #, c-format msgid "%d folder selected" msgid_plural "%d folders selected" @@ -1350,23 +1359,23 @@ #. * needs to change ", " to something else. The comma #. * is between the message about the number of folders #. * and the number of items in the selection -#: ../thunar/thunar-list-model.c:2573 +#: ../thunar/thunar-list-model.c:2577 #, c-format msgid "%s, %s" msgstr "%s, %s" #: ../thunar/thunar-location-buttons.c:185 -#: ../thunar/thunar-shortcuts-view.c:1113 +#: ../thunar/thunar-shortcuts-view.c:1126 msgid "Open in New Tab" msgstr "Buka di Tab Baru" #: ../thunar/thunar-location-buttons.c:186 -#: ../thunar/thunar-shortcuts-view.c:1121 +#: ../thunar/thunar-shortcuts-view.c:1134 msgid "Open in New Window" msgstr "Buka di Jendela Baru" #: ../thunar/thunar-location-buttons.c:187 -#: ../thunar/thunar-standard-view.c:405 ../thunar/thunar-tree-view.c:1374 +#: ../thunar/thunar-standard-view.c:402 ../thunar/thunar-tree-view.c:1388 msgid "Create _Folder..." msgstr "Buat _Folder..." @@ -1375,12 +1384,12 @@ msgstr "Hapus semua berkas dan folder di Kotak Sampah" #: ../thunar/thunar-location-buttons.c:189 -#: ../thunar/thunar-standard-view.c:412 +#: ../thunar/thunar-standard-view.c:409 msgid "Paste Into Folder" msgstr "Rekat Dalam Folder" #: ../thunar/thunar-location-buttons.c:190 -#: ../thunar/thunar-renamer-dialog.c:196 ../thunar/thunar-standard-view.c:406 +#: ../thunar/thunar-renamer-dialog.c:196 ../thunar/thunar-standard-view.c:403 msgid "_Properties..." msgstr "_Properti..." @@ -1461,11 +1470,6 @@ msgid "The device \"%s\" is being ejected. This may take some time" msgstr "Divais \"%s\" sedang dilepas. Hal ini dapat memakan waktu." -#: ../thunar/thunar-misc-jobs.c:74 -#, c-format -msgid "No templates installed" -msgstr "Tak ada Templat terinstal" - #: ../thunar/thunar-path-entry.c:205 msgid "Icon size" msgstr "Ukuran ikon" @@ -1598,15 +1602,15 @@ msgid "Varying (no change)" msgstr "Bervariasi (tanpa perubahan)" -#: ../thunar/thunar-permissions-chooser.c:1134 +#: ../thunar/thunar-permissions-chooser.c:1129 msgid "Correct folder permissions automatically?" msgstr "Benahi hak akses folder secara otomatis?" -#: ../thunar/thunar-permissions-chooser.c:1136 +#: ../thunar/thunar-permissions-chooser.c:1131 msgid "Correct _folder permissions" msgstr "Hak akses _folder benar" -#: ../thunar/thunar-permissions-chooser.c:1138 +#: ../thunar/thunar-permissions-chooser.c:1133 msgid "" "The folder permissions will be reset to a consistent state. Only users " "allowed to read the contents of this folder will be allowed to enter the " @@ -1616,83 +1620,83 @@ " diizinkan untuk membaca isi folder ini dapat melanjutkan masuk ke folder " "setelahnya." -#: ../thunar/thunar-preferences-dialog.c:249 +#: ../thunar/thunar-preferences-dialog.c:250 msgid "File Manager Preferences" msgstr "Pengaturan Manajer Berkas" #. Display -#: ../thunar/thunar-preferences-dialog.c:266 +#: ../thunar/thunar-preferences-dialog.c:275 msgid "Display" msgstr "Tampilan" -#: ../thunar/thunar-preferences-dialog.c:276 +#: ../thunar/thunar-preferences-dialog.c:285 msgid "Default View" msgstr "Tampilan Standar" -#: ../thunar/thunar-preferences-dialog.c:289 +#: ../thunar/thunar-preferences-dialog.c:298 msgid "View _new folders using:" msgstr "Tampilkan _folder baru menggunakan:" -#: ../thunar/thunar-preferences-dialog.c:295 -#: ../thunar/thunar-preferences-dialog.c:342 +#: ../thunar/thunar-preferences-dialog.c:304 +#: ../thunar/thunar-preferences-dialog.c:351 msgid "Icon View" msgstr "Tampilan Ikon" -#: ../thunar/thunar-preferences-dialog.c:296 +#: ../thunar/thunar-preferences-dialog.c:305 msgid "Detailed List View" msgstr "Tampilan Senarai Detail" -#: ../thunar/thunar-preferences-dialog.c:297 +#: ../thunar/thunar-preferences-dialog.c:306 msgid "Compact List View" msgstr "Tampilan Senarai Detail" -#: ../thunar/thunar-preferences-dialog.c:298 +#: ../thunar/thunar-preferences-dialog.c:307 msgid "Last Active View" msgstr "Tampilan Senarai Detail" -#: ../thunar/thunar-preferences-dialog.c:307 +#: ../thunar/thunar-preferences-dialog.c:316 msgid "Show thumbnails:" msgstr "Tampilkan miniatur:" -#: ../thunar/thunar-preferences-dialog.c:313 +#: ../thunar/thunar-preferences-dialog.c:322 msgid "Never" msgstr "Tidak Pernah" -#: ../thunar/thunar-preferences-dialog.c:314 +#: ../thunar/thunar-preferences-dialog.c:323 msgid "Local Files Only" msgstr "Hanya Berkas Lokal" -#: ../thunar/thunar-preferences-dialog.c:315 +#: ../thunar/thunar-preferences-dialog.c:324 msgid "Always" msgstr "Selalu" -#: ../thunar/thunar-preferences-dialog.c:324 +#: ../thunar/thunar-preferences-dialog.c:333 msgid "Sort _folders before files" msgstr "Urutkan _folder sebelum berkas" -#: ../thunar/thunar-preferences-dialog.c:326 +#: ../thunar/thunar-preferences-dialog.c:335 msgid "" "Select this option to list folders before files when you sort a folder." msgstr "" "Pilih opsi ini untuk senarai folder sebelum berkas sebelum anda mengurutkan " "sebuah folder." -#: ../thunar/thunar-preferences-dialog.c:331 +#: ../thunar/thunar-preferences-dialog.c:340 msgid "Show file size in binary format" msgstr "Tampilkan ukuran berkas dalam format biner" -#: ../thunar/thunar-preferences-dialog.c:333 +#: ../thunar/thunar-preferences-dialog.c:342 msgid "" "Select this option to show file size in binary format instead of decimal." msgstr "" "Pilih opsi ini untuk menampilkan ukuran berkas dalam format biner alih-alih " "desimal." -#: ../thunar/thunar-preferences-dialog.c:355 +#: ../thunar/thunar-preferences-dialog.c:364 msgid "_Text beside icons" msgstr "_Teks di samping ikon" -#: ../thunar/thunar-preferences-dialog.c:357 +#: ../thunar/thunar-preferences-dialog.c:366 msgid "" "Select this option to place the icon captions for items beside the icon " "rather than below the icon." @@ -1700,23 +1704,23 @@ "Pilih opsi ini untuk menggantikan ikon takarir untuk item di samping ikon " "dibanding di bawah ikon." -#: ../thunar/thunar-preferences-dialog.c:367 +#: ../thunar/thunar-preferences-dialog.c:376 msgid "Date" msgstr "Tanggal" -#: ../thunar/thunar-preferences-dialog.c:380 +#: ../thunar/thunar-preferences-dialog.c:389 #: ../plugins/thunar-sbr/thunar-sbr-date-renamer.c:214 msgid "_Format:" msgstr "_Format:" #. TRANSLATORS: custom date format -#: ../thunar/thunar-preferences-dialog.c:393 +#: ../thunar/thunar-preferences-dialog.c:402 msgid "Custom" -msgstr "" +msgstr "Kustom" #. TRANSLATORS: Please do not translate the first column (specifiers), #. 'strftime' and of course '\n' -#: ../thunar/thunar-preferences-dialog.c:403 +#: ../thunar/thunar-preferences-dialog.c:412 msgid "" "Custom date format to apply.\n" "\n" @@ -1732,73 +1736,73 @@ msgstr "" #. Side Pane -#: ../thunar/thunar-preferences-dialog.c:421 +#: ../thunar/thunar-preferences-dialog.c:430 msgid "Side Pane" msgstr "Panel Sisi" -#: ../thunar/thunar-preferences-dialog.c:431 +#: ../thunar/thunar-preferences-dialog.c:440 msgid "Shortcuts Pane" msgstr "Panel Jalan Pintas" -#: ../thunar/thunar-preferences-dialog.c:444 +#: ../thunar/thunar-preferences-dialog.c:453 msgid "_Icon Size:" msgstr "Ukuran _Ikon:" -#: ../thunar/thunar-preferences-dialog.c:449 -#: ../thunar/thunar-preferences-dialog.c:497 +#: ../thunar/thunar-preferences-dialog.c:458 +#: ../thunar/thunar-preferences-dialog.c:506 msgid "16px" -msgstr "" +msgstr "16px" -#: ../thunar/thunar-preferences-dialog.c:450 -#: ../thunar/thunar-preferences-dialog.c:498 +#: ../thunar/thunar-preferences-dialog.c:459 +#: ../thunar/thunar-preferences-dialog.c:507 msgid "24px" -msgstr "" +msgstr "24px" -#: ../thunar/thunar-preferences-dialog.c:451 -#: ../thunar/thunar-preferences-dialog.c:499 +#: ../thunar/thunar-preferences-dialog.c:460 +#: ../thunar/thunar-preferences-dialog.c:508 msgid "32px" -msgstr "" +msgstr "32px" -#: ../thunar/thunar-preferences-dialog.c:452 -#: ../thunar/thunar-preferences-dialog.c:500 +#: ../thunar/thunar-preferences-dialog.c:461 +#: ../thunar/thunar-preferences-dialog.c:509 msgid "48px" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:453 -#: ../thunar/thunar-preferences-dialog.c:501 +#: ../thunar/thunar-preferences-dialog.c:462 +#: ../thunar/thunar-preferences-dialog.c:510 msgid "64px" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:454 -#: ../thunar/thunar-preferences-dialog.c:502 +#: ../thunar/thunar-preferences-dialog.c:463 +#: ../thunar/thunar-preferences-dialog.c:511 msgid "96px" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:455 -#: ../thunar/thunar-preferences-dialog.c:503 +#: ../thunar/thunar-preferences-dialog.c:464 +#: ../thunar/thunar-preferences-dialog.c:512 msgid "128px" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:456 -#: ../thunar/thunar-preferences-dialog.c:504 +#: ../thunar/thunar-preferences-dialog.c:465 +#: ../thunar/thunar-preferences-dialog.c:513 msgid "160px" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:457 -#: ../thunar/thunar-preferences-dialog.c:505 +#: ../thunar/thunar-preferences-dialog.c:466 +#: ../thunar/thunar-preferences-dialog.c:514 msgid "192px" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:458 -#: ../thunar/thunar-preferences-dialog.c:506 +#: ../thunar/thunar-preferences-dialog.c:467 +#: ../thunar/thunar-preferences-dialog.c:515 msgid "256px" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:467 +#: ../thunar/thunar-preferences-dialog.c:476 msgid "Show Icon _Emblems" msgstr "Tampilkan Ikon _Emblem" -#: ../thunar/thunar-preferences-dialog.c:469 +#: ../thunar/thunar-preferences-dialog.c:478 msgid "" "Select this option to display icon emblems in the shortcuts pane for all " "folders for which emblems have been defined in the folders properties " @@ -1807,19 +1811,19 @@ "Pilih opsi ini untuk menampilkan emblem ikon di panel jalan pintas untuk " "semua folder dimana emblem telah ditentukan di dialog properti folder." -#: ../thunar/thunar-preferences-dialog.c:479 +#: ../thunar/thunar-preferences-dialog.c:488 msgid "Tree Pane" msgstr "Panel Pohon" -#: ../thunar/thunar-preferences-dialog.c:492 +#: ../thunar/thunar-preferences-dialog.c:501 msgid "Icon _Size:" msgstr "_Ukuran Ikon" -#: ../thunar/thunar-preferences-dialog.c:515 +#: ../thunar/thunar-preferences-dialog.c:524 msgid "Show Icon E_mblems" msgstr "Tampilkan Ikon E_mblem" -#: ../thunar/thunar-preferences-dialog.c:517 +#: ../thunar/thunar-preferences-dialog.c:526 msgid "" "Select this option to display icon emblems in the tree pane for all folders " "for which emblems have been defined in the folders properties dialog." @@ -1828,19 +1832,19 @@ "folder dimana emblem telah ditentukan di dialog properti folder." #. Behavior -#: ../thunar/thunar-preferences-dialog.c:527 +#: ../thunar/thunar-preferences-dialog.c:536 msgid "Behavior" msgstr "Perilaku" -#: ../thunar/thunar-preferences-dialog.c:537 +#: ../thunar/thunar-preferences-dialog.c:546 msgid "Navigation" msgstr "Navigasi" -#: ../thunar/thunar-preferences-dialog.c:550 +#: ../thunar/thunar-preferences-dialog.c:559 msgid "_Single click to activate items" msgstr "_Klik tunggal untk mengaktivasi item" -#: ../thunar/thunar-preferences-dialog.c:566 +#: ../thunar/thunar-preferences-dialog.c:575 msgid "" "Specify the d_elay before an item gets selected\n" "when the mouse pointer is paused over it:" @@ -1848,7 +1852,7 @@ "Tentukan j_eda waktu sebelum sebuah item dipilih\n" "ketika penunjuk tetikus dijedakan di atas item:" -#: ../thunar/thunar-preferences-dialog.c:579 +#: ../thunar/thunar-preferences-dialog.c:588 msgid "" "When single-click activation is enabled, pausing the mouse pointer over an " "item will automatically select that item after the chosen delay. You can " @@ -1862,67 +1866,67 @@ "ke posisi paling kiri. Perilaku ini berguna ketika klik tunggal untuk " "mengaktifkan item, dan anda ingin memilih item tanpa mengaktivasi." -#: ../thunar/thunar-preferences-dialog.c:598 +#: ../thunar/thunar-preferences-dialog.c:607 msgid "Disabled" msgstr "Dinonaktifkan" -#: ../thunar/thunar-preferences-dialog.c:604 +#: ../thunar/thunar-preferences-dialog.c:613 msgid "Medium" msgstr "Sedang" -#: ../thunar/thunar-preferences-dialog.c:609 +#: ../thunar/thunar-preferences-dialog.c:618 msgid "Long" msgstr "Panjang" -#: ../thunar/thunar-preferences-dialog.c:615 +#: ../thunar/thunar-preferences-dialog.c:624 msgid "_Double click to activate items" msgstr "_Klik ganda untuk mengaktivasi item" -#: ../thunar/thunar-preferences-dialog.c:626 +#: ../thunar/thunar-preferences-dialog.c:635 msgid "Tabs instead of new Windows" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:639 +#: ../thunar/thunar-preferences-dialog.c:648 msgid "Open folders in new tabs on middle click" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:641 +#: ../thunar/thunar-preferences-dialog.c:650 msgid "" "Select this option to open a new tab on middle click instead of a new window" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:645 +#: ../thunar/thunar-preferences-dialog.c:654 msgid "Open new thunar instances as tabs" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:647 +#: ../thunar/thunar-preferences-dialog.c:656 msgid "" "Select this option to open new thunar instances as tabs in an existing " "thunar window" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:658 +#: ../thunar/thunar-preferences-dialog.c:667 msgid "Context Menu" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:670 +#: ../thunar/thunar-preferences-dialog.c:679 msgid "Show action to permanently delete files and folders" msgstr "" -#: ../thunar/thunar-preferences-dialog.c:672 +#: ../thunar/thunar-preferences-dialog.c:681 msgid "Select this option to show the 'Delete' action in the context menu" msgstr "" #. Advanced -#: ../thunar/thunar-preferences-dialog.c:681 +#: ../thunar/thunar-preferences-dialog.c:690 msgid "Advanced" msgstr "Tingkat Lanjut" -#: ../thunar/thunar-preferences-dialog.c:691 +#: ../thunar/thunar-preferences-dialog.c:700 msgid "Folder Permissions" msgstr "Hak Akses Folder" -#: ../thunar/thunar-preferences-dialog.c:704 +#: ../thunar/thunar-preferences-dialog.c:713 msgid "" "When changing the permissions of a folder, you\n" "can also apply the changes to the contents of the\n" @@ -1932,38 +1936,38 @@ "dapat juga menerapkan perubahan ke isi dari folder.\n" "Pilih perilaku standar di bawah:" -#: ../thunar/thunar-preferences-dialog.c:713 +#: ../thunar/thunar-preferences-dialog.c:722 msgid "Ask every time" -msgstr "" +msgstr "Selalu tanya" -#: ../thunar/thunar-preferences-dialog.c:714 +#: ../thunar/thunar-preferences-dialog.c:723 msgid "Apply to Folder Only" msgstr "Berlaku Hanya untuk Folder" -#: ../thunar/thunar-preferences-dialog.c:715 +#: ../thunar/thunar-preferences-dialog.c:724 msgid "Apply to Folder and Contents" msgstr "Terapkan pada Folder dan Isi" -#: ../thunar/thunar-preferences-dialog.c:726 +#: ../thunar/thunar-preferences-dialog.c:735 msgid "Volume Management" msgstr "Manajemen Volume" #. add check button to enable/disable auto mounting -#: ../thunar/thunar-preferences-dialog.c:743 +#: ../thunar/thunar-preferences-dialog.c:752 msgid "Enable _Volume Management" msgstr "Aktifkan Manajemen _Volume" -#: ../thunar/thunar-preferences-dialog.c:753 +#: ../thunar/thunar-preferences-dialog.c:762 msgid "" "Configure the management of removable drives,\n" "devices and media." msgstr "" -#: ../thunar/thunar-preferences-dialog.c:768 +#: ../thunar/thunar-preferences-dialog.c:777 msgid "Missing dependencies" -msgstr "" +msgstr "Dependensi tidak ditemukan" -#: ../thunar/thunar-preferences-dialog.c:776 +#: ../thunar/thunar-preferences-dialog.c:785 msgid "" "It looks like gvfs is not available.\n" "Important features including trash support,\n" @@ -1973,7 +1977,7 @@ #. tell the user that we failed to come up with the thunar-volman #. configuration dialog -#: ../thunar/thunar-preferences-dialog.c:850 +#: ../thunar/thunar-preferences-dialog.c:859 msgid "Failed to display the volume management settings" msgstr "Gagal menampilkan pengaturan manajemen volume" @@ -2093,7 +2097,7 @@ msgid "_Send To" msgstr "_Kirim Ke" -#: ../thunar/thunar-renamer-dialog.c:191 ../thunar/thunar-standard-view.c:403 +#: ../thunar/thunar-renamer-dialog.c:191 ../thunar/thunar-standard-view.c:400 msgid "File Context Menu" msgstr "Menu Isi Berkas" @@ -2113,7 +2117,7 @@ msgid "Clear the file list below" msgstr "Bersihkan senarai berkas di bawah" -#: ../thunar/thunar-renamer-dialog.c:195 ../thunar/thunar-window.c:382 +#: ../thunar/thunar-renamer-dialog.c:195 ../thunar/thunar-window.c:383 msgid "_About" msgstr "_Tentang" @@ -2121,13 +2125,13 @@ msgid "Display information about Thunar Bulk Rename" msgstr "Tampilkan informasi tentang Ganti Nama Bulk Thunar" -#: ../thunar/thunar-renamer-dialog.c:196 ../thunar/thunar-standard-view.c:406 +#: ../thunar/thunar-renamer-dialog.c:196 ../thunar/thunar-standard-view.c:403 msgid "View the properties of the selected file" msgstr "Tampilkan properti dari berkas terpilih" #: ../thunar/thunar-renamer-dialog.c:351 #: ../thunar/thunar-renamer-dialog.c:1832 -#: ../Thunar-bulk-rename.desktop.in.in.h:2 +#: ../thunar-bulk-rename.desktop.in.in.h:2 msgid "Rename Multiple Files" msgstr "Ganti Nama Banyak Berkas" @@ -2191,7 +2195,7 @@ #. just popup the about dialog #: ../thunar/thunar-renamer-dialog.c:1215 -#: ../Thunar-bulk-rename.desktop.in.in.h:1 +#: ../thunar-bulk-rename.desktop.in.in.h:1 msgid "Bulk Rename" msgstr "Ganti Nama Bulk" @@ -2250,91 +2254,91 @@ "Anda ingin melewati berkas ini dan melanjutkan untuk menamai ulang berkas " "yang tersisa?" -#: ../thunar/thunar-shortcuts-model.c:629 +#: ../thunar/thunar-shortcuts-model.c:632 #: ../plugins/thunar-tpa/thunar-tpa.c:284 msgid "Trash is empty" msgstr "Kotak Sampah kosong." -#: ../thunar/thunar-shortcuts-model.c:633 +#: ../thunar/thunar-shortcuts-model.c:636 #, c-format msgid "Trash contains %d file" msgid_plural "Trash contains %d files" msgstr[0] "Kotak Sampah berisi %d berkas" -#: ../thunar/thunar-shortcuts-model.c:922 +#: ../thunar/thunar-shortcuts-model.c:930 msgid "DEVICES" msgstr "DIVAIS" -#: ../thunar/thunar-shortcuts-model.c:964 +#: ../thunar/thunar-shortcuts-model.c:972 msgid "NETWORK" msgstr "JARINGAN" -#: ../thunar/thunar-shortcuts-model.c:970 +#: ../thunar/thunar-shortcuts-model.c:978 msgid "Browse Network" msgstr "Ramban Jaringan" -#: ../thunar/thunar-shortcuts-model.c:991 +#: ../thunar/thunar-shortcuts-model.c:999 msgid "PLACES" msgstr "LOKASI" -#: ../thunar/thunar-shortcuts-pane.c:399 +#: ../thunar/thunar-shortcuts-pane.c:411 msgid "Side Pane (Create Shortcut)" msgid_plural "Side Pane (Create Shortcuts)" msgstr[0] "Panel Sisi (Buat Jalan Pintas)" -#: ../thunar/thunar-shortcuts-pane.c:401 +#: ../thunar/thunar-shortcuts-pane.c:413 msgid "Add the selected folder to the shortcuts side pane" msgid_plural "Add the selected folders to the shortcuts side pane" msgstr[0] "Tambah folder terpilih ke jalan pintas panel sisi" #. append the "Mount" menu action -#: ../thunar/thunar-shortcuts-view.c:1144 ../thunar/thunar-tree-view.c:1321 +#: ../thunar/thunar-shortcuts-view.c:1157 ../thunar/thunar-tree-view.c:1329 msgid "_Mount" msgstr "_Pasang Kait Divais" #. append the "Unmount" menu action -#: ../thunar/thunar-shortcuts-view.c:1152 ../thunar/thunar-tree-view.c:1327 +#: ../thunar/thunar-shortcuts-view.c:1165 ../thunar/thunar-tree-view.c:1335 msgid "_Unmount" msgstr "_Lepas Kait Divais" #. append the "Eject" menu action -#: ../thunar/thunar-shortcuts-view.c:1160 ../thunar/thunar-tree-view.c:1333 +#: ../thunar/thunar-shortcuts-view.c:1173 ../thunar/thunar-tree-view.c:1341 msgid "_Eject" msgstr "_Keluarkan Divais" -#: ../thunar/thunar-shortcuts-view.c:1179 +#: ../thunar/thunar-shortcuts-view.c:1192 msgid "Create _Shortcut" msgstr "Buat Pinta_san" #. append the "Mount Volume" menu action -#: ../thunar/thunar-shortcuts-view.c:1204 ../thunar/thunar-tree-view.c:1342 +#: ../thunar/thunar-shortcuts-view.c:1217 ../thunar/thunar-tree-view.c:1350 msgid "Disconn_ect" msgstr "Pu_tuskan" -#: ../thunar/thunar-shortcuts-view.c:1282 +#: ../thunar/thunar-shortcuts-view.c:1295 msgid "_Remove Shortcut" msgstr "_Hapus Jalan Pintas" -#: ../thunar/thunar-shortcuts-view.c:1300 +#: ../thunar/thunar-shortcuts-view.c:1313 msgid "Re_name Shortcut" msgstr "Ganti _nama Jalan Pintas" -#: ../thunar/thunar-shortcuts-view.c:1606 +#: ../thunar/thunar-shortcuts-view.c:1645 #, c-format msgid "The path \"%s\" does not refer to a directory" msgstr "Alamat \"%s\" tidak merujuk ke sebuah direktori" #. display an error message to the user -#: ../thunar/thunar-shortcuts-view.c:1626 +#: ../thunar/thunar-shortcuts-view.c:1665 msgid "Failed to add new shortcut" msgstr "Gagal menambah jalan pintas baru" -#: ../thunar/thunar-shortcuts-view.c:1908 ../thunar/thunar-tree-view.c:1964 +#: ../thunar/thunar-shortcuts-view.c:1947 ../thunar/thunar-tree-view.c:1966 #, c-format msgid "Failed to eject \"%s\"" msgstr "Gagal mengeluarkan \"%s\"" -#: ../thunar/thunar-shortcuts-view.c:2050 ../thunar/thunar-tree-view.c:2019 +#: ../thunar/thunar-shortcuts-view.c:2089 ../thunar/thunar-tree-view.c:2021 #, c-format msgid "Failed to unmount \"%s\"" msgstr "Gagal melepas mount \"%s\"" @@ -2371,37 +2375,37 @@ msgid "Permission denied" msgstr "Izin ditolak" -#: ../thunar/thunar-standard-view.c:404 +#: ../thunar/thunar-standard-view.c:401 msgid "Folder Context Menu" msgstr "Menu Isi Folder" -#: ../thunar/thunar-standard-view.c:405 +#: ../thunar/thunar-standard-view.c:402 msgid "Create an empty folder within the current folder" msgstr "Buat folder kosong di dalam folder saat ini" -#: ../thunar/thunar-standard-view.c:407 ../thunar/thunar-tree-view.c:1405 +#: ../thunar/thunar-standard-view.c:404 ../thunar/thunar-tree-view.c:1417 msgid "Cu_t" msgstr "Po_tong" -#: ../thunar/thunar-standard-view.c:408 ../thunar/thunar-tree-view.c:1420 +#: ../thunar/thunar-standard-view.c:405 ../thunar/thunar-tree-view.c:1432 msgid "_Copy" msgstr "_Salin" -#: ../thunar/thunar-standard-view.c:409 +#: ../thunar/thunar-standard-view.c:406 msgid "_Paste" msgstr "_Rekat" -#: ../thunar/thunar-standard-view.c:409 +#: ../thunar/thunar-standard-view.c:406 msgid "Move or copy files previously selected by a Cut or Copy command" msgstr "" "Pindah atau salin berkas yang sebelumnya dipilih oleh perintah Potong atau " "Salin" -#: ../thunar/thunar-standard-view.c:410 ../thunar/thunar-tree-view.c:1470 +#: ../thunar/thunar-standard-view.c:407 ../thunar/thunar-tree-view.c:1483 msgid "Mo_ve to Trash" msgstr "Pin_dahkan ke Kotak Sampah" -#: ../thunar/thunar-standard-view.c:412 +#: ../thunar/thunar-standard-view.c:409 msgid "" "Move or copy files previously selected by a Cut or Copy command into the " "selected folder" @@ -2409,145 +2413,148 @@ "Pindah atau salin berkas yang sebelumnya dipilih oleh perintah Potong atau " "Salin ke folder terpilih" -#: ../thunar/thunar-standard-view.c:413 +#: ../thunar/thunar-standard-view.c:410 msgid "Select _all Files" msgstr "Pilih Semu_a Berkas" -#: ../thunar/thunar-standard-view.c:413 +#: ../thunar/thunar-standard-view.c:410 msgid "Select all files in this window" msgstr "Pilih semua berkas di jendela ini" -#: ../thunar/thunar-standard-view.c:414 +#: ../thunar/thunar-standard-view.c:411 msgid "Select _by Pattern..." msgstr "Pilih _menggunakan Pola..." -#: ../thunar/thunar-standard-view.c:414 +#: ../thunar/thunar-standard-view.c:411 msgid "Select all files that match a certain pattern" msgstr "Pilih semua berkas yang cocok dengan pola tertentu" -#: ../thunar/thunar-standard-view.c:415 +#: ../thunar/thunar-standard-view.c:412 msgid "_Invert Selection" msgstr "Ba_lik Seleksi" -#: ../thunar/thunar-standard-view.c:415 +#: ../thunar/thunar-standard-view.c:412 msgid "Select all and only the items that are not currently selected" msgstr "Seleksi semua item yang sebelumnya tidak dipilih" -#: ../thunar/thunar-standard-view.c:416 +#: ../thunar/thunar-standard-view.c:413 msgid "Du_plicate" msgstr "Du_plikat" -#: ../thunar/thunar-standard-view.c:417 ../thunar/thunar-standard-view.c:4541 +#: ../thunar/thunar-standard-view.c:414 ../thunar/thunar-standard-view.c:4603 msgid "Ma_ke Link" msgid_plural "Ma_ke Links" msgstr[0] "B_uat Tautan" #. append the "Rename" menu action -#: ../thunar/thunar-standard-view.c:418 ../thunar/thunar-tree-view.c:1512 +#: ../thunar/thunar-standard-view.c:415 ../thunar/thunar-tree-view.c:1529 msgid "_Rename..." msgstr "_Ganti Nama..." -#: ../thunar/thunar-standard-view.c:419 +#: ../thunar/thunar-standard-view.c:416 msgid "_Restore" msgstr "_Kembalikan" #. add the "Create Document" sub menu action -#: ../thunar/thunar-standard-view.c:686 +#: ../thunar/thunar-standard-view.c:682 msgid "Create _Document" msgstr "Buat _Dokumen" -#: ../thunar/thunar-standard-view.c:1660 +#: ../thunar/thunar-standard-view.c:1666 msgid "Loading folder contents..." msgstr "Muat isi folder..." #. display an error to the user -#: ../thunar/thunar-standard-view.c:2261 ../thunar/thunar-window.c:2920 +#: ../thunar/thunar-standard-view.c:2278 ../thunar/thunar-window.c:2924 msgid "Failed to open the home folder" msgstr "Gagal membuka folder rumah" -#: ../thunar/thunar-standard-view.c:2313 +#: ../thunar/thunar-standard-view.c:2330 msgid "New Empty File" msgstr "Berkas Kosong Baru" -#: ../thunar/thunar-standard-view.c:2314 +#: ../thunar/thunar-standard-view.c:2331 msgid "New Empty File..." msgstr "Berkas Kosong Baru..." -#: ../thunar/thunar-standard-view.c:2661 +#: ../thunar/thunar-standard-view.c:2678 msgid "Select by Pattern" msgstr "Pilih dari Pola" -#: ../thunar/thunar-standard-view.c:2666 +#: ../thunar/thunar-standard-view.c:2683 msgid "_Select" msgstr "Pili_h" -#: ../thunar/thunar-standard-view.c:2675 +#: ../thunar/thunar-standard-view.c:2692 msgid "_Pattern:" msgstr "_Pola:" #. tell the user that the file name provided by the X Direct Save source is #. invalid -#: ../thunar/thunar-standard-view.c:3253 +#: ../thunar/thunar-standard-view.c:3297 msgid "Invalid filename provided by XDS drag site" msgstr "Nama berkas yang disediakan oleh situs tarik XDS tidak benar" #. display an error dialog to the user -#: ../thunar/thunar-standard-view.c:3443 +#: ../thunar/thunar-standard-view.c:3487 #, c-format msgid "Failed to create a link for the URL \"%s\"" msgstr "Gagal membuat tautan untuk URL \"%s\"" -#: ../thunar/thunar-standard-view.c:3893 ../thunar/thunar-window.c:3015 +#: ../thunar/thunar-standard-view.c:3937 ../thunar/thunar-window.c:3019 #, c-format msgid "Failed to open directory \"%s\"" msgstr "Gagal membuka direktori \"%s\"" -#: ../thunar/thunar-standard-view.c:4489 +#: ../thunar/thunar-standard-view.c:4551 msgid "Prepare the selected file to be moved with a Paste command" msgid_plural "Prepare the selected files to be moved with a Paste command" msgstr[0] "Siapkan berkas terpilih untuk dipindah menggunakan perintah Rekat" -#: ../thunar/thunar-standard-view.c:4497 +#: ../thunar/thunar-standard-view.c:4559 msgid "Prepare the selected file to be copied with a Paste command" msgid_plural "Prepare the selected files to be copied with a Paste command" msgstr[0] "Siapkan berkas terpilih untuk disalin menggunakan perintah Rekat" -#: ../thunar/thunar-standard-view.c:4511 +#: ../thunar/thunar-standard-view.c:4573 msgid "Move the selected file to the Trash" msgid_plural "Move the selected files to the Trash" msgstr[0] "Pindahkan berkas terpilih ke Kotak Sampah" -#: ../thunar/thunar-standard-view.c:4520 +#: ../thunar/thunar-standard-view.c:4582 msgid "Permanently delete the selected file" msgid_plural "Permanently delete the selected files" msgstr[0] "Hapus permanen berkas terpilih" -#: ../thunar/thunar-standard-view.c:4534 +#: ../thunar/thunar-standard-view.c:4596 msgid "Duplicate the selected file" msgid_plural "Duplicate each selected file" msgstr[0] "Duplikatkan berkas terpilih" -#: ../thunar/thunar-standard-view.c:4543 +#: ../thunar/thunar-standard-view.c:4605 msgid "Create a symbolic link for the selected file" msgid_plural "Create a symbolic link for each selected file" msgstr[0] "Buat tautan simbolik untuk berkas terpilih" -#: ../thunar/thunar-standard-view.c:4551 +#: ../thunar/thunar-standard-view.c:4613 msgid "Rename the selected file" msgid_plural "Rename the selected files" msgstr[0] "Ganti nama berkas terpilih" -#: ../thunar/thunar-standard-view.c:4559 +#: ../thunar/thunar-standard-view.c:4621 msgid "Restore the selected file" msgid_plural "Restore the selected files" msgstr[0] "Kembalikan berkas terpilih" -#. add the "Empty File" item -#: ../thunar/thunar-templates-action.c:500 +#: ../thunar/thunar-templates-action.c:489 msgid "_Empty File" msgstr "_Berkas Kosong" -#: ../thunar/thunar-transfer-job.c:823 +#: ../thunar/thunar-templates-action.c:539 +msgid "No templates installed" +msgstr "Tak ada Templat terinstal" + +#: ../thunar/thunar-transfer-job.c:828 #, c-format msgid "" "Error while copying to \"%s\": %s more space is required to copy to the " @@ -2556,24 +2563,17 @@ "Terjadi galat saat menyalin ke \"%s\". Diperlukan ruang tambahan sebanyak %s" " untuk menyalin ke lokasi ini." -#: ../thunar/thunar-transfer-job.c:833 -#, c-format -msgid "Error while copying to \"%s\": The destination is read-only" -msgstr "" -"Terjadi galat saat menyalin ke \"%s\". Lokasi tersebut hanya dapat dibaca " -"saja." - -#: ../thunar/thunar-transfer-job.c:877 +#: ../thunar/thunar-transfer-job.c:879 msgid "Collecting files..." msgstr "Mengumpulkan berkas..." #. update progress information -#: ../thunar/thunar-transfer-job.c:914 +#: ../thunar/thunar-transfer-job.c:916 #, c-format msgid "Trying to restore \"%s\"" msgstr "Mencoba mengembalikan \"%s\"" -#: ../thunar/thunar-transfer-job.c:942 +#: ../thunar/thunar-transfer-job.c:945 #, c-format msgid "" "The folder \"%s\" does not exist anymore but is required to restore the file" @@ -2582,43 +2582,43 @@ "Folder \"%s\" sudah tidak ada, tapi dibutuhkan untuk mengembalikan berkas " "\"%s\" dari kotak sampah" -#: ../thunar/thunar-transfer-job.c:967 +#: ../thunar/thunar-transfer-job.c:971 #, c-format msgid "Failed to restore the folder \"%s\"" msgstr "Gagal mengembalikan folder \"%s\"" #. update progress information -#: ../thunar/thunar-transfer-job.c:987 +#: ../thunar/thunar-transfer-job.c:992 #, c-format msgid "Trying to move \"%s\"" msgstr "Mencoba memindahkan \"%s\"" #. update progress information -#: ../thunar/thunar-transfer-job.c:1016 +#: ../thunar/thunar-transfer-job.c:1064 #, c-format msgid "Could not move \"%s\" directly. Collecting files for copying..." msgstr "" "Tak dapat memindahkan \"%s\" secara langsung. Mengumpulkan berkas untuk " "penyalinan..." -#: ../thunar/thunar-transfer-job.c:1178 +#: ../thunar/thunar-transfer-job.c:1225 #, c-format msgid "%s of %s" msgstr "%s dari %s" -#: ../thunar/thunar-transfer-job.c:1198 +#: ../thunar/thunar-transfer-job.c:1245 #, c-format msgid "%lu hour remaining (%s/sec)" msgid_plural "%lu hours remaining (%s/sec)" msgstr[0] "%lu jam tersisa (%s/dtk)" -#: ../thunar/thunar-transfer-job.c:1206 +#: ../thunar/thunar-transfer-job.c:1253 #, c-format msgid "%lu minute remaining (%s/sec)" msgid_plural "%lu minutes remaining (%s/sec)" msgstr[0] "%lu menit tersisa (%s/dtk)" -#: ../thunar/thunar-transfer-job.c:1213 +#: ../thunar/thunar-transfer-job.c:1260 #, c-format msgid "%lu second remaining (%s/sec)" msgid_plural "%lu seconds remaining (%s/sec)" @@ -2636,11 +2636,11 @@ msgid "Loading..." msgstr "Memuat..." -#: ../thunar/thunar-tree-view.c:1440 +#: ../thunar/thunar-tree-view.c:1452 msgid "_Paste Into Folder" msgstr "_Rekat Dalam Folder" -#: ../thunar/thunar-tree-view.c:1564 +#: ../thunar/thunar-tree-view.c:1581 msgid "P_roperties..." msgstr "P_roperti..." @@ -2718,7 +2718,7 @@ #: ../thunar/thunar-window.c:357 msgid "Switch to Previous Tab" -msgstr "" +msgstr "Pindah ke Tab Sebelumnya" #: ../thunar/thunar-window.c:358 msgid "_Next Tab" @@ -2726,7 +2726,7 @@ #: ../thunar/thunar-window.c:358 msgid "Switch to Next Tab" -msgstr "" +msgstr "Pindah ke Tab Berikutnya" #: ../thunar/thunar-window.c:359 msgid "Close _All Windows" @@ -2860,138 +2860,138 @@ msgid "Specify a location to open" msgstr "Tentukan lokasi untuk dibuka" -#: ../thunar/thunar-window.c:381 +#: ../thunar/thunar-window.c:382 msgid "_Contents" msgstr "_Isi" -#: ../thunar/thunar-window.c:381 +#: ../thunar/thunar-window.c:382 msgid "Display Thunar user manual" msgstr "Tampilkan manual pengguna Thunar" -#: ../thunar/thunar-window.c:382 +#: ../thunar/thunar-window.c:383 msgid "Display information about Thunar" msgstr "Tampilkan informasi mengenai Thunar" -#: ../thunar/thunar-window.c:387 +#: ../thunar/thunar-window.c:388 msgid "Show _Hidden Files" msgstr "Tampilkan Berkas _Tersembunyi" -#: ../thunar/thunar-window.c:387 +#: ../thunar/thunar-window.c:388 msgid "Toggles the display of hidden files in the current window" msgstr "Ubah tampilan berkas tersembunyi dari jendela saat ini" -#: ../thunar/thunar-window.c:388 +#: ../thunar/thunar-window.c:389 msgid "_Pathbar Style" msgstr "Gaya Batang _Alamat" -#: ../thunar/thunar-window.c:388 +#: ../thunar/thunar-window.c:389 msgid "Modern approach with buttons that correspond to folders" msgstr "Pendekatan modern dengan tombol yang melambangkan folder" -#: ../thunar/thunar-window.c:389 +#: ../thunar/thunar-window.c:390 msgid "_Toolbar Style" msgstr "Gaya Batang A_lat" -#: ../thunar/thunar-window.c:389 +#: ../thunar/thunar-window.c:390 msgid "Traditional approach with location bar and navigation buttons" msgstr "Pendekatan tradisional dengan batang lokasi dan tombol navigasi" -#: ../thunar/thunar-window.c:390 +#: ../thunar/thunar-window.c:391 msgid "_Shortcuts" msgstr "_Jalan Pintas" -#: ../thunar/thunar-window.c:390 +#: ../thunar/thunar-window.c:391 msgid "Toggles the visibility of the shortcuts pane" msgstr "Ubah keterlihatan dari panel jalan pintas" -#: ../thunar/thunar-window.c:391 +#: ../thunar/thunar-window.c:392 msgid "_Tree" msgstr "_Pohon" -#: ../thunar/thunar-window.c:391 +#: ../thunar/thunar-window.c:392 msgid "Toggles the visibility of the tree pane" msgstr "Ubah keterlihatan dari panel pohon" -#: ../thunar/thunar-window.c:392 +#: ../thunar/thunar-window.c:393 msgid "St_atusbar" msgstr "Batang st_atus" -#: ../thunar/thunar-window.c:392 +#: ../thunar/thunar-window.c:393 msgid "Change the visibility of this window's statusbar" msgstr "Ganti tingkat keterlihatan batang status jendela ini" -#: ../thunar/thunar-window.c:393 +#: ../thunar/thunar-window.c:394 msgid "_Menubar" msgstr "Panel _Menu" -#: ../thunar/thunar-window.c:393 +#: ../thunar/thunar-window.c:394 msgid "Change the visibility of this window's menubar" msgstr "Tampilkan panel menu jendela ini" #. * add view options -#: ../thunar/thunar-window.c:778 +#: ../thunar/thunar-window.c:779 msgid "View as _Icons" msgstr "Tampilan sebagai _Ikon" -#: ../thunar/thunar-window.c:778 +#: ../thunar/thunar-window.c:779 msgid "Display folder content in an icon view" msgstr "Tampilkan isi folder dalam tampilan ikon" -#: ../thunar/thunar-window.c:785 +#: ../thunar/thunar-window.c:786 msgid "View as _Detailed List" msgstr "Tampilkan sebagai Senarai _Detail" -#: ../thunar/thunar-window.c:785 +#: ../thunar/thunar-window.c:786 msgid "Display folder content in a detailed list view" msgstr "Tampilkan isi folder dalam tampilan senarai detail" -#: ../thunar/thunar-window.c:792 +#: ../thunar/thunar-window.c:793 msgid "View as _Compact List" msgstr "Tampilkan sebagai Senarai _Ringkas" -#: ../thunar/thunar-window.c:792 +#: ../thunar/thunar-window.c:793 msgid "Display folder content in a compact list view" msgstr "Tampilkan isi folder dalam tampilan senarai ringkas" #. add the label with the root warning -#: ../thunar/thunar-window.c:871 +#: ../thunar/thunar-window.c:872 msgid "Warning, you are using the root account, you may harm your system." msgstr "" "Peringatan, anda menggunakan akun root, anda dapat membahayakan sistem anda." -#: ../thunar/thunar-window.c:1869 +#: ../thunar/thunar-window.c:1873 msgid "Close tab" msgstr "Tutup tab" -#: ../thunar/thunar-window.c:2120 +#: ../thunar/thunar-window.c:2124 #, c-format msgid "Open the location \"%s\"" msgstr "Buka lokasi \"%s\"" -#: ../thunar/thunar-window.c:2334 +#: ../thunar/thunar-window.c:2338 #, c-format msgid "Failed to launch \"%s\"" msgstr "Gagal menjalankan \"%s\"" -#: ../thunar/thunar-window.c:2895 +#: ../thunar/thunar-window.c:2899 msgid "Failed to open parent folder" msgstr "Gagal membuka folder induk" -#: ../thunar/thunar-window.c:2990 +#: ../thunar/thunar-window.c:2994 #, c-format msgid "The directory \"%s\" does not exist. Do you want to create it?" msgstr "Tidak ditemukan direktori bernama \"%s\". Apakah Anda ingin membuatnya?" #. display the "About Templates" dialog -#: ../thunar/thunar-window.c:3076 +#: ../thunar/thunar-window.c:3080 msgid "About Templates" msgstr "Tentang Templat" -#: ../thunar/thunar-window.c:3098 +#: ../thunar/thunar-window.c:3102 msgid "All files in this folder will appear in the \"Create Document\" menu." msgstr "Semua berkas dalam folder ini akan muncul dalam menu \"Buat Dokumen\"." -#: ../thunar/thunar-window.c:3105 +#: ../thunar/thunar-window.c:3109 msgid "" "If you frequently create certain kinds of documents, make a copy of one and put it in this folder. Thunar will add an entry for this document in the \"Create Document\" menu.\n" "\n" @@ -3001,26 +3001,26 @@ "\n" "Anda dapat memilih entri dari menu \"Buat Dokumen\" dan sebuah salinan dari dokumen tersebut akan tercipta di direktori yang anda lihat." -#: ../thunar/thunar-window.c:3117 +#: ../thunar/thunar-window.c:3121 msgid "Do _not display this message again" msgstr "Ja_ngan tampilkan pesan ini lagi" #. display an error to the user -#: ../thunar/thunar-window.c:3147 +#: ../thunar/thunar-window.c:3151 msgid "Failed to open the file system root folder" msgstr "Gagal membuka folder root sistem berkas" #. display an error to the user -#: ../thunar/thunar-window.c:3184 +#: ../thunar/thunar-window.c:3188 msgid "Failed to display the contents of the trash can" msgstr "Gagal untuk menampilkan isi dari kotak sampah" #. display an error to the user -#: ../thunar/thunar-window.c:3221 +#: ../thunar/thunar-window.c:3225 msgid "Failed to browse the network" msgstr "Gagal meramban jaringan" -#: ../thunar/thunar-window.c:3305 +#: ../thunar/thunar-window.c:3309 msgid "" "Thunar is a fast and easy to use file manager\n" "for the Xfce Desktop Environment." @@ -3029,24 +3029,23 @@ "mudah digunakan untuk Lingkungan Destop XFCE." #. set window title -#: ../thunar/thunar-window.c:3363 ../Thunar.desktop.in.in.h:3 -#: ../thunar/thunar-settings.desktop.in.h:1 +#: ../thunar/thunar-window.c:3367 ../thunar.desktop.in.in.h:3 msgid "File Manager" msgstr "Manajer Berkas" -#: ../thunarx/thunarx-property-page.c:116 +#: ../thunarx/thunarx-property-page.c:111 msgid "Label" msgstr "Label" -#: ../thunarx/thunarx-property-page.c:117 +#: ../thunarx/thunarx-property-page.c:112 msgid "Text of the page's label" msgstr "Teks dari label halaman" -#: ../thunarx/thunarx-property-page.c:129 +#: ../thunarx/thunarx-property-page.c:124 msgid "Label widget" msgstr "Widget label" -#: ../thunarx/thunarx-property-page.c:130 +#: ../thunarx/thunarx-property-page.c:125 msgid "A widget to display in place of the usual page label" msgstr "Widget untuk menampilkan di tempat label halaman yang biasanya" @@ -3058,15 +3057,15 @@ msgid "Don't unload the plugin from memory" msgstr "Jangan lepas beban plugin dari memori" -#: ../thunarx/thunarx-renamer.c:156 +#: ../thunarx/thunarx-renamer.c:149 msgid "Help URL" msgstr "URL Bantuan" -#: ../thunarx/thunarx-renamer.c:157 +#: ../thunarx/thunarx-renamer.c:150 msgid "The URL to the documentation of the renamer" msgstr "Dokumentasi URL dari penama ulang" -#: ../thunarx/thunarx-renamer.c:172 +#: ../thunarx/thunarx-renamer.c:165 msgid "The user visible name of the renamer" msgstr "Nama pengguna yang tampak dari penama ulang" @@ -3224,7 +3223,7 @@ msgid "Con_vert to:" msgstr "Kon_versi ke:" -#: ../plugins/thunar-sbr/thunar-sbr-case-renamer.c:267 +#: ../plugins/thunar-sbr/thunar-sbr-case-renamer.c:266 msgid "Uppercase / Lowercase" msgstr "Sosok (huruf) atas / Sosok (huruf) bawah" @@ -3262,8 +3261,8 @@ msgstr "SOSOK (HURUF) ATAS" #: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:95 -msgid "Camelcase" -msgstr "Karakter unta" +msgid "Title Case" +msgstr "" #: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:96 msgid "First character uppercase" @@ -3425,21 +3424,21 @@ msgid "Search & Replace" msgstr "Cari & Ganti" -#: ../plugins/thunar-sendto-email/main.c:196 +#: ../plugins/thunar-sendto-email/main.c:217 #, c-format msgid "Send \"%s\" as compressed archive?" msgstr "Kirim \"%s\" sebagai arsip terkompresi?" -#: ../plugins/thunar-sendto-email/main.c:199 -#: ../plugins/thunar-sendto-email/main.c:218 +#: ../plugins/thunar-sendto-email/main.c:220 +#: ../plugins/thunar-sendto-email/main.c:239 msgid "Send _directly" msgstr "Kirim _langsung" -#: ../plugins/thunar-sendto-email/main.c:200 +#: ../plugins/thunar-sendto-email/main.c:221 msgid "Send com_pressed" msgstr "Kirim terkom_presi" -#: ../plugins/thunar-sendto-email/main.c:202 +#: ../plugins/thunar-sendto-email/main.c:223 msgid "" "When sending a file via email, you can either choose to send the file " "directly, as is, or compress the file before attaching it to an email. It is" @@ -3450,17 +3449,17 @@ "menyertakannya di email. Sangat direkomendasikan untuk mengompres berkas " "besar sebelum mengirimkannya." -#: ../plugins/thunar-sendto-email/main.c:213 +#: ../plugins/thunar-sendto-email/main.c:234 #, c-format msgid "Send %d file as compressed archive?" msgid_plural "Send %d files as compressed archive?" msgstr[0] "Kirim %d berkas sebagai arsip terkompres?" -#: ../plugins/thunar-sendto-email/main.c:219 +#: ../plugins/thunar-sendto-email/main.c:240 msgid "Send as _archive" msgstr "Kirim sebagai _arsip" -#: ../plugins/thunar-sendto-email/main.c:221 +#: ../plugins/thunar-sendto-email/main.c:242 msgid "" "When sending multiple files via email, you can either choose to send the " "files directly, attaching multiple files to an email, or send all files " @@ -3474,36 +3473,36 @@ #. allocate the progress dialog #. setup the label -#: ../plugins/thunar-sendto-email/main.c:270 -#: ../plugins/thunar-sendto-email/main.c:296 +#: ../plugins/thunar-sendto-email/main.c:291 +#: ../plugins/thunar-sendto-email/main.c:317 msgid "Compressing files..." msgstr "Mengompres berkas..." #. tell the user that the command failed -#: ../plugins/thunar-sendto-email/main.c:321 +#: ../plugins/thunar-sendto-email/main.c:342 #, c-format msgid "ZIP command terminated with error %d" msgstr "Perintah ZIP dihentikan dengan galat %d" -#: ../plugins/thunar-sendto-email/main.c:409 +#: ../plugins/thunar-sendto-email/main.c:430 msgid "Failed to create temporary directory" msgstr "Gagal membuat direktori sementara" -#: ../plugins/thunar-sendto-email/main.c:471 -#: ../plugins/thunar-sendto-email/main.c:482 +#: ../plugins/thunar-sendto-email/main.c:492 +#: ../plugins/thunar-sendto-email/main.c:503 #, c-format msgid "Failed to create symbolic link for \"%s\"" msgstr "Gagal membuat tautan simbolik untuk \"%s\"" #. tell the user that we failed to compress the file(s) -#: ../plugins/thunar-sendto-email/main.c:506 +#: ../plugins/thunar-sendto-email/main.c:527 #, c-format msgid "Failed to compress %d file" msgid_plural "Failed to compress %d files" msgstr[0] "Gagal mengompres %d berkas" #. tell the user that we failed -#: ../plugins/thunar-sendto-email/main.c:657 +#: ../plugins/thunar-sendto-email/main.c:679 msgid "Failed to compose new email" msgstr "Gagal menulis email baru" @@ -3589,12 +3588,12 @@ msgid "Unknown closing element <%s>" msgstr "Elemen penutupan <%s> tidak dikenal" -#: ../plugins/thunar-uca/thunar-uca-model.c:1412 +#: ../plugins/thunar-uca/thunar-uca-model.c:1426 #, c-format msgid "Failed to determine save location for uca.xml" msgstr "Gagal menentukan lokasi penyimpanan untuk uca.xml" -#: ../plugins/thunar-uca/thunar-uca-model.c:1532 +#: ../plugins/thunar-uca/thunar-uca-model.c:1546 #, c-format msgid "Command not configured" msgstr "Perintah tidak dikonfigurasikan" @@ -3608,7 +3607,7 @@ "Setup custom actions that will appear in the file managers context menus" msgstr "Atur aksi suai yang akan tampak di isi menu manajer berkas" -#: ../plugins/thunar-uca/thunar-uca-provider.c:430 +#: ../plugins/thunar-uca/thunar-uca-provider.c:431 #, c-format msgid "Failed to launch action \"%s\"." msgstr "Gagal untuk menjalankan aksi \"%s\"." @@ -3840,29 +3839,21 @@ msgid "Move the currently selected action down by one row." msgstr "Pindah ke bawah satu baris aksi yang saat ini terpilih" -#: ../plugins/thunar-wallpaper/twp-provider.c:178 +#: ../plugins/thunar-wallpaper/twp-provider.c:154 msgid "Set as wallpaper" msgstr "Atur sebagai latar belakang" -#: ../Thunar.desktop.in.in.h:1 +#: ../thunar.desktop.in.in.h:1 msgid "Thunar File Manager" msgstr "Manajer Berkas Thunar" -#: ../Thunar.desktop.in.in.h:2 +#: ../thunar.desktop.in.in.h:2 msgid "Browse the filesystem with the file manager" msgstr "Ramban sistem berkas dengan manajer berkas" -#: ../Thunar-folder-handler.desktop.in.in.h:1 -msgid "Open Folder with Thunar" -msgstr "Buka Folder dengan Thunar" - -#: ../Thunar-folder-handler.desktop.in.in.h:2 -msgid "Open the specified folders in Thunar" -msgstr "Buka folder yang ditentukan di Thunar" - -#: ../Thunar-folder-handler.desktop.in.in.h:3 -msgid "Open Folder" -msgstr "Buka Folder" +#: ../thunar/thunar-settings.desktop.in.h:1 +msgid "File Manager Settings" +msgstr "Pengaturan Peramban Berkas" #: ../thunar/thunar-settings.desktop.in.h:2 msgid "Configure the Thunar file manager" diff -Nru thunar-1.8.12/po/kk.po thunar-1.8.14/po/kk.po --- thunar-1.8.12/po/kk.po 2020-01-30 23:58:11.000000000 +0000 +++ thunar-1.8.14/po/kk.po 2020-03-25 14:32:49.000000000 +0000 @@ -5,16 +5,16 @@ # # Translators: # Xfce Bot , 2018 -# Baurzhan Muftakhidinov , 2019 +# Baurzhan Muftakhidinov , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-09 18:30+0200\n" +"POT-Creation-Date: 2019-12-23 18:30+0100\n" "PO-Revision-Date: 2018-08-19 09:02+0000\n" -"Last-Translator: Baurzhan Muftakhidinov , 2019\n" +"Last-Translator: Baurzhan Muftakhidinov , 2020\n" "Language-Team: Kazakh (https://www.transifex.com/xfce/teams/16840/kk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -146,10 +146,10 @@ #. tell the user that we were unable to launch the file specified #: ../thunar/thunar-application.c:1500 ../thunar/thunar-application.c:1632 -#: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356 +#: ../thunar/thunar-launcher.c:1227 ../thunar/thunar-location-entry.c:356 #: ../thunar/thunar-location-entry.c:384 -#: ../thunar/thunar-shortcuts-view.c:1680 -#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2360 +#: ../thunar/thunar-shortcuts-view.c:1719 +#: ../thunar/thunar-shortcuts-view.c:1747 ../thunar/thunar-window.c:2364 #, c-format msgid "Failed to open \"%s\"" msgstr "\"%s\" ашу сәтсіз аяқталды " @@ -162,20 +162,20 @@ #. display an error message #: ../thunar/thunar-application.c:1691 #: ../thunar/thunar-properties-dialog.c:731 -#: ../thunar/thunar-standard-view.c:2837 ../thunar/thunar-tree-view.c:1899 +#: ../thunar/thunar-standard-view.c:2851 ../thunar/thunar-tree-view.c:1899 #, c-format msgid "Failed to rename \"%s\"" msgstr "\"%s\" атын ауыстыру қатесі" #: ../thunar/thunar-application.c:1793 #: ../thunar/thunar-location-buttons.c:1347 -#: ../thunar/thunar-standard-view.c:2362 ../thunar/thunar-tree-view.c:1776 +#: ../thunar/thunar-standard-view.c:2376 ../thunar/thunar-tree-view.c:1776 msgid "New Folder" msgstr "Жаңа бума" #: ../thunar/thunar-application.c:1794 #: ../thunar/thunar-location-buttons.c:1348 -#: ../thunar/thunar-standard-view.c:2363 ../thunar/thunar-tree-view.c:1777 +#: ../thunar/thunar-standard-view.c:2377 ../thunar/thunar-tree-view.c:1777 msgid "Create New Folder" msgstr "Жаңа буманы жасау" @@ -188,7 +188,7 @@ msgstr "Жаңа файлды жасау" #. generate a title for the create dialog -#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2409 +#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2423 #, c-format msgid "Create Document from template \"%s\"" msgstr "Жаңа құжатты \"%s\" үлгісінен жасау" @@ -234,7 +234,7 @@ "өшіруді шынымен қалайсыз ба?" msgstr[1] "" "Ерекшеленген %u файлды толығымен\n" -"өшіруді шынымен қалайсыз ба?ё" +"өшіруді шынымен қалайсыз ба?" #. add the "Cancel" button #. append the cancel item @@ -243,20 +243,20 @@ #: ../thunar/thunar-application.c:2157 ../thunar/thunar-application.c:2336 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705 #: ../thunar/thunar-chooser-dialog.c:753 ../thunar/thunar-create-dialog.c:141 -#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:476 -#: ../thunar/thunar-dialogs.c:549 ../thunar/thunar-dialogs.c:797 -#: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:725 +#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:487 +#: ../thunar/thunar-dialogs.c:598 ../thunar/thunar-dialogs.c:856 +#: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:736 #: ../thunar/thunar-permissions-chooser.c:522 -#: ../thunar/thunar-permissions-chooser.c:1135 +#: ../thunar/thunar-permissions-chooser.c:1130 #: ../thunar/thunar-properties-dialog.c:819 #: ../thunar/thunar-renamer-dialog.c:354 #: ../thunar/thunar-renamer-dialog.c:1053 #: ../thunar/thunar-renamer-progress.c:198 #: ../thunar/thunar-renamer-progress.c:208 -#: ../thunar/thunar-standard-view.c:2668 -#: ../plugins/thunar-sendto-email/main.c:198 -#: ../plugins/thunar-sendto-email/main.c:217 -#: ../plugins/thunar-sendto-email/main.c:272 +#: ../thunar/thunar-standard-view.c:2682 +#: ../plugins/thunar-sendto-email/main.c:219 +#: ../plugins/thunar-sendto-email/main.c:238 +#: ../plugins/thunar-sendto-email/main.c:293 #: ../plugins/thunar-uca/thunar-uca-chooser.c:371 #: ../plugins/thunar-uca/thunar-uca-editor.c:141 #: ../plugins/thunar-uca/thunar-uca-editor.c:176 @@ -297,7 +297,7 @@ #. append the "Empty Trash" menu action #. prepare the menu item #: ../thunar/thunar-application.c:2337 ../thunar/thunar-location-buttons.c:188 -#: ../thunar/thunar-shortcuts-view.c:1226 ../thunar/thunar-tree-view.c:1370 +#: ../thunar/thunar-shortcuts-view.c:1239 ../thunar/thunar-tree-view.c:1370 #: ../thunar/thunar-window.c:355 ../plugins/thunar-tpa/thunar-tpa.c:175 msgid "_Empty Trash" msgstr "Қ_оқыс шелегін тазарту" @@ -351,7 +351,7 @@ msgid "Other Application..." msgstr "Басқа қолданба..." -#: ../thunar/thunar-chooser-dialog.c:186 ../thunar/thunar-launcher.c:180 +#: ../thunar/thunar-chooser-dialog.c:186 ../thunar/thunar-launcher.c:183 msgid "Open With" msgstr "Көмегімен ашу" @@ -380,7 +380,7 @@ #. add the "Ok"/"Open" button #: ../thunar/thunar-chooser-dialog.c:291 #: ../thunar/thunar-chooser-dialog.c:1155 -#: ../thunar/thunar-properties-dialog.c:820 ../thunar/thunar-window.c:3078 +#: ../thunar/thunar-properties-dialog.c:820 ../thunar/thunar-window.c:3082 #: ../plugins/thunar-uca/thunar-uca-editor.c:142 #: ../plugins/thunar-uca/thunar-uca-editor.c:435 msgid "_OK" @@ -458,10 +458,10 @@ #. change the accept button label text #. Prepare "Open" label and icon #: ../thunar/thunar-chooser-dialog.c:754 -#: ../thunar/thunar-chooser-dialog.c:1155 ../thunar/thunar-launcher.c:176 -#: ../thunar/thunar-launcher.c:811 ../thunar/thunar-location-buttons.c:184 +#: ../thunar/thunar-chooser-dialog.c:1155 ../thunar/thunar-launcher.c:179 +#: ../thunar/thunar-launcher.c:822 ../thunar/thunar-location-buttons.c:184 #: ../thunar/thunar-renamer-dialog.c:1054 -#: ../thunar/thunar-shortcuts-view.c:1099 ../thunar/thunar-tree-view.c:1292 +#: ../thunar/thunar-shortcuts-view.c:1112 ../thunar/thunar-tree-view.c:1292 #: ../plugins/thunar-uca/thunar-uca-editor.c:177 msgid "_Open" msgstr "_Ашу" @@ -520,8 +520,9 @@ msgstr "Кірістіру үшін алмасу буферінде ешнәрсе жоқ" #. setup the dialog +#. add the "Close" button #. add a regular close button, the header bar already provides one -#: ../thunar/thunar-column-editor.c:120 ../thunar/thunar-dialogs.c:742 +#: ../thunar/thunar-column-editor.c:120 ../thunar/thunar-dialogs.c:801 #: ../thunar/thunar-preferences-dialog.c:253 #: ../thunar/thunar-properties-dialog.c:254 #: ../thunar/thunar-renamer-dialog.c:355 @@ -536,8 +537,8 @@ #. add the "Help" button #: ../thunar/thunar-column-editor.c:126 -#: ../thunar/thunar-preferences-dialog.c:254 -#: ../thunar/thunar-properties-dialog.c:253 ../thunar/thunar-window.c:380 +#: ../thunar/thunar-preferences-dialog.c:260 +#: ../thunar/thunar-properties-dialog.c:253 ../thunar/thunar-window.c:381 msgid "_Help" msgstr "Кө_мек" @@ -626,9 +627,9 @@ msgid "C_reate" msgstr "Жаса_у" -#: ../thunar/thunar-create-dialog.c:159 ../thunar/thunar-dialogs.c:136 -msgid "Enter the new name:" -msgstr "Жаңа атын енгізіңіз:" +#: ../thunar/thunar-create-dialog.c:159 +msgid "Enter the name:" +msgstr "Атын енгізіңіз:" #. display an error message #: ../thunar/thunar-create-dialog.c:452 @@ -694,112 +695,115 @@ msgid "_Rename" msgstr "Атын ауысты_ру" +#: ../thunar/thunar-dialogs.c:136 +msgid "Enter the new name:" +msgstr "Жаңа атын енгізіңіз:" + #: ../thunar/thunar-dialogs.c:268 msgid "translator-credits" msgstr "Baurzhan Muftakhidinov , 2009-2014" -#: ../thunar/thunar-dialogs.c:433 ../thunar/thunar-permissions-chooser.c:524 +#: ../thunar/thunar-dialogs.c:444 ../thunar/thunar-permissions-chooser.c:524 msgid "_Yes" msgstr "_Иә" -#: ../thunar/thunar-dialogs.c:437 +#: ../thunar/thunar-dialogs.c:448 msgid "Yes to _all" msgstr "Б_арлығына иә" -#: ../thunar/thunar-dialogs.c:441 ../thunar/thunar-permissions-chooser.c:523 +#: ../thunar/thunar-dialogs.c:452 ../thunar/thunar-permissions-chooser.c:523 msgid "_No" msgstr "_Жоқ" -#: ../thunar/thunar-dialogs.c:445 +#: ../thunar/thunar-dialogs.c:456 msgid "N_o to all" msgstr "_Барлығына жоқ" -#: ../thunar/thunar-dialogs.c:449 +#: ../thunar/thunar-dialogs.c:460 msgid "_Retry" msgstr "Қа_йталау" -#: ../thunar/thunar-dialogs.c:453 +#: ../thunar/thunar-dialogs.c:464 msgid "Copy _Anyway" msgstr "Со_нда да көшіру" -#. setup the confirmation dialog -#: ../thunar/thunar-dialogs.c:545 +#: ../thunar/thunar-dialogs.c:577 msgid "Confirm to replace files" msgstr "Файлдарды алмастыруды растау" -#: ../thunar/thunar-dialogs.c:550 +#: ../thunar/thunar-dialogs.c:599 msgid "S_kip All" msgstr "Бар_лығын аттап кету" -#: ../thunar/thunar-dialogs.c:551 +#: ../thunar/thunar-dialogs.c:600 msgid "_Skip" msgstr "А_ттап кету" -#: ../thunar/thunar-dialogs.c:552 +#: ../thunar/thunar-dialogs.c:601 msgid "Replace _All" msgstr "Барл_ығын алмастыру" -#: ../thunar/thunar-dialogs.c:553 +#: ../thunar/thunar-dialogs.c:602 msgid "_Replace" msgstr "А_лмастыру" -#: ../thunar/thunar-dialogs.c:581 +#: ../thunar/thunar-dialogs.c:639 #, c-format msgid "This folder already contains a symbolic link \"%s\"." msgstr "Осы бумада \"%s\" символдық сілтемесі бар болып тұр." -#: ../thunar/thunar-dialogs.c:586 +#: ../thunar/thunar-dialogs.c:644 #, c-format msgid "This folder already contains a folder \"%s\"." msgstr "Осы бумада \"%s\" бумасы бар болып тұр." -#: ../thunar/thunar-dialogs.c:591 +#: ../thunar/thunar-dialogs.c:649 #, c-format msgid "This folder already contains a file \"%s\"." msgstr "Осы бумада \"%s\" файлы бар болып тұр." -#: ../thunar/thunar-dialogs.c:604 +#: ../thunar/thunar-dialogs.c:663 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the link" msgstr "Бар болып тұрған сілтемені" -#: ../thunar/thunar-dialogs.c:606 +#: ../thunar/thunar-dialogs.c:665 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the existing folder" msgstr "Бар болып тұрған буманы" -#: ../thunar/thunar-dialogs.c:608 +#: ../thunar/thunar-dialogs.c:667 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the existing file" msgstr "Бар болып тұрған файлды" #. Fourth box (size, volume, free space) -#: ../thunar/thunar-dialogs.c:629 ../thunar/thunar-dialogs.c:665 +#: ../thunar/thunar-dialogs.c:688 ../thunar/thunar-dialogs.c:724 #: ../thunar/thunar-properties-dialog.c:490 msgid "Size:" msgstr "Өлшемі:" -#: ../thunar/thunar-dialogs.c:629 ../thunar/thunar-dialogs.c:665 +#: ../thunar/thunar-dialogs.c:688 ../thunar/thunar-dialogs.c:724 #: ../thunar/thunar-properties-dialog.c:449 msgid "Modified:" msgstr "Түзетілген:" -#: ../thunar/thunar-dialogs.c:640 +#: ../thunar/thunar-dialogs.c:699 #, c-format msgid "ReplaceDialogPart2|with the following link?" msgstr "келесі сілтемемен алмастыруды қалайсыз ба?" -#: ../thunar/thunar-dialogs.c:642 +#: ../thunar/thunar-dialogs.c:701 #, c-format msgid "ReplaceDialogPart2|with the following folder?" msgstr "келесі бумамен алмастыруды қалайсыз ба?" -#: ../thunar/thunar-dialogs.c:644 +#: ../thunar/thunar-dialogs.c:703 #, c-format msgid "ReplaceDialogPart2|with the following file?" msgstr "келесі файлмен алмастыруды қалайсыз ба?" -#: ../thunar/thunar-dialogs.c:777 +#: ../thunar/thunar-dialogs.c:836 #, c-format msgid "" "The desktop file \"%s\" is in an insecure location and not marked as " @@ -808,11 +812,11 @@ "\"%s\" desktop файлы орналасқан жері сенімсіз, және орындалатын етіп " "белгіленбеген. Бұл бағдарламаға сенбесеңіз, Бас тарту шертіңіз." -#: ../thunar/thunar-dialogs.c:794 +#: ../thunar/thunar-dialogs.c:853 msgid "_Launch Anyway" msgstr "Сон_да да жөнелту" -#: ../thunar/thunar-dialogs.c:796 +#: ../thunar/thunar-dialogs.c:855 msgid "Mark _Executable" msgstr "Оры_ндалатын етіп белгілеу" @@ -830,7 +834,7 @@ #. display an error to the user #. display an error message to the user -#: ../thunar/thunar-dnd.c:250 ../thunar/thunar-launcher.c:564 +#: ../thunar/thunar-dnd.c:250 ../thunar/thunar-launcher.c:575 #, c-format msgid "Failed to execute file \"%s\"" msgstr "\"%s\" файлын орындау қатесі" @@ -900,12 +904,12 @@ msgstr "Файл аты" #: ../thunar/thunar-file.c:1071 ../thunar/thunar-gio-extensions.c:255 -#: ../thunar/thunar-shortcuts-model.c:1039 +#: ../thunar/thunar-shortcuts-model.c:1047 msgid "Trash" msgstr "Қоқыс шелегі" #: ../thunar/thunar-file.c:1078 ../thunar/thunar-gio-extensions.c:253 -#: ../thunar/thunar-shortcuts-model.c:928 ../thunar/thunar-window.c:376 +#: ../thunar/thunar-shortcuts-model.c:936 ../thunar/thunar-window.c:376 msgid "File System" msgstr "Файлдық жүйе" @@ -995,32 +999,32 @@ msgid "Icon view" msgstr "Таңбашалар көрінісі" -#: ../thunar/thunar-io-jobs.c:180 ../thunar/thunar-io-jobs.c:334 +#: ../thunar/thunar-io-jobs.c:181 ../thunar/thunar-io-jobs.c:336 #, c-format msgid "The file \"%s\" already exists" msgstr "\"%s\" файлы бар болып тұр" -#: ../thunar/thunar-io-jobs.c:203 +#: ../thunar/thunar-io-jobs.c:204 #, c-format msgid "Failed to create empty file \"%s\": %s" msgstr "\"%s\" бос файлын құру сәтсіз аяқталды: %s" -#: ../thunar/thunar-io-jobs.c:357 +#: ../thunar/thunar-io-jobs.c:359 #, c-format msgid "Failed to create directory \"%s\": %s" msgstr "\"%s\" бумасын жасау сәтсіз аяқталды: %s" #. tell the user that we're preparing to unlink the files -#: ../thunar/thunar-io-jobs.c:423 +#: ../thunar/thunar-io-jobs.c:426 msgid "Preparing..." msgstr "Дайындау..." -#: ../thunar/thunar-io-jobs.c:499 +#: ../thunar/thunar-io-jobs.c:504 #, c-format msgid "Could not delete file \"%s\": %s" msgstr "\"%s\" файлын өшіру қатесі: %s" -#: ../thunar/thunar-io-jobs.c:600 +#: ../thunar/thunar-io-jobs.c:605 #, c-format msgid "Could not create symbolic link to \"%s\" because it is not a local file" msgstr "" @@ -1028,17 +1032,17 @@ "файл емес" #. generate a useful error message -#: ../thunar/thunar-io-jobs.c:959 +#: ../thunar/thunar-io-jobs.c:980 #, c-format msgid "Failed to change the owner of \"%s\": %s" msgstr "\"%s\" файл иесін өзгерту сәтсіз аяқталды: %s" -#: ../thunar/thunar-io-jobs.c:960 +#: ../thunar/thunar-io-jobs.c:981 #, c-format msgid "Failed to change the group of \"%s\": %s" msgstr "\"%s\" файл тобын өзгерту сәтсіз аяқталды: %s" -#: ../thunar/thunar-io-jobs.c:1114 +#: ../thunar/thunar-io-jobs.c:1136 #, c-format msgid "Failed to change the permissions of \"%s\": %s" msgstr "\"%s\" рұқсат рұқсаттарын өзгерту сәтсіз аяқталды: %s" @@ -1069,7 +1073,7 @@ msgid "link %u to %s" msgstr "сілтеме %u, %s үшін" -#: ../thunar/thunar-job.c:247 +#: ../thunar/thunar-job.c:251 #, c-format msgid "" "The file \"%s\" already exists. Would you like to replace it?\n" @@ -1080,19 +1084,23 @@ "\n" "Алмастыруды қаласаңыз, ескі файл жоғалады." -#: ../thunar/thunar-job.c:327 +#: ../thunar/thunar-job.c:331 msgid "Do you want to overwrite it?" msgstr "Оны үстінен жазуды қалайсыз ба?" -#: ../thunar/thunar-job.c:381 +#: ../thunar/thunar-job.c:388 +msgid "Do you want to permanently delete it?" +msgstr "Оны толығымен өшіруді шынымен қалайсыз ба?" + +#: ../thunar/thunar-job.c:442 msgid "Do you want to create it?" msgstr "Оны жасауды қалайсыз ба?" -#: ../thunar/thunar-job.c:483 +#: ../thunar/thunar-job.c:544 msgid "Do you want to skip it?" msgstr "Оны аттап кетуді қалайсыз ба?" -#: ../thunar/thunar-job.c:532 +#: ../thunar/thunar-job.c:593 msgid "" "There is not enough space on the destination. Try to remove files to make " "space." @@ -1101,44 +1109,44 @@ "көріңіз." #. append the "Open in New Tab" menu action -#: ../thunar/thunar-launcher.c:177 ../thunar/thunar-launcher.c:854 +#: ../thunar/thunar-launcher.c:180 ../thunar/thunar-launcher.c:865 #: ../thunar/thunar-tree-view.c:1306 msgid "Open in New _Tab" msgstr "Жаңа _бетте ашу" #. append the "Open in New Window" menu action -#: ../thunar/thunar-launcher.c:178 ../thunar/thunar-launcher.c:848 +#: ../thunar/thunar-launcher.c:181 ../thunar/thunar-launcher.c:859 #: ../thunar/thunar-tree-view.c:1313 msgid "Open in New _Window" msgstr "Жаңа _терезеде ашу" -#: ../thunar/thunar-launcher.c:179 ../thunar/thunar-launcher.c:181 +#: ../thunar/thunar-launcher.c:182 ../thunar/thunar-launcher.c:184 msgid "Open With Other _Application..." msgstr "Б_асқа қолданбамен ашу..." -#: ../thunar/thunar-launcher.c:179 ../thunar/thunar-launcher.c:181 -#: ../thunar/thunar-launcher.c:954 +#: ../thunar/thunar-launcher.c:182 ../thunar/thunar-launcher.c:184 +#: ../thunar/thunar-launcher.c:965 msgid "Choose another application with which to open the selected file" msgstr "Ерекшеленген файлды ашу үшін басқа қолданбаны таңдау" -#: ../thunar/thunar-launcher.c:673 +#: ../thunar/thunar-launcher.c:684 #, c-format msgid "Failed to open file \"%s\"" msgstr "\"%s\" файлын ашу сәтсіз" #. we can just tell that n files failed to open -#: ../thunar/thunar-launcher.c:679 +#: ../thunar/thunar-launcher.c:690 #, c-format msgid "Failed to open %d file" msgid_plural "Failed to open %d files" msgstr[0] "%d файлды ашу сәтсіз" msgstr[1] "%d файлды ашу сәтсіз" -#: ../thunar/thunar-launcher.c:718 +#: ../thunar/thunar-launcher.c:729 msgid "Are you sure you want to open all folders?" msgstr "Барлық бумаларды ашуды шынымен қалайсыз ба?" -#: ../thunar/thunar-launcher.c:720 +#: ../thunar/thunar-launcher.c:731 #, c-format msgid "This will open %d separate file manager window." msgid_plural "This will open %d separate file manager windows." @@ -1147,7 +1155,7 @@ msgstr[1] "" "Бұл әрекет нәтижесінде файл басқарушысының %d жаңа терезесі ашылады." -#: ../thunar/thunar-launcher.c:724 +#: ../thunar/thunar-launcher.c:735 #, c-format msgid "Open %d New Window" msgid_plural "Open %d New Windows" @@ -1155,14 +1163,14 @@ msgstr[1] "Жаңа %d терезені ашу" #. turn "Open New Window" into "Open in n New Windows" -#: ../thunar/thunar-launcher.c:821 +#: ../thunar/thunar-launcher.c:832 #, c-format msgid "Open in %d New _Window" msgid_plural "Open in %d New _Windows" msgstr[0] "Жаңа %d _терезеде ашу" msgstr[1] "Жаңа %d _терезеде ашу" -#: ../thunar/thunar-launcher.c:822 +#: ../thunar/thunar-launcher.c:833 #, c-format msgid "Open the selected directory in %d new window" msgid_plural "Open the selected directories in %d new windows" @@ -1170,100 +1178,100 @@ msgstr[1] "Ерекшеленген бумаларды жаңа %d терезеде ашу" #. turn "Open in New Tab" into "Open in x New Tabs" -#: ../thunar/thunar-launcher.c:833 +#: ../thunar/thunar-launcher.c:844 #, c-format msgid "Open in %d New _Tab" msgid_plural "Open in %d New _Tabs" msgstr[0] "Жаңа %d _бетте ашу" msgstr[1] "Жаңа %d _бетте ашу" -#: ../thunar/thunar-launcher.c:834 +#: ../thunar/thunar-launcher.c:845 #, c-format msgid "Open the selected directory in %d new tab" msgid_plural "Open the selected directories in %d new tabs" msgstr[0] "Таңдалған буманы жаңа %d бетте ашу" msgstr[1] "Таңдалған бумаларды жаңа %d бетте ашу" -#: ../thunar/thunar-launcher.c:849 +#: ../thunar/thunar-launcher.c:860 msgid "Open the selected directory in a new window" msgstr "Ерекшеленген буманы жаңа терезеде ашу" -#: ../thunar/thunar-launcher.c:855 +#: ../thunar/thunar-launcher.c:866 msgid "Open the selected directory in a new tab" msgstr "Таңдалған буманы жаңа бетте ашу" #. set tooltip that makes sence -#: ../thunar/thunar-launcher.c:860 +#: ../thunar/thunar-launcher.c:871 msgid "Open the selected directory" msgstr "Таңдалған буманы ашу" -#: ../thunar/thunar-launcher.c:903 +#: ../thunar/thunar-launcher.c:914 msgid "_Execute" msgstr "Оры_ндау" -#: ../thunar/thunar-launcher.c:905 +#: ../thunar/thunar-launcher.c:916 msgid "Execute the selected file" msgid_plural "Execute the selected files" msgstr[0] "Ерекшеленген файлды орындау" msgstr[1] "Ерекшеленген файлдарды орындау" -#: ../thunar/thunar-launcher.c:915 +#: ../thunar/thunar-launcher.c:926 msgid "Open the selected file" msgid_plural "Open the selected files" msgstr[0] "Ерекшеленген файлды ашу" msgstr[1] "Ерекшеленген файлдарды ашу" #. turn the "Open" action into "Open With DEFAULT" -#: ../thunar/thunar-launcher.c:923 +#: ../thunar/thunar-launcher.c:934 #, c-format msgid "_Open With \"%s\"" msgstr "\"%s\" _көмегімен ашу " -#: ../thunar/thunar-launcher.c:924 ../thunar/thunar-launcher.c:1022 +#: ../thunar/thunar-launcher.c:935 ../thunar/thunar-launcher.c:1033 #, c-format msgid "Use \"%s\" to open the selected file" msgid_plural "Use \"%s\" to open the selected files" msgstr[0] "Ерекшеленген файлды ашу үшін \"%s\" қолдану" msgstr[1] "Ерекшеленген файлдарды ашу үшін \"%s\" қолдану" -#: ../thunar/thunar-launcher.c:953 +#: ../thunar/thunar-launcher.c:964 msgid "_Open With Other Application..." msgstr "Ба_сқа қолданбамен ашу..." -#: ../thunar/thunar-launcher.c:962 +#: ../thunar/thunar-launcher.c:973 msgid "_Open With Default Applications" msgstr "Бас_тапқы қолданбамен ашу" -#: ../thunar/thunar-launcher.c:963 +#: ../thunar/thunar-launcher.c:974 msgid "Open the selected file with the default application" msgid_plural "Open the selected files with the default applications" msgstr[0] "Ерекшеленген файлды бастапқы қолданбамен ашу" msgstr[1] "Ерекшеленген файлдарды бастапқы қолданбамен ашу" -#: ../thunar/thunar-launcher.c:1021 +#: ../thunar/thunar-launcher.c:1032 #, c-format msgid "Open With \"%s\"" msgstr "\"%s\" көмегімен ашу" -#: ../thunar/thunar-launcher.c:1598 ../thunar/thunar-shortcuts-view.c:1744 -#: ../thunar/thunar-shortcuts-view.c:1981 ../thunar/thunar-tree-view.c:2098 +#: ../thunar/thunar-launcher.c:1609 ../thunar/thunar-shortcuts-view.c:1783 +#: ../thunar/thunar-shortcuts-view.c:2020 ../thunar/thunar-tree-view.c:2098 #, c-format msgid "Failed to mount \"%s\"" msgstr "\"%s\" тіркеу қатесі" -#: ../thunar/thunar-launcher.c:1719 +#: ../thunar/thunar-launcher.c:1730 msgid "Desktop (Create Link)" msgid_plural "Desktop (Create Links)" msgstr[0] "Жұмыс үстелі (Сілтеме жасау)" msgstr[1] "Жұмыс үстелі (Сілтеме жасау)" -#: ../thunar/thunar-launcher.c:1720 +#: ../thunar/thunar-launcher.c:1731 msgid "Create a link to the selected file on the desktop" msgid_plural "Create links to the selected files on the desktop" msgstr[0] "Ерекшеленген файл үшін жұмыс үстелінде жарлықты жасау" msgstr[1] "Ерекшеленген файлдар үшін жұмыс үстелінде жарлықтарды жасау" -#: ../thunar/thunar-launcher.c:1756 ../thunar/thunar-launcher.c:1812 +#: ../thunar/thunar-launcher.c:1767 ../thunar/thunar-launcher.c:1824 #, c-format msgid "Send the selected file to \"%s\"" msgid_plural "Send the selected files to \"%s\"" @@ -1373,12 +1381,12 @@ msgstr "%s, %s" #: ../thunar/thunar-location-buttons.c:185 -#: ../thunar/thunar-shortcuts-view.c:1113 +#: ../thunar/thunar-shortcuts-view.c:1126 msgid "Open in New Tab" msgstr "Жаңа бетте ашу" #: ../thunar/thunar-location-buttons.c:186 -#: ../thunar/thunar-shortcuts-view.c:1121 +#: ../thunar/thunar-shortcuts-view.c:1134 msgid "Open in New Window" msgstr "Жаңа терезеде ашу" @@ -1609,15 +1617,15 @@ msgid "Varying (no change)" msgstr "Түрлі (өзгеріссіз)" -#: ../thunar/thunar-permissions-chooser.c:1134 +#: ../thunar/thunar-permissions-chooser.c:1129 msgid "Correct folder permissions automatically?" msgstr "Бума рұқсаттарын автодұрыстау керек пе?" -#: ../thunar/thunar-permissions-chooser.c:1136 +#: ../thunar/thunar-permissions-chooser.c:1131 msgid "Correct _folder permissions" msgstr "Бума рұқсат_тарын автодұрыстау" -#: ../thunar/thunar-permissions-chooser.c:1138 +#: ../thunar/thunar-permissions-chooser.c:1133 msgid "" "The folder permissions will be reset to a consistent state. Only users " "allowed to read the contents of this folder will be allowed to enter the " @@ -1626,106 +1634,106 @@ "Бума рұқсаттары автотүзетіледі. Оны кем дегенде оқу рұқсаты бар " "пайдаланушылар ғана аша алады." -#: ../thunar/thunar-preferences-dialog.c:249 +#: ../thunar/thunar-preferences-dialog.c:250 msgid "File Manager Preferences" msgstr "Файлдар басқарушысының баптаулары" #. Display -#: ../thunar/thunar-preferences-dialog.c:266 +#: ../thunar/thunar-preferences-dialog.c:275 msgid "Display" msgstr "Дисплей" -#: ../thunar/thunar-preferences-dialog.c:276 +#: ../thunar/thunar-preferences-dialog.c:285 msgid "Default View" msgstr "Бастапқы көрінісі" -#: ../thunar/thunar-preferences-dialog.c:289 +#: ../thunar/thunar-preferences-dialog.c:298 msgid "View _new folders using:" msgstr "Жаңа б_умаларды қалайша көрсету:" -#: ../thunar/thunar-preferences-dialog.c:295 -#: ../thunar/thunar-preferences-dialog.c:342 +#: ../thunar/thunar-preferences-dialog.c:304 +#: ../thunar/thunar-preferences-dialog.c:351 msgid "Icon View" msgstr "Таңбашалар көрінісі" -#: ../thunar/thunar-preferences-dialog.c:296 +#: ../thunar/thunar-preferences-dialog.c:305 msgid "Detailed List View" msgstr "Толық тізім көрінісі" -#: ../thunar/thunar-preferences-dialog.c:297 +#: ../thunar/thunar-preferences-dialog.c:306 msgid "Compact List View" msgstr "Ықшам тізім көрінісі" -#: ../thunar/thunar-preferences-dialog.c:298 +#: ../thunar/thunar-preferences-dialog.c:307 msgid "Last Active View" msgstr "Соңғы белсенді көрінісі" -#: ../thunar/thunar-preferences-dialog.c:307 +#: ../thunar/thunar-preferences-dialog.c:316 msgid "Show thumbnails:" msgstr "Үлгілерін көрсету:" -#: ../thunar/thunar-preferences-dialog.c:313 +#: ../thunar/thunar-preferences-dialog.c:322 msgid "Never" msgstr "Ешқашан" -#: ../thunar/thunar-preferences-dialog.c:314 +#: ../thunar/thunar-preferences-dialog.c:323 msgid "Local Files Only" msgstr "Тек жергілікті файлдар" -#: ../thunar/thunar-preferences-dialog.c:315 +#: ../thunar/thunar-preferences-dialog.c:324 msgid "Always" msgstr "Әрқашан" -#: ../thunar/thunar-preferences-dialog.c:324 +#: ../thunar/thunar-preferences-dialog.c:333 msgid "Sort _folders before files" msgstr "Бу_маларды файлдардың алдына қою" -#: ../thunar/thunar-preferences-dialog.c:326 +#: ../thunar/thunar-preferences-dialog.c:335 msgid "" "Select this option to list folders before files when you sort a folder." msgstr "" "Бұл опцияны таңдасаңыз, бума құрамасы сұрыпталған кезде бумалар файлдардың " "алдында тұрады." -#: ../thunar/thunar-preferences-dialog.c:331 +#: ../thunar/thunar-preferences-dialog.c:340 msgid "Show file size in binary format" msgstr "Файл өлшемін екілік пішімде көрсету" -#: ../thunar/thunar-preferences-dialog.c:333 +#: ../thunar/thunar-preferences-dialog.c:342 msgid "" "Select this option to show file size in binary format instead of decimal." msgstr "" "Файл өлшемін ондық түрдің орнына екілік түрінде көрсету үшін бұл опцияны " "таңдаңыз." -#: ../thunar/thunar-preferences-dialog.c:355 +#: ../thunar/thunar-preferences-dialog.c:364 msgid "_Text beside icons" msgstr "Мә_тін таңбашалардың қасында" -#: ../thunar/thunar-preferences-dialog.c:357 +#: ../thunar/thunar-preferences-dialog.c:366 msgid "" "Select this option to place the icon captions for items beside the icon " "rather than below the icon." msgstr "" "Бұл опцияны таңдасаңыз, мәтін таңбашалардың астында емес, қасында тұрады." -#: ../thunar/thunar-preferences-dialog.c:367 +#: ../thunar/thunar-preferences-dialog.c:376 msgid "Date" msgstr "Уақыты" -#: ../thunar/thunar-preferences-dialog.c:380 +#: ../thunar/thunar-preferences-dialog.c:389 #: ../plugins/thunar-sbr/thunar-sbr-date-renamer.c:214 msgid "_Format:" msgstr "Пі_шімі:" #. TRANSLATORS: custom date format -#: ../thunar/thunar-preferences-dialog.c:393 +#: ../thunar/thunar-preferences-dialog.c:402 msgid "Custom" msgstr "Таңдауыңызша" #. TRANSLATORS: Please do not translate the first column (specifiers), #. 'strftime' and of course '\n' -#: ../thunar/thunar-preferences-dialog.c:403 +#: ../thunar/thunar-preferences-dialog.c:412 msgid "" "Custom date format to apply.\n" "\n" @@ -1752,73 +1760,73 @@ "Толық тізімі үшін 'strftime' man-парақшасын қараңыз." #. Side Pane -#: ../thunar/thunar-preferences-dialog.c:421 +#: ../thunar/thunar-preferences-dialog.c:430 msgid "Side Pane" msgstr "Бүйір панелі" -#: ../thunar/thunar-preferences-dialog.c:431 +#: ../thunar/thunar-preferences-dialog.c:440 msgid "Shortcuts Pane" msgstr "Жарлықтар панелі" -#: ../thunar/thunar-preferences-dialog.c:444 +#: ../thunar/thunar-preferences-dialog.c:453 msgid "_Icon Size:" msgstr "Б_елгішелер өлшемі:" -#: ../thunar/thunar-preferences-dialog.c:449 -#: ../thunar/thunar-preferences-dialog.c:497 +#: ../thunar/thunar-preferences-dialog.c:458 +#: ../thunar/thunar-preferences-dialog.c:506 msgid "16px" msgstr "16 пикс" -#: ../thunar/thunar-preferences-dialog.c:450 -#: ../thunar/thunar-preferences-dialog.c:498 +#: ../thunar/thunar-preferences-dialog.c:459 +#: ../thunar/thunar-preferences-dialog.c:507 msgid "24px" msgstr "24 пикс" -#: ../thunar/thunar-preferences-dialog.c:451 -#: ../thunar/thunar-preferences-dialog.c:499 +#: ../thunar/thunar-preferences-dialog.c:460 +#: ../thunar/thunar-preferences-dialog.c:508 msgid "32px" msgstr "32 пикс" -#: ../thunar/thunar-preferences-dialog.c:452 -#: ../thunar/thunar-preferences-dialog.c:500 +#: ../thunar/thunar-preferences-dialog.c:461 +#: ../thunar/thunar-preferences-dialog.c:509 msgid "48px" msgstr "48 пикс" -#: ../thunar/thunar-preferences-dialog.c:453 -#: ../thunar/thunar-preferences-dialog.c:501 +#: ../thunar/thunar-preferences-dialog.c:462 +#: ../thunar/thunar-preferences-dialog.c:510 msgid "64px" msgstr "64 пикс" -#: ../thunar/thunar-preferences-dialog.c:454 -#: ../thunar/thunar-preferences-dialog.c:502 +#: ../thunar/thunar-preferences-dialog.c:463 +#: ../thunar/thunar-preferences-dialog.c:511 msgid "96px" msgstr "96 пикс" -#: ../thunar/thunar-preferences-dialog.c:455 -#: ../thunar/thunar-preferences-dialog.c:503 +#: ../thunar/thunar-preferences-dialog.c:464 +#: ../thunar/thunar-preferences-dialog.c:512 msgid "128px" msgstr "128 пикс" -#: ../thunar/thunar-preferences-dialog.c:456 -#: ../thunar/thunar-preferences-dialog.c:504 +#: ../thunar/thunar-preferences-dialog.c:465 +#: ../thunar/thunar-preferences-dialog.c:513 msgid "160px" msgstr "160 пикс" -#: ../thunar/thunar-preferences-dialog.c:457 -#: ../thunar/thunar-preferences-dialog.c:505 +#: ../thunar/thunar-preferences-dialog.c:466 +#: ../thunar/thunar-preferences-dialog.c:514 msgid "192px" msgstr "192 пикс" -#: ../thunar/thunar-preferences-dialog.c:458 -#: ../thunar/thunar-preferences-dialog.c:506 +#: ../thunar/thunar-preferences-dialog.c:467 +#: ../thunar/thunar-preferences-dialog.c:515 msgid "256px" msgstr "256 пикс" -#: ../thunar/thunar-preferences-dialog.c:467 +#: ../thunar/thunar-preferences-dialog.c:476 msgid "Show Icon _Emblems" msgstr "Таңбашалар _эмблемаларын көрсету" -#: ../thunar/thunar-preferences-dialog.c:469 +#: ../thunar/thunar-preferences-dialog.c:478 msgid "" "Select this option to display icon emblems in the shortcuts pane for all " "folders for which emblems have been defined in the folders properties " @@ -1827,19 +1835,19 @@ "Бұл опцияны таңдасаңыз, бетбелгілер панеліндегі таңбашалар үшін эмблемалар " "көрсетіледі." -#: ../thunar/thunar-preferences-dialog.c:479 +#: ../thunar/thunar-preferences-dialog.c:488 msgid "Tree Pane" msgstr "Ағаш" -#: ../thunar/thunar-preferences-dialog.c:492 +#: ../thunar/thunar-preferences-dialog.c:501 msgid "Icon _Size:" msgstr "Таң_баша өлшемі:" -#: ../thunar/thunar-preferences-dialog.c:515 +#: ../thunar/thunar-preferences-dialog.c:524 msgid "Show Icon E_mblems" msgstr "Таңбашалар _эмблемаларын көрсету" -#: ../thunar/thunar-preferences-dialog.c:517 +#: ../thunar/thunar-preferences-dialog.c:526 msgid "" "Select this option to display icon emblems in the tree pane for all folders " "for which emblems have been defined in the folders properties dialog." @@ -1848,19 +1856,19 @@ "көрсетіледі." #. Behavior -#: ../thunar/thunar-preferences-dialog.c:527 +#: ../thunar/thunar-preferences-dialog.c:536 msgid "Behavior" msgstr "Мінез-құлығы" -#: ../thunar/thunar-preferences-dialog.c:537 +#: ../thunar/thunar-preferences-dialog.c:546 msgid "Navigation" msgstr "Навигация" -#: ../thunar/thunar-preferences-dialog.c:550 +#: ../thunar/thunar-preferences-dialog.c:559 msgid "_Single click to activate items" msgstr "Э_лементерді белсенді қылу үшін бір шертуді қолдану" -#: ../thunar/thunar-preferences-dialog.c:566 +#: ../thunar/thunar-preferences-dialog.c:575 msgid "" "Specify the d_elay before an item gets selected\n" "when the mouse pointer is paused over it:" @@ -1868,7 +1876,7 @@ "Тышқан курсоры үстінде тоқтаған кезде элемент б_елсенді\n" "болуға дейінгі өтетін уақыт аралығын көрсетіңіз:" -#: ../thunar/thunar-preferences-dialog.c:579 +#: ../thunar/thunar-preferences-dialog.c:588 msgid "" "When single-click activation is enabled, pausing the mouse pointer over an " "item will automatically select that item after the chosen delay. You can " @@ -1883,41 +1891,41 @@ "немесе элементтерді белсенді қылмай-ақ ерекшелегіңіз келетін кезінде пайдалы" " болуы мүмкін." -#: ../thunar/thunar-preferences-dialog.c:598 +#: ../thunar/thunar-preferences-dialog.c:607 msgid "Disabled" msgstr "Сөндірулі" -#: ../thunar/thunar-preferences-dialog.c:604 +#: ../thunar/thunar-preferences-dialog.c:613 msgid "Medium" msgstr "Орташа" -#: ../thunar/thunar-preferences-dialog.c:609 +#: ../thunar/thunar-preferences-dialog.c:618 msgid "Long" msgstr "Ұзақ" -#: ../thunar/thunar-preferences-dialog.c:615 +#: ../thunar/thunar-preferences-dialog.c:624 msgid "_Double click to activate items" msgstr "Эл_ементтерді белсенді қылу үшін қос шертуді қолдану" -#: ../thunar/thunar-preferences-dialog.c:626 +#: ../thunar/thunar-preferences-dialog.c:635 msgid "Tabs instead of new Windows" msgstr "Жаңа терезелер орнына беттер" -#: ../thunar/thunar-preferences-dialog.c:639 +#: ../thunar/thunar-preferences-dialog.c:648 msgid "Open folders in new tabs on middle click" msgstr "Бумаларды орта шертумен жаңа беттерде ашу" -#: ../thunar/thunar-preferences-dialog.c:641 +#: ../thunar/thunar-preferences-dialog.c:650 msgid "" "Select this option to open a new tab on middle click instead of a new window" msgstr "" "Орта шертумен жаңа терезеде емес, жаңа бетте ашу үшін бұл опцияны таңдаңыз" -#: ../thunar/thunar-preferences-dialog.c:645 +#: ../thunar/thunar-preferences-dialog.c:654 msgid "Open new thunar instances as tabs" msgstr "Жаңа thunar даналарын беттер ретінде ашу" -#: ../thunar/thunar-preferences-dialog.c:647 +#: ../thunar/thunar-preferences-dialog.c:656 msgid "" "Select this option to open new thunar instances as tabs in an existing " "thunar window" @@ -1925,28 +1933,28 @@ "Жаңа thunar даналарын бар болып тұрған thunar терезелерінде беттер ретінде " "ашу үшін, бұл опцияны таңдаңыз" -#: ../thunar/thunar-preferences-dialog.c:658 +#: ../thunar/thunar-preferences-dialog.c:667 msgid "Context Menu" msgstr "Контекст мәзірі" -#: ../thunar/thunar-preferences-dialog.c:670 +#: ../thunar/thunar-preferences-dialog.c:679 msgid "Show action to permanently delete files and folders" msgstr "Файлдар және бумаларды толығымен өшіру әрекетін көрсету" -#: ../thunar/thunar-preferences-dialog.c:672 +#: ../thunar/thunar-preferences-dialog.c:681 msgid "Select this option to show the 'Delete' action in the context menu" msgstr "Контекст мәзірінде \"Өшіру\" әрекетін көрсету үшін бұл опцияны таңдаңыз" #. Advanced -#: ../thunar/thunar-preferences-dialog.c:681 +#: ../thunar/thunar-preferences-dialog.c:690 msgid "Advanced" msgstr "Кеңейтілген" -#: ../thunar/thunar-preferences-dialog.c:691 +#: ../thunar/thunar-preferences-dialog.c:700 msgid "Folder Permissions" msgstr "Бума рұқсаттары" -#: ../thunar/thunar-preferences-dialog.c:704 +#: ../thunar/thunar-preferences-dialog.c:713 msgid "" "When changing the permissions of a folder, you\n" "can also apply the changes to the contents of the\n" @@ -1956,28 +1964,28 @@ "сол буманың құрамасына да іске асыра аласыз.\n" "Негізгі ретінде біреуін таңдаңыз:" -#: ../thunar/thunar-preferences-dialog.c:713 +#: ../thunar/thunar-preferences-dialog.c:722 msgid "Ask every time" msgstr "Әрқашан сұрау" -#: ../thunar/thunar-preferences-dialog.c:714 +#: ../thunar/thunar-preferences-dialog.c:723 msgid "Apply to Folder Only" msgstr "Тек бумалар үшін іске асыру" -#: ../thunar/thunar-preferences-dialog.c:715 +#: ../thunar/thunar-preferences-dialog.c:724 msgid "Apply to Folder and Contents" msgstr "Бумалар мен құрамасы үшін іске асыру" -#: ../thunar/thunar-preferences-dialog.c:726 +#: ../thunar/thunar-preferences-dialog.c:735 msgid "Volume Management" msgstr "Бөлімдерді басқару" #. add check button to enable/disable auto mounting -#: ../thunar/thunar-preferences-dialog.c:743 +#: ../thunar/thunar-preferences-dialog.c:752 msgid "Enable _Volume Management" msgstr "Бөлі_мдерді басқаруды іске қосу" -#: ../thunar/thunar-preferences-dialog.c:753 +#: ../thunar/thunar-preferences-dialog.c:762 msgid "" "Configure the management of removable drives,\n" "devices and media." @@ -1985,11 +1993,11 @@ "Осында сіз ауыстырмалы тасушылар,\n" "құрылғылар және медианы баптай аласыз." -#: ../thunar/thunar-preferences-dialog.c:768 +#: ../thunar/thunar-preferences-dialog.c:777 msgid "Missing dependencies" msgstr "Жоқ болып тұрған тәуелділіктер" -#: ../thunar/thunar-preferences-dialog.c:776 +#: ../thunar/thunar-preferences-dialog.c:785 msgid "" "It looks like gvfs is not available.\n" "Important features including trash support,\n" @@ -2004,7 +2012,7 @@ #. tell the user that we failed to come up with the thunar-volman #. configuration dialog -#: ../thunar/thunar-preferences-dialog.c:850 +#: ../thunar/thunar-preferences-dialog.c:859 msgid "Failed to display the volume management settings" msgstr "Бөлімдерді басқару баптауларын көрсету сәтсіз аяқталды" @@ -2145,7 +2153,7 @@ msgid "Clear the file list below" msgstr "Төмендегі файлдар тізімін тазарту" -#: ../thunar/thunar-renamer-dialog.c:195 ../thunar/thunar-window.c:382 +#: ../thunar/thunar-renamer-dialog.c:195 ../thunar/thunar-window.c:383 msgid "_About" msgstr "Осы т_уралы" @@ -2159,7 +2167,7 @@ #: ../thunar/thunar-renamer-dialog.c:351 #: ../thunar/thunar-renamer-dialog.c:1832 -#: ../Thunar-bulk-rename.desktop.in.in.h:2 +#: ../thunar-bulk-rename.desktop.in.in.h:2 msgid "Rename Multiple Files" msgstr "Бірнеше файлдардың атын ауыстыру" @@ -2225,7 +2233,7 @@ #. just popup the about dialog #: ../thunar/thunar-renamer-dialog.c:1215 -#: ../Thunar-bulk-rename.desktop.in.in.h:1 +#: ../thunar-bulk-rename.desktop.in.in.h:1 msgid "Bulk Rename" msgstr "Thunar топтап атын ауыстыру" @@ -2286,94 +2294,94 @@ msgstr "" "Осы файлды аттап өтіп, қалған файлдардың аттарын ауыстыруды қалайсыз ба?" -#: ../thunar/thunar-shortcuts-model.c:629 +#: ../thunar/thunar-shortcuts-model.c:632 #: ../plugins/thunar-tpa/thunar-tpa.c:284 msgid "Trash is empty" msgstr "Қоқыс шелегі бос" -#: ../thunar/thunar-shortcuts-model.c:633 +#: ../thunar/thunar-shortcuts-model.c:636 #, c-format msgid "Trash contains %d file" msgid_plural "Trash contains %d files" msgstr[0] "Қоқыс шелегінде %d файл бар" msgstr[1] "Қоқыс шелегінде %d файл бар" -#: ../thunar/thunar-shortcuts-model.c:922 +#: ../thunar/thunar-shortcuts-model.c:930 msgid "DEVICES" msgstr "ҚҰРЫЛҒЫЛАР" -#: ../thunar/thunar-shortcuts-model.c:964 +#: ../thunar/thunar-shortcuts-model.c:972 msgid "NETWORK" msgstr "ЖЕЛІ" -#: ../thunar/thunar-shortcuts-model.c:970 +#: ../thunar/thunar-shortcuts-model.c:978 msgid "Browse Network" msgstr "Желіні шолу" -#: ../thunar/thunar-shortcuts-model.c:991 +#: ../thunar/thunar-shortcuts-model.c:999 msgid "PLACES" msgstr "ОРЫНДАР" -#: ../thunar/thunar-shortcuts-pane.c:399 +#: ../thunar/thunar-shortcuts-pane.c:411 msgid "Side Pane (Create Shortcut)" msgid_plural "Side Pane (Create Shortcuts)" msgstr[0] "Бүйір панелі (Жарлық жасау)" msgstr[1] "Бүйір панелі (Жарлық жасау)" -#: ../thunar/thunar-shortcuts-pane.c:401 +#: ../thunar/thunar-shortcuts-pane.c:413 msgid "Add the selected folder to the shortcuts side pane" msgid_plural "Add the selected folders to the shortcuts side pane" msgstr[0] "Ерекшеленген буманы бүйір бетбелгілерге қосу" msgstr[1] "Ерекшеленген бумаларды бүйір бетбелгілерге қосу" #. append the "Mount" menu action -#: ../thunar/thunar-shortcuts-view.c:1144 ../thunar/thunar-tree-view.c:1329 +#: ../thunar/thunar-shortcuts-view.c:1157 ../thunar/thunar-tree-view.c:1329 msgid "_Mount" msgstr "_Тіркеу" #. append the "Unmount" menu action -#: ../thunar/thunar-shortcuts-view.c:1152 ../thunar/thunar-tree-view.c:1335 +#: ../thunar/thunar-shortcuts-view.c:1165 ../thunar/thunar-tree-view.c:1335 msgid "_Unmount" msgstr "Тіркеуден _босату" #. append the "Eject" menu action -#: ../thunar/thunar-shortcuts-view.c:1160 ../thunar/thunar-tree-view.c:1341 +#: ../thunar/thunar-shortcuts-view.c:1173 ../thunar/thunar-tree-view.c:1341 msgid "_Eject" msgstr "_Шығару" -#: ../thunar/thunar-shortcuts-view.c:1179 +#: ../thunar/thunar-shortcuts-view.c:1192 msgid "Create _Shortcut" msgstr "Жар_лықты жасау" #. append the "Mount Volume" menu action -#: ../thunar/thunar-shortcuts-view.c:1204 ../thunar/thunar-tree-view.c:1350 +#: ../thunar/thunar-shortcuts-view.c:1217 ../thunar/thunar-tree-view.c:1350 msgid "Disconn_ect" msgstr "Байланысты ү_зу" -#: ../thunar/thunar-shortcuts-view.c:1282 +#: ../thunar/thunar-shortcuts-view.c:1295 msgid "_Remove Shortcut" msgstr "Жарлықты ө_шіру" -#: ../thunar/thunar-shortcuts-view.c:1300 +#: ../thunar/thunar-shortcuts-view.c:1313 msgid "Re_name Shortcut" msgstr "Жар_лық атын ауыстыру" -#: ../thunar/thunar-shortcuts-view.c:1606 +#: ../thunar/thunar-shortcuts-view.c:1645 #, c-format msgid "The path \"%s\" does not refer to a directory" msgstr "\"%s\" жолы бумаға сілтеп тұрған жоқ" #. display an error message to the user -#: ../thunar/thunar-shortcuts-view.c:1626 +#: ../thunar/thunar-shortcuts-view.c:1665 msgid "Failed to add new shortcut" msgstr "Жаңа жарлықты қосу сәтсіз аяқталды" -#: ../thunar/thunar-shortcuts-view.c:1908 ../thunar/thunar-tree-view.c:1966 +#: ../thunar/thunar-shortcuts-view.c:1947 ../thunar/thunar-tree-view.c:1966 #, c-format msgid "Failed to eject \"%s\"" msgstr "\"%s\" шығару сәтсіз аяқталды" -#: ../thunar/thunar-shortcuts-view.c:2050 ../thunar/thunar-tree-view.c:2021 +#: ../thunar/thunar-shortcuts-view.c:2089 ../thunar/thunar-tree-view.c:2021 #, c-format msgid "Failed to unmount \"%s\"" msgstr "\"%s\" тіркеуден босату сәтсіз аяқталды" @@ -2476,7 +2484,7 @@ msgid "Du_plicate" msgstr "Көші_рмесін жасау" -#: ../thunar/thunar-standard-view.c:414 ../thunar/thunar-standard-view.c:4570 +#: ../thunar/thunar-standard-view.c:414 ../thunar/thunar-standard-view.c:4603 msgid "Ma_ke Link" msgid_plural "Ma_ke Links" msgstr[0] "Сілте_ме жасау" @@ -2496,53 +2504,53 @@ msgid "Create _Document" msgstr "Құжат_ты жасау" -#: ../thunar/thunar-standard-view.c:1663 +#: ../thunar/thunar-standard-view.c:1666 msgid "Loading folder contents..." msgstr "Бума құрамасын оқу..." #. display an error to the user -#: ../thunar/thunar-standard-view.c:2264 ../thunar/thunar-window.c:2920 +#: ../thunar/thunar-standard-view.c:2278 ../thunar/thunar-window.c:2924 msgid "Failed to open the home folder" msgstr "Үй бумасын ашу сәтсіз аяқталды" -#: ../thunar/thunar-standard-view.c:2316 +#: ../thunar/thunar-standard-view.c:2330 msgid "New Empty File" msgstr "Жаңа бос файл" -#: ../thunar/thunar-standard-view.c:2317 +#: ../thunar/thunar-standard-view.c:2331 msgid "New Empty File..." msgstr "Жаңа бос файл..." -#: ../thunar/thunar-standard-view.c:2664 +#: ../thunar/thunar-standard-view.c:2678 msgid "Select by Pattern" msgstr "Үлгі бойынша таңдау" -#: ../thunar/thunar-standard-view.c:2669 +#: ../thunar/thunar-standard-view.c:2683 msgid "_Select" msgstr "Таң_дау" -#: ../thunar/thunar-standard-view.c:2678 +#: ../thunar/thunar-standard-view.c:2692 msgid "_Pattern:" msgstr "Ү_лгі:" #. tell the user that the file name provided by the X Direct Save source is #. invalid -#: ../thunar/thunar-standard-view.c:3266 +#: ../thunar/thunar-standard-view.c:3297 msgid "Invalid filename provided by XDS drag site" msgstr "XDS drag site ұсынған файл аты қате" #. display an error dialog to the user -#: ../thunar/thunar-standard-view.c:3456 +#: ../thunar/thunar-standard-view.c:3487 #, c-format msgid "Failed to create a link for the URL \"%s\"" msgstr "URL \"%s\" үшін сілтемені жасау сәтсіз" -#: ../thunar/thunar-standard-view.c:3906 ../thunar/thunar-window.c:3015 +#: ../thunar/thunar-standard-view.c:3937 ../thunar/thunar-window.c:3019 #, c-format msgid "Failed to open directory \"%s\"" msgstr "\"%s\" бумасын ашу сәтсіз" -#: ../thunar/thunar-standard-view.c:4518 +#: ../thunar/thunar-standard-view.c:4551 msgid "Prepare the selected file to be moved with a Paste command" msgid_plural "Prepare the selected files to be moved with a Paste command" msgstr[0] "" @@ -2550,7 +2558,7 @@ msgstr[1] "" "Ерекшеленген файлдарды Кірістіру командасы көмегімен жылжытуға дайындайды" -#: ../thunar/thunar-standard-view.c:4526 +#: ../thunar/thunar-standard-view.c:4559 msgid "Prepare the selected file to be copied with a Paste command" msgid_plural "Prepare the selected files to be copied with a Paste command" msgstr[0] "" @@ -2558,37 +2566,37 @@ msgstr[1] "" "Ерекшеленген файлдарды Кірістіру командасы көмегімен көшіруге дайындайды" -#: ../thunar/thunar-standard-view.c:4540 +#: ../thunar/thunar-standard-view.c:4573 msgid "Move the selected file to the Trash" msgid_plural "Move the selected files to the Trash" msgstr[0] "Таңдалған файлды қоқыс шелегіне тастау" msgstr[1] "Таңдалған файлдарды қоқыс шелегіне тастау" -#: ../thunar/thunar-standard-view.c:4549 +#: ../thunar/thunar-standard-view.c:4582 msgid "Permanently delete the selected file" msgid_plural "Permanently delete the selected files" msgstr[0] "Таңдалған файлды өшіру" msgstr[1] "Таңдалған файлдарды өшіру" -#: ../thunar/thunar-standard-view.c:4563 +#: ../thunar/thunar-standard-view.c:4596 msgid "Duplicate the selected file" msgid_plural "Duplicate each selected file" msgstr[0] "Ерекшеленген файлдың көшірмесін жасау" msgstr[1] "Ерекшеленген файлдардың көшірмесін жасау" -#: ../thunar/thunar-standard-view.c:4572 +#: ../thunar/thunar-standard-view.c:4605 msgid "Create a symbolic link for the selected file" msgid_plural "Create a symbolic link for each selected file" msgstr[0] "Ерекшеленген файлға символдық сілтеме жасау" msgstr[1] "Ерекшеленген файлдарға символдық сілтеме жасау" -#: ../thunar/thunar-standard-view.c:4580 +#: ../thunar/thunar-standard-view.c:4613 msgid "Rename the selected file" msgid_plural "Rename the selected files" msgstr[0] "Ерекшеленген файлдың атын ауыстыру" msgstr[1] "Ерекшеленген файлдардың атын ауыстыру" -#: ../thunar/thunar-standard-view.c:4588 +#: ../thunar/thunar-standard-view.c:4621 msgid "Restore the selected file" msgid_plural "Restore the selected files" msgstr[0] "Ерекшеленген файлды қалпына келтіру" @@ -2602,7 +2610,7 @@ msgid "No templates installed" msgstr "Үлгілер орнатылмаған" -#: ../thunar/thunar-transfer-job.c:823 +#: ../thunar/thunar-transfer-job.c:828 #, c-format msgid "" "Error while copying to \"%s\": %s more space is required to copy to the " @@ -2610,17 +2618,17 @@ msgstr "" "\"%s\" ішіне көшіру қатесі: Мақсат орналасуында тағы %s орын керек болып тұр" -#: ../thunar/thunar-transfer-job.c:873 +#: ../thunar/thunar-transfer-job.c:879 msgid "Collecting files..." msgstr "Файлдарды жинақтау..." #. update progress information -#: ../thunar/thunar-transfer-job.c:910 +#: ../thunar/thunar-transfer-job.c:916 #, c-format msgid "Trying to restore \"%s\"" msgstr "\"%s\" қалпына келтіру талабы" -#: ../thunar/thunar-transfer-job.c:938 +#: ../thunar/thunar-transfer-job.c:945 #, c-format msgid "" "The folder \"%s\" does not exist anymore but is required to restore the file" @@ -2629,43 +2637,43 @@ "\"%s\" бумасы жоқ болып тұр, бірақ ол қоқыс шелегінен \"%s\" файлын қалпына " "келтіру үшін керек" -#: ../thunar/thunar-transfer-job.c:963 +#: ../thunar/thunar-transfer-job.c:971 #, c-format msgid "Failed to restore the folder \"%s\"" msgstr "\"%s\" бумасын қалпына келтіру сәтсіз аяқталды" #. update progress information -#: ../thunar/thunar-transfer-job.c:983 +#: ../thunar/thunar-transfer-job.c:992 #, c-format msgid "Trying to move \"%s\"" msgstr "\"%s\" жылжыту талабы" #. update progress information -#: ../thunar/thunar-transfer-job.c:1012 +#: ../thunar/thunar-transfer-job.c:1064 #, c-format msgid "Could not move \"%s\" directly. Collecting files for copying..." msgstr "\"%s\" тура жылжыту мүмкін емес. Көшіру үшін файлдарды жинау..." -#: ../thunar/thunar-transfer-job.c:1174 +#: ../thunar/thunar-transfer-job.c:1225 #, c-format msgid "%s of %s" msgstr "%s, барлығы %s" -#: ../thunar/thunar-transfer-job.c:1194 +#: ../thunar/thunar-transfer-job.c:1245 #, c-format msgid "%lu hour remaining (%s/sec)" msgid_plural "%lu hours remaining (%s/sec)" msgstr[0] "%lu сағат қалды (%s/сек)" msgstr[1] "%lu сағат қалды (%s/сек)" -#: ../thunar/thunar-transfer-job.c:1202 +#: ../thunar/thunar-transfer-job.c:1253 #, c-format msgid "%lu minute remaining (%s/sec)" msgid_plural "%lu minutes remaining (%s/sec)" msgstr[0] "%lu минут қалды (%s/сек)" msgstr[1] "%lu минут қалды (%s/сек)" -#: ../thunar/thunar-transfer-job.c:1209 +#: ../thunar/thunar-transfer-job.c:1260 #, c-format msgid "%lu second remaining (%s/sec)" msgid_plural "%lu seconds remaining (%s/sec)" @@ -2908,138 +2916,138 @@ msgid "Specify a location to open" msgstr "Ашу үшін жолды көрсетіңіз" -#: ../thunar/thunar-window.c:381 +#: ../thunar/thunar-window.c:382 msgid "_Contents" msgstr "Құрама_сы" -#: ../thunar/thunar-window.c:381 +#: ../thunar/thunar-window.c:382 msgid "Display Thunar user manual" msgstr "Thunar пайдаланушы нұсқауын көрсету" -#: ../thunar/thunar-window.c:382 +#: ../thunar/thunar-window.c:383 msgid "Display information about Thunar" msgstr "Thunar туралы ақпаратты көрсету" -#: ../thunar/thunar-window.c:387 +#: ../thunar/thunar-window.c:388 msgid "Show _Hidden Files" msgstr "Жас_ырын файлдарды көрсету" -#: ../thunar/thunar-window.c:387 +#: ../thunar/thunar-window.c:388 msgid "Toggles the display of hidden files in the current window" msgstr "Ағымдағы терезеде жасырын файлдарды көрсету/жасыру" -#: ../thunar/thunar-window.c:388 +#: ../thunar/thunar-window.c:389 msgid "_Pathbar Style" msgstr "_Жаңа көрінісі" -#: ../thunar/thunar-window.c:388 +#: ../thunar/thunar-window.c:389 msgid "Modern approach with buttons that correspond to folders" msgstr "Бумаларды белгілейтін батырмалары бар жаңа көрінісі" -#: ../thunar/thunar-window.c:389 +#: ../thunar/thunar-window.c:390 msgid "_Toolbar Style" msgstr "П_анель стилі" -#: ../thunar/thunar-window.c:389 +#: ../thunar/thunar-window.c:390 msgid "Traditional approach with location bar and navigation buttons" msgstr "Орналасу өрісі мен навигация батырмалары бар қалыпты көрінісі" -#: ../thunar/thunar-window.c:390 +#: ../thunar/thunar-window.c:391 msgid "_Shortcuts" msgstr "Жар_лықтар" -#: ../thunar/thunar-window.c:390 +#: ../thunar/thunar-window.c:391 msgid "Toggles the visibility of the shortcuts pane" msgstr "Жарлықтар панелін көрсету/жасыру" -#: ../thunar/thunar-window.c:391 +#: ../thunar/thunar-window.c:392 msgid "_Tree" msgstr "_Ағаш" -#: ../thunar/thunar-window.c:391 +#: ../thunar/thunar-window.c:392 msgid "Toggles the visibility of the tree pane" msgstr "Бүйір панеліндегі ағашты қосып/өшіреді" -#: ../thunar/thunar-window.c:392 +#: ../thunar/thunar-window.c:393 msgid "St_atusbar" msgstr "Қал_ып-күй жолағы" -#: ../thunar/thunar-window.c:392 +#: ../thunar/thunar-window.c:393 msgid "Change the visibility of this window's statusbar" msgstr "Бұл терезенің қалып-күй жолағын қосып/өшіреді" -#: ../thunar/thunar-window.c:393 +#: ../thunar/thunar-window.c:394 msgid "_Menubar" msgstr "_Мәзір жолағы" -#: ../thunar/thunar-window.c:393 +#: ../thunar/thunar-window.c:394 msgid "Change the visibility of this window's menubar" msgstr "Бұл терезенің мәзір жолағын іске қосып/өшіреді" #. * add view options -#: ../thunar/thunar-window.c:778 +#: ../thunar/thunar-window.c:779 msgid "View as _Icons" msgstr "Таң_башалар көрінісі" -#: ../thunar/thunar-window.c:778 +#: ../thunar/thunar-window.c:779 msgid "Display folder content in an icon view" msgstr "Бума құрамасын таңбашалар түрінде көрсету" -#: ../thunar/thunar-window.c:785 +#: ../thunar/thunar-window.c:786 msgid "View as _Detailed List" msgstr "_Толық тізім" -#: ../thunar/thunar-window.c:785 +#: ../thunar/thunar-window.c:786 msgid "Display folder content in a detailed list view" msgstr "Бума құрамасын толық тізім түрінде көрсету" -#: ../thunar/thunar-window.c:792 +#: ../thunar/thunar-window.c:793 msgid "View as _Compact List" msgstr "_Ықшам тізім" -#: ../thunar/thunar-window.c:792 +#: ../thunar/thunar-window.c:793 msgid "Display folder content in a compact list view" msgstr "Бума құрамасын ықшам тізім түрінде көрсету" #. add the label with the root warning -#: ../thunar/thunar-window.c:871 +#: ../thunar/thunar-window.c:872 msgid "Warning, you are using the root account, you may harm your system." msgstr "" "Ескерту, root тіркелгісін қолданудасыз, жүйеңізге зиян келтіре аласыз." -#: ../thunar/thunar-window.c:1869 +#: ../thunar/thunar-window.c:1873 msgid "Close tab" msgstr "Бетті жабу" -#: ../thunar/thunar-window.c:2120 +#: ../thunar/thunar-window.c:2124 #, c-format msgid "Open the location \"%s\"" msgstr "\"%s\" орналасуын ашу" -#: ../thunar/thunar-window.c:2334 +#: ../thunar/thunar-window.c:2338 #, c-format msgid "Failed to launch \"%s\"" msgstr "\"%s\" жөнелту қатесі" -#: ../thunar/thunar-window.c:2895 +#: ../thunar/thunar-window.c:2899 msgid "Failed to open parent folder" msgstr "Аталық бумасын ашу сәтсіз аяқталды" -#: ../thunar/thunar-window.c:2990 +#: ../thunar/thunar-window.c:2994 #, c-format msgid "The directory \"%s\" does not exist. Do you want to create it?" msgstr "\"%s\" бумасы жоқ болып тұр. Оны жасауды қалайсыз ба?" #. display the "About Templates" dialog -#: ../thunar/thunar-window.c:3076 +#: ../thunar/thunar-window.c:3080 msgid "About Templates" msgstr "Үлгілер туралы" -#: ../thunar/thunar-window.c:3098 +#: ../thunar/thunar-window.c:3102 msgid "All files in this folder will appear in the \"Create Document\" menu." msgstr "Осы бумадағы барлық файлдар \"Құжатты жасау\" мәзірінде көрсетіледі. " -#: ../thunar/thunar-window.c:3105 +#: ../thunar/thunar-window.c:3109 msgid "" "If you frequently create certain kinds of documents, make a copy of one and put it in this folder. Thunar will add an entry for this document in the \"Create Document\" menu.\n" "\n" @@ -3049,26 +3057,26 @@ "\n" "Осыдан кейін басқа бір бумада оң жақпен шертіп, \"Құжатты жасау\" мәзірінен файлды таңдасаңыз, көшірмесі сіз қарап тұрған бумаға түседі." -#: ../thunar/thunar-window.c:3117 +#: ../thunar/thunar-window.c:3121 msgid "Do _not display this message again" msgstr "Бұл хабаламаны е_нді көрсетпеу" #. display an error to the user -#: ../thunar/thunar-window.c:3147 +#: ../thunar/thunar-window.c:3151 msgid "Failed to open the file system root folder" msgstr "Файлдық жүйенің түбірлік бумасын шолу сәтсіз аяқталды" #. display an error to the user -#: ../thunar/thunar-window.c:3184 +#: ../thunar/thunar-window.c:3188 msgid "Failed to display the contents of the trash can" msgstr "Қоқыс шелегінің құрамасын көрсету сәтсіз аяқталды." #. display an error to the user -#: ../thunar/thunar-window.c:3221 +#: ../thunar/thunar-window.c:3225 msgid "Failed to browse the network" msgstr "Желіні шолу сәтсіз аяқталды" -#: ../thunar/thunar-window.c:3305 +#: ../thunar/thunar-window.c:3309 msgid "" "Thunar is a fast and easy to use file manager\n" "for the Xfce Desktop Environment." @@ -3077,8 +3085,7 @@ "және ыңғайлы файлдар басқарушысы." #. set window title -#: ../thunar/thunar-window.c:3363 ../Thunar.desktop.in.in.h:3 -#: ../thunar/thunar-settings.desktop.in.h:1 +#: ../thunar/thunar-window.c:3367 ../thunar.desktop.in.in.h:3 msgid "File Manager" msgstr "Файлдар басқарушысы" @@ -3272,7 +3279,7 @@ msgid "Con_vert to:" msgstr "Не_ге айналдыру:" -#: ../plugins/thunar-sbr/thunar-sbr-case-renamer.c:267 +#: ../plugins/thunar-sbr/thunar-sbr-case-renamer.c:266 msgid "Uppercase / Lowercase" msgstr "ҮЛКЕН / кіші әріптер" @@ -3472,21 +3479,21 @@ msgid "Search & Replace" msgstr "Іздеу мен алмастыру" -#: ../plugins/thunar-sendto-email/main.c:196 +#: ../plugins/thunar-sendto-email/main.c:217 #, c-format msgid "Send \"%s\" as compressed archive?" msgstr "\"%s\" сығылған түрінде жіберу керек пе?" -#: ../plugins/thunar-sendto-email/main.c:199 -#: ../plugins/thunar-sendto-email/main.c:218 +#: ../plugins/thunar-sendto-email/main.c:220 +#: ../plugins/thunar-sendto-email/main.c:239 msgid "Send _directly" msgstr "Т_ура жіберу" -#: ../plugins/thunar-sendto-email/main.c:200 +#: ../plugins/thunar-sendto-email/main.c:221 msgid "Send com_pressed" msgstr "С_ығылған түрінде жіберу" -#: ../plugins/thunar-sendto-email/main.c:202 +#: ../plugins/thunar-sendto-email/main.c:223 msgid "" "When sending a file via email, you can either choose to send the file " "directly, as is, or compress the file before attaching it to an email. It is" @@ -3496,18 +3503,18 @@ "қосу, не файлды алдымен архивке сығып, сол архивті қосу әрекеттерін таңдай " "аласыз. және Үлкен файлдарды архив түрінде жіберу қатаң түрде ұсынылады." -#: ../plugins/thunar-sendto-email/main.c:213 +#: ../plugins/thunar-sendto-email/main.c:234 #, c-format msgid "Send %d file as compressed archive?" msgid_plural "Send %d files as compressed archive?" msgstr[0] "%d файлды сығылған архив түрінде жіберу керек пе?" msgstr[1] "%d файлды сығылған архив түрінде жіберу керек пе?" -#: ../plugins/thunar-sendto-email/main.c:219 +#: ../plugins/thunar-sendto-email/main.c:240 msgid "Send as _archive" msgstr "Архи_в түрінде жіберу" -#: ../plugins/thunar-sendto-email/main.c:221 +#: ../plugins/thunar-sendto-email/main.c:242 msgid "" "When sending multiple files via email, you can either choose to send the " "files directly, attaching multiple files to an email, or send all files " @@ -3521,29 +3528,29 @@ #. allocate the progress dialog #. setup the label -#: ../plugins/thunar-sendto-email/main.c:270 -#: ../plugins/thunar-sendto-email/main.c:296 +#: ../plugins/thunar-sendto-email/main.c:291 +#: ../plugins/thunar-sendto-email/main.c:317 msgid "Compressing files..." msgstr "Файлдарды сығу..." #. tell the user that the command failed -#: ../plugins/thunar-sendto-email/main.c:321 +#: ../plugins/thunar-sendto-email/main.c:342 #, c-format msgid "ZIP command terminated with error %d" msgstr "ZIP командасы қатемен аяқталды: %d" -#: ../plugins/thunar-sendto-email/main.c:409 +#: ../plugins/thunar-sendto-email/main.c:430 msgid "Failed to create temporary directory" msgstr "Уақытша буманы жасау қатесі" -#: ../plugins/thunar-sendto-email/main.c:471 -#: ../plugins/thunar-sendto-email/main.c:482 +#: ../plugins/thunar-sendto-email/main.c:492 +#: ../plugins/thunar-sendto-email/main.c:503 #, c-format msgid "Failed to create symbolic link for \"%s\"" msgstr "\"%s\" үшін символдық сілтемені жасау қатемен аяқталды" #. tell the user that we failed to compress the file(s) -#: ../plugins/thunar-sendto-email/main.c:506 +#: ../plugins/thunar-sendto-email/main.c:527 #, c-format msgid "Failed to compress %d file" msgid_plural "Failed to compress %d files" @@ -3551,7 +3558,7 @@ msgstr[1] "%d файлды сығу сәтсіз" #. tell the user that we failed -#: ../plugins/thunar-sendto-email/main.c:657 +#: ../plugins/thunar-sendto-email/main.c:679 msgid "Failed to compose new email" msgstr "Жаңа email жазу қатемен аяқталды" @@ -3637,12 +3644,12 @@ msgid "Unknown closing element <%s>" msgstr "Белгісіз жабатын элемент <%s>" -#: ../plugins/thunar-uca/thunar-uca-model.c:1412 +#: ../plugins/thunar-uca/thunar-uca-model.c:1426 #, c-format msgid "Failed to determine save location for uca.xml" msgstr "uca.xml файлын сақтау орнын анықтау сәтсіз" -#: ../plugins/thunar-uca/thunar-uca-model.c:1532 +#: ../plugins/thunar-uca/thunar-uca-model.c:1546 #, c-format msgid "Command not configured" msgstr "Команда бапталмаған" @@ -3893,25 +3900,17 @@ msgid "Set as wallpaper" msgstr "Түсқағаз ретінде орналастыру" -#: ../Thunar.desktop.in.in.h:1 +#: ../thunar.desktop.in.in.h:1 msgid "Thunar File Manager" msgstr "Thunar файлдар басқарушысы" -#: ../Thunar.desktop.in.in.h:2 +#: ../thunar.desktop.in.in.h:2 msgid "Browse the filesystem with the file manager" msgstr "Файлдық жүйені файлдар басқарушысымен шолу" -#: ../Thunar-folder-handler.desktop.in.in.h:1 -msgid "Open Folder with Thunar" -msgstr "Буманы Thunar көмегімен ашу" - -#: ../Thunar-folder-handler.desktop.in.in.h:2 -msgid "Open the specified folders in Thunar" -msgstr "Көрсетілген бумаларды Thunar көмегімен ашу" - -#: ../Thunar-folder-handler.desktop.in.in.h:3 -msgid "Open Folder" -msgstr "Буманы ашу" +#: ../thunar/thunar-settings.desktop.in.h:1 +msgid "File Manager Settings" +msgstr "Файлдар басқарушысы баптаулары" #: ../thunar/thunar-settings.desktop.in.h:2 msgid "Configure the Thunar file manager" diff -Nru thunar-1.8.12/po/ms.po thunar-1.8.14/po/ms.po --- thunar-1.8.12/po/ms.po 2020-01-30 23:58:11.000000000 +0000 +++ thunar-1.8.14/po/ms.po 2020-03-25 14:32:49.000000000 +0000 @@ -5,16 +5,16 @@ # # Translators: # Xfce Bot , 2018 -# abuyop , 2019 +# abuyop , 2020 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-02 00:30+0200\n" +"POT-Creation-Date: 2019-12-23 18:30+0100\n" "PO-Revision-Date: 2018-08-19 09:02+0000\n" -"Last-Translator: abuyop , 2019\n" +"Last-Translator: abuyop , 2020\n" "Language-Team: Malay (https://www.transifex.com/xfce/teams/16840/ms/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -148,8 +148,8 @@ #: ../thunar/thunar-application.c:1500 ../thunar/thunar-application.c:1632 #: ../thunar/thunar-launcher.c:1227 ../thunar/thunar-location-entry.c:356 #: ../thunar/thunar-location-entry.c:384 -#: ../thunar/thunar-shortcuts-view.c:1711 -#: ../thunar/thunar-shortcuts-view.c:1739 ../thunar/thunar-window.c:2364 +#: ../thunar/thunar-shortcuts-view.c:1719 +#: ../thunar/thunar-shortcuts-view.c:1747 ../thunar/thunar-window.c:2364 #, c-format msgid "Failed to open \"%s\"" msgstr "Gagal membuka \"%s\"" @@ -162,20 +162,20 @@ #. display an error message #: ../thunar/thunar-application.c:1691 #: ../thunar/thunar-properties-dialog.c:731 -#: ../thunar/thunar-standard-view.c:2839 ../thunar/thunar-tree-view.c:1899 +#: ../thunar/thunar-standard-view.c:2851 ../thunar/thunar-tree-view.c:1899 #, c-format msgid "Failed to rename \"%s\"" msgstr "Gagal namakan semula \"%s\"" #: ../thunar/thunar-application.c:1793 #: ../thunar/thunar-location-buttons.c:1347 -#: ../thunar/thunar-standard-view.c:2364 ../thunar/thunar-tree-view.c:1776 +#: ../thunar/thunar-standard-view.c:2376 ../thunar/thunar-tree-view.c:1776 msgid "New Folder" msgstr "Folder Baharu" #: ../thunar/thunar-application.c:1794 #: ../thunar/thunar-location-buttons.c:1348 -#: ../thunar/thunar-standard-view.c:2365 ../thunar/thunar-tree-view.c:1777 +#: ../thunar/thunar-standard-view.c:2377 ../thunar/thunar-tree-view.c:1777 msgid "Create New Folder" msgstr "Cipta Folder Baharu" @@ -188,7 +188,7 @@ msgstr "Cipta Fail Baharu" #. generate a title for the create dialog -#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2411 +#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2423 #, c-format msgid "Create Document from template \"%s\"" msgstr "Cipta Dokumen dari templat \"%s\"" @@ -240,8 +240,8 @@ #: ../thunar/thunar-application.c:2157 ../thunar/thunar-application.c:2336 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705 #: ../thunar/thunar-chooser-dialog.c:753 ../thunar/thunar-create-dialog.c:141 -#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:476 -#: ../thunar/thunar-dialogs.c:549 ../thunar/thunar-dialogs.c:797 +#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:487 +#: ../thunar/thunar-dialogs.c:598 ../thunar/thunar-dialogs.c:856 #: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:736 #: ../thunar/thunar-permissions-chooser.c:522 #: ../thunar/thunar-permissions-chooser.c:1130 @@ -250,10 +250,10 @@ #: ../thunar/thunar-renamer-dialog.c:1053 #: ../thunar/thunar-renamer-progress.c:198 #: ../thunar/thunar-renamer-progress.c:208 -#: ../thunar/thunar-standard-view.c:2670 -#: ../plugins/thunar-sendto-email/main.c:198 -#: ../plugins/thunar-sendto-email/main.c:217 -#: ../plugins/thunar-sendto-email/main.c:272 +#: ../thunar/thunar-standard-view.c:2682 +#: ../plugins/thunar-sendto-email/main.c:219 +#: ../plugins/thunar-sendto-email/main.c:238 +#: ../plugins/thunar-sendto-email/main.c:293 #: ../plugins/thunar-uca/thunar-uca-chooser.c:371 #: ../plugins/thunar-uca/thunar-uca-editor.c:141 #: ../plugins/thunar-uca/thunar-uca-editor.c:176 @@ -261,7 +261,7 @@ msgid "_Cancel" msgstr "_Batal" -#: ../thunar/thunar-application.c:2158 ../thunar/thunar-standard-view.c:409 +#: ../thunar/thunar-application.c:2158 ../thunar/thunar-standard-view.c:408 #: ../thunar/thunar-tree-view.c:1502 #: ../plugins/thunar-uca/thunar-uca-chooser.c:372 msgid "_Delete" @@ -294,7 +294,7 @@ #. append the "Empty Trash" menu action #. prepare the menu item #: ../thunar/thunar-application.c:2337 ../thunar/thunar-location-buttons.c:188 -#: ../thunar/thunar-shortcuts-view.c:1231 ../thunar/thunar-tree-view.c:1370 +#: ../thunar/thunar-shortcuts-view.c:1239 ../thunar/thunar-tree-view.c:1370 #: ../thunar/thunar-window.c:355 ../plugins/thunar-tpa/thunar-tpa.c:175 msgid "_Empty Trash" msgstr "_Kosongkan Tong Sampah" @@ -456,7 +456,7 @@ #: ../thunar/thunar-chooser-dialog.c:1155 ../thunar/thunar-launcher.c:179 #: ../thunar/thunar-launcher.c:822 ../thunar/thunar-location-buttons.c:184 #: ../thunar/thunar-renamer-dialog.c:1054 -#: ../thunar/thunar-shortcuts-view.c:1104 ../thunar/thunar-tree-view.c:1292 +#: ../thunar/thunar-shortcuts-view.c:1112 ../thunar/thunar-tree-view.c:1292 #: ../plugins/thunar-uca/thunar-uca-editor.c:177 msgid "_Open" msgstr "_Buka" @@ -517,7 +517,7 @@ #. setup the dialog #. add the "Close" button #. add a regular close button, the header bar already provides one -#: ../thunar/thunar-column-editor.c:120 ../thunar/thunar-dialogs.c:742 +#: ../thunar/thunar-column-editor.c:120 ../thunar/thunar-dialogs.c:801 #: ../thunar/thunar-preferences-dialog.c:253 #: ../thunar/thunar-properties-dialog.c:254 #: ../thunar/thunar-renamer-dialog.c:355 @@ -699,108 +699,107 @@ msgid "translator-credits" msgstr "Abuyop " -#: ../thunar/thunar-dialogs.c:433 ../thunar/thunar-permissions-chooser.c:524 +#: ../thunar/thunar-dialogs.c:444 ../thunar/thunar-permissions-chooser.c:524 msgid "_Yes" msgstr "_Ya" -#: ../thunar/thunar-dialogs.c:437 +#: ../thunar/thunar-dialogs.c:448 msgid "Yes to _all" msgstr "Ya untuk se_mua" -#: ../thunar/thunar-dialogs.c:441 ../thunar/thunar-permissions-chooser.c:523 +#: ../thunar/thunar-dialogs.c:452 ../thunar/thunar-permissions-chooser.c:523 msgid "_No" msgstr "_Tidak" -#: ../thunar/thunar-dialogs.c:445 +#: ../thunar/thunar-dialogs.c:456 msgid "N_o to all" msgstr "T_idak untuk semua" -#: ../thunar/thunar-dialogs.c:449 +#: ../thunar/thunar-dialogs.c:460 msgid "_Retry" msgstr "_Cuba lagi" -#: ../thunar/thunar-dialogs.c:453 +#: ../thunar/thunar-dialogs.c:464 msgid "Copy _Anyway" msgstr "Salin _Jua" -#. setup the confirmation dialog -#: ../thunar/thunar-dialogs.c:545 +#: ../thunar/thunar-dialogs.c:577 msgid "Confirm to replace files" msgstr "Sahkan penggantian fail" -#: ../thunar/thunar-dialogs.c:550 +#: ../thunar/thunar-dialogs.c:599 msgid "S_kip All" msgstr "Lan_gkau Semua" -#: ../thunar/thunar-dialogs.c:551 +#: ../thunar/thunar-dialogs.c:600 msgid "_Skip" msgstr "Lan_gkau" -#: ../thunar/thunar-dialogs.c:552 +#: ../thunar/thunar-dialogs.c:601 msgid "Replace _All" msgstr "Ganti Se_mua" -#: ../thunar/thunar-dialogs.c:553 +#: ../thunar/thunar-dialogs.c:602 msgid "_Replace" msgstr "_Ganti" -#: ../thunar/thunar-dialogs.c:581 +#: ../thunar/thunar-dialogs.c:639 #, c-format msgid "This folder already contains a symbolic link \"%s\"." msgstr "Folder ini sudah mengandungi pautan simbolik \"%s\"." -#: ../thunar/thunar-dialogs.c:586 +#: ../thunar/thunar-dialogs.c:644 #, c-format msgid "This folder already contains a folder \"%s\"." msgstr "Folder ini sudah mengandungi folder \"%s\"." -#: ../thunar/thunar-dialogs.c:591 +#: ../thunar/thunar-dialogs.c:649 #, c-format msgid "This folder already contains a file \"%s\"." msgstr "Folder ini sudah mengandungi fail \"%s\"." -#: ../thunar/thunar-dialogs.c:604 +#: ../thunar/thunar-dialogs.c:663 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the link" msgstr "ReplaceDialogPart1|Anda mahu ganti pautan" -#: ../thunar/thunar-dialogs.c:606 +#: ../thunar/thunar-dialogs.c:665 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the existing folder" msgstr "ReplaceDialogPart1|Anda mahu ganti folder sedia ada" -#: ../thunar/thunar-dialogs.c:608 +#: ../thunar/thunar-dialogs.c:667 #, c-format msgid "ReplaceDialogPart1|Do you want to replace the existing file" msgstr "ReplaceDialogPart1|Anda mahu ganti fail sedia ada" #. Fourth box (size, volume, free space) -#: ../thunar/thunar-dialogs.c:629 ../thunar/thunar-dialogs.c:665 +#: ../thunar/thunar-dialogs.c:688 ../thunar/thunar-dialogs.c:724 #: ../thunar/thunar-properties-dialog.c:490 msgid "Size:" msgstr "Saiz:" -#: ../thunar/thunar-dialogs.c:629 ../thunar/thunar-dialogs.c:665 +#: ../thunar/thunar-dialogs.c:688 ../thunar/thunar-dialogs.c:724 #: ../thunar/thunar-properties-dialog.c:449 msgid "Modified:" msgstr "Diubahsuai:" -#: ../thunar/thunar-dialogs.c:640 +#: ../thunar/thunar-dialogs.c:699 #, c-format msgid "ReplaceDialogPart2|with the following link?" msgstr "ReplaceDialogPart2|dengan pautan berikut?" -#: ../thunar/thunar-dialogs.c:642 +#: ../thunar/thunar-dialogs.c:701 #, c-format msgid "ReplaceDialogPart2|with the following folder?" msgstr "ReplaceDialogPart2|dengan folder berikut?" -#: ../thunar/thunar-dialogs.c:644 +#: ../thunar/thunar-dialogs.c:703 #, c-format msgid "ReplaceDialogPart2|with the following file?" msgstr "ReplaceDialogPart2|dengan fail berikut?" -#: ../thunar/thunar-dialogs.c:777 +#: ../thunar/thunar-dialogs.c:836 #, c-format msgid "" "The desktop file \"%s\" is in an insecure location and not marked as " @@ -809,11 +808,11 @@ "Fail desktop \"%s\" berada di dalam lokasi tidak selamat dan tidak ditanda " "sebagai boleh laku. Jika anda tidak percayai program ini, klik Batal." -#: ../thunar/thunar-dialogs.c:794 +#: ../thunar/thunar-dialogs.c:853 msgid "_Launch Anyway" msgstr "_Lancar Jua" -#: ../thunar/thunar-dialogs.c:796 +#: ../thunar/thunar-dialogs.c:855 msgid "Mark _Executable" msgstr "Tanda sebagai _Boleh Laku" @@ -901,12 +900,12 @@ msgstr "Nama Fail" #: ../thunar/thunar-file.c:1071 ../thunar/thunar-gio-extensions.c:255 -#: ../thunar/thunar-shortcuts-model.c:1039 +#: ../thunar/thunar-shortcuts-model.c:1047 msgid "Trash" msgstr "Tong Sampah" #: ../thunar/thunar-file.c:1078 ../thunar/thunar-gio-extensions.c:253 -#: ../thunar/thunar-shortcuts-model.c:928 ../thunar/thunar-window.c:376 +#: ../thunar/thunar-shortcuts-model.c:936 ../thunar/thunar-window.c:376 msgid "File System" msgstr "Sistem Fail" @@ -996,49 +995,49 @@ msgid "Icon view" msgstr "Paparan ikon" -#: ../thunar/thunar-io-jobs.c:180 ../thunar/thunar-io-jobs.c:334 +#: ../thunar/thunar-io-jobs.c:181 ../thunar/thunar-io-jobs.c:336 #, c-format msgid "The file \"%s\" already exists" msgstr "Fail \"%s\" sudah wujud" -#: ../thunar/thunar-io-jobs.c:203 +#: ../thunar/thunar-io-jobs.c:204 #, c-format msgid "Failed to create empty file \"%s\": %s" msgstr "Gagal mencipta fail kosong \"%s\": %s" -#: ../thunar/thunar-io-jobs.c:357 +#: ../thunar/thunar-io-jobs.c:359 #, c-format msgid "Failed to create directory \"%s\": %s" msgstr "Gagal mencipta direktori \"%s\": %s" #. tell the user that we're preparing to unlink the files -#: ../thunar/thunar-io-jobs.c:423 +#: ../thunar/thunar-io-jobs.c:426 msgid "Preparing..." msgstr "Menyediakan..." -#: ../thunar/thunar-io-jobs.c:499 +#: ../thunar/thunar-io-jobs.c:504 #, c-format msgid "Could not delete file \"%s\": %s" msgstr "Tidak dapat padam fail \"%s\": %s" -#: ../thunar/thunar-io-jobs.c:600 +#: ../thunar/thunar-io-jobs.c:605 #, c-format msgid "Could not create symbolic link to \"%s\" because it is not a local file" msgstr "" "Tidak dapat cipta pautan simbolik ke \"%s\" kerana ia bukanlah fail setempat" #. generate a useful error message -#: ../thunar/thunar-io-jobs.c:959 +#: ../thunar/thunar-io-jobs.c:980 #, c-format msgid "Failed to change the owner of \"%s\": %s" msgstr "Gagal menukar pemilik \"%s\": %s" -#: ../thunar/thunar-io-jobs.c:960 +#: ../thunar/thunar-io-jobs.c:981 #, c-format msgid "Failed to change the group of \"%s\": %s" msgstr "Gagal menukar kumpulan \"%s\": %s" -#: ../thunar/thunar-io-jobs.c:1114 +#: ../thunar/thunar-io-jobs.c:1136 #, c-format msgid "Failed to change the permissions of \"%s\": %s" msgstr "Gagal menukar keizinan \"%s\": %s" @@ -1069,7 +1068,7 @@ msgid "link %u to %s" msgstr "paut %u ke %s" -#: ../thunar/thunar-job.c:247 +#: ../thunar/thunar-job.c:251 #, c-format msgid "" "The file \"%s\" already exists. Would you like to replace it?\n" @@ -1080,19 +1079,23 @@ "\n" "Jika anda ganti fail sedia ada, kandungannya akan ditulis-ganti." -#: ../thunar/thunar-job.c:327 +#: ../thunar/thunar-job.c:331 msgid "Do you want to overwrite it?" msgstr "Anda mahu menuliganti ia?" -#: ../thunar/thunar-job.c:381 +#: ../thunar/thunar-job.c:388 +msgid "Do you want to permanently delete it?" +msgstr "Anda mahu memadamnya secara kekal?" + +#: ../thunar/thunar-job.c:442 msgid "Do you want to create it?" msgstr "Anda mahu cipta ia?" -#: ../thunar/thunar-job.c:483 +#: ../thunar/thunar-job.c:544 msgid "Do you want to skip it?" msgstr "Anda mahu langkau ia?" -#: ../thunar/thunar-job.c:532 +#: ../thunar/thunar-job.c:593 msgid "" "There is not enough space on the destination. Try to remove files to make " "space." @@ -1232,8 +1235,8 @@ msgid "Open With \"%s\"" msgstr "Buka Dengan \"%s\"" -#: ../thunar/thunar-launcher.c:1609 ../thunar/thunar-shortcuts-view.c:1775 -#: ../thunar/thunar-shortcuts-view.c:2012 ../thunar/thunar-tree-view.c:2098 +#: ../thunar/thunar-launcher.c:1609 ../thunar/thunar-shortcuts-view.c:1783 +#: ../thunar/thunar-shortcuts-view.c:2020 ../thunar/thunar-tree-view.c:2098 #, c-format msgid "Failed to mount \"%s\"" msgstr "Gagal melekap \"%s\"" @@ -1351,17 +1354,17 @@ msgstr "%s, %s" #: ../thunar/thunar-location-buttons.c:185 -#: ../thunar/thunar-shortcuts-view.c:1118 +#: ../thunar/thunar-shortcuts-view.c:1126 msgid "Open in New Tab" msgstr "Buka dalam Tab Baharu" #: ../thunar/thunar-location-buttons.c:186 -#: ../thunar/thunar-shortcuts-view.c:1126 +#: ../thunar/thunar-shortcuts-view.c:1134 msgid "Open in New Window" msgstr "Buka dalam Tetingkap Baharu" #: ../thunar/thunar-location-buttons.c:187 -#: ../thunar/thunar-standard-view.c:403 ../thunar/thunar-tree-view.c:1388 +#: ../thunar/thunar-standard-view.c:402 ../thunar/thunar-tree-view.c:1388 msgid "Create _Folder..." msgstr "Cipta _Folder..." @@ -1370,12 +1373,12 @@ msgstr "Padam semua fail dan folder dalam Tong Sampah" #: ../thunar/thunar-location-buttons.c:189 -#: ../thunar/thunar-standard-view.c:410 +#: ../thunar/thunar-standard-view.c:409 msgid "Paste Into Folder" msgstr "Tampal Ke Dalam Folder" #: ../thunar/thunar-location-buttons.c:190 -#: ../thunar/thunar-renamer-dialog.c:196 ../thunar/thunar-standard-view.c:404 +#: ../thunar/thunar-renamer-dialog.c:196 ../thunar/thunar-standard-view.c:403 msgid "_Properties..." msgstr "Si_fat..." @@ -2110,7 +2113,7 @@ msgid "_Send To" msgstr "_Hantar Ke" -#: ../thunar/thunar-renamer-dialog.c:191 ../thunar/thunar-standard-view.c:401 +#: ../thunar/thunar-renamer-dialog.c:191 ../thunar/thunar-standard-view.c:400 msgid "File Context Menu" msgstr "Menu Konteks Fail" @@ -2138,7 +2141,7 @@ msgid "Display information about Thunar Bulk Rename" msgstr "Papar maklumat mengenai Nama Semula Kelompok Thunar" -#: ../thunar/thunar-renamer-dialog.c:196 ../thunar/thunar-standard-view.c:404 +#: ../thunar/thunar-renamer-dialog.c:196 ../thunar/thunar-standard-view.c:403 msgid "View the properties of the selected file" msgstr "Lihat sifat bagi fail terpilih" @@ -2267,91 +2270,91 @@ "Do you want to skip this file and continue to rename the remaining files?" msgstr "Anda mahu langkau fail ini dan terus namakan semula fail berbaki?" -#: ../thunar/thunar-shortcuts-model.c:629 +#: ../thunar/thunar-shortcuts-model.c:632 #: ../plugins/thunar-tpa/thunar-tpa.c:284 msgid "Trash is empty" msgstr "Tong sampah adalah kosong" -#: ../thunar/thunar-shortcuts-model.c:633 +#: ../thunar/thunar-shortcuts-model.c:636 #, c-format msgid "Trash contains %d file" msgid_plural "Trash contains %d files" msgstr[0] "Tong sampah mengandungi %d fail" -#: ../thunar/thunar-shortcuts-model.c:922 +#: ../thunar/thunar-shortcuts-model.c:930 msgid "DEVICES" msgstr "PERANTI" -#: ../thunar/thunar-shortcuts-model.c:964 +#: ../thunar/thunar-shortcuts-model.c:972 msgid "NETWORK" msgstr "RANGKAIAN" -#: ../thunar/thunar-shortcuts-model.c:970 +#: ../thunar/thunar-shortcuts-model.c:978 msgid "Browse Network" msgstr "Layar Rangkaian" -#: ../thunar/thunar-shortcuts-model.c:991 +#: ../thunar/thunar-shortcuts-model.c:999 msgid "PLACES" msgstr "TEMPAT" -#: ../thunar/thunar-shortcuts-pane.c:399 +#: ../thunar/thunar-shortcuts-pane.c:411 msgid "Side Pane (Create Shortcut)" msgid_plural "Side Pane (Create Shortcuts)" msgstr[0] "Anak Tetingkap Sisi (Cipta Pintasan)" -#: ../thunar/thunar-shortcuts-pane.c:401 +#: ../thunar/thunar-shortcuts-pane.c:413 msgid "Add the selected folder to the shortcuts side pane" msgid_plural "Add the selected folders to the shortcuts side pane" msgstr[0] "Tambah folder terpilih ke anak tetingkap sisi pintasan" #. append the "Mount" menu action -#: ../thunar/thunar-shortcuts-view.c:1149 ../thunar/thunar-tree-view.c:1329 +#: ../thunar/thunar-shortcuts-view.c:1157 ../thunar/thunar-tree-view.c:1329 msgid "_Mount" msgstr "L_ekap" #. append the "Unmount" menu action -#: ../thunar/thunar-shortcuts-view.c:1157 ../thunar/thunar-tree-view.c:1335 +#: ../thunar/thunar-shortcuts-view.c:1165 ../thunar/thunar-tree-view.c:1335 msgid "_Unmount" msgstr "_Nyahlekap" #. append the "Eject" menu action -#: ../thunar/thunar-shortcuts-view.c:1165 ../thunar/thunar-tree-view.c:1341 +#: ../thunar/thunar-shortcuts-view.c:1173 ../thunar/thunar-tree-view.c:1341 msgid "_Eject" msgstr "_Lenting" -#: ../thunar/thunar-shortcuts-view.c:1184 +#: ../thunar/thunar-shortcuts-view.c:1192 msgid "Create _Shortcut" msgstr "Cipta _Pintasan" #. append the "Mount Volume" menu action -#: ../thunar/thunar-shortcuts-view.c:1209 ../thunar/thunar-tree-view.c:1350 +#: ../thunar/thunar-shortcuts-view.c:1217 ../thunar/thunar-tree-view.c:1350 msgid "Disconn_ect" msgstr "P_utuskan" -#: ../thunar/thunar-shortcuts-view.c:1287 +#: ../thunar/thunar-shortcuts-view.c:1295 msgid "_Remove Shortcut" msgstr "_Buang Pintasan" -#: ../thunar/thunar-shortcuts-view.c:1305 +#: ../thunar/thunar-shortcuts-view.c:1313 msgid "Re_name Shortcut" msgstr "_Nama Semula Pintasan" -#: ../thunar/thunar-shortcuts-view.c:1637 +#: ../thunar/thunar-shortcuts-view.c:1645 #, c-format msgid "The path \"%s\" does not refer to a directory" msgstr "Laluan \"%s\" tidak merujuk ke direktori" #. display an error message to the user -#: ../thunar/thunar-shortcuts-view.c:1657 +#: ../thunar/thunar-shortcuts-view.c:1665 msgid "Failed to add new shortcut" msgstr "Gagal menambah pintasan baharu" -#: ../thunar/thunar-shortcuts-view.c:1939 ../thunar/thunar-tree-view.c:1966 +#: ../thunar/thunar-shortcuts-view.c:1947 ../thunar/thunar-tree-view.c:1966 #, c-format msgid "Failed to eject \"%s\"" msgstr "Gagal melenting \"%s\"" -#: ../thunar/thunar-shortcuts-view.c:2081 ../thunar/thunar-tree-view.c:2021 +#: ../thunar/thunar-shortcuts-view.c:2089 ../thunar/thunar-tree-view.c:2021 #, c-format msgid "Failed to unmount \"%s\"" msgstr "Gagal menyahlekap \"%s\"" @@ -2388,36 +2391,36 @@ msgid "Permission denied" msgstr "Keizinan dinafikan" -#: ../thunar/thunar-standard-view.c:402 +#: ../thunar/thunar-standard-view.c:401 msgid "Folder Context Menu" msgstr "Menu Konteks Folder" -#: ../thunar/thunar-standard-view.c:403 +#: ../thunar/thunar-standard-view.c:402 msgid "Create an empty folder within the current folder" msgstr "Cipta folder kosong di dalam folder semasa" -#: ../thunar/thunar-standard-view.c:405 ../thunar/thunar-tree-view.c:1417 +#: ../thunar/thunar-standard-view.c:404 ../thunar/thunar-tree-view.c:1417 msgid "Cu_t" msgstr "Po_tong" -#: ../thunar/thunar-standard-view.c:406 ../thunar/thunar-tree-view.c:1432 +#: ../thunar/thunar-standard-view.c:405 ../thunar/thunar-tree-view.c:1432 msgid "_Copy" msgstr "_Salin" -#: ../thunar/thunar-standard-view.c:407 +#: ../thunar/thunar-standard-view.c:406 msgid "_Paste" msgstr "_Tampal" -#: ../thunar/thunar-standard-view.c:407 +#: ../thunar/thunar-standard-view.c:406 msgid "Move or copy files previously selected by a Cut or Copy command" msgstr "" "Alih atau salin fail dipilih terdahulu dengan perintah Potong atau Salin" -#: ../thunar/thunar-standard-view.c:408 ../thunar/thunar-tree-view.c:1483 +#: ../thunar/thunar-standard-view.c:407 ../thunar/thunar-tree-view.c:1483 msgid "Mo_ve to Trash" msgstr "A_lih ke Tong Sampah" -#: ../thunar/thunar-standard-view.c:410 +#: ../thunar/thunar-standard-view.c:409 msgid "" "Move or copy files previously selected by a Cut or Copy command into the " "selected folder" @@ -2425,135 +2428,135 @@ "Alih atau salin fail dipilih terdahulu dengan perintah Potong atau Salin ke " "dalam folder terpilih" -#: ../thunar/thunar-standard-view.c:411 +#: ../thunar/thunar-standard-view.c:410 msgid "Select _all Files" msgstr "Pilih semu_a Fail" -#: ../thunar/thunar-standard-view.c:411 +#: ../thunar/thunar-standard-view.c:410 msgid "Select all files in this window" msgstr "Pilih semua fail di dalam tetingkap ini" -#: ../thunar/thunar-standard-view.c:412 +#: ../thunar/thunar-standard-view.c:411 msgid "Select _by Pattern..." msgstr "Pilih _mengikut Corak..." -#: ../thunar/thunar-standard-view.c:412 +#: ../thunar/thunar-standard-view.c:411 msgid "Select all files that match a certain pattern" msgstr "Pilih semua fail yang sepadan dengan corak tertentu" -#: ../thunar/thunar-standard-view.c:413 +#: ../thunar/thunar-standard-view.c:412 msgid "_Invert Selection" msgstr "_Songsangkan Pemilihan" -#: ../thunar/thunar-standard-view.c:413 +#: ../thunar/thunar-standard-view.c:412 msgid "Select all and only the items that are not currently selected" msgstr "Pilih semua dan hanya item yang belum dipilih ketika ini" -#: ../thunar/thunar-standard-view.c:414 +#: ../thunar/thunar-standard-view.c:413 msgid "Du_plicate" msgstr "Gan_da Duakan" -#: ../thunar/thunar-standard-view.c:415 ../thunar/thunar-standard-view.c:4577 +#: ../thunar/thunar-standard-view.c:414 ../thunar/thunar-standard-view.c:4603 msgid "Ma_ke Link" msgid_plural "Ma_ke Links" msgstr[0] "_Jadikan Pautan" #. append the "Rename" menu action -#: ../thunar/thunar-standard-view.c:416 ../thunar/thunar-tree-view.c:1529 +#: ../thunar/thunar-standard-view.c:415 ../thunar/thunar-tree-view.c:1529 msgid "_Rename..." msgstr "_Nama Semula..." -#: ../thunar/thunar-standard-view.c:417 +#: ../thunar/thunar-standard-view.c:416 msgid "_Restore" msgstr "P_ulih" #. add the "Create Document" sub menu action -#: ../thunar/thunar-standard-view.c:683 +#: ../thunar/thunar-standard-view.c:682 msgid "Create _Document" msgstr "Cipta _Dokumen" -#: ../thunar/thunar-standard-view.c:1665 +#: ../thunar/thunar-standard-view.c:1666 msgid "Loading folder contents..." msgstr "Memuatkan kandungan folder..." #. display an error to the user -#: ../thunar/thunar-standard-view.c:2266 ../thunar/thunar-window.c:2924 +#: ../thunar/thunar-standard-view.c:2278 ../thunar/thunar-window.c:2924 msgid "Failed to open the home folder" msgstr "Gagal membuka folder rumah" -#: ../thunar/thunar-standard-view.c:2318 +#: ../thunar/thunar-standard-view.c:2330 msgid "New Empty File" msgstr "Fail Kosong Baharu" -#: ../thunar/thunar-standard-view.c:2319 +#: ../thunar/thunar-standard-view.c:2331 msgid "New Empty File..." msgstr "Fail Kosong Baharu..." -#: ../thunar/thunar-standard-view.c:2666 +#: ../thunar/thunar-standard-view.c:2678 msgid "Select by Pattern" msgstr "Pilih mengikut Corak" -#: ../thunar/thunar-standard-view.c:2671 +#: ../thunar/thunar-standard-view.c:2683 msgid "_Select" msgstr "P_ilih" -#: ../thunar/thunar-standard-view.c:2680 +#: ../thunar/thunar-standard-view.c:2692 msgid "_Pattern:" msgstr "_Corak:" #. tell the user that the file name provided by the X Direct Save source is #. invalid -#: ../thunar/thunar-standard-view.c:3268 +#: ../thunar/thunar-standard-view.c:3297 msgid "Invalid filename provided by XDS drag site" msgstr "Nama fail tidak sah disedia oleh laman seret XDS" #. display an error dialog to the user -#: ../thunar/thunar-standard-view.c:3458 +#: ../thunar/thunar-standard-view.c:3487 #, c-format msgid "Failed to create a link for the URL \"%s\"" msgstr "Gagal mencipta pautan untuk URL \"%s\"" -#: ../thunar/thunar-standard-view.c:3908 ../thunar/thunar-window.c:3019 +#: ../thunar/thunar-standard-view.c:3937 ../thunar/thunar-window.c:3019 #, c-format msgid "Failed to open directory \"%s\"" msgstr "Gagal membuka direktori \"%s\"" -#: ../thunar/thunar-standard-view.c:4525 +#: ../thunar/thunar-standard-view.c:4551 msgid "Prepare the selected file to be moved with a Paste command" msgid_plural "Prepare the selected files to be moved with a Paste command" msgstr[0] "Sediakan fail terpilih untuk dialih dengan perintah Tampal" -#: ../thunar/thunar-standard-view.c:4533 +#: ../thunar/thunar-standard-view.c:4559 msgid "Prepare the selected file to be copied with a Paste command" msgid_plural "Prepare the selected files to be copied with a Paste command" msgstr[0] "Sediakan fail terpilih untuk disalin dengan perintah Tampal" -#: ../thunar/thunar-standard-view.c:4547 +#: ../thunar/thunar-standard-view.c:4573 msgid "Move the selected file to the Trash" msgid_plural "Move the selected files to the Trash" msgstr[0] "Alih fail terpilih ke dalam Tong Sampah" -#: ../thunar/thunar-standard-view.c:4556 +#: ../thunar/thunar-standard-view.c:4582 msgid "Permanently delete the selected file" msgid_plural "Permanently delete the selected files" msgstr[0] "Padan fail terpilih secara kekal" -#: ../thunar/thunar-standard-view.c:4570 +#: ../thunar/thunar-standard-view.c:4596 msgid "Duplicate the selected file" msgid_plural "Duplicate each selected file" msgstr[0] "Ganda duakan setiap fail terpilih" -#: ../thunar/thunar-standard-view.c:4579 +#: ../thunar/thunar-standard-view.c:4605 msgid "Create a symbolic link for the selected file" msgid_plural "Create a symbolic link for each selected file" msgstr[0] "Cipta pautan simbolik bagi setiap fail terpilih" -#: ../thunar/thunar-standard-view.c:4587 +#: ../thunar/thunar-standard-view.c:4613 msgid "Rename the selected file" msgid_plural "Rename the selected files" msgstr[0] "Nama semula fail terpilih" -#: ../thunar/thunar-standard-view.c:4595 +#: ../thunar/thunar-standard-view.c:4621 msgid "Restore the selected file" msgid_plural "Restore the selected files" msgstr[0] "Pulihkan fail terpilih" @@ -3435,21 +3438,21 @@ msgid "Search & Replace" msgstr "Gelintar & Ganti" -#: ../plugins/thunar-sendto-email/main.c:196 +#: ../plugins/thunar-sendto-email/main.c:217 #, c-format msgid "Send \"%s\" as compressed archive?" msgstr "Hantar \"%s\" sebagai arkib termampat?" -#: ../plugins/thunar-sendto-email/main.c:199 -#: ../plugins/thunar-sendto-email/main.c:218 +#: ../plugins/thunar-sendto-email/main.c:220 +#: ../plugins/thunar-sendto-email/main.c:239 msgid "Send _directly" msgstr "Hantar secara _terus" -#: ../plugins/thunar-sendto-email/main.c:200 +#: ../plugins/thunar-sendto-email/main.c:221 msgid "Send com_pressed" msgstr "Hantar ter_mampat" -#: ../plugins/thunar-sendto-email/main.c:202 +#: ../plugins/thunar-sendto-email/main.c:223 msgid "" "When sending a file via email, you can either choose to send the file " "directly, as is, or compress the file before attaching it to an email. It is" @@ -3459,17 +3462,17 @@ "terus, atau mampatkan fail sebelum dilampirkan ke dalam emel. Adalah sangat " "disarankan memampatkan fail bersaiz besar sebelum menghantarnya." -#: ../plugins/thunar-sendto-email/main.c:213 +#: ../plugins/thunar-sendto-email/main.c:234 #, c-format msgid "Send %d file as compressed archive?" msgid_plural "Send %d files as compressed archive?" msgstr[0] "Hantar %d fail sebagai arkib termampat?" -#: ../plugins/thunar-sendto-email/main.c:219 +#: ../plugins/thunar-sendto-email/main.c:240 msgid "Send as _archive" msgstr "Hantar sebagai _arkib" -#: ../plugins/thunar-sendto-email/main.c:221 +#: ../plugins/thunar-sendto-email/main.c:242 msgid "" "When sending multiple files via email, you can either choose to send the " "files directly, attaching multiple files to an email, or send all files " @@ -3483,36 +3486,36 @@ #. allocate the progress dialog #. setup the label -#: ../plugins/thunar-sendto-email/main.c:270 -#: ../plugins/thunar-sendto-email/main.c:296 +#: ../plugins/thunar-sendto-email/main.c:291 +#: ../plugins/thunar-sendto-email/main.c:317 msgid "Compressing files..." msgstr "Memampatkan fail..." #. tell the user that the command failed -#: ../plugins/thunar-sendto-email/main.c:321 +#: ../plugins/thunar-sendto-email/main.c:342 #, c-format msgid "ZIP command terminated with error %d" msgstr "Perintah ZIP ditamatkan dengan ralat %d" -#: ../plugins/thunar-sendto-email/main.c:409 +#: ../plugins/thunar-sendto-email/main.c:430 msgid "Failed to create temporary directory" msgstr "Gagal mencipta direktori sementara" -#: ../plugins/thunar-sendto-email/main.c:471 -#: ../plugins/thunar-sendto-email/main.c:482 +#: ../plugins/thunar-sendto-email/main.c:492 +#: ../plugins/thunar-sendto-email/main.c:503 #, c-format msgid "Failed to create symbolic link for \"%s\"" msgstr "Gagal mencipta pautan simbolik untuk \"%s\"" #. tell the user that we failed to compress the file(s) -#: ../plugins/thunar-sendto-email/main.c:506 +#: ../plugins/thunar-sendto-email/main.c:527 #, c-format msgid "Failed to compress %d file" msgid_plural "Failed to compress %d files" msgstr[0] "Gagal memapatkan %d fail" #. tell the user that we failed -#: ../plugins/thunar-sendto-email/main.c:657 +#: ../plugins/thunar-sendto-email/main.c:679 msgid "Failed to compose new email" msgstr "Gagal mengubah emel baharu" @@ -3598,12 +3601,12 @@ msgid "Unknown closing element <%s>" msgstr "Unsur penutup <%s> tidak diketahui" -#: ../plugins/thunar-uca/thunar-uca-model.c:1412 +#: ../plugins/thunar-uca/thunar-uca-model.c:1426 #, c-format msgid "Failed to determine save location for uca.xml" msgstr "Gagal tentukan lokasi simpan untuk uca.xml" -#: ../plugins/thunar-uca/thunar-uca-model.c:1532 +#: ../plugins/thunar-uca/thunar-uca-model.c:1546 #, c-format msgid "Command not configured" msgstr "Perintah tidak dikonfigur" diff -Nru thunar-1.8.12/po/pt_BR.po thunar-1.8.14/po/pt_BR.po --- thunar-1.8.12/po/pt_BR.po 2020-01-30 23:58:11.000000000 +0000 +++ thunar-1.8.14/po/pt_BR.po 2020-03-25 14:32:49.000000000 +0000 @@ -8,6 +8,7 @@ # Otavio Augusto Gomes , 2018 # Andre Miranda , 2019 # Michael Martins , 2019 +# Sebastião Guerra , 2020 # #, fuzzy msgid "" @@ -16,7 +17,7 @@ "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-12-23 18:30+0100\n" "PO-Revision-Date: 2018-08-19 09:02+0000\n" -"Last-Translator: Michael Martins , 2019\n" +"Last-Translator: Sebastião Guerra , 2020\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/xfce/teams/16840/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1103,7 +1104,7 @@ #: ../thunar/thunar-job.c:388 msgid "Do you want to permanently delete it?" -msgstr "Você excluí-lo permanentemente?" +msgstr "Deseja excluí-lo permanentemente?" #: ../thunar/thunar-job.c:442 msgid "Do you want to create it?" diff -Nru thunar-1.8.12/po/pt.po thunar-1.8.14/po/pt.po --- thunar-1.8.12/po/pt.po 2020-01-31 00:05:48.000000000 +0000 +++ thunar-1.8.14/po/pt.po 2020-03-25 15:03:03.000000000 +0000 @@ -6,9 +6,9 @@ # Translators: # Xfce Bot , 2018 # Rui , 2019 -# Hugo Carvalho , 2019 # Nuno Miguel , 2019 # José Vieira , 2020 +# Hugo Carvalho , 2020 # #, fuzzy msgid "" @@ -17,7 +17,7 @@ "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-12-23 18:30+0100\n" "PO-Revision-Date: 2018-08-19 09:02+0000\n" -"Last-Translator: José Vieira , 2020\n" +"Last-Translator: Hugo Carvalho , 2020\n" "Language-Team: Portuguese (https://www.transifex.com/xfce/teams/16840/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -706,7 +706,9 @@ #: ../thunar/thunar-dialogs.c:268 msgid "translator-credits" -msgstr "Nuno Miguel " +msgstr "" +"Nuno Miguel \n" +"Hugo Carvalho " #: ../thunar/thunar-dialogs.c:444 ../thunar/thunar-permissions-chooser.c:524 msgid "_Yes" @@ -2887,11 +2889,11 @@ #: ../thunar/thunar-window.c:375 msgid "Desktop" -msgstr "Área de trabalho" +msgstr "Ambiente de trabalho" #: ../thunar/thunar-window.c:375 msgid "Go to the desktop folder" -msgstr "Ir para a pasta da área de trabalho" +msgstr "Ir para a pasta do ambiente de trabalho" #: ../thunar/thunar-window.c:376 msgid "Browse the file system" @@ -3933,9 +3935,9 @@ "It has a simple, clean two-pane design for browsing all your files." msgstr "" "O Thunar é um gestor de ficheiros especificamente concebido para o ambiente " -"Xfce, mas também pode servir como gestor de ficheiros para outros ambientes " -"de trabalho. Tem uma arquitetura de dois painéis, simples e clara, para " -"explorar todos os ficheiros." +"de trabalho Xfce, mas também pode servir como gestor de ficheiros para " +"outros ambientes de trabalho. Tem uma arquitetura de dois painéis, simples e" +" clara, para explorar todos os ficheiros." #. SECURITY: #. - A normal active user can run thunar without elevated rights. They diff -Nru thunar-1.8.12/thunar/Makefile.in thunar-1.8.14/thunar/Makefile.in --- thunar-1.8.12/thunar/Makefile.in 2020-01-31 00:10:13.000000000 +0000 +++ thunar-1.8.14/thunar/Makefile.in 2020-03-25 15:24:32.000000000 +0000 @@ -646,6 +646,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/thunar/thunar-dbus-freedesktop-interfaces.c thunar-1.8.14/thunar/thunar-dbus-freedesktop-interfaces.c --- thunar-1.8.12/thunar/thunar-dbus-freedesktop-interfaces.c 2020-01-31 00:10:26.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-dbus-freedesktop-interfaces.c 2020-03-25 15:24:53.000000000 +0000 @@ -1,8 +1,9 @@ /* - * Generated by gdbus-codegen 2.62.4 from thunar-dbus-freedesktop-interfaces.xml. DO NOT EDIT. + * This file is generated by gdbus-codegen, do not modify it. * * The license of this code is the same as for the D-Bus interface description - * it was derived from. + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. */ #ifdef HAVE_CONFIG_H @@ -451,7 +452,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the ShowFolders() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_org_freedesktop_file_manager1_call_show_folders_finish() to get the result of the operation. * * See thunar_org_freedesktop_file_manager1_call_show_folders_sync() for the synchronous, blocking version of this method. @@ -555,7 +556,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the ShowItems() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_org_freedesktop_file_manager1_call_show_items_finish() to get the result of the operation. * * See thunar_org_freedesktop_file_manager1_call_show_items_sync() for the synchronous, blocking version of this method. @@ -659,7 +660,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the ShowItemProperties() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_org_freedesktop_file_manager1_call_show_item_properties_finish() to get the result of the operation. * * See thunar_org_freedesktop_file_manager1_call_show_item_properties_sync() for the synchronous, blocking version of this method. @@ -982,7 +983,7 @@ * * Asynchronously creates a proxy for the D-Bus interface org.freedesktop.FileManager1. See g_dbus_proxy_new() for more details. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_org_freedesktop_file_manager1_proxy_new_finish() to get the result of the operation. * * See thunar_org_freedesktop_file_manager1_proxy_new_sync() for the synchronous, blocking version of this constructor. @@ -1072,7 +1073,7 @@ * * Like thunar_org_freedesktop_file_manager1_proxy_new() but takes a #GBusType instead of a #GDBusConnection. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_org_freedesktop_file_manager1_proxy_new_for_bus_finish() to get the result of the operation. * * See thunar_org_freedesktop_file_manager1_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor. diff -Nru thunar-1.8.12/thunar/thunar-dbus-freedesktop-interfaces.h thunar-1.8.14/thunar/thunar-dbus-freedesktop-interfaces.h --- thunar-1.8.12/thunar/thunar-dbus-freedesktop-interfaces.h 2020-01-31 00:10:26.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-dbus-freedesktop-interfaces.h 2020-03-25 15:24:53.000000000 +0000 @@ -1,8 +1,9 @@ /* - * Generated by gdbus-codegen 2.62.4 from thunar-dbus-freedesktop-interfaces.xml. DO NOT EDIT. + * This file is generated by gdbus-codegen, do not modify it. * * The license of this code is the same as for the D-Bus interface description - * it was derived from. + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. */ #ifndef __THUNAR_DBUS_FREEDESKTOP_INTERFACES_H__ diff -Nru thunar-1.8.12/thunar/thunar-dbus-service-infos.c thunar-1.8.14/thunar/thunar-dbus-service-infos.c --- thunar-1.8.12/thunar/thunar-dbus-service-infos.c 2020-01-31 00:10:26.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-dbus-service-infos.c 2020-03-25 15:24:53.000000000 +0000 @@ -1,8 +1,9 @@ /* - * Generated by gdbus-codegen 2.62.4 from thunar-dbus-service-infos.xml. DO NOT EDIT. + * This file is generated by gdbus-codegen, do not modify it. * * The license of this code is the same as for the D-Bus interface description - * it was derived from. + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. */ #ifdef HAVE_CONFIG_H @@ -1740,7 +1741,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the DisplayChooserDialog() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_display_chooser_dialog_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_display_chooser_dialog_sync() for the synchronous, blocking version of this method. @@ -1855,7 +1856,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the DisplayFolder() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_display_folder_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_display_folder_sync() for the synchronous, blocking version of this method. @@ -1966,7 +1967,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the DisplayFolderAndSelect() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_display_folder_and_select_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_display_folder_and_select_sync() for the synchronous, blocking version of this method. @@ -2081,7 +2082,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the DisplayFileProperties() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_display_file_properties_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_display_file_properties_sync() for the synchronous, blocking version of this method. @@ -2191,7 +2192,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the Launch() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_launch_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_launch_sync() for the synchronous, blocking version of this method. @@ -2303,7 +2304,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the Execute() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_execute_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_execute_sync() for the synchronous, blocking version of this method. @@ -2422,7 +2423,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the DisplayPreferencesDialog() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_display_preferences_dialog_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_display_preferences_dialog_sync() for the synchronous, blocking version of this method. @@ -2529,7 +2530,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the CopyTo() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_copy_to_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_copy_to_sync() for the synchronous, blocking version of this method. @@ -2651,7 +2652,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the CopyInto() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_copy_into_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_copy_into_sync() for the synchronous, blocking version of this method. @@ -2773,7 +2774,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the MoveInto() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_move_into_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_move_into_sync() for the synchronous, blocking version of this method. @@ -2895,7 +2896,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the LinkInto() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_link_into_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_link_into_sync() for the synchronous, blocking version of this method. @@ -3016,7 +3017,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the UnlinkFiles() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_unlink_files_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_unlink_files_sync() for the synchronous, blocking version of this method. @@ -3132,7 +3133,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the LaunchFiles() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_launch_files_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_launch_files_sync() for the synchronous, blocking version of this method. @@ -3247,7 +3248,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the RenameFile() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_rename_file_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_rename_file_sync() for the synchronous, blocking version of this method. @@ -3358,7 +3359,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the CreateFile() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_create_file_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_create_file_sync() for the synchronous, blocking version of this method. @@ -3474,7 +3475,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the CreateFileFromTemplate() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_call_create_file_from_template_finish() to get the result of the operation. * * See thunar_dbus_file_manager_call_create_file_from_template_sync() for the synchronous, blocking version of this method. @@ -4041,7 +4042,7 @@ * * Asynchronously creates a proxy for the D-Bus interface org.xfce.FileManager. See g_dbus_proxy_new() for more details. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_proxy_new_finish() to get the result of the operation. * * See thunar_dbus_file_manager_proxy_new_sync() for the synchronous, blocking version of this constructor. @@ -4131,7 +4132,7 @@ * * Like thunar_dbus_file_manager_proxy_new() but takes a #GBusType instead of a #GDBusConnection. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_file_manager_proxy_new_for_bus_finish() to get the result of the operation. * * See thunar_dbus_file_manager_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor. @@ -4913,7 +4914,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the DisplayTrash() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_trash_call_display_trash_finish() to get the result of the operation. * * See thunar_dbus_trash_call_display_trash_sync() for the synchronous, blocking version of this method. @@ -5017,7 +5018,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the EmptyTrash() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_trash_call_empty_trash_finish() to get the result of the operation. * * See thunar_dbus_trash_call_empty_trash_sync() for the synchronous, blocking version of this method. @@ -5122,7 +5123,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the MoveToTrash() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_trash_call_move_to_trash_finish() to get the result of the operation. * * See thunar_dbus_trash_call_move_to_trash_sync() for the synchronous, blocking version of this method. @@ -5229,7 +5230,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the QueryTrash() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_trash_call_query_trash_finish() to get the result of the operation. * * See thunar_dbus_trash_call_query_trash_sync() for the synchronous, blocking version of this method. @@ -5569,7 +5570,7 @@ * * Asynchronously creates a proxy for the D-Bus interface org.xfce.Trash. See g_dbus_proxy_new() for more details. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_trash_proxy_new_finish() to get the result of the operation. * * See thunar_dbus_trash_proxy_new_sync() for the synchronous, blocking version of this constructor. @@ -5659,7 +5660,7 @@ * * Like thunar_dbus_trash_proxy_new() but takes a #GBusType instead of a #GDBusConnection. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_trash_proxy_new_for_bus_finish() to get the result of the operation. * * See thunar_dbus_trash_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor. @@ -6290,7 +6291,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the BulkRename() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_thunar_call_bulk_rename_finish() to get the result of the operation. * * See thunar_dbus_thunar_call_bulk_rename_sync() for the synchronous, blocking version of this method. @@ -6407,7 +6408,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the Terminate() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_thunar_call_terminate_finish() to get the result of the operation. * * See thunar_dbus_thunar_call_terminate_sync() for the synchronous, blocking version of this method. @@ -6702,7 +6703,7 @@ * * Asynchronously creates a proxy for the D-Bus interface org.xfce.Thunar. See g_dbus_proxy_new() for more details. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_thunar_proxy_new_finish() to get the result of the operation. * * See thunar_dbus_thunar_proxy_new_sync() for the synchronous, blocking version of this constructor. @@ -6792,7 +6793,7 @@ * * Like thunar_dbus_thunar_proxy_new() but takes a #GBusType instead of a #GDBusConnection. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_dbus_thunar_proxy_new_for_bus_finish() to get the result of the operation. * * See thunar_dbus_thunar_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor. diff -Nru thunar-1.8.12/thunar/thunar-dbus-service-infos.h thunar-1.8.14/thunar/thunar-dbus-service-infos.h --- thunar-1.8.12/thunar/thunar-dbus-service-infos.h 2020-01-31 00:10:26.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-dbus-service-infos.h 2020-03-25 15:24:53.000000000 +0000 @@ -1,8 +1,9 @@ /* - * Generated by gdbus-codegen 2.62.4 from thunar-dbus-service-infos.xml. DO NOT EDIT. + * This file is generated by gdbus-codegen, do not modify it. * * The license of this code is the same as for the D-Bus interface description - * it was derived from. + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. */ #ifndef __THUNAR_DBUS_SERVICE_INFOS_H__ diff -Nru thunar-1.8.12/thunar/thunar-details-view.c thunar-1.8.14/thunar/thunar-details-view.c --- thunar-1.8.12/thunar/thunar-details-view.c 2019-03-27 15:23:02.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-details-view.c 2020-03-25 15:15:16.000000000 +0000 @@ -269,7 +269,7 @@ /* add the name renderer */ g_object_set (G_OBJECT (THUNAR_STANDARD_VIEW (details_view)->name_renderer), - "xalign", 0.0, "ellipsize", PANGO_ELLIPSIZE_END, NULL); + "xalign", 0.0, "ellipsize", PANGO_ELLIPSIZE_END, "width-chars", 30, NULL); gtk_tree_view_column_pack_start (details_view->columns[column], THUNAR_STANDARD_VIEW (details_view)->name_renderer, TRUE); gtk_tree_view_column_set_attributes (details_view->columns[column], THUNAR_STANDARD_VIEW (details_view)->name_renderer, "text", THUNAR_COLUMN_NAME, diff -Nru thunar-1.8.12/thunar/thunar-dialogs.c thunar-1.8.14/thunar/thunar-dialogs.c --- thunar-1.8.12/thunar/thunar-dialogs.c 2019-12-16 15:16:29.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-dialogs.c 2020-03-23 17:14:41.000000000 +0000 @@ -173,6 +173,10 @@ /* resize the dialog to make long names fit as much as possible */ gtk_window_set_default_size (GTK_WINDOW (dialog), CLAMP (layout_width, 300, parent_width), -1); + /* automatically close the dialog when the file is destroyed */ + g_signal_connect_swapped (G_OBJECT (file), "destroy", + G_CALLBACK (gtk_widget_destroy), dialog); + /* run the dialog */ response = gtk_dialog_run (GTK_DIALOG (dialog)); if (G_LIKELY (response == GTK_RESPONSE_OK)) @@ -192,7 +196,13 @@ } /* cleanup */ - gtk_widget_destroy (dialog); + if (G_LIKELY (response != GTK_RESPONSE_NONE)) + { + /* unregister handler */ + g_signal_handlers_disconnect_by_func (G_OBJECT (file), gtk_widget_destroy, dialog); + + gtk_widget_destroy (dialog); + } return job; } diff -Nru thunar-1.8.12/thunar/thunar-icon-view.c thunar-1.8.14/thunar/thunar-icon-view.c --- thunar-1.8.12/thunar/thunar-icon-view.c 2019-12-16 15:16:29.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-icon-view.c 2020-03-23 17:14:41.000000000 +0000 @@ -98,7 +98,7 @@ { /* setup the icon renderer */ g_object_set (G_OBJECT (THUNAR_STANDARD_VIEW (icon_view)->icon_renderer), - "ypad", 0u, + "ypad", 1u, NULL); /* setup the name renderer */ diff -Nru thunar-1.8.12/thunar/thunar-location-entry.c thunar-1.8.14/thunar/thunar-location-entry.c --- thunar-1.8.12/thunar/thunar-location-entry.c 2019-03-27 15:23:02.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-location-entry.c 2020-03-23 17:14:41.000000000 +0000 @@ -62,6 +62,9 @@ ThunarFile *current_directory); static void thunar_location_entry_activate (GtkWidget *path_entry, ThunarLocationEntry *location_entry); +static gboolean thunar_location_entry_button_press_event (GtkWidget *path_entry, + GdkEventButton *event, + ThunarLocationEntry *location_entry); static gboolean thunar_location_entry_reset (ThunarLocationEntry *location_entry); static void thunar_location_entry_reload (GtkEntry *entry, GtkEntryIconPosition icon_pos, @@ -89,6 +92,8 @@ ThunarFile *current_directory; GtkWidget *path_entry; + + gboolean right_click_occurred; }; @@ -198,6 +203,11 @@ /* make sure the edit-done signal is emitted upon moving the focus somewhere else */ g_signal_connect_swapped (location_entry->path_entry, "focus-out-event", G_CALLBACK (thunar_location_entry_emit_edit_done), location_entry); + + /* ...except if it is grabbed by the context menu */ + location_entry->right_click_occurred = FALSE; + g_signal_connect (G_OBJECT (location_entry->path_entry), "button-press-event", + G_CALLBACK (thunar_location_entry_button_press_event), location_entry); } @@ -411,6 +421,24 @@ static gboolean +thunar_location_entry_button_press_event (GtkWidget *path_entry, + GdkEventButton *event, + ThunarLocationEntry *location_entry) +{ + _thunar_return_val_if_fail (THUNAR_IS_LOCATION_ENTRY (location_entry), FALSE); + + /* check if the context menu was triggered */ + if (event->type == GDK_BUTTON_PRESS && event->button == 3) + { + location_entry->right_click_occurred = TRUE; + } + + return FALSE; +} + + + +static gboolean thunar_location_entry_reset (ThunarLocationEntry *location_entry) { /* just reset the path entry to our current directory... */ @@ -445,7 +473,13 @@ static void thunar_location_entry_emit_edit_done (ThunarLocationEntry *entry) { - g_signal_emit_by_name (entry, "edit-done"); + /* do not emit signal if the context menu was opened */ + if (entry->right_click_occurred == FALSE) + { + g_signal_emit_by_name (entry, "edit-done"); + } + + entry->right_click_occurred = FALSE; } diff -Nru thunar-1.8.12/thunar/thunar-path-entry.c thunar-1.8.14/thunar/thunar-path-entry.c --- thunar-1.8.12/thunar/thunar-path-entry.c 2019-08-08 16:14:05.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-path-entry.c 2020-03-25 14:32:49.000000000 +0000 @@ -893,13 +893,14 @@ GtkTreeIter *iter, gpointer user_data) { - GtkTreeModel *model; - const gchar *last_slash; - ThunarFile *file; - gboolean matched; - gchar *text_normalized; - gchar *name_normalized; - gchar *name; + GtkTreeModel *model; + ThunarPathEntry *path_entry; + const gchar *last_slash; + ThunarFile *file; + gboolean matched; + gchar *text_normalized; + gchar *name_normalized; + gchar *name; /* determine the model from the completion */ model = gtk_entry_completion_get_model (completion); @@ -909,6 +910,12 @@ if (G_UNLIKELY (model == NULL)) return FALSE; + /* leave if the auto completion highlight was not cleared yet, to prevent + * https://bugzilla.xfce.org/show_bug.cgi?id=16267. */ + path_entry = THUNAR_PATH_ENTRY (user_data); + if (G_UNLIKELY (path_entry->has_completion)) + return FALSE; + /* determine the current text (UTF-8 normalized) */ text_normalized = g_utf8_normalize (gtk_entry_get_text (GTK_ENTRY (user_data)), -1, G_NORMALIZE_ALL); diff -Nru thunar-1.8.12/thunar/thunar-resources.c thunar-1.8.14/thunar/thunar-resources.c --- thunar-1.8.12/thunar/thunar-resources.c 2019-03-27 15:26:42.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-resources.c 2020-03-23 17:21:03.000000000 +0000 @@ -113,6 +113,8 @@ #elif defined (_MSC_VER) && (_MSC_VER >= 1500) /* Visual studio 2008 and later has _Pragma */ +#include + #define G_HAS_CONSTRUCTORS 1 /* We do some weird things to avoid the constructors being optimized diff -Nru thunar-1.8.12/thunar/thunar-thumbnail-cache-proxy.c thunar-1.8.14/thunar/thunar-thumbnail-cache-proxy.c --- thunar-1.8.12/thunar/thunar-thumbnail-cache-proxy.c 2020-01-31 00:10:27.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-thumbnail-cache-proxy.c 2020-03-25 15:24:54.000000000 +0000 @@ -1,8 +1,9 @@ /* - * Generated by gdbus-codegen 2.62.4 from thunar-thumbnail-cache-dbus.xml. DO NOT EDIT. + * This file is generated by gdbus-codegen, do not modify it. * * The license of this code is the same as for the D-Bus interface description - * it was derived from. + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. */ #ifdef HAVE_CONFIG_H @@ -562,7 +563,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the Move() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_thumbnail_cache_dbus_call_move_finish() to get the result of the operation. * * See thunar_thumbnail_cache_dbus_call_move_sync() for the synchronous, blocking version of this method. @@ -666,7 +667,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the Copy() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_thumbnail_cache_dbus_call_copy_finish() to get the result of the operation. * * See thunar_thumbnail_cache_dbus_call_copy_sync() for the synchronous, blocking version of this method. @@ -769,7 +770,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the Delete() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_thumbnail_cache_dbus_call_delete_finish() to get the result of the operation. * * See thunar_thumbnail_cache_dbus_call_delete_sync() for the synchronous, blocking version of this method. @@ -868,7 +869,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the Cleanup() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_thumbnail_cache_dbus_call_cleanup_finish() to get the result of the operation. * * See thunar_thumbnail_cache_dbus_call_cleanup_sync() for the synchronous, blocking version of this method. @@ -1209,7 +1210,7 @@ * * Asynchronously creates a proxy for the D-Bus interface org.freedesktop.thumbnails.Cache1. See g_dbus_proxy_new() for more details. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_thumbnail_cache_dbus_proxy_new_finish() to get the result of the operation. * * See thunar_thumbnail_cache_dbus_proxy_new_sync() for the synchronous, blocking version of this constructor. @@ -1299,7 +1300,7 @@ * * Like thunar_thumbnail_cache_dbus_proxy_new() but takes a #GBusType instead of a #GDBusConnection. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_thumbnail_cache_dbus_proxy_new_for_bus_finish() to get the result of the operation. * * See thunar_thumbnail_cache_dbus_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor. diff -Nru thunar-1.8.12/thunar/thunar-thumbnail-cache-proxy.h thunar-1.8.14/thunar/thunar-thumbnail-cache-proxy.h --- thunar-1.8.12/thunar/thunar-thumbnail-cache-proxy.h 2020-01-31 00:10:27.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-thumbnail-cache-proxy.h 2020-03-25 15:24:54.000000000 +0000 @@ -1,8 +1,9 @@ /* - * Generated by gdbus-codegen 2.62.4 from thunar-thumbnail-cache-dbus.xml. DO NOT EDIT. + * This file is generated by gdbus-codegen, do not modify it. * * The license of this code is the same as for the D-Bus interface description - * it was derived from. + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. */ #ifndef __THUNAR_THUMBNAIL_CACHE_PROXY_H__ diff -Nru thunar-1.8.12/thunar/thunar-thumbnailer-proxy.c thunar-1.8.14/thunar/thunar-thumbnailer-proxy.c --- thunar-1.8.12/thunar/thunar-thumbnailer-proxy.c 2020-01-31 00:10:27.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-thumbnailer-proxy.c 2020-03-25 15:24:54.000000000 +0000 @@ -1,8 +1,9 @@ /* - * Generated by gdbus-codegen 2.62.4 from thunar-thumbnailer-dbus.xml. DO NOT EDIT. + * This file is generated by gdbus-codegen, do not modify it. * * The license of this code is the same as for the D-Bus interface description - * it was derived from. + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. */ #ifdef HAVE_CONFIG_H @@ -913,7 +914,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the Queue() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_thumbnailer_dbus_call_queue_finish() to get the result of the operation. * * See thunar_thumbnailer_dbus_call_queue_sync() for the synchronous, blocking version of this method. @@ -1037,7 +1038,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the Dequeue() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_thumbnailer_dbus_call_dequeue_finish() to get the result of the operation. * * See thunar_thumbnailer_dbus_call_dequeue_sync() for the synchronous, blocking version of this method. @@ -1134,7 +1135,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the GetSupported() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_thumbnailer_dbus_call_get_supported_finish() to get the result of the operation. * * See thunar_thumbnailer_dbus_call_get_supported_sync() for the synchronous, blocking version of this method. @@ -1238,7 +1239,7 @@ * @user_data: User data to pass to @callback. * * Asynchronously invokes the GetSchedulers() D-Bus method on @proxy. - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_thumbnailer_dbus_call_get_schedulers_finish() to get the result of the operation. * * See thunar_thumbnailer_dbus_call_get_schedulers_sync() for the synchronous, blocking version of this method. @@ -1587,7 +1588,7 @@ * * Asynchronously creates a proxy for the D-Bus interface org.freedesktop.thumbnails.Thumbnailer1. See g_dbus_proxy_new() for more details. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_thumbnailer_dbus_proxy_new_finish() to get the result of the operation. * * See thunar_thumbnailer_dbus_proxy_new_sync() for the synchronous, blocking version of this constructor. @@ -1677,7 +1678,7 @@ * * Like thunar_thumbnailer_dbus_proxy_new() but takes a #GBusType instead of a #GDBusConnection. * - * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from. + * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). * You can then call thunar_thumbnailer_dbus_proxy_new_for_bus_finish() to get the result of the operation. * * See thunar_thumbnailer_dbus_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor. diff -Nru thunar-1.8.12/thunar/thunar-thumbnailer-proxy.h thunar-1.8.14/thunar/thunar-thumbnailer-proxy.h --- thunar-1.8.12/thunar/thunar-thumbnailer-proxy.h 2020-01-31 00:10:27.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-thumbnailer-proxy.h 2020-03-25 15:24:54.000000000 +0000 @@ -1,8 +1,9 @@ /* - * Generated by gdbus-codegen 2.62.4 from thunar-thumbnailer-dbus.xml. DO NOT EDIT. + * This file is generated by gdbus-codegen, do not modify it. * * The license of this code is the same as for the D-Bus interface description - * it was derived from. + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. */ #ifndef __THUNAR_THUMBNAILER_PROXY_H__ diff -Nru thunar-1.8.12/thunar/thunar-tree-model.c thunar-1.8.14/thunar/thunar-tree-model.c --- thunar-1.8.12/thunar/thunar-tree-model.c 2019-08-08 16:14:05.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-tree-model.c 2020-03-25 15:09:48.000000000 +0000 @@ -1075,23 +1075,37 @@ _thunar_return_if_fail (THUNAR_IS_DEVICE (device)); _thunar_return_if_fail (THUNAR_IS_TREE_MODEL (model)); + /* lookup the last child of the root (the "File System" node) */ + node = g_node_last_child (model->root); + + /* determine the position for the new node in the item list */ + for (node = node->prev; node != NULL; node = node->prev) + { + item = THUNAR_TREE_MODEL_ITEM (node->data); + if (item->device == NULL) + break; + + /* sort devices by timestamp */ + if (thunar_device_sort (item->device, device) < 0) + break; + } + /* allocate a new item for the volume */ item = thunar_tree_model_item_new_with_device (model, device); - /* insert before the last child of the root (the "File System" node) */ - node = g_node_last_child (model->root); - node = g_node_insert_data_before (model->root, node, item); + /* insert the new node */ + node = g_node_insert_data_after (model->root, node, item); /* determine the iterator for the new node */ GTK_TREE_ITER_INIT (iter, model->stamp, node); - /* add the dummy node */ - thunar_tree_model_node_insert_dummy (node, model); - /* tell the view about the new node */ path = gtk_tree_model_get_path (GTK_TREE_MODEL (model), &iter); gtk_tree_model_row_inserted (GTK_TREE_MODEL (model), path, &iter); gtk_tree_path_free (path); + + /* add the dummy node */ + thunar_tree_model_node_insert_dummy (node, model); } diff -Nru thunar-1.8.12/thunar/thunar-tree-view.c thunar-1.8.14/thunar/thunar-tree-view.c --- thunar-1.8.12/thunar/thunar-tree-view.c 2019-12-16 15:16:29.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-tree-view.c 2020-03-25 14:32:49.000000000 +0000 @@ -2866,8 +2866,8 @@ * * Searches for the best-matching toplevel path in the * following order: - * 1) any mounted device or network resource - * 2) the user's desktop directory + * 1) the currently active one + * 2) any mounted device or network resource * 3) the user's home directory * 4) the root filesystem * @@ -2893,6 +2893,35 @@ if (!gtk_tree_model_get_iter_first (model, &iter)) return NULL; + /* get active toplevel path and check if we can use it */ + gtk_tree_view_get_cursor (GTK_TREE_VIEW (view), &path, NULL); + if (path != NULL) + { + if (gtk_tree_path_get_depth (path) != 1) + while (gtk_tree_path_get_depth (path) > 1) + gtk_tree_path_up (path); + + if (gtk_tree_model_get_iter (GTK_TREE_MODEL (view->model), &iter, path)) + { + /* lookup file for the toplevel item */ + gtk_tree_model_get (GTK_TREE_MODEL (view->model), &iter, THUNAR_TREE_MODEL_COLUMN_FILE, &toplevel_file, -1); + if (toplevel_file) + { + /* check if the toplevel file is an ancestor */ + if (thunar_file_is_ancestor (file, toplevel_file)) + { + g_object_unref (toplevel_file); + return path; + } + + g_object_unref (toplevel_file); + } + } + + gtk_tree_path_free (path); + path = NULL; + } + /* get GFiles for special toplevel items */ desktop = thunar_g_file_new_for_desktop (); home = thunar_g_file_new_for_home (); diff -Nru thunar-1.8.12/thunar/thunar-window.c thunar-1.8.14/thunar/thunar-window.c --- thunar-1.8.12/thunar/thunar-window.c 2020-01-30 23:58:11.000000000 +0000 +++ thunar-1.8.14/thunar/thunar-window.c 2020-03-25 14:32:49.000000000 +0000 @@ -3623,7 +3623,8 @@ return; /* check if the file is the current directory or an ancestor of the current directory */ - if (thunar_file_is_gfile_ancestor (window->current_directory, root_file)) + if (g_file_equal (thunar_file_get_file (window->current_directory), root_file) + || thunar_file_is_gfile_ancestor (window->current_directory, root_file)) { G_GNUC_BEGIN_IGNORE_DEPRECATIONS /* change to the home folder */ diff -Nru thunar-1.8.12/thunarx/Makefile.in thunar-1.8.14/thunarx/Makefile.in --- thunar-1.8.12/thunarx/Makefile.in 2020-01-31 00:10:13.000000000 +0000 +++ thunar-1.8.14/thunarx/Makefile.in 2020-03-25 15:24:32.000000000 +0000 @@ -672,6 +672,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru thunar-1.8.12/thunarx/thunarx-config.h thunar-1.8.14/thunarx/thunarx-config.h --- thunar-1.8.12/thunarx/thunarx-config.h 2020-01-31 00:10:19.000000000 +0000 +++ thunar-1.8.14/thunarx/thunarx-config.h 2020-03-25 15:24:42.000000000 +0000 @@ -31,7 +31,7 @@ #define THUNARX_MAJOR_VERSION 1 #define THUNARX_MINOR_VERSION 8 -#define THUNARX_MICRO_VERSION 12 +#define THUNARX_MICRO_VERSION 14 #define THUNARX_CHECK_VERSION(major,minor,micro) \ (THUNARX_MAJOR_VERSION > (major) \