Hello community, here is the log from the commit of package mate-menus for openSUSE:Factory checked in at 2015-07-02 22:48:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-menus (Old) and /work/SRC/openSUSE:Factory/.mate-menus.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-menus" Changes: -------- --- /work/SRC/openSUSE:Factory/mate-menus/mate-menus.changes 2014-03-22 18:01:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mate-menus.new/mate-menus.changes 2015-07-03 00:09:53.000000000 +0200 @@ -1,0 +2,25 @@ +Wed Apr 15 03:17:47 UTC 2015 - [email protected] + +- Update to version 1.10.0 + * No changes since version 1.9.90 + +------------------------------------------------------------------- +Mon Mar 23 16:06:21 UTC 2015 - [email protected] + +- Update to version 1.9.90 (unstable) + * Translations update + * Bugfixes + +------------------------------------------------------------------- +Tue Nov 11 17:06:21 UTC 2014 - [email protected] + +- Update to version 1.9.1 (unstable) + + No changelog available + +------------------------------------------------------------------- +Sun Oct 26 18:56:57 UTC 2014 - [email protected] + +- Update to version 1.9.0 (unstable) + + No changelog available + +------------------------------------------------------------------- Old: ---- mate-menus-1.8.0.tar.xz New: ---- mate-menus-1.10.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-menus.spec ++++++ --- /var/tmp/diff_new_pack.kE9bzk/_old 2015-07-03 00:09:53.000000000 +0200 +++ /var/tmp/diff_new_pack.kE9bzk/_new 2015-07-03 00:09:53.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for mate-menus +# spec file for package mate-menus # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,34 +13,36 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# -Name: mate-menus -%define _name libmate-menu2 +%define lname libmate-menu2 %define typelib typelib-1_0-MateMenu-2_0 -Version: 1.8.0 +%define _version 1.10 +Name: mate-menus +Version: 1.10.0 Release: 0 -License: GPL-2.0+ and LGPL-2.1+ Summary: MATE Desktop Menu -Url: http://mate-desktop.org/ +License: GPL-2.0+ and LGPL-2.1+ Group: System/GUI/Other -Source: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz - +Url: http://mate-desktop.org/ +Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: intltool BuildRequires: mate-common +BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(libwnck-1.0) -BuildRequires: pkgconfig(python) BuildRequires: pkgconfig(pygobject-2.0) -BuildRequires: update-desktop-files +BuildRequires: pkgconfig(python) Requires: %{name}-branding = %{version} Recommends: %{name}-lang = %{version} %description -mate-menus contains the libmate-menu library, the layout configuration -files for the MATE menu, as well as a simple menu editor. +mate-menus contains the libmate-menu library, the layout +configuration files for the MATE menu, as well as a simple menu +editor. The libmate-menu library implements the "Desktop Menu Specification" from freedesktop.org. @@ -50,9 +52,9 @@ License: GPL-2.0+ Group: System/GUI/Other Requires: %{name} = %{version} -Provides: %{name}-branding = %{version} -Conflicts: otherproviders(%{name}-branding) Supplements: packageand(%{name}:branding-upstream) +Conflicts: otherproviders(%{name}-branding) +Provides: %{name}-branding = %{version} BuildArch: noarch #BRAND: This package contains set of needed .menu files in #BRAND: /etc/xdg/menus. .directory files in @@ -64,20 +66,22 @@ The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: -http://www.freedesktop.org/Standards/menu-spec +http://freedesktop.org/Standards/menu-spec This package provides the upstream definitions for menus. -%package -n %{_name} +%package -n %{lname} Summary: MATE Desktop Menu +License: GPL-2.0+ and LGPL-2.1+ Group: System/Libraries -%description -n %{_name} +%description -n %{lname} The libmate-menu library implements the "Desktop Menu Specification" from freedesktop.org. %package -n %{typelib} Summary: MATE Desktop menu bindings +License: GPL-2.0+ and LGPL-2.1+ Group: System/GUI/Other %description -n %{typelib} @@ -86,22 +90,25 @@ %package -n python-%{name} Summary: Python Bindings for MATE Desktop Menu +License: GPL-2.0+ and LGPL-2.1+ Group: System/GUI/Other -Requires: %{_name} = %{version} +Requires: %{lname} = %{version} %description -n python-%{name} -mate-menus contains the libmate-menu library, the layout configuration -files for the MATE menu, as well as a simple menu editor. +mate-menus contains the libmate-menu library, the layout +configuration files for the MATE menu, as well as a simple menu +editor. The libmate-menu library implements the "Desktop Menu Specification" from freedesktop.org. %package devel Summary: MATE Desktop Menu +License: GPL-2.0+ and LGPL-2.1+ Group: Development/Libraries/Other -Requires: glib2-devel -Requires: %{_name} = %{version} +Requires: %{lname} = %{version} Requires: %{typelib} = %{version} +Requires: glib2-devel %description devel mate-menus contains the libmate-menu library, the layout configuration @@ -120,16 +127,16 @@ make %{?_smp_mflags} %install -%makeinstall -%{find_lang} %{name} %{?no_lang_C} -find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print +%make_install +%find_lang %{name} %{?no_lang_C} +find %{buildroot} -type f -name "*.la" -delete -print -%post -n %{_name} -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig -%postun -n %{_name} -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig %files -%defattr(-,root,root,-) +%defattr(-,root,root) %doc ChangeLog README COPYING %dir %{_datadir}/mate %dir %{_datadir}/mate/desktop-directories @@ -140,25 +147,25 @@ %exclude %{_sysconfdir}/xdg/menus/mate-applications.menu %files branding-upstream -%defattr (-, root, root) +%defattr (-,root,root) %config %{_sysconfdir}/xdg/menus/mate-applications.menu %files -n %{typelib} -%defattr(-,root,root,-) +%defattr(-,root,root) %{_libdir}/girepository-1.0/MateMenu-2.0.typelib %files -n python-mate-menus -%defattr(-,root,root,-) +%defattr(-,root,root) %dir %{_datadir}/mate-menus %{py_sitedir}/matemenu.so %{_datadir}/mate-menus/examples -%files -n %{_name} -%defattr(-,root,root,-) +%files -n %{lname} +%defattr(-,root,root) %{_libdir}/libmate-menu.so.* %files devel -%defattr(-,root,root,-) +%defattr(-,root,root) %{_includedir}/mate-menus/ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc ++++++ mate-menus-1.8.0.tar.xz -> mate-menus-1.10.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/NEWS new/mate-menus-1.10.0/NEWS --- old/mate-menus-1.8.0/NEWS 2014-03-01 11:37:45.000000000 +0100 +++ new/mate-menus-1.10.0/NEWS 2015-04-09 20:17:31.000000000 +0200 @@ -1,3 +1,8 @@ +mate-menus 1.10.0 + + - Translations update + - Bugfixes + mate-menus 1.8.0 - Add a possibility to enable old gnome-2 preferences menu style with diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/aclocal.m4 new/mate-menus-1.10.0/aclocal.m4 --- old/mate-menus-1.8.0/aclocal.m4 2014-03-01 11:38:06.000000000 +0100 +++ new/mate-menus-1.10.0/aclocal.m4 2015-04-09 20:17:53.000000000 +0200 @@ -778,7 +778,7 @@ ]) # nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation, +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -970,6 +970,61 @@ fi[]dnl ])# PKG_CHECK_MODULES + +# PKG_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable pkgconfigdir as the location where a module +# should install pkg-config .pc files. By default the directory is +# $libdir/pkgconfig, but the default can be changed by passing +# DIRECTORY. The user can override through the --with-pkgconfigdir +# parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_INSTALLDIR + + +# PKG_NOARCH_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable noarch_pkgconfigdir as the location where a +# module should install arch-independent pkg-config .pc files. By +# default the directory is $datadir/pkgconfig, but the default can be +# changed by passing DIRECTORY. The user can override through the +# --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_NOARCH_INSTALLDIR + + +# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# ------------------------------------------- +# Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) + +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])# PKG_CHECK_VAR + # Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1053,10 +1108,9 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/config.guess new/mate-menus-1.10.0/config.guess --- old/mate-menus-1.8.0/config.guess 2014-03-01 11:38:08.000000000 +0100 +++ new/mate-menus-1.10.0/config.guess 2015-04-09 20:17:55.000000000 +0200 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-06-10' +timestamp='2014-03-23' # 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 @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 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." @@ -149,7 +149,7 @@ LIBC=gnu #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` ;; esac @@ -826,7 +826,7 @@ *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; - i*:MSYS*:*) + *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) @@ -969,10 +969,10 @@ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; - or1k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + openrisc*:Linux:*:*) + echo or1k-unknown-linux-${LIBC} exit ;; - or32:Linux:*:*) + or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) @@ -1260,16 +1260,26 @@ if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - case $UNAME_PROCESSOR in - i386) UNAME_PROCESSOR=x86_64 ;; - powerpc) UNAME_PROCESSOR=powerpc64 ;; - esac + if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # Avoid executing cc on OS X 10.9, as it ships with a stub + # that puts up a graphical alert prompting to install + # developer tools. Any system running Mac OS X 10.7 or + # later (Darwin 11 and later) is required to have a 64-bit + # processor. This is not true of the ARM version of Darwin + # that Apple uses in portable devices. + UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; @@ -1361,154 +1371,6 @@ exit ;; esac -eval $set_cc_for_build -cat >$dummy.c <<EOF -#ifdef _SEQUENT_ -# include <sys/types.h> -# include <sys/utsname.h> -#endif -main () -{ -#if defined (sony) -#if defined (MIPSEB) - /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, - I don't know.... */ - printf ("mips-sony-bsd\n"); exit (0); -#else -#include <sys/param.h> - printf ("m68k-sony-newsos%s\n", -#ifdef NEWSOS4 - "4" -#else - "" -#endif - ); exit (0); -#endif -#endif - -#if defined (__arm) && defined (__acorn) && defined (__unix) - printf ("arm-acorn-riscix\n"); exit (0); -#endif - -#if defined (hp300) && !defined (hpux) - printf ("m68k-hp-bsd\n"); exit (0); -#endif - -#if defined (NeXT) -#if !defined (__ARCHITECTURE__) -#define __ARCHITECTURE__ "m68k" -#endif - int version; - version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; - if (version < 4) - printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); - else - printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); - exit (0); -#endif - -#if defined (MULTIMAX) || defined (n16) -#if defined (UMAXV) - printf ("ns32k-encore-sysv\n"); exit (0); -#else -#if defined (CMU) - printf ("ns32k-encore-mach\n"); exit (0); -#else - printf ("ns32k-encore-bsd\n"); exit (0); -#endif -#endif -#endif - -#if defined (__386BSD__) - printf ("i386-pc-bsd\n"); exit (0); -#endif - -#if defined (sequent) -#if defined (i386) - printf ("i386-sequent-dynix\n"); exit (0); -#endif -#if defined (ns32000) - printf ("ns32k-sequent-dynix\n"); exit (0); -#endif -#endif - -#if defined (_SEQUENT_) - struct utsname un; - - uname(&un); - - if (strncmp(un.version, "V2", 2) == 0) { - printf ("i386-sequent-ptx2\n"); exit (0); - } - if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ - printf ("i386-sequent-ptx1\n"); exit (0); - } - printf ("i386-sequent-ptx\n"); exit (0); - -#endif - -#if defined (vax) -# if !defined (ultrix) -# include <sys/param.h> -# if defined (BSD) -# if BSD == 43 - printf ("vax-dec-bsd4.3\n"); exit (0); -# else -# if BSD == 199006 - printf ("vax-dec-bsd4.3reno\n"); exit (0); -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# endif -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# else - printf ("vax-dec-ultrix\n"); exit (0); -# endif -#endif - -#if defined (alliant) && defined (i860) - printf ("i860-alliant-bsd\n"); exit (0); -#endif - - exit (1); -} -EOF - -$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && - { echo "$SYSTEM_NAME"; exit; } - -# Apollos put the system type in the environment. - -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } - -# Convex versions that predate uname can use getsysinfo(1) - -if [ -x /usr/convex/getsysinfo ] -then - case `getsysinfo -f cpu_type` in - c1*) - echo c1-convex-bsd - exit ;; - c2*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit ;; - c34*) - echo c34-convex-bsd - exit ;; - c38*) - echo c38-convex-bsd - exit ;; - c4*) - echo c4-convex-bsd - exit ;; - esac -fi - cat >&2 <<EOF $0: unable to guess system type diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/config.sub new/mate-menus-1.10.0/config.sub --- old/mate-menus-1.8.0/config.sub 2014-03-01 11:38:08.000000000 +0100 +++ new/mate-menus-1.10.0/config.sub 2015-04-09 20:17:55.000000000 +0200 @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-08-10' +timestamp='2014-09-11' # 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 @@ -68,7 +68,7 @@ version="\ GNU config.sub ($timestamp) -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 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." @@ -265,6 +265,7 @@ | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ @@ -282,8 +283,10 @@ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ + | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ @@ -295,11 +298,11 @@ | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ - | open8 \ - | or1k | or32 \ + | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ + | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ @@ -324,7 +327,7 @@ c6x) basic_machine=tic6x-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; @@ -381,6 +384,7 @@ | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ @@ -400,8 +404,10 @@ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ @@ -413,6 +419,7 @@ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ + | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ @@ -822,6 +829,10 @@ basic_machine=powerpc-unknown os=-morphos ;; + moxiebox) + basic_machine=moxie-unknown + os=-moxiebox + ;; msdos) basic_machine=i386-pc os=-msdos @@ -1367,14 +1378,14 @@ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* \ + | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1592,9 +1603,6 @@ mips*-*) os=-elf ;; - or1k-*) - os=-elf - ;; or32-*) os=-coff ;; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/configure new/mate-menus-1.10.0/configure --- old/mate-menus-1.8.0/configure 2014-03-01 11:38:07.000000000 +0100 +++ new/mate-menus-1.10.0/configure 2015-04-09 20:17:54.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for mate-menus 1.8.0. +# Generated by GNU Autoconf 2.69 for mate-menus 1.10.0. # # Report bugs to <http://www.mate-desktop.org>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='mate-menus' PACKAGE_TARNAME='mate-menus' -PACKAGE_VERSION='1.8.0' -PACKAGE_STRING='mate-menus 1.8.0' +PACKAGE_VERSION='1.10.0' +PACKAGE_STRING='mate-menus 1.10.0' PACKAGE_BUGREPORT='http://www.mate-desktop.org' PACKAGE_URL='' @@ -1414,7 +1414,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 mate-menus 1.8.0 to adapt to many kinds of systems. +\`configure' configures mate-menus 1.10.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1484,7 +1484,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of mate-menus 1.8.0:";; + short | recursive ) echo "Configuration of mate-menus 1.10.0:";; esac cat <<\_ACEOF @@ -1610,7 +1610,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -mate-menus configure 1.8.0 +mate-menus configure 1.10.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1979,7 +1979,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by mate-menus $as_me 1.8.0, which was +It was created by mate-menus $as_me 1.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2530,8 +2530,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2844,7 +2844,7 @@ # Define the identity of the package. PACKAGE='mate-menus' - VERSION='1.8.0' + VERSION='1.10.0' cat >>confdefs.h <<_ACEOF @@ -14284,12 +14284,12 @@ pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.6.0 gio-2.0 >= 2.15.2\""; } >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6.0 gio-2.0 >= 2.15.2") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2\""; } >&5 + ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.6.0 gio-2.0 >= 2.15.2" 2>/dev/null` + pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -14301,12 +14301,12 @@ pkg_cv_GLIB_LIBS="$GLIB_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.6.0 gio-2.0 >= 2.15.2\""; } >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6.0 gio-2.0 >= 2.15.2") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2\""; } >&5 + ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.6.0 gio-2.0 >= 2.15.2" 2>/dev/null` + pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -14327,14 +14327,14 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.6.0 gio-2.0 >= 2.15.2" 2>&1` + GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2" 2>&1` else - GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.6.0 gio-2.0 >= 2.15.2" 2>&1` + GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GLIB_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (glib-2.0 >= 2.6.0 gio-2.0 >= 2.15.2) were not met: + as_fn_error $? "Package requirements (glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2) were not met: $GLIB_PKG_ERRORS @@ -15631,7 +15631,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by mate-menus $as_me 1.8.0, which was +This file was extended by mate-menus $as_me 1.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15697,7 +15697,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -mate-menus config.status 1.8.0 +mate-menus config.status 1.10.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/configure.ac new/mate-menus-1.10.0/configure.ac --- old/mate-menus-1.8.0/configure.ac 2014-03-01 11:37:41.000000000 +0100 +++ new/mate-menus-1.10.0/configure.ac 2015-04-09 20:17:28.000000000 +0200 @@ -1,6 +1,6 @@ AC_PREREQ(2.62) -AC_INIT([mate-menus], [1.8.0], [http://www.mate-desktop.org]) +AC_INIT([mate-menus], [1.10.0], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR(libmenu/matemenu-tree.h) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) @@ -40,7 +40,7 @@ dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work AC_SUBST(ACLOCAL_AMFLAGS, "$ACLOCAL_FLAGS") -PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.6.0 gio-2.0 >= 2.15.2) +PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2) AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/libmenu/canonicalize.c new/mate-menus-1.10.0/libmenu/canonicalize.c --- old/mate-menus-1.8.0/libmenu/canonicalize.c 2013-02-13 23:51:45.000000000 +0100 +++ new/mate-menus-1.10.0/libmenu/canonicalize.c 2014-10-23 11:15:55.000000000 +0200 @@ -33,6 +33,10 @@ #include <errno.h> #include <stddef.h> +#ifndef MAXSYMLINKS +#define MAXSYMLINKS sysconf(_SC_SYMLOOP_MAX) +#endif + /* Return the canonical absolute name of file NAME. A canonical name does not contain any `.', `..' components nor any repeated path separators ('/') or symlinks. All path components must exist. If diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/libmenu/menu-monitor.c new/mate-menus-1.10.0/libmenu/menu-monitor.c --- old/mate-menus-1.8.0/libmenu/menu-monitor.c 2013-10-20 13:17:37.000000000 +0200 +++ new/mate-menus-1.10.0/libmenu/menu-monitor.c 2015-01-20 19:36:09.000000000 +0100 @@ -186,22 +186,9 @@ static MenuMonitor* register_monitor(const char* path, gboolean is_directory) { -#if !GLIB_CHECK_VERSION (2, 36, 0) - static gboolean initted = FALSE; -#endif MenuMonitor *retval; GFile *file; -#if !GLIB_CHECK_VERSION (2, 36, 0) - if (!initted) - { - /* This is the only place where we're using GObject and the app can't - * know we're using it, so we need to init the type system ourselves. */ - g_type_init (); - initted = TRUE; - } -#endif - retval = g_new0 (MenuMonitor, 1); retval->path = g_strdup (path); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/ltmain.sh new/mate-menus-1.10.0/ltmain.sh --- old/mate-menus-1.8.0/ltmain.sh 2014-03-01 11:38:03.000000000 +0100 +++ new/mate-menus-1.10.0/ltmain.sh 2015-04-09 20:17:52.000000000 +0200 @@ -70,7 +70,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.7 +# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.11 # automake: $automake_version # autoconf: $autoconf_version # @@ -80,7 +80,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.2 Debian-2.4.2-1.7" +VERSION="2.4.2 Debian-2.4.2-1.11" TIMESTAMP="" package_revision=1.3337 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/LINGUAS new/mate-menus-1.10.0/po/LINGUAS --- old/mate-menus-1.8.0/po/LINGUAS 2014-02-16 15:13:58.000000000 +0100 +++ new/mate-menus-1.10.0/po/LINGUAS 2015-01-20 19:36:43.000000000 +0100 @@ -57,6 +57,7 @@ kn ko ku +ku_IQ ky lt lv diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/ar.po new/mate-menus-1.10.0/po/ar.po --- old/mate-menus-1.8.0/po/ar.po 2013-10-20 13:17:37.000000000 +0200 +++ new/mate-menus-1.10.0/po/ar.po 2015-03-02 20:58:44.000000000 +0100 @@ -3,18 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# linostar <[email protected]>, 2007 +# Anas El Husseini <[email protected]>, 2007 # Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER, 2005 # Djihed Afifi <[email protected]>, 2006 # Khaled Hosny <[email protected]>, 2006-2009 -# moceap <[email protected]>, 2013 +# Mosaab Alzoubi <[email protected]>, 2013 +# مهدي السطيفي <[email protected]>, 2015 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2013-10-05 15:11+0000\n" -"Last-Translator: mauron\n" +"PO-Revision-Date: 2015-02-13 06:39+0000\n" +"Last-Translator: مهدي السطيفي <[email protected]>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/MATE/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +77,7 @@ #: ../desktop-directories/mate-look-and-feel.directory.in.h:1 msgid "Look and Feel" -msgstr "المظهر" +msgstr "الشكل و المظهر" #: ../desktop-directories/mate-look-and-feel.directory.in.h:2 msgid "Settings controlling the desktop appearance and behavior" @@ -84,7 +85,7 @@ #: ../desktop-directories/mate-network.directory.in.h:1 msgid "Internet" -msgstr "الشّابكة" +msgstr "أنترنت" #: ../desktop-directories/mate-network.directory.in.h:2 msgid "Programs for Internet access such as web and email" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/ast.po new/mate-menus-1.10.0/po/ast.po --- old/mate-menus-1.8.0/po/ast.po 2013-10-20 13:17:37.000000000 +0200 +++ new/mate-menus-1.10.0/po/ast.po 2014-10-23 11:16:06.000000000 +0200 @@ -4,14 +4,15 @@ # # Translators: # FIRST AUTHOR <EMAIL@ADDRESS>, 2007 +# Ḷḷumex03 <[email protected]>, 2014 # Xose S. Puente <[email protected]>, 2007 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2012-07-04 13:50+0000\n" -"Last-Translator: Stefano Karapetsas <[email protected]>\n" +"PO-Revision-Date: 2014-06-13 10:43+0000\n" +"Last-Translator: Ḷḷumex03 <[email protected]>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/MATE/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -73,11 +74,11 @@ #: ../desktop-directories/mate-look-and-feel.directory.in.h:1 msgid "Look and Feel" -msgstr "Aldéu" +msgstr "Aspeutu" #: ../desktop-directories/mate-look-and-feel.directory.in.h:2 msgid "Settings controlling the desktop appearance and behavior" -msgstr "Propiedaes que remanen l'aldéu y el comportamientu del escritoriu" +msgstr "Axustes que controles l'aspeutu y el comportamientu del escritoriu" #: ../desktop-directories/mate-network.directory.in.h:1 msgid "Internet" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/cy.po new/mate-menus-1.10.0/po/cy.po --- old/mate-menus-1.8.0/po/cy.po 2013-10-20 13:17:37.000000000 +0200 +++ new/mate-menus-1.10.0/po/cy.po 2015-01-20 19:36:17.000000000 +0100 @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# ciaran, 2014 # Dafydd Harries <[email protected]>, 2005 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2012-07-04 13:49+0000\n" -"Last-Translator: Stefano Karapetsas <[email protected]>\n" +"PO-Revision-Date: 2014-12-20 17:26+0000\n" +"Last-Translator: ciaran\n" "Language-Team: Welsh (http://www.transifex.com/projects/p/MATE/language/cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,7 +33,7 @@ #: ../desktop-directories/mate-development.directory.in.h:2 msgid "Tools for software development" -msgstr "Offer ar gyfer datblygu meddalwedd" +msgstr "Offer datblygu meddalwedd" #: ../desktop-directories/mate-education.directory.in.h:1 msgid "Education" @@ -52,31 +53,31 @@ #: ../desktop-directories/mate-graphics.directory.in.h:2 msgid "Graphics applications" -msgstr "Rhaglennu graffeg" +msgstr "Rhaglenni graffeg" #: ../desktop-directories/mate-hardware.directory.in.h:1 msgid "Hardware" -msgstr "" +msgstr "Caledwedd" #: ../desktop-directories/mate-hardware.directory.in.h:2 msgid "Settings for several hardware devices" -msgstr "" +msgstr "Gosodiadau dyfeisiau caledwedd" #: ../desktop-directories/mate-internet-and-network.directory.in.h:1 msgid "Internet and Network" -msgstr "" +msgstr "Y We a Rhwydweithiau" #: ../desktop-directories/mate-internet-and-network.directory.in.h:2 msgid "Network-related settings" -msgstr "" +msgstr "Gosodiadau rhwydweithiau" #: ../desktop-directories/mate-look-and-feel.directory.in.h:1 msgid "Look and Feel" -msgstr "" +msgstr "Golwg a Naws" #: ../desktop-directories/mate-look-and-feel.directory.in.h:2 msgid "Settings controlling the desktop appearance and behavior" -msgstr "" +msgstr "Gosodiadau i reoli golwg ac ymddygiad y bwrdd gwaith" #: ../desktop-directories/mate-network.directory.in.h:1 msgid "Internet" @@ -92,16 +93,16 @@ #: ../desktop-directories/mate-office.directory.in.h:2 msgid "Office Applications" -msgstr "Rhaglenni Swyddfa" +msgstr "Rhaglenni'r Swyddfa" #. Translators: this is Personal as in "Personal settings" #: ../desktop-directories/mate-personal.directory.in.h:2 msgid "Personal" -msgstr "" +msgstr "Personol" #: ../desktop-directories/mate-personal.directory.in.h:3 msgid "Personal settings" -msgstr "" +msgstr "Gosodiadau personol" #: ../desktop-directories/mate-settings-system.directory.in.h:1 msgid "Administration" @@ -109,7 +110,7 @@ #: ../desktop-directories/mate-settings-system.directory.in.h:2 msgid "Change system-wide settings (affects all users)" -msgstr "" +msgstr "Newid gosodiadau'r system gyfan (yn effeithio ar bob defnyddiwr)" #: ../desktop-directories/mate-settings.directory.in.h:1 msgid "Preferences" @@ -122,11 +123,11 @@ #: ../desktop-directories/mate-system.directory.in.h:1 #: ../desktop-directories/mate-menu-system.directory.in.h:1 msgid "System" -msgstr "" +msgstr "System" #: ../desktop-directories/mate-system.directory.in.h:2 msgid "System settings" -msgstr "" +msgstr "Gosodiadau'r system" #: ../desktop-directories/mate-system-tools.directory.in.h:1 msgid "System Tools" @@ -134,15 +135,15 @@ #: ../desktop-directories/mate-system-tools.directory.in.h:2 msgid "System configuration and monitoring" -msgstr "Cyflunio a monitro system" +msgstr "Ffurfweddu a monitro'r system" #: ../desktop-directories/mate-utility-accessibility.directory.in.h:1 msgid "Universal Access" -msgstr "" +msgstr "Hygyrchedd" #: ../desktop-directories/mate-utility-accessibility.directory.in.h:2 msgid "Universal Access Settings" -msgstr "" +msgstr "Gosodiadau Hygyrchedd" #: ../desktop-directories/mate-utility.directory.in.h:1 msgid "Accessories" @@ -150,7 +151,7 @@ #: ../desktop-directories/mate-utility.directory.in.h:2 msgid "Desktop accessories" -msgstr "Ategolion penbwrdd" +msgstr "Ategolion i'r bwrdd gwaith" #: ../desktop-directories/mate-menu-applications.directory.in.h:1 msgid "Applications" @@ -166,4 +167,4 @@ #: ../desktop-directories/mate-other.directory.in.h:2 msgid "Applications that did not fit in other categories" -msgstr "Rhaglenni nad ydynt yn ffitio yng nghategorïau eraill" +msgstr "Rhaglenni sydd ddim yn perthyn i'r categorïau eraill" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/de.po new/mate-menus-1.10.0/po/de.po --- old/mate-menus-1.8.0/po/de.po 2013-10-20 13:17:37.000000000 +0200 +++ new/mate-menus-1.10.0/po/de.po 2014-10-23 11:16:04.000000000 +0200 @@ -6,13 +6,14 @@ # Christian <[email protected]>, 2010 # Hendrik Richter <[email protected]>, 2006, 2007 # Mario Blättermann <[email protected]>, 2009 +# Tobias Bannert, 2014 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2012-07-04 13:48+0000\n" -"Last-Translator: Stefano Karapetsas <[email protected]>\n" +"PO-Revision-Date: 2014-04-28 15:59+0000\n" +"Last-Translator: Tobias Bannert\n" "Language-Team: German (http://www.transifex.com/projects/p/MATE/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,7 +27,7 @@ #: ../desktop-directories/mate-audio-video.directory.in.h:2 msgid "Multimedia menu" -msgstr "Multimedia-Menü" +msgstr "Multimediamenü" #: ../desktop-directories/mate-development.directory.in.h:1 msgid "Programming" @@ -34,7 +35,7 @@ #: ../desktop-directories/mate-development.directory.in.h:2 msgid "Tools for software development" -msgstr "Werkzeuge zur Software-Entwicklung" +msgstr "Werkzeuge zur Anwendungsentwicklung" #: ../desktop-directories/mate-education.directory.in.h:1 msgid "Education" @@ -58,11 +59,11 @@ #: ../desktop-directories/mate-hardware.directory.in.h:1 msgid "Hardware" -msgstr "Hardware" +msgstr "Geräte" #: ../desktop-directories/mate-hardware.directory.in.h:2 msgid "Settings for several hardware devices" -msgstr "Einstellungen für Hardware" +msgstr "Einstellungen für Geräte" #: ../desktop-directories/mate-internet-and-network.directory.in.h:1 msgid "Internet and Network" @@ -152,7 +153,7 @@ #: ../desktop-directories/mate-utility.directory.in.h:2 msgid "Desktop accessories" -msgstr "Desktop-Zubehör" +msgstr "Schreibtischzubehör" #: ../desktop-directories/mate-menu-applications.directory.in.h:1 msgid "Applications" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/en_AU.po new/mate-menus-1.10.0/po/en_AU.po --- old/mate-menus-1.8.0/po/en_AU.po 2013-03-31 23:01:23.000000000 +0200 +++ new/mate-menus-1.10.0/po/en_AU.po 2014-10-23 11:16:05.000000000 +0200 @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <[email protected]>, 2012. -# Michael Findlay <[email protected]>, 2012. +# Michael Findlay <[email protected]>, 2012 +# Michael Findlay <[email protected]>, 2012 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2012-10-03 10:33+0000\n" -"Last-Translator: k3lt01 <[email protected]>\n" +"PO-Revision-Date: 2014-09-06 04:59+0000\n" +"Last-Translator: Michael Findlay <[email protected]>\n" "Language-Team: English (Australia) (http://www.transifex.com/projects/p/MATE/language/en_AU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/en_GB.po new/mate-menus-1.10.0/po/en_GB.po --- old/mate-menus-1.8.0/po/en_GB.po 2013-10-20 13:17:37.000000000 +0200 +++ new/mate-menus-1.10.0/po/en_GB.po 2015-01-20 19:36:17.000000000 +0100 @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2012-07-04 13:48+0000\n" -"Last-Translator: Stefano Karapetsas <[email protected]>\n" +"PO-Revision-Date: 2014-10-24 16:23+0000\n" +"Last-Translator: Martin Wimpress <[email protected]>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/MATE/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/et.po new/mate-menus-1.10.0/po/et.po --- old/mate-menus-1.8.0/po/et.po 2013-10-20 13:17:37.000000000 +0200 +++ new/mate-menus-1.10.0/po/et.po 2014-10-23 11:16:05.000000000 +0200 @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Ivar Smolin <[email protected]>, 2005, 2007 +# Ivar Smolin <[email protected]>, 2005,2007,2014 # Priit Laes <[email protected]>, 2005 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2012-07-04 13:49+0000\n" -"Last-Translator: Stefano Karapetsas <[email protected]>\n" +"PO-Revision-Date: 2014-08-20 06:57+0000\n" +"Last-Translator: Ivar Smolin <[email protected]>\n" "Language-Team: Estonian (http://www.transifex.com/projects/p/MATE/language/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -135,7 +135,7 @@ #: ../desktop-directories/mate-system-tools.directory.in.h:2 msgid "System configuration and monitoring" -msgstr "Süsteemi seadistamine ja jälgimine" +msgstr "Süsteemi seadistamine ja seire" #: ../desktop-directories/mate-utility-accessibility.directory.in.h:1 msgid "Universal Access" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/hr.po new/mate-menus-1.10.0/po/hr.po --- old/mate-menus-1.8.0/po/hr.po 2013-03-31 23:01:20.000000000 +0200 +++ new/mate-menus-1.10.0/po/hr.po 2014-10-23 11:16:04.000000000 +0200 @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <[email protected]>, 2013. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2005. +# Mislav E. Lukšić <[email protected]>, 2013 +# FIRST AUTHOR <EMAIL@ADDRESS>, 2005 +# Mislav E. Lukšić <[email protected]>, 2014 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2013-03-02 13:43+0000\n" -"Last-Translator: CroatianFan <[email protected]>\n" +"PO-Revision-Date: 2014-05-02 19:53+0000\n" +"Last-Translator: Mislav E. Lukšić <[email protected]>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/MATE/language/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -85,7 +86,7 @@ #: ../desktop-directories/mate-network.directory.in.h:2 msgid "Programs for Internet access such as web and email" -msgstr "Programi za pristup internetu poput mreže ili elektroničke pošte" +msgstr "Programi za pristup internetu poput preglednika mreže ili elektroničke pošte" #: ../desktop-directories/mate-office.directory.in.h:1 msgid "Office" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/ku_IQ.po new/mate-menus-1.10.0/po/ku_IQ.po --- old/mate-menus-1.8.0/po/ku_IQ.po 1970-01-01 01:00:00.000000000 +0100 +++ new/mate-menus-1.10.0/po/ku_IQ.po 2015-01-20 19:36:18.000000000 +0100 @@ -0,0 +1,169 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Haval Abdulkarim <[email protected]>, 2014 +msgid "" +msgstr "" +"Project-Id-Version: MATE Desktop Environment\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-04 15:45+0200\n" +"PO-Revision-Date: 2014-10-29 18:08+0000\n" +"Last-Translator: Haval Abdulkarim <[email protected]>\n" +"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/MATE/language/ku_IQ/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ku_IQ\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../desktop-directories/mate-audio-video.directory.in.h:1 +msgid "Sound & Video" +msgstr "دەنگ و ڤیدیۆ" + +#: ../desktop-directories/mate-audio-video.directory.in.h:2 +msgid "Multimedia menu" +msgstr "" + +#: ../desktop-directories/mate-development.directory.in.h:1 +msgid "Programming" +msgstr "" + +#: ../desktop-directories/mate-development.directory.in.h:2 +msgid "Tools for software development" +msgstr "" + +#: ../desktop-directories/mate-education.directory.in.h:1 +msgid "Education" +msgstr "" + +#: ../desktop-directories/mate-game.directory.in.h:1 +msgid "Games" +msgstr "یارییەکان" + +#: ../desktop-directories/mate-game.directory.in.h:2 +msgid "Games and amusements" +msgstr "" + +#: ../desktop-directories/mate-graphics.directory.in.h:1 +msgid "Graphics" +msgstr "" + +#: ../desktop-directories/mate-graphics.directory.in.h:2 +msgid "Graphics applications" +msgstr "" + +#: ../desktop-directories/mate-hardware.directory.in.h:1 +msgid "Hardware" +msgstr "" + +#: ../desktop-directories/mate-hardware.directory.in.h:2 +msgid "Settings for several hardware devices" +msgstr "" + +#: ../desktop-directories/mate-internet-and-network.directory.in.h:1 +msgid "Internet and Network" +msgstr "" + +#: ../desktop-directories/mate-internet-and-network.directory.in.h:2 +msgid "Network-related settings" +msgstr "" + +#: ../desktop-directories/mate-look-and-feel.directory.in.h:1 +msgid "Look and Feel" +msgstr "" + +#: ../desktop-directories/mate-look-and-feel.directory.in.h:2 +msgid "Settings controlling the desktop appearance and behavior" +msgstr "" + +#: ../desktop-directories/mate-network.directory.in.h:1 +msgid "Internet" +msgstr "ئینتەرنێت" + +#: ../desktop-directories/mate-network.directory.in.h:2 +msgid "Programs for Internet access such as web and email" +msgstr "" + +#: ../desktop-directories/mate-office.directory.in.h:1 +msgid "Office" +msgstr "نووسینگە" + +#: ../desktop-directories/mate-office.directory.in.h:2 +msgid "Office Applications" +msgstr "" + +#. Translators: this is Personal as in "Personal settings" +#: ../desktop-directories/mate-personal.directory.in.h:2 +msgid "Personal" +msgstr "" + +#: ../desktop-directories/mate-personal.directory.in.h:3 +msgid "Personal settings" +msgstr "" + +#: ../desktop-directories/mate-settings-system.directory.in.h:1 +msgid "Administration" +msgstr "" + +#: ../desktop-directories/mate-settings-system.directory.in.h:2 +msgid "Change system-wide settings (affects all users)" +msgstr "" + +#: ../desktop-directories/mate-settings.directory.in.h:1 +msgid "Preferences" +msgstr "" + +#: ../desktop-directories/mate-settings.directory.in.h:2 +msgid "Personal preferences" +msgstr "" + +#: ../desktop-directories/mate-system.directory.in.h:1 +#: ../desktop-directories/mate-menu-system.directory.in.h:1 +msgid "System" +msgstr "سیستەم" + +#: ../desktop-directories/mate-system.directory.in.h:2 +msgid "System settings" +msgstr "ڕێکخستنەکانی سیستەم" + +#: ../desktop-directories/mate-system-tools.directory.in.h:1 +msgid "System Tools" +msgstr "ئامرازەکانی سیستەم" + +#: ../desktop-directories/mate-system-tools.directory.in.h:2 +msgid "System configuration and monitoring" +msgstr "" + +#: ../desktop-directories/mate-utility-accessibility.directory.in.h:1 +msgid "Universal Access" +msgstr "" + +#: ../desktop-directories/mate-utility-accessibility.directory.in.h:2 +msgid "Universal Access Settings" +msgstr "" + +#: ../desktop-directories/mate-utility.directory.in.h:1 +msgid "Accessories" +msgstr "" + +#: ../desktop-directories/mate-utility.directory.in.h:2 +msgid "Desktop accessories" +msgstr "" + +#: ../desktop-directories/mate-menu-applications.directory.in.h:1 +msgid "Applications" +msgstr "" + +#: ../desktop-directories/mate-menu-system.directory.in.h:2 +msgid "Personal preferences and administration settings" +msgstr "" + +#: ../desktop-directories/mate-other.directory.in.h:1 +msgid "Other" +msgstr "" + +#: ../desktop-directories/mate-other.directory.in.h:2 +msgid "Applications that did not fit in other categories" +msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/pt.po new/mate-menus-1.10.0/po/pt.po --- old/mate-menus-1.8.0/po/pt.po 2013-10-20 13:17:37.000000000 +0200 +++ new/mate-menus-1.10.0/po/pt.po 2014-03-22 17:10:31.000000000 +0100 @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Carlos <[email protected]>, 2014 # Duarte Loreto <[email protected]>, 2004-2007,2009 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2012-10-04 13:26+0000\n" -"Last-Translator: Sérgio Marques <[email protected]>\n" +"PO-Revision-Date: 2014-03-22 13:01+0000\n" +"Last-Translator: Carlos <[email protected]>\n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/MATE/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,7 +33,7 @@ #: ../desktop-directories/mate-development.directory.in.h:2 msgid "Tools for software development" -msgstr "Ferramentas para o desenvolvimento de aplicações" +msgstr "Ferramentas para desenvolvimento de aplicações" #: ../desktop-directories/mate-education.directory.in.h:1 msgid "Education" @@ -60,7 +61,7 @@ #: ../desktop-directories/mate-hardware.directory.in.h:2 msgid "Settings for several hardware devices" -msgstr "Definições para vários dispositivos de equipamento" +msgstr "Definições de vários dispositivos de equipamento" #: ../desktop-directories/mate-internet-and-network.directory.in.h:1 msgid "Internet and Network" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/pt_BR.po new/mate-menus-1.10.0/po/pt_BR.po --- old/mate-menus-1.8.0/po/pt_BR.po 2014-02-23 18:55:01.000000000 +0100 +++ new/mate-menus-1.10.0/po/pt_BR.po 2014-10-23 11:16:05.000000000 +0200 @@ -7,15 +7,16 @@ # Fabrício Godoy <[email protected]>, 2008 # Krix Apolinário <[email protected]>, 2009 # leonardof <[email protected]>, 2007, 2008 -# Pygmalion, 2014 -# Pygmalion, 2014 +# Marcelo Ghelman <[email protected]>, 2014 +# Marcus Vinícius Marques, 2014 +# Marcus Vinícius Marques, 2014 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2014-02-20 16:55+0000\n" -"Last-Translator: Pygmalion\n" +"PO-Revision-Date: 2014-05-26 16:19+0000\n" +"Last-Translator: Marcelo Ghelman <[email protected]>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/MATE/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -135,7 +136,7 @@ #: ../desktop-directories/mate-system-tools.directory.in.h:1 msgid "System Tools" -msgstr "Sistema" +msgstr "Ferramentas do sistema" #: ../desktop-directories/mate-system-tools.directory.in.h:2 msgid "System configuration and monitoring" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/sk.po new/mate-menus-1.10.0/po/sk.po --- old/mate-menus-1.8.0/po/sk.po 2014-02-23 18:55:02.000000000 +0100 +++ new/mate-menus-1.10.0/po/sk.po 2015-04-09 20:15:56.000000000 +0200 @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Ján Ďanovský <[email protected]>, 2014 +# Ján Ďanovský <[email protected]>, 2014-2015 # Marcel Telka <[email protected]>, 2004, 2005 # pavolzetor <[email protected]>, 2010 # Peter Tuharsky <[email protected]>, 2007 @@ -12,7 +12,7 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2014-02-20 23:34+0000\n" +"PO-Revision-Date: 2015-03-17 15:31+0000\n" "Last-Translator: Ján Ďanovský <[email protected]>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/MATE/language/sk/)\n" "MIME-Version: 1.0\n" @@ -27,7 +27,7 @@ #: ../desktop-directories/mate-audio-video.directory.in.h:2 msgid "Multimedia menu" -msgstr "Ponuka multimédií" +msgstr "Menu multimédií" #: ../desktop-directories/mate-development.directory.in.h:1 msgid "Programming" @@ -116,11 +116,11 @@ #: ../desktop-directories/mate-settings.directory.in.h:1 msgid "Preferences" -msgstr "Predvoľby" +msgstr "Nastavenia" #: ../desktop-directories/mate-settings.directory.in.h:2 msgid "Personal preferences" -msgstr "Osobné predvoľby" +msgstr "Osobné nastavenia" #: ../desktop-directories/mate-system.directory.in.h:1 #: ../desktop-directories/mate-menu-system.directory.in.h:1 @@ -161,7 +161,7 @@ #: ../desktop-directories/mate-menu-system.directory.in.h:2 msgid "Personal preferences and administration settings" -msgstr "Osobné predvoľby a správcovské nastavenia" +msgstr "Osobné a správcovské nastavenia" #: ../desktop-directories/mate-other.directory.in.h:1 msgid "Other" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/sr.po new/mate-menus-1.10.0/po/sr.po --- old/mate-menus-1.8.0/po/sr.po 2013-10-20 13:17:37.000000000 +0200 +++ new/mate-menus-1.10.0/po/sr.po 2015-01-20 19:36:18.000000000 +0100 @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Мирослав Николић <[email protected]>, 2014 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2012-07-04 13:51+0000\n" -"Last-Translator: Stefano Karapetsas <[email protected]>\n" +"PO-Revision-Date: 2014-11-16 13:20+0000\n" +"Last-Translator: Мирослав Николић <[email protected]>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/MATE/language/sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,11 +20,11 @@ #: ../desktop-directories/mate-audio-video.directory.in.h:1 msgid "Sound & Video" -msgstr "Звук и покретне слике" +msgstr "Звук и снимци" #: ../desktop-directories/mate-audio-video.directory.in.h:2 msgid "Multimedia menu" -msgstr "Мени за мултимедију" +msgstr "Мултимедијални изборник" #: ../desktop-directories/mate-development.directory.in.h:1 msgid "Programming" @@ -31,7 +32,7 @@ #: ../desktop-directories/mate-development.directory.in.h:2 msgid "Tools for software development" -msgstr "Алатке за развој софтвера" +msgstr "Алати за развој софтвера" #: ../desktop-directories/mate-education.directory.in.h:1 msgid "Education" @@ -83,7 +84,7 @@ #: ../desktop-directories/mate-network.directory.in.h:2 msgid "Programs for Internet access such as web and email" -msgstr "Програми за приступ Интернету као што је веб и е-пошта" +msgstr "Програми за приступ Интернету као што је веб и ел. пошта" #: ../desktop-directories/mate-office.directory.in.h:1 msgid "Office" @@ -91,7 +92,7 @@ #: ../desktop-directories/mate-office.directory.in.h:2 msgid "Office Applications" -msgstr "Програми за канцеларију" +msgstr "Канцеларијски програми" #. Translators: this is Personal as in "Personal settings" #: ../desktop-directories/mate-personal.directory.in.h:2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-menus-1.8.0/po/uk.po new/mate-menus-1.10.0/po/uk.po --- old/mate-menus-1.8.0/po/uk.po 2013-10-20 13:17:37.000000000 +0200 +++ new/mate-menus-1.10.0/po/uk.po 2014-10-23 11:16:06.000000000 +0200 @@ -4,14 +4,14 @@ # # Translators: # Copyright (C) Free Software Foundation Inc., 2005 -# Koljan1970 <[email protected]>, 2013 +# Микола Ткач <[email protected]>, 2013-2014 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-04 15:45+0200\n" -"PO-Revision-Date: 2013-06-19 18:54+0000\n" -"Last-Translator: Koljan1970 <[email protected]>\n" +"PO-Revision-Date: 2014-09-20 07:33+0000\n" +"Last-Translator: Микола Ткач <[email protected]>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/MATE/language/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,11 +21,11 @@ #: ../desktop-directories/mate-audio-video.directory.in.h:1 msgid "Sound & Video" -msgstr "Звук та відео" +msgstr "Звук та видиво" #: ../desktop-directories/mate-audio-video.directory.in.h:2 msgid "Multimedia menu" -msgstr "Мультимедіа" +msgstr "Мультимедія" #: ../desktop-directories/mate-development.directory.in.h:1 msgid "Programming" @@ -85,7 +85,7 @@ #: ../desktop-directories/mate-network.directory.in.h:2 msgid "Programs for Internet access such as web and email" -msgstr "Програми для роботи з Інтернет (пошта, веб-переглядач, тощо)" +msgstr "Програми для роботи з Інтернет (пошта, переглядач тенет, тощо)" #: ../desktop-directories/mate-office.directory.in.h:1 msgid "Office"
