Hello community, here is the log from the commit of package caja-extensions for openSUSE:Factory checked in at 2016-09-25 14:44:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/caja-extensions (Old) and /work/SRC/openSUSE:Factory/.caja-extensions.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "caja-extensions" Changes: -------- --- /work/SRC/openSUSE:Factory/caja-extensions/caja-extensions.changes 2016-08-13 18:30:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.caja-extensions.new/caja-extensions.changes 2016-09-25 14:44:27.000000000 +0200 @@ -1,0 +2,9 @@ +Tue Sep 20 20:50:25 UTC 2016 - [email protected] + +- Update to version 1.16.0: + * open-terminal: Fix opening the terminal in remote directories + with single or double quotes in their names. + * open-terminal: Some code cleanups. + * Update translations. + +------------------------------------------------------------------- Old: ---- caja-extensions-1.14.1.tar.xz New: ---- caja-extensions-1.16.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ caja-extensions.spec ++++++ --- /var/tmp/diff_new_pack.GGankk/_old 2016-09-25 14:44:29.000000000 +0200 +++ /var/tmp/diff_new_pack.GGankk/_new 2016-09-25 14:44:29.000000000 +0200 @@ -16,9 +16,9 @@ # -%define _version 1.14 +%define _version 1.16 Name: caja-extensions -Version: 1.14.1 +Version: 1.16.0 Release: 0 Summary: Set of extensions for Caja, the MATE file manager License: GPL-2.0+ ++++++ caja-extensions-1.14.1.tar.xz -> caja-extensions-1.16.0.tar.xz ++++++ ++++ 2148 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/ChangeLog new/caja-extensions-1.16.0/ChangeLog --- old/caja-extensions-1.14.1/ChangeLog 2016-08-09 22:34:07.000000000 +0200 +++ new/caja-extensions-1.16.0/ChangeLog 2016-09-19 14:07:24.000000000 +0200 @@ -1,23 +1,103 @@ -commit eb298491e674a9ed3454210d59189e7cd82f7efa -Author: monsta <[email protected]> -Date: Tue Aug 9 23:31:06 2016 +0300 +commit 36145dee668768c58fad6530582b4d374a9017f0 +Author: raveit65 <[email protected]> +Date: Mon Sep 19 14:06:30 2016 +0200 - release 1.14.1 + release 1.16.0 - NEWS | 5 +++++ configure.ac | 2 +- - 2 files changed, 6 insertions(+), 1 deletion(-) + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 091cb8336ff6efd7be96514bf741c62d332b8dd7 +Author: monsta <[email protected]> +Date: Mon Sep 19 14:27:40 2016 +0300 + + update NEWS for 1.16 + + NEWS | 10 +++++++++- + 1 file changed, 9 insertions(+), 1 deletion(-) + +commit f413ca53cc0dc469e8ac2be37d660549fa5e4f48 +Author: monsta <[email protected]> +Date: Mon Sep 19 14:22:50 2016 +0300 + + sync with Transifex + + po/ca.po | 19 +++---- + po/lt.po | 28 +++++------ + po/sk.po | 4 +- + po/th.po | 171 ++++++++++++++++++++++++++++++++------------------------------- + 4 files changed, 112 insertions(+), 110 deletions(-) + +commit 43d2ee6772394b54c0f8184bb7798d7dd2a8bd9e +Author: monsta <[email protected]> +Date: Mon Aug 1 11:41:20 2016 +0300 + + open-terminal: properly quote SSH arguments + + fixes problem with opening terminal in remote folders + with ' or " in their names. + + adapted from: + https://git.gnome.org/browse/nautilus-open-terminal/commit/?id=f1789425df12e054fa0b2407f7df861d98059599 + + open-terminal/caja-open-terminal.c | 12 +++++++++++- + 1 file changed, 11 insertions(+), 1 deletion(-) + +commit 489c47adfa9beed22d589e45c6737194575d46e6 +Author: monsta <[email protected]> +Date: Mon Aug 1 11:15:55 2016 +0300 + + fix distcheck + + Makefile.am | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) + +commit cd4e713416d27575450d1ea4c3d9998d741b300b +Author: monsta <[email protected]> +Date: Sat Jul 30 21:50:37 2016 +0300 -commit bbd33094d7074a4574c0f2cea849e8fba4573ccb + open-terminal: fix indent a bit + + open-terminal/caja-open-terminal.c | 32 ++++++++++++++++---------------- + 1 file changed, 16 insertions(+), 16 deletions(-) + +commit 26b7a7c7bd97f6db5ab851fe9c1e315ba0284f57 +Author: monsta <[email protected]> +Date: Fri Jul 29 16:42:04 2016 +0300 + + open-terminal: don't use #define just for one case + + open-terminal/caja-open-terminal.c | 4 +--- + 1 file changed, 1 insertion(+), 3 deletions(-) + +commit a63c9b3ec8337238322f967762a23511a5ee8262 +Author: monsta <[email protected]> +Date: Fri Jul 29 16:35:13 2016 +0300 + + open-terminal: use g_uri_parse_scheme + + open-terminal/caja-open-terminal.c | 13 +++++-------- + 1 file changed, 5 insertions(+), 8 deletions(-) + +commit 16e3394af0885a78b30adccc6819f03bf0d84dee +Author: monsta <[email protected]> +Date: Fri Jul 29 15:54:41 2016 +0300 + + open-terminal: reduce code duplication a bit + + open-terminal/caja-open-terminal.c | 33 ++++++++++++++------------------- + 1 file changed, 14 insertions(+), 19 deletions(-) + +commit b8f5fe87dfe7c61b86573e98059e822b105b6f75 Author: raveit65 <[email protected]> Date: Fri Jul 15 18:05:00 2016 +0200 distcheck: explicitly use currently selected GTK+ version - Makefile.am | 8 +++++--- - 1 file changed, 5 insertions(+), 3 deletions(-) + Makefile.am | 3 +++ + 1 file changed, 3 insertions(+) -commit b35c7b1e98d6e1d5494a443eec20de0556c26963 +commit eb1f2a9a9f74c58a10ce9122186b3d4738b5be18 Author: monsta <[email protected]> Date: Tue Jun 21 17:51:32 2016 +0300 @@ -26,7 +106,17 @@ po/LINGUAS | 2 ++ 1 file changed, 2 insertions(+) -commit e65b865e1e343e96c96688febf46f2f977daf3a9 +commit 1862e45efcd7a6f0bf2e495bcabb32dc729f9d1a +Author: raveit65 <[email protected]> +Date: Wed Jun 8 14:14:24 2016 +0200 + + release 1.15.0 + + NEWS | 4 ++++ + configure.ac | 2 +- + 2 files changed, 5 insertions(+), 1 deletion(-) + +commit 6323fb1298f7f00123496bb86fe1859a0acf26ca Author: raveit65 <[email protected]> Date: Wed Jun 8 14:12:00 2016 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/NEWS new/caja-extensions-1.16.0/NEWS --- old/caja-extensions-1.14.1/NEWS 2016-08-09 22:28:16.000000000 +0200 +++ new/caja-extensions-1.16.0/NEWS 2016-09-19 14:05:25.000000000 +0200 @@ -1,3 +1,10 @@ +1.16.0 + + * open-terminal: fix opening terminal in remote folders with single + or double quote in their names + * open-terminal: some code cleanups + * Translations update + 1.14.1 * Translations update diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/configure.ac new/caja-extensions-1.16.0/configure.ac --- old/caja-extensions-1.14.1/configure.ac 2016-08-06 13:19:27.000000000 +0200 +++ new/caja-extensions-1.16.0/configure.ac 2016-09-19 14:06:10.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([caja-extensions], 1.14.1, [https://github.com/mate-desktop/caja-extensions]) +AC_INIT([caja-extensions], 1.16.0, [https://github.com/mate-desktop/caja-extensions]) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news]) AC_CONFIG_HEADERS(config.h) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/m4/libtool.m4 new/caja-extensions-1.16.0/m4/libtool.m4 --- old/caja-extensions-1.14.1/m4/libtool.m4 2016-08-09 22:33:51.000000000 +0200 +++ new/caja-extensions-1.16.0/m4/libtool.m4 2016-09-19 14:06:58.000000000 +0200 @@ -2867,6 +2867,9 @@ # before this can be enabled. hardcode_into_libs=yes + # Add ABI-specific directories to the system library path. + sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" + # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command @@ -2875,7 +2878,7 @@ # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -2887,18 +2890,6 @@ 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 @@ -3558,7 +3549,7 @@ lt_cv_deplibs_check_method=pass_all ;; -netbsd* | netbsdelf*-gnu) +netbsd*) 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 @@ -4436,7 +4427,7 @@ ;; esac ;; - netbsd* | netbsdelf*-gnu) + netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise @@ -4948,9 +4939,6 @@ ;; 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' ;; @@ -5013,9 +5001,6 @@ 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 @@ -5270,7 +5255,7 @@ fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -5791,7 +5776,6 @@ 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' @@ -5813,7 +5797,7 @@ esac ;; - netbsd* | netbsdelf*-gnu) + netbsd*) 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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/open-terminal/caja-open-terminal.c new/caja-extensions-1.16.0/open-terminal/caja-open-terminal.c --- old/caja-extensions-1.14.1/open-terminal/caja-open-terminal.c 2016-08-06 13:17:26.000000000 +0200 +++ new/caja-extensions-1.16.0/open-terminal/caja-open-terminal.c 2016-09-19 14:05:25.000000000 +0200 @@ -67,15 +67,11 @@ get_terminal_file_info (CajaFileInfo *file_info) { TerminalFileInfo ret; - char *uri_scheme, *p; + char *uri; + char *uri_scheme; - g_assert (file_info); - - uri_scheme = caja_file_info_get_activation_uri (file_info); - p = strchr (uri_scheme, ':'); - if (p) { - *p = 0; - } + uri = caja_file_info_get_activation_uri (file_info); + uri_scheme = g_uri_parse_scheme (uri); if (strcmp (uri_scheme, "file") == 0) { ret = FILE_INFO_LOCAL; @@ -89,6 +85,7 @@ } g_free (uri_scheme); + g_free (uri); return ret; } @@ -135,40 +132,38 @@ desktop_opens_home_dir (void) { gboolean result; - GSettings* settings; + GSettings* settings; - settings = g_settings_new (COT_SCHEMA); + settings = g_settings_new (COT_SCHEMA); result = g_settings_get_boolean (settings, COT_DESKTOP_KEY); - g_object_unref (settings); - return result; + g_object_unref (settings); + return result; } static inline gboolean desktop_is_home_dir (void) { gboolean result; - GSettings* settings; + GSettings* settings; - settings = g_settings_new (CAJA_SCHEMA); + settings = g_settings_new (CAJA_SCHEMA); result = g_settings_get_boolean (settings, CAJA_DESKTOP_KEY); - g_object_unref (settings); - return result; + g_object_unref (settings); + return result; } static inline gchar* default_terminal_application (void) { gchar *result; - GSettings* settings; + GSettings* settings; - settings = g_settings_new (TERM_SCHEMA); + settings = g_settings_new (TERM_SCHEMA); result = g_settings_get_string (settings, TERM_EXEC_KEY); - g_object_unref (settings); - return result; + g_object_unref (settings); + return result; } -#define get_desktop_dir() g_strdup (g_get_user_special_dir (G_USER_DIRECTORY_DESKTOP)) - static void parse_sftp_uri (GFile *file, char **host, guint *port, char **user, char **path) @@ -226,6 +221,9 @@ char *host_name, *path, *user_name; char *user_host, *cmd, *quoted_cmd; char *host_port_switch; + char *quoted_path; + char *remote_cmd; + char *quoted_remote_cmd; guint host_port; g_assert (terminal_exec != NULL); @@ -252,7 +250,11 @@ user_host = g_strdup (host_name); } - cmd = g_strdup_printf ("ssh %s %s -t \"cd \'%s\' && $SHELL -l\"", user_host, host_port_switch, path); + quoted_path = g_shell_quote (path); + remote_cmd = g_strdup_printf ("cd %s && $SHELL -l", quoted_path); + quoted_remote_cmd = g_shell_quote (remote_cmd); + + cmd = g_strdup_printf ("ssh %s %s -t %s", user_host, host_port_switch, quoted_remote_cmd); quoted_cmd = g_shell_quote (cmd); g_free (cmd); @@ -264,7 +266,10 @@ g_free (user_name); g_free (host_port_switch); g_free (path); + g_free (quoted_path); + g_free (remote_cmd); + g_free (quoted_remote_cmd); g_free (quoted_cmd); g_free (user_host); g_object_unref (vfs_uri); @@ -305,7 +310,7 @@ if (desktop_is_home_dir () || desktop_opens_home_dir ()) { working_directory = g_strdup (g_get_home_dir ()); } else { - working_directory = get_desktop_dir (); + working_directory = g_strdup (g_get_user_special_dir (G_USER_DIRECTORY_DESKTOP)); } break; @@ -412,9 +417,10 @@ } static CajaMenuItem * -open_terminal_menu_item_new (TerminalFileInfo terminal_file_info, - GdkScreen *screen, - gboolean is_file_item) +open_terminal_menu_item_new (CajaFileInfo *file_info, + TerminalFileInfo terminal_file_info, + GdkScreen *screen, + gboolean is_file_item) { CajaMenuItem *ret; const char *name; @@ -448,17 +454,25 @@ ret = caja_menu_item_new ("CajaOpenTerminal::open_terminal", name, tooltip, "terminal"); + g_object_set_data (G_OBJECT (ret), "CajaOpenTerminal::screen", screen); + g_object_set_data_full (G_OBJECT (ret), "file-info", + g_object_ref (file_info), + (GDestroyNotify) g_object_unref); + g_signal_connect (ret, "activate", + G_CALLBACK (open_terminal_callback), + file_info); + return ret; } static GList * caja_open_terminal_get_background_items (CajaMenuProvider *provider, - GtkWidget *window, - CajaFileInfo *file_info) + GtkWidget *window, + CajaFileInfo *file_info) { CajaMenuItem *item; TerminalFileInfo terminal_file_info; @@ -468,14 +482,7 @@ case FILE_INFO_LOCAL: case FILE_INFO_DESKTOP: case FILE_INFO_SFTP: - item = open_terminal_menu_item_new (terminal_file_info, gtk_widget_get_screen (window), FALSE); - g_object_set_data_full (G_OBJECT (item), "file-info", - g_object_ref (file_info), - (GDestroyNotify) g_object_unref); - g_signal_connect (item, "activate", - G_CALLBACK (open_terminal_callback), - file_info); - + item = open_terminal_menu_item_new (file_info, terminal_file_info, gtk_widget_get_screen (window), FALSE); return g_list_append (NULL, item); case FILE_INFO_OTHER: @@ -488,8 +495,8 @@ GList * caja_open_terminal_get_file_items (CajaMenuProvider *provider, - GtkWidget *window, - GList *files) + GtkWidget *window, + GList *files) { CajaMenuItem *item; TerminalFileInfo terminal_file_info; @@ -505,14 +512,7 @@ switch (terminal_file_info) { case FILE_INFO_LOCAL: case FILE_INFO_SFTP: - item = open_terminal_menu_item_new (terminal_file_info, gtk_widget_get_screen (window), TRUE); - g_object_set_data_full (G_OBJECT (item), "file-info", - g_object_ref (files->data), - (GDestroyNotify) g_object_unref); - g_signal_connect (item, "activate", - G_CALLBACK (open_terminal_callback), - files->data); - + item = open_terminal_menu_item_new (files->data, terminal_file_info, gtk_widget_get_screen (window), TRUE); return g_list_append (NULL, item); case FILE_INFO_DESKTOP: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/po/ca.po new/caja-extensions-1.16.0/po/ca.po --- old/caja-extensions-1.14.1/po/ca.po 2016-06-21 16:51:12.000000000 +0200 +++ new/caja-extensions-1.16.0/po/ca.po 2016-09-19 14:05:25.000000000 +0200 @@ -4,15 +4,16 @@ # # Translators: # Francesc Famadas <[email protected]>, 2015 -# Robert Antoni Buj i Gelonch <[email protected]>, 2015-2016 -# xavivars <[email protected]>, 2016 +# Robert Antoni Buj Gelonch <[email protected]>, 2016 +# Robert Antoni Buj Gelonch <[email protected]>, 2015-2016 +# Xavi Ivars <[email protected]>, 2016 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-12-16 17:14+0300\n" -"PO-Revision-Date: 2016-06-06 20:24+0000\n" -"Last-Translator: Robert Antoni Buj i Gelonch <[email protected]>\n" +"PO-Revision-Date: 2016-08-23 13:52+0000\n" +"Last-Translator: Robert Antoni Buj Gelonch <[email protected]>\n" "Language-Team: Catalan (http://www.transifex.com/mate/MATE/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -53,7 +54,7 @@ #: ../image-converter/caja-image-converter.c:130 msgid "Ro_tate Images..." -msgstr "Gira les imatges..." +msgstr "Gira les ima_tges..." #: ../image-converter/caja-image-converter.c:131 msgid "Rotate each selected image" @@ -301,7 +302,7 @@ #: ../sendto/libcaja-sendto.caja-extension.in.in.h:1 msgid "Send To" -msgstr "Envia _a" +msgstr "Envia a" #: ../sendto/libcaja-sendto.caja-extension.in.in.h:2 msgid "Integrates email clients and Pidgin" @@ -365,7 +366,7 @@ #: ../sendto/plugins/caja-burn/caja-burn.c:92 msgid "New CD/DVD" -msgstr "Nou CD/DVD" +msgstr "CD/DVD nou" #: ../sendto/plugins/caja-burn/caja-burn.c:99 msgid "Existing CD/DVD" @@ -489,11 +490,11 @@ #: ../share/share-dialog.ui.h:5 msgid "_Allow others to create and delete files in this folder" -msgstr "Permet als _altres usuaris que creïn i suprimeixin fitxers en aquesta carpeta." +msgstr "Permet que _altres usuaris creïn i suprimeixin fitxers en aquesta carpeta." #: ../share/share-dialog.ui.h:6 msgid "_Guest access (for people without a user account)" -msgstr "Accés de convidats (per a la gent sense un compte d'usuari)" +msgstr "Accés de convidats (per a la _gent sense un compte d'usuari)" #: ../share/shares.c:123 #, c-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/po/lt.po new/caja-extensions-1.16.0/po/lt.po --- old/caja-extensions-1.14.1/po/lt.po 2016-06-21 16:51:12.000000000 +0200 +++ new/caja-extensions-1.16.0/po/lt.po 2016-09-19 14:05:25.000000000 +0200 @@ -12,7 +12,7 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-12-16 17:14+0300\n" -"PO-Revision-Date: 2016-03-17 17:10+0000\n" +"PO-Revision-Date: 2016-09-07 13:14+0000\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian (http://www.transifex.com/mate/MATE/language/lt/)\n" "MIME-Version: 1.0\n" @@ -46,27 +46,27 @@ #: ../image-converter/caja-image-converter.c:120 msgid "_Resize Images..." -msgstr "_Keisti paveikslėlių dydį..." +msgstr "_Keisti paveikslų dydį..." #: ../image-converter/caja-image-converter.c:121 msgid "Resize each selected image" -msgstr "Keisti kiekvieno pasirinkto paveikslėlio dydį" +msgstr "Keisti kiekvieno pasirinkto paveikslo dydį" #: ../image-converter/caja-image-converter.c:130 msgid "Ro_tate Images..." -msgstr "Sukti paveikslėlius..." +msgstr "Sukti paveikslus..." #: ../image-converter/caja-image-converter.c:131 msgid "Rotate each selected image" -msgstr "Sukti kiekvieną pasirinktą paveikslėlį" +msgstr "Sukti kiekvieną pasirinktą paveikslą" #: ../image-converter/caja-image-resize.ui.h:1 msgid "Resize Images" -msgstr "Keisti paveikslėlių dydį" +msgstr "Keisti paveikslų dydį" #: ../image-converter/caja-image-resize.ui.h:2 msgid "<b>Image Size</b>" -msgstr "<b>Paveikslėlio dydis</b>" +msgstr "<b>Paveikslo dydis</b>" #: ../image-converter/caja-image-resize.ui.h:3 msgid "Select a size:" @@ -160,7 +160,7 @@ #: ../image-converter/caja-image-resizer.c:291 #, c-format msgid "Resizing image: %d of %d" -msgstr "Keičiamas %d paveikslėlio iš %d dydis" +msgstr "Keičiamas %d paveikslo iš %d dydis" #: ../image-converter/caja-image-resizer.c:296 #, c-format @@ -174,11 +174,11 @@ #: ../image-converter/caja-image-rotate.ui.h:1 msgid "Rotate Images" -msgstr "Paversti paveikslėlius" +msgstr "Paversti paveikslus" #: ../image-converter/caja-image-rotate.ui.h:2 msgid "<b>Image Rotation</b>" -msgstr "<b>Paveikslėlio sukimas</b>" +msgstr "<b>Paveikslo sukimas</b>" #: ../image-converter/caja-image-rotate.ui.h:3 msgid "Select an angle:" @@ -207,7 +207,7 @@ #: ../image-converter/caja-image-rotator.c:290 #, c-format msgid "Rotating image: %d of %d" -msgstr "Sukamas paveikslėlis: %d iš %d" +msgstr "Sukamas paveikslas: %d iš %d" #: ../image-converter/caja-image-rotator.c:295 #, c-format @@ -220,7 +220,7 @@ #: ../image-converter/libcaja-image-converter.caja-extension.in.in.h:2 msgid "Rotate and resize images" -msgstr "Sukioti ir keisti paveikslėlių dydį" +msgstr "Sukioti ir keisti paveikslų dydį" #: ../open-terminal/caja-open-terminal.c:426 #: ../open-terminal/caja-open-terminal.c:439 @@ -382,7 +382,7 @@ #: ../sendto/plugins/removable-devices/removable-devices.c:248 msgid "Removable disks and shares" -msgstr "Išimami diskai ir viešiniai" +msgstr "Keičiamieji diskai ir viešiniai" #: ../sendto/plugins/upnp/upnp.c:309 msgid "UPnP Media Server" @@ -564,7 +564,7 @@ #: ../wallpaper/caja-wallpaper-extension.c:110 msgid "Set image as the current wallpaper" -msgstr "Nustatyti paveikslėlį kaip esamą darbalaukio foną" +msgstr "Nustatyti paveikslą kaip esamą darbalaukio foną" #: ../wallpaper/libcaja-wallpaper.caja-extension.in.in.h:1 msgid "Wallpaper" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/po/sk.po new/caja-extensions-1.16.0/po/sk.po --- old/caja-extensions-1.14.1/po/sk.po 2016-04-07 09:46:32.000000000 +0200 +++ new/caja-extensions-1.16.0/po/sk.po 2016-09-19 14:05:25.000000000 +0200 @@ -13,7 +13,7 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-12-16 17:14+0300\n" -"PO-Revision-Date: 2016-03-19 23:18+0000\n" +"PO-Revision-Date: 2016-09-12 17:06+0000\n" "Last-Translator: Ján Ďanovský <[email protected]>\n" "Language-Team: Slovak (http://www.transifex.com/mate/MATE/language/sk/)\n" "MIME-Version: 1.0\n" @@ -257,7 +257,7 @@ msgid "" "Whether opening a terminal on the desktop opens a terminal in the home " "directory" -msgstr "Terminál otvorený na ploche sa otvorí v domovskom priečinku" +msgstr "Určuje, či otvorenie terminálu na ploche otvorí terminál v domovskom priečinku" #: ../open-terminal/org.mate.caja-open-terminal.gschema.xml.in.h:2 msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/po/th.po new/caja-extensions-1.16.0/po/th.po --- old/caja-extensions-1.14.1/po/th.po 2016-04-07 09:46:32.000000000 +0200 +++ new/caja-extensions-1.16.0/po/th.po 2016-09-19 14:05:25.000000000 +0200 @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Aefgh Threenine <[email protected]>, 2016 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-12-16 17:14+0300\n" -"PO-Revision-Date: 2016-01-05 05:57+0000\n" -"Last-Translator: monsta <[email protected]>\n" +"PO-Revision-Date: 2016-08-28 08:57+0000\n" +"Last-Translator: Aefgh Threenine <[email protected]>\n" "Language-Team: Thai (http://www.transifex.com/mate/MATE/language/th/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,18 +20,18 @@ #: ../gksu/libcaja-gksu.c:135 msgid "Open as administrator" -msgstr "" +msgstr "เปิดในนามผู้ดูแลระบบ" #: ../gksu/libcaja-gksu.c:136 msgid "Opens the file with administrator privileges" -msgstr "" +msgstr "เปิดแฟ้มด้วยสิทธิ์พิเศษของผู้ดูแลระบบ" #: ../gksu/libcaja-gksu.c:223 msgid "" "<big><b>Unable to determine the program to run.</b></big>\n" "\n" "The item you selected cannot be open with administrator powers because the correct application cannot be determined." -msgstr "" +msgstr "<big><b>ไม่สามารถเลือกโปรแกรมที่จะเรียกใช้</b></big>\n\nไม่สามารถเปิดรายการที่คุณเลือกด้วยสิทธิ์พิเศษของผู้ดูแลระบบได้ เพราะไม่สามารถเลือกโปรแกรมที่ถูกต้องสำหรับเปิดได้" #: ../gksu/libcaja-gksu.caja-extension.in.in.h:1 msgid "Gksu" @@ -46,27 +47,27 @@ #: ../image-converter/caja-image-converter.c:121 msgid "Resize each selected image" -msgstr "" +msgstr "ปรับขนาดของแต่ละรูปที่เลือก" #: ../image-converter/caja-image-converter.c:130 msgid "Ro_tate Images..." -msgstr "" +msgstr "ห_มุนรูป..." #: ../image-converter/caja-image-converter.c:131 msgid "Rotate each selected image" -msgstr "" +msgstr "หมุนแต่ละรูปที่เลือก" #: ../image-converter/caja-image-resize.ui.h:1 msgid "Resize Images" -msgstr "" +msgstr "ปรับขนาดรูป" #: ../image-converter/caja-image-resize.ui.h:2 msgid "<b>Image Size</b>" -msgstr "" +msgstr "<b>ขนาดรูป</b>" #: ../image-converter/caja-image-resize.ui.h:3 msgid "Select a size:" -msgstr "" +msgstr "เลือกขนาด:" #: ../image-converter/caja-image-resize.ui.h:4 msgid "96x96" @@ -98,19 +99,19 @@ #: ../image-converter/caja-image-resize.ui.h:11 msgid "Scale:" -msgstr "" +msgstr "มาตราส่วน:" #: ../image-converter/caja-image-resize.ui.h:12 msgid "percent" -msgstr "" +msgstr "เปอร์เซ็นต์" #: ../image-converter/caja-image-resize.ui.h:13 msgid "Custom size:" -msgstr "" +msgstr "ขนาดที่กำหนดเอง:" #: ../image-converter/caja-image-resize.ui.h:14 msgid "Width:" -msgstr "" +msgstr "ความกว้าง:" #: ../image-converter/caja-image-resize.ui.h:15 msgid "Height:" @@ -119,7 +120,7 @@ #: ../image-converter/caja-image-resize.ui.h:16 #: ../image-converter/caja-image-rotate.ui.h:6 msgid "<b>Filename</b>" -msgstr "" +msgstr "<b>ชื่อแฟ้ม</b>" #: ../image-converter/caja-image-resize.ui.h:17 #: ../image-converter/caja-image-rotate.ui.h:7 @@ -128,7 +129,7 @@ #: ../image-converter/caja-image-resize.ui.h:18 msgid ".resized" -msgstr "" +msgstr ".resized" #: ../image-converter/caja-image-resize.ui.h:19 #: ../image-converter/caja-image-rotate.ui.h:9 @@ -137,26 +138,26 @@ #: ../image-converter/caja-image-resize.ui.h:20 msgid "Resize in place" -msgstr "" +msgstr "ปรับขนาดในสถานที่" #: ../image-converter/caja-image-resize.ui.h:21 msgid "_Resize" -msgstr "" +msgstr "_ปรับขนาด" #: ../image-converter/caja-image-resizer.c:211 #: ../image-converter/caja-image-rotator.c:208 msgid "_Skip" -msgstr "" +msgstr "_ข้าม" #: ../image-converter/caja-image-resizer.c:213 #: ../image-converter/caja-image-rotator.c:210 msgid "_Retry" -msgstr "" +msgstr "_ลองใหม่" #: ../image-converter/caja-image-resizer.c:291 #, c-format msgid "Resizing image: %d of %d" -msgstr "" +msgstr "กำลังปรับขนาดของรูป: %d จาก %d" #: ../image-converter/caja-image-resizer.c:296 #, c-format @@ -170,19 +171,19 @@ #: ../image-converter/caja-image-rotate.ui.h:1 msgid "Rotate Images" -msgstr "" +msgstr "หมุนภาพ" #: ../image-converter/caja-image-rotate.ui.h:2 msgid "<b>Image Rotation</b>" -msgstr "" +msgstr "<b>การหมุนรูป</b>" #: ../image-converter/caja-image-rotate.ui.h:3 msgid "Select an angle:" -msgstr "" +msgstr "เลือกมุมหนึ่งมุม:" #: ../image-converter/caja-image-rotate.ui.h:4 msgid "Custom angle:" -msgstr "" +msgstr "มุมกำหนดเอง:" #: ../image-converter/caja-image-rotate.ui.h:5 msgid "degrees clockwise" @@ -194,7 +195,7 @@ #: ../image-converter/caja-image-rotate.ui.h:10 msgid "Rotate in place" -msgstr "" +msgstr "หมุนในสถานที่" #: ../image-converter/caja-image-rotate.ui.h:11 msgid "_Rotate" @@ -203,7 +204,7 @@ #: ../image-converter/caja-image-rotator.c:290 #, c-format msgid "Rotating image: %d of %d" -msgstr "" +msgstr "กำลังหมุนรูป: %d จาก %d" #: ../image-converter/caja-image-rotator.c:295 #, c-format @@ -212,41 +213,41 @@ #: ../image-converter/libcaja-image-converter.caja-extension.in.in.h:1 msgid "Image Converter" -msgstr "" +msgstr "เครื่องมือแปลงรูป" #: ../image-converter/libcaja-image-converter.caja-extension.in.in.h:2 msgid "Rotate and resize images" -msgstr "" +msgstr "หมุนและปรับขนาดรูป" #: ../open-terminal/caja-open-terminal.c:426 #: ../open-terminal/caja-open-terminal.c:439 msgid "Open in _Terminal" -msgstr "" +msgstr "เปิดในเ_ทอร์มินัล" #: ../open-terminal/caja-open-terminal.c:428 msgid "Open the currently selected folder in a terminal" -msgstr "" +msgstr "เปิดโฟลเดอร์ที่เลือกอยู่ในเทอร์มินัล" #: ../open-terminal/caja-open-terminal.c:430 #: ../open-terminal/caja-open-terminal.c:440 msgid "Open the currently open folder in a terminal" -msgstr "" +msgstr "เปิดโฟลเดอร์ที่เปิดอยู่ในเทอร์มินัล" #: ../open-terminal/caja-open-terminal.c:436 msgid "Open _Terminal" -msgstr "" +msgstr "เปิดเ_ทอร์มินัล" #: ../open-terminal/caja-open-terminal.c:437 msgid "Open a terminal" -msgstr "" +msgstr "เปิดเทอร์มินัล" #: ../open-terminal/libcaja-open-terminal.caja-extension.in.in.h:1 msgid "Open terminal" -msgstr "" +msgstr "เปิดเทอร์มินัล" #: ../open-terminal/libcaja-open-terminal.caja-extension.in.in.h:2 msgid "Open terminals from folders" -msgstr "" +msgstr "เปิดเทอร์มินัลจากโฟลเดอร์ต่างๆ" #: ../open-terminal/org.mate.caja-open-terminal.gschema.xml.in.h:1 msgid "" @@ -264,41 +265,41 @@ #: ../sendto/caja-nste.c:78 ../sendto/caja-nste.c:83 msgid "Send to..." -msgstr "" +msgstr "ส่งไปยัง..." #: ../sendto/caja-nste.c:79 msgid "Send file by mail, instant message..." -msgstr "" +msgstr "ส่งแฟ้มทางอีเมล, ข้อความด่วน..." #: ../sendto/caja-nste.c:84 msgid "Send files by mail, instant message..." -msgstr "" +msgstr "ส่งแฟ้มทางอีเมล, ข้อความด่วน..." #: ../sendto/caja-sendto-command.c:578 msgid "Files" -msgstr "" +msgstr "Files" #: ../sendto/caja-sendto-command.c:790 #, c-format msgid "Expects URIs or filenames to be passed as options\n" -msgstr "" +msgstr "ต้องส่ง URI หรือชื่อแฟ้มต่างๆ มาในตัวเลือกด้วย\n" #: ../sendto/caja-sendto-command.c:810 #, c-format msgid "Could not parse command-line options: %s\n" -msgstr "" +msgstr "ไม่สามารถแจงตัวเลือกในบรรทัดคำสั่ง: %s\n" #: ../sendto/caja-sendto-command.c:825 msgid "Could not load any plugins." -msgstr "" +msgstr "ไม่สามารถโหลดปลั๊กอินใดๆ" #: ../sendto/caja-sendto-command.c:828 msgid "Please verify your installation" -msgstr "" +msgstr "กรุณาตรวจสอบการติดตั้งของคุณ" #: ../sendto/libcaja-sendto.caja-extension.in.in.h:1 msgid "Send To" -msgstr "" +msgstr "ส่งไปยัง" #: ../sendto/libcaja-sendto.caja-extension.in.in.h:2 msgid "Integrates email clients and Pidgin" @@ -306,87 +307,87 @@ #: ../sendto/caja-sendto.ui.h:1 msgid "Send To..." -msgstr "" +msgstr "ส่งไปยัง..." #: ../sendto/caja-sendto.ui.h:2 msgid "_Send" -msgstr "" +msgstr "_ส่ง" #: ../sendto/caja-sendto.ui.h:3 msgid "<b>Destination</b>" -msgstr "" +msgstr "<b>ปลายทาง</b>" #: ../sendto/caja-sendto.ui.h:4 msgid "Send _as:" -msgstr "" +msgstr "ส่งเ_ป็น:" #: ../sendto/caja-sendto.ui.h:5 msgid "Send t_o:" -msgstr "" +msgstr "ส่งไปยั_ง:" #: ../sendto/caja-sendto.ui.h:6 msgid "<b>Compression</b>" -msgstr "" +msgstr "<b>การบีบอัด</b>" #: ../sendto/caja-sendto.ui.h:7 msgid "Send _packed in:" -msgstr "" +msgstr "ส่งแบบ_บีบอัดในแฟ้ม:" #: ../sendto/plugins/emailclient/emailclient.c:263 msgid "Email" -msgstr "" +msgstr "อีเมล" #: ../sendto/plugins/gajim/gajim.c:419 msgid "Unable to send file" -msgstr "" +msgstr "ไม่สามารถส่งแฟ้มได้" #: ../sendto/plugins/gajim/gajim.c:420 msgid "There is no connection to gajim remote service." -msgstr "" +msgstr "ไม่มีการเชื่อมต่อไปยังบริการ gajim ในเครือข่าย" #: ../sendto/plugins/gajim/gajim.c:444 ../sendto/plugins/gajim/gajim.c:484 msgid "Sending file failed" -msgstr "" +msgstr "ส่งแฟ้มไม่สำเร็จ" #: ../sendto/plugins/gajim/gajim.c:445 msgid "Recipient is missing." -msgstr "" +msgstr "ไม่ได้ระบุผู้รับ" #: ../sendto/plugins/gajim/gajim.c:484 msgid "Unknown recipient." -msgstr "" +msgstr "ผู้รับผิดพลาด" #: ../sendto/plugins/gajim/gajim.c:507 msgid "Instant Message (Gajim)" -msgstr "" +msgstr "ข้อความด่วน (Gajim)" #: ../sendto/plugins/caja-burn/caja-burn.c:92 msgid "New CD/DVD" -msgstr "" +msgstr "ซีดี/ดีวีดี แผ่นใหม่" #: ../sendto/plugins/caja-burn/caja-burn.c:99 msgid "Existing CD/DVD" -msgstr "" +msgstr "ซีดี/ดีวีดี ที่มีอยู่" #: ../sendto/plugins/caja-burn/caja-burn.c:178 msgid "CD/DVD Creator" -msgstr "" +msgstr "เครื่องมือเขียนซีดี/ดีวีดี" #: ../sendto/plugins/pidgin/pidgin.c:462 msgid "Instant Message (Pidgin)" -msgstr "" +msgstr "ข้อความด่วน (Pidgin)" #: ../sendto/plugins/removable-devices/removable-devices.c:248 msgid "Removable disks and shares" -msgstr "" +msgstr "ดิสก์ถอดเสียบและแหล่งใช้ร่วม" #: ../sendto/plugins/upnp/upnp.c:309 msgid "UPnP Media Server" -msgstr "" +msgstr "เซิร์ฟเวอร์สื่อ UPnP" #: ../share/libcaja-share.caja-extension.in.in.h:1 ../share/caja-share.c:1050 msgid "Share" -msgstr "" +msgstr "แหล่งใช้ร่วม" #: ../share/libcaja-share.caja-extension.in.in.h:2 msgid "Allows to quickly share a folder" @@ -420,29 +421,29 @@ #: ../share/caja-share.c:141 msgid "Add the permissions automatically" -msgstr "" +msgstr "เพิ่มสิทธิ์การใช้งานโดยอัตโนมัติ" #: ../share/caja-share.c:167 #, c-format msgid "Could not change the permissions of folder \"%s\"" -msgstr "" +msgstr "ไม่สามารถเปลี่ยนสิทธิ์ของโฟลเดอร์ \"%s\"" #: ../share/caja-share.c:446 msgid "Share name is too long" -msgstr "" +msgstr "ชื่อที่ใช้ร่วมกันยาวเกินไป" #: ../share/caja-share.c:480 msgid "The share name cannot be empty" -msgstr "" +msgstr "ชื่อที่ใช้ร่วมกันจะว่างไม่ได้" #: ../share/caja-share.c:493 #, c-format msgid "Error while getting share information: %s" -msgstr "" +msgstr "เกิดข้อผิดพลาดขณะอ่านข้อมูลแหล่งใช้ร่วม: %s" #: ../share/caja-share.c:503 msgid "Another share has the same name" -msgstr "" +msgstr "แหล่งใช้ร่วมอื่นมีชื่อเดียวกัน" #: ../share/caja-share.c:550 ../share/caja-share.c:786 msgid "Modify _Share" @@ -450,43 +451,43 @@ #: ../share/caja-share.c:550 ../share/caja-share.c:788 msgid "Create _Share" -msgstr "" +msgstr "ส_ร้างแหล่งใช้ร่วม" #: ../share/caja-share.c:678 msgid "There was an error while getting the sharing information" -msgstr "" +msgstr "มีข้อผิดพลาดเกิดขึ้นขณะอ่านข้อมูลแหล่งใช้ร่วม" #: ../share/caja-share.c:1110 msgid "Folder Sharing" -msgstr "" +msgstr "โฟลเดอร์ใช้ร่วม" #: ../share/caja-share.c:1151 msgid "Sharing Options" -msgstr "" +msgstr "ตัวเลือกการใช้ร่วมกัน" #: ../share/caja-share.c:1152 msgid "Share this Folder" -msgstr "" +msgstr "ใช้โฟลเดอร์นี้ร่วมกัน" #: ../share/share-dialog.ui.h:1 msgid "<big><b>Folder Sharing</b></big>" -msgstr "" +msgstr "<big><b>การใช้โฟลเดอร์ร่วมกัน</b></big>" #: ../share/share-dialog.ui.h:2 msgid "Share _name:" -msgstr "" +msgstr "_ชื่อแหล่งใช้ร่วม:" #: ../share/share-dialog.ui.h:3 msgid "Share this _folder" -msgstr "" +msgstr "ใช้โ_ฟลเดอร์นี้ร่วมกัน" #: ../share/share-dialog.ui.h:4 msgid "Co_mment:" -msgstr "" +msgstr "คำ_อธิบาย:" #: ../share/share-dialog.ui.h:5 msgid "_Allow others to create and delete files in this folder" -msgstr "" +msgstr "_อนุญาตให้ผู้อื่นในการสร้างและลบแฟ้มในโฟลเดอร์นี้" #: ../share/share-dialog.ui.h:6 msgid "_Guest access (for people without a user account)" @@ -556,7 +557,7 @@ #: ../wallpaper/caja-wallpaper-extension.c:109 msgid "Set as wallpaper" -msgstr "" +msgstr "ตั้งเป็นภาพพื้นหลัง" #: ../wallpaper/caja-wallpaper-extension.c:110 msgid "Set image as the current wallpaper" @@ -564,7 +565,7 @@ #: ../wallpaper/libcaja-wallpaper.caja-extension.in.in.h:1 msgid "Wallpaper" -msgstr "" +msgstr "ภาพพื้นหลัง" #: ../wallpaper/libcaja-wallpaper.caja-extension.in.in.h:2 msgid "Allows to quickly set wallpaper" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/sendto/docs/html/annotation-glossary.html new/caja-extensions-1.16.0/sendto/docs/html/annotation-glossary.html --- old/caja-extensions-1.14.1/sendto/docs/html/annotation-glossary.html 2016-08-09 22:34:07.000000000 +0200 +++ new/caja-extensions-1.16.0/sendto/docs/html/annotation-glossary.html 2016-09-19 14:07:24.000000000 +0200 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Annotation Glossary: caja-sendto Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="caja-sendto Reference Manual"> <link rel="up" href="index.html" title="caja-sendto Reference Manual"> <link rel="prev" href="api-index-full.html" title="API Index"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/sendto/docs/html/api-index-full.html new/caja-extensions-1.16.0/sendto/docs/html/api-index-full.html --- old/caja-extensions-1.14.1/sendto/docs/html/api-index-full.html 2016-08-09 22:34:07.000000000 +0200 +++ new/caja-extensions-1.16.0/sendto/docs/html/api-index-full.html 2016-09-19 14:07:24.000000000 +0200 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>API Index: caja-sendto Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="caja-sendto Reference Manual"> <link rel="up" href="index.html" title="caja-sendto Reference Manual"> <link rel="prev" href="caja-sendto-caja-sendto-plugin.html" title="caja-sendto-plugin"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/sendto/docs/html/caja-sendto-caja-sendto-plugin.html new/caja-extensions-1.16.0/sendto/docs/html/caja-sendto-caja-sendto-plugin.html --- old/caja-extensions-1.14.1/sendto/docs/html/caja-sendto-caja-sendto-plugin.html 2016-08-09 22:34:07.000000000 +0200 +++ new/caja-extensions-1.16.0/sendto/docs/html/caja-sendto-caja-sendto-plugin.html 2016-09-19 14:07:24.000000000 +0200 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>caja-sendto-plugin: caja-sendto Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="caja-sendto Reference Manual"> <link rel="up" href="ch01.html" title="caja-sendto documentation"> <link rel="prev" href="ch01.html" title="caja-sendto documentation"> @@ -44,7 +44,7 @@ </div> <div class="refsect1"> <a name="caja-sendto-caja-sendto-plugin.functions"></a><h2>Functions</h2> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="functions_return"> <col class="functions_name"> @@ -59,7 +59,7 @@ </div> <div class="refsect1"> <a name="caja-sendto-caja-sendto-plugin.other"></a><h2>Types and Values</h2> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="name"> <col class="description"> @@ -82,7 +82,7 @@ </div> <div class="refsect1"> <a name="caja-sendto-caja-sendto-plugin.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html">GFlags</a> +<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a> <span class="lineart">╰──</span> NstPluginCapabilities </pre> </div> @@ -103,7 +103,7 @@ <p>Call this on an <a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPluginInfo" title="struct NstPluginInfo"><span class="type">NstPluginInfo</span></a> structure to make it available to caja-sendto.</p> <div class="refsect3"> <a name="NST-INIT-PLUGIN.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> @@ -140,7 +140,7 @@ <p>A structure representing a caja-sendto plugin. You should also call <a class="link" href="caja-sendto-caja-sendto-plugin.html#NST-INIT-PLUGIN:CAPS" title="NST_INIT_PLUGIN()"><code class="function">NST_INIT_PLUGIN()</code></a> on the plugin structure to export it.</p> <div class="refsect3"> <a name="NstPluginInfo.members"></a><h4>Members</h4> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="struct_members_name"> <col class="struct_members_description"> @@ -148,23 +148,23 @@ </colgroup> <tbody> <tr> -<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="NstPluginInfo.icon"></a>icon</code></em>;</p></td> +<td class="struct_member_name"><p><span class="type">gchar</span> *<em class="structfield"><code><a name="NstPluginInfo.icon"></a>icon</code></em>;</p></td> <td class="struct_member_description"><p>The icon name for the plugin selection drop-down</p></td> <td class="struct_member_annotations"> </td> </tr> <tr> -<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="NstPluginInfo.id"></a>id</code></em>;</p></td> +<td class="struct_member_name"><p><span class="type">gchar</span> *<em class="structfield"><code><a name="NstPluginInfo.id"></a>id</code></em>;</p></td> <td class="struct_member_description"><p>A unique ID representing the plugin</p></td> <td class="struct_member_annotations"> </td> </tr> <tr> -<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="NstPluginInfo.description"></a>description</code></em>;</p></td> +<td class="struct_member_name"><p><span class="type">gchar</span> *<em class="structfield"><code><a name="NstPluginInfo.description"></a>description</code></em>;</p></td> <td class="struct_member_description"><p>The label used in the plugin selection drop-down</p></td> <td class="struct_member_annotations"> </td> </tr> <tr> -<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="NstPluginInfo.gettext-package"></a>gettext_package</code></em>;</p></td> -<td class="struct_member_description"><p>The domain to use to translate the description, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the plugin is part of caja-sendto</p></td> +<td class="struct_member_name"><p><span class="type">gchar</span> *<em class="structfield"><code><a name="NstPluginInfo.gettext-package"></a>gettext_package</code></em>;</p></td> +<td class="struct_member_description"><p>The domain to use to translate the description, <code class="literal">NULL</code> if the plugin is part of caja-sendto</p></td> <td class="struct_member_annotations"> </td> </tr> <tr> @@ -174,7 +174,7 @@ </tr> <tr> <td class="struct_member_name"><p><em class="structfield"><code><a name="NstPluginInfo.init"></a>init</code></em> ()</p></td> -<td class="struct_member_description"><p>Check for dependencies, and return <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if dependencies such as programs are missing.</p></td> +<td class="struct_member_description"><p>Check for dependencies, and return <code class="literal">FALSE</code> if dependencies such as programs are missing.</p></td> <td class="struct_member_annotations"> </td> </tr> <tr> @@ -189,7 +189,7 @@ </tr> <tr> <td class="struct_member_name"><p><em class="structfield"><code><a name="NstPluginInfo.send-files"></a>send_files</code></em> ()</p></td> -<td class="struct_member_description"><p>Actually send the files to the selected destination. The file list is a <a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of URI strings.</p></td> +<td class="struct_member_description"><p>Actually send the files to the selected destination. The file list is a <span class="type">GList</span> of URI strings.</p></td> <td class="struct_member_annotations"> </td> </tr> <tr> @@ -212,7 +212,7 @@ <p>A structure as used in caja-sendto.</p> <div class="refsect3"> <a name="NstPlugin.members"></a><h4>Members</h4> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="struct_members_name"> <col class="struct_members_description"> @@ -220,8 +220,8 @@ </colgroup> <tbody> <tr> -<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Dynamic-Loading-of-Modules.html#GModule"><span class="type">GModule</span></a> *<em class="structfield"><code><a name="NstPlugin.module"></a>module</code></em>;</p></td> -<td class="struct_member_description"><p>the <a href="/usr/share/gtk-doc/html/glibglib-Dynamic-Loading-of-Modules.html#GModule"><span class="type">GModule</span></a> for the opened shared library</p></td> +<td class="struct_member_name"><p><span class="type">GModule</span> *<em class="structfield"><code><a name="NstPlugin.module"></a>module</code></em>;</p></td> +<td class="struct_member_description"><p>the <span class="type">GModule</span> for the opened shared library</p></td> <td class="struct_member_annotations"> </td> </tr> <tr> @@ -239,7 +239,7 @@ <p>Capabilities of the plugin.</p> <div class="refsect3"> <a name="NstPluginCapabilities.members"></a><h4>Members</h4> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> <col class="enum_members_description"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/sendto/docs/html/ch01.html new/caja-extensions-1.16.0/sendto/docs/html/ch01.html --- old/caja-extensions-1.14.1/sendto/docs/html/ch01.html 2016-08-09 22:34:07.000000000 +0200 +++ new/caja-extensions-1.16.0/sendto/docs/html/ch01.html 2016-09-19 14:07:24.000000000 +0200 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>caja-sendto documentation: caja-sendto Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="caja-sendto Reference Manual"> <link rel="up" href="index.html" title="caja-sendto Reference Manual"> <link rel="prev" href="index.html" title="caja-sendto Reference Manual"> Files old/caja-extensions-1.14.1/sendto/docs/html/home.png and new/caja-extensions-1.16.0/sendto/docs/html/home.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/sendto/docs/html/index.html new/caja-extensions-1.16.0/sendto/docs/html/index.html --- old/caja-extensions-1.14.1/sendto/docs/html/index.html 2016-08-09 22:34:07.000000000 +0200 +++ new/caja-extensions-1.16.0/sendto/docs/html/index.html 2016-09-19 14:07:24.000000000 +0200 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>caja-sendto Reference Manual: caja-sendto Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="caja-sendto Reference Manual"> <link rel="next" href="ch01.html" title="caja-sendto documentation"> <meta name="generator" content="GTK-Doc V1.25 (XML mode)"> @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">caja-sendto Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for caja-sendto 1.14.1 + for caja-sendto 1.16.0 The latest version of this documentation can be found on-line at <a class="ulink" href="http://library.mate.org/devel/caja-sendto/index.html" target="_top">http://library.mate.org/devel/caja-sendto/index.html</a>. Files old/caja-extensions-1.14.1/sendto/docs/html/left-insensitive.png and new/caja-extensions-1.16.0/sendto/docs/html/left-insensitive.png differ Files old/caja-extensions-1.14.1/sendto/docs/html/left.png and new/caja-extensions-1.16.0/sendto/docs/html/left.png differ Files old/caja-extensions-1.14.1/sendto/docs/html/right-insensitive.png and new/caja-extensions-1.16.0/sendto/docs/html/right-insensitive.png differ Files old/caja-extensions-1.14.1/sendto/docs/html/right.png and new/caja-extensions-1.16.0/sendto/docs/html/right.png differ Files old/caja-extensions-1.14.1/sendto/docs/html/up-insensitive.png and new/caja-extensions-1.16.0/sendto/docs/html/up-insensitive.png differ Files old/caja-extensions-1.14.1/sendto/docs/html/up.png and new/caja-extensions-1.16.0/sendto/docs/html/up.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/caja-extensions-1.14.1/sendto/docs/version.xml new/caja-extensions-1.16.0/sendto/docs/version.xml --- old/caja-extensions-1.14.1/sendto/docs/version.xml 2016-08-09 22:34:00.000000000 +0200 +++ new/caja-extensions-1.16.0/sendto/docs/version.xml 2016-09-19 14:07:10.000000000 +0200 @@ -1 +1 @@ -1.14.1 +1.16.0
