Merge lp:~johndescs/ubuntu/lucid/gajim/merge-from-squeeze into lp:ubuntu/lucid/gajim

Proposed by Jonathan Michalon
Status: Merged
Merge reported by: Jonathan Michalon
Merged at revision: not available
Proposed branch: lp:~johndescs/ubuntu/lucid/gajim/merge-from-squeeze
Merge into: lp:ubuntu/lucid/gajim
Diff against target: 102106 lines (+10985/-44717)
78 files modified
ChangeLog (+30/-0)
README.html (+1/-1)
aclocal.m4 (+2/-2)
config/ltmain.sh (+4/-4)
configure (+135/-103)
configure.ac (+1/-1)
data/glade/input_dialog.glade (+1/-1)
data/glade/message_window.glade (+1/-1)
data/other/cacerts.pem (+45/-0)
data/pixmaps/gajim.svg (+0/-444)
debian/README.Debian (+6/-0)
debian/changelog (+226/-0)
debian/compat (+1/-1)
debian/control (+16/-13)
debian/copyright (+22/-28)
debian/dirs (+8/-0)
debian/docs (+1/-0)
debian/gajim-history-manager.1 (+21/-0)
debian/gajim-remote.manpages (+1/-0)
debian/gajim.install (+0/-8)
debian/gajim.manpages (+3/-0)
debian/gajim.menu (+8/-0)
debian/menu (+0/-8)
debian/patches/00_debian-copying.patch (+22/-0)
debian/patches/00list (+0/-2)
debian/pyversions (+1/-0)
debian/rules (+17/-83)
debian/watch (+3/-1)
gajim.nsi (+1/-1)
m4/libtool.m4 (+7/-6)
m4/ltversion.m4 (+5/-5)
po/LINGUAS (+1/-0)
po/br.po (+0/-10709)
po/el.po (+0/-11153)
po/es.po (+1/-1)
po/gl.po (+3/-3)
po/ja.po (+9867/-0)
po/lt.po (+2/-2)
po/nl.po (+0/-10839)
po/pt.po (+0/-11040)
setup_win32.py (+1/-1)
src/chat_control.py (+10/-2)
src/command_system/errors.py (+3/-1)
src/common/caps.py (+1/-1)
src/common/connection.py (+8/-6)
src/common/connection_handlers.py (+44/-15)
src/common/contacts.py (+4/-0)
src/common/dbus_support.py (+8/-1)
src/common/defs.py (+1/-1)
src/common/exceptions.py (+14/-1)
src/common/passwords.py (+2/-0)
src/common/pep.py (+22/-0)
src/common/resolver.py (+21/-8)
src/common/socks5.py (+9/-2)
src/common/xmpp/auth_nb.py (+22/-14)
src/common/xmpp/client_nb.py (+5/-2)
src/common/xmpp/dispatcher_nb.py (+0/-4)
src/common/xmpp/idlequeue.py (+1/-1)
src/common/xmpp/protocol.py (+1/-0)
src/common/xmpp/roster_nb.py (+6/-3)
src/common/xmpp/tls_nb.py (+3/-0)
src/common/xmpp/transports_nb.py (+3/-3)
src/config.py (+89/-59)
src/conversation_textview.py (+21/-11)
src/dialogs.py (+12/-5)
src/disco.py (+1/-0)
src/gajim-remote.py (+2/-0)
src/gajim.py (+18/-4)
src/groupchat_control.py (+26/-15)
src/gtkexcepthook.py (+0/-1)
src/gtkgui_helpers.py (+4/-3)
src/gui_menu_builder.py (+1/-1)
src/history_window.py (+5/-6)
src/htmltextview.py (+46/-2)
src/message_window.py (+7/-21)
src/notify.py (+51/-39)
src/roster_window.py (+41/-19)
src/systray.py (+9/-5)
To merge this branch: bzr merge lp:~johndescs/ubuntu/lucid/gajim/merge-from-squeeze
Reviewer Review Type Date Requested Status
Fabrice Coutadeur Needs Fixing
Ubuntu branches Pending
Review via email: mp+25993@code.launchpad.net

Description of the change

This is an attempt of merge of gajim 0.13.4-1 from debian testing. As I'm not familiar with all that stuff, it is probably not perfect... but I'm currently running it without problem.
Still, it needs review.

To post a comment you must log in.
Revision history for this message
Fabrice Coutadeur (fabricesp) wrote :

Hi,

debian/control: you sohuld change the maintainer adresse to Ubuntu Developers <email address hidden>
debian/changelog: please target maverick (the actual development version).

Also the package FTBFS:
...
../config/py-compile: 120: python2.5: not found
make[3]: *** [install-gajimsrc1PYTHON] Error 127
make[3]: Leaving directory `/build/fabrice-gajim_0.13.4-1ubuntu1-amd64-jwS4vy/gajim-0.13.4/src'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/build/fabrice-gajim_0.13.4-1ubuntu1-amd64-jwS4vy/gajim-0.13.4/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/build/fabrice-gajim_0.13.4-1ubuntu1-amd64-jwS4vy/gajim-0.13.4'
make: *** [common-install-impl] Error 2
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary gave error exit status 2

this is because the default python is 2.5 in Debian, but 2.6 in Ubuntu, and a patch may be required.

As soon as you get fixed this issues, please report a debdiff in the bug report.

Thanks,
Fabrice

review: Needs Fixing
51. By Jonathan Michalon

Changed python build version from 2.5 to 2.6 in debian/rules
debian/control: fixed maintainer
debian/changelog: maverick as target

Revision history for this message
Jonathan Michalon (johndescs) wrote :

Hi,

Thanks for your quick review, and sorry for the stupid FTBFS...
It used to build cleanly here but I had python2.5-minimal as obsolete package.

Fixed the three issues. Now it builds cleanly in a chroot environment.
No patch required for python 2.6, just a modification in debian/rules.
Just submitting debdiffs on bug report.

Thanks a lot,

Johndescs

52. By Jonathan Michalon

Changes from Fabrice Coutadeur as of 20100527

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ChangeLog'
--- ChangeLog 2009-11-25 08:13:27 +0000
+++ ChangeLog 2010-05-27 13:01:29 +0000
@@ -1,3 +1,33 @@
1Gajim 0.13.4 (02 April 2010)
2
3 * Add japanese translation
4 * Fix some TLS connection
5 * Don't raise a lot of "DB Error" dialog
6 * Fix contact synchronisation
7 * Minor fixes
8
9Gajim 0.13.3 (23 February 2010)
10
11 * Fix facebook xmpp server connection
12 * Fix copy / paste with Ctrl+C on non-latin keyboard
13 * Fix sending PEP information when connecting
14 * Fix parsing HTML messages that have ascii markup
15
16Gajim 0.13.2 (14 January 2010)
17
18 * Fix some translations
19 * Fix string comparison according to locales
20 * Fix resizing of groupchat occupant treeview
21 * Fix some gnomekeyring glitches
22 * better SRV usage with libasyncns
23 * copy emoticons when we copy / paste in conversations
24
25Gajim 0.13.1 (28 November 2009)
26
27 * Fix a bug when no account exists and bonjour is not available
28 * Fix a bug when opening advanced option in MUC
29 * Fix a bug when using non-BOSH proxies
30
1Gajim 0.13 (24 November 2009)31Gajim 0.13 (24 November 2009)
232
3 * Improve gtkspell (fix memleak)33 * Improve gtkspell (fix memleak)
434
=== modified file 'README.html'
--- README.html 2009-11-25 08:13:27 +0000
+++ README.html 2010-05-27 13:01:29 +0000
@@ -38,7 +38,7 @@
38<li>gnome-python-desktop (for GnomeKeyring support)</li>38<li>gnome-python-desktop (for GnomeKeyring support)</li>
39<li>notification-daemon or notify-python (and D-Bus) to get cooler popups</li>39<li>notification-daemon or notify-python (and D-Bus) to get cooler popups</li>
40<li>D-Bus running to have gajim-remote working. Some distributions split dbus-x11, which is needed for dbus to work with Gajim. Version >= 0.80 is required.</li>40<li>D-Bus running to have gajim-remote working. Some distributions split dbus-x11, which is needed for dbus to work with Gajim. Version >= 0.80 is required.</li>
41<li>python-dbus bindings (>=0.80)</li>41<li>python-dbus bindings (>=0.81)</li>
42<li>python-sexy to have clickable URLs in chat windows</li>42<li>python-sexy to have clickable URLs in chat windows</li>
43<li>python-kerberos to use GSSAPI authentification. Note: version1.1 or higher is required</li>43<li>python-kerberos to use GSSAPI authentification. Note: version1.1 or higher is required</li>
44</ul>44</ul>
4545
=== modified file 'aclocal.m4'
--- aclocal.m4 2009-11-25 08:13:27 +0000
+++ aclocal.m4 2010-05-27 13:01:29 +0000
@@ -13,8 +13,8 @@
1313
14m4_ifndef([AC_AUTOCONF_VERSION],14m4_ifndef([AC_AUTOCONF_VERSION],
15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
17[m4_warning([this file was generated for autoconf 2.64.17[m4_warning([this file was generated for autoconf 2.65.
18You have another version of autoconf. It may work, but is not guaranteed to.18You have another version of autoconf. It may work, but is not guaranteed to.
19If you have problems, you may need to regenerate the build system entirely.19If you have problems, you may need to regenerate the build system entirely.
20To do so, use the procedure documented by the package, typically `autoreconf'.])])20To do so, use the procedure documented by the package, typically `autoreconf'.])])
2121
=== modified file 'config/ltmain.sh'
--- config/ltmain.sh 2009-11-25 08:13:27 +0000
+++ config/ltmain.sh 2010-05-27 13:01:29 +0000
@@ -1,6 +1,6 @@
1# Generated from ltmain.m4sh.1# Generated from ltmain.m4sh.
22
3# ltmain.sh (GNU libtool) 2.2.63# ltmain.sh (GNU libtool) 2.2.6b
4# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 19964# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
55
6# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.6# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
@@ -65,7 +65,7 @@
65# compiler: $LTCC65# compiler: $LTCC
66# compiler flags: $LTCFLAGS66# compiler flags: $LTCFLAGS
67# linker: $LD (gnu? $with_gnu_ld)67# linker: $LD (gnu? $with_gnu_ld)
68# $progname: (GNU libtool) 2.2.6 Debian-2.2.6a-468# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2
69# automake: $automake_version69# automake: $automake_version
70# autoconf: $autoconf_version70# autoconf: $autoconf_version
71#71#
@@ -73,9 +73,9 @@
7373
74PROGRAM=ltmain.sh74PROGRAM=ltmain.sh
75PACKAGE=libtool75PACKAGE=libtool
76VERSION="2.2.6 Debian-2.2.6a-4"76VERSION="2.2.6b Debian-2.2.6b-2"
77TIMESTAMP=""77TIMESTAMP=""
78package_revision=1.301278package_revision=1.3017
7979
80# Be Bourne compatible80# Be Bourne compatible
81if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then81if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
8282
=== modified file 'configure'
--- configure 2009-11-25 08:13:27 +0000
+++ configure 2010-05-27 13:01:29 +0000
@@ -1,12 +1,14 @@
1#! /bin/sh1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.64 for Gajim - A Jabber Instant Messager 0.13.3# Generated by GNU Autoconf 2.65 for Gajim - A Jabber Instant Messager 0.13.4.
4#4#
5# Report bugs to <http://trac.gajim.org/>.5# Report bugs to <http://trac.gajim.org/>.
6#6#
7#
7# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
9# Foundation, Inc.10# Inc.
11#
10#12#
11# This configure script is free software; the Free Software Foundation13# This configure script is free software; the Free Software Foundation
12# gives unlimited permission to copy, distribute and modify it.14# gives unlimited permission to copy, distribute and modify it.
@@ -676,7 +678,8 @@
676678
677679
678680
679exec 7<&0 </dev/null 6>&1681test -n "$DJDIR" || exec 7<&0 </dev/null
682exec 6>&1
680683
681# Name of the host.684# Name of the host.
682# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,685# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
@@ -698,8 +701,8 @@
698# Identity of this package.701# Identity of this package.
699PACKAGE_NAME='Gajim - A Jabber Instant Messager'702PACKAGE_NAME='Gajim - A Jabber Instant Messager'
700PACKAGE_TARNAME='gajim'703PACKAGE_TARNAME='gajim'
701PACKAGE_VERSION='0.13'704PACKAGE_VERSION='0.13.4'
702PACKAGE_STRING='Gajim - A Jabber Instant Messager 0.13'705PACKAGE_STRING='Gajim - A Jabber Instant Messager 0.13.4'
703PACKAGE_BUGREPORT='http://trac.gajim.org/'706PACKAGE_BUGREPORT='http://trac.gajim.org/'
704PACKAGE_URL=''707PACKAGE_URL=''
705708
@@ -1486,7 +1489,7 @@
1486 # Omit some internal or obsolete options to make the list less imposing.1489 # Omit some internal or obsolete options to make the list less imposing.
1487 # This message is too long to be a string in the A/UX 3.1 sh.1490 # This message is too long to be a string in the A/UX 3.1 sh.
1488 cat <<_ACEOF1491 cat <<_ACEOF
1489\`configure' configures Gajim - A Jabber Instant Messager 0.13 to adapt to many kinds of systems.1492\`configure' configures Gajim - A Jabber Instant Messager 0.13.4 to adapt to many kinds of systems.
14901493
1491Usage: $0 [OPTION]... [VAR=VALUE]...1494Usage: $0 [OPTION]... [VAR=VALUE]...
14921495
@@ -1560,7 +1563,7 @@
15601563
1561if test -n "$ac_init_help"; then1564if test -n "$ac_init_help"; then
1562 case $ac_init_help in1565 case $ac_init_help in
1563 short | recursive ) echo "Configuration of Gajim - A Jabber Instant Messager 0.13:";;1566 short | recursive ) echo "Configuration of Gajim - A Jabber Instant Messager 0.13.4:";;
1564 esac1567 esac
1565 cat <<\_ACEOF1568 cat <<\_ACEOF
15661569
@@ -1594,7 +1597,7 @@
1594 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a1597 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1595 nonstandard directory <lib dir>1598 nonstandard directory <lib dir>
1596 LIBS libraries to pass to the linker, e.g. -l<library>1599 LIBS libraries to pass to the linker, e.g. -l<library>
1597 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if1600 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1598 you have headers in a nonstandard directory <include dir>1601 you have headers in a nonstandard directory <include dir>
1599 PKG_CONFIG path to pkg-config utility1602 PKG_CONFIG path to pkg-config utility
1600 CPP C preprocessor1603 CPP C preprocessor
@@ -1669,8 +1672,8 @@
1669test -n "$ac_init_help" && exit $ac_status1672test -n "$ac_init_help" && exit $ac_status
1670if $ac_init_version; then1673if $ac_init_version; then
1671 cat <<\_ACEOF1674 cat <<\_ACEOF
1672Gajim - A Jabber Instant Messager configure 0.131675Gajim - A Jabber Instant Messager configure 0.13.4
1673generated by GNU Autoconf 2.641676generated by GNU Autoconf 2.65
16741677
1675Copyright (C) 2009 Free Software Foundation, Inc.1678Copyright (C) 2009 Free Software Foundation, Inc.
1676This configure script is free software; the Free Software Foundation1679This configure script is free software; the Free Software Foundation
@@ -1717,7 +1720,7 @@
1717 ac_retval=11720 ac_retval=1
1718fi1721fi
1719 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1722 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1720 return $ac_retval1723 as_fn_set_status $ac_retval
17211724
1722} # ac_fn_c_try_compile1725} # ac_fn_c_try_compile
17231726
@@ -1763,7 +1766,7 @@
1763 # left behind by Apple's compiler. We do this before executing the actions.1766 # left behind by Apple's compiler. We do this before executing the actions.
1764 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1767 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1765 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1768 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1766 return $ac_retval1769 as_fn_set_status $ac_retval
17671770
1768} # ac_fn_c_try_link1771} # ac_fn_c_try_link
17691772
@@ -1898,7 +1901,7 @@
1898 ac_retval=11901 ac_retval=1
1899fi1902fi
1900 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1903 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1901 return $ac_retval1904 as_fn_set_status $ac_retval
19021905
1903} # ac_fn_c_try_cpp1906} # ac_fn_c_try_cpp
19041907
@@ -1940,7 +1943,7 @@
1940fi1943fi
1941 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1944 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1942 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1945 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1943 return $ac_retval1946 as_fn_set_status $ac_retval
19441947
1945} # ac_fn_c_try_run1948} # ac_fn_c_try_run
19461949
@@ -2040,8 +2043,8 @@
2040This file contains any messages produced by compilers while2043This file contains any messages produced by compilers while
2041running configure, to aid debugging if configure makes a mistake.2044running configure, to aid debugging if configure makes a mistake.
20422045
2043It was created by Gajim - A Jabber Instant Messager $as_me 0.13, which was2046It was created by Gajim - A Jabber Instant Messager $as_me 0.13.4, which was
2044generated by GNU Autoconf 2.64. Invocation command line was2047generated by GNU Autoconf 2.65. Invocation command line was
20452048
2046 $ $0 $@2049 $ $0 $@
20472050
@@ -2294,7 +2297,7 @@
2294for ac_site_file in "$ac_site_file1" "$ac_site_file2"2297for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2295do2298do
2296 test "x$ac_site_file" = xNONE && continue2299 test "x$ac_site_file" = xNONE && continue
2297 if test -r "$ac_site_file"; then2300 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&52301 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2299$as_echo "$as_me: loading site script $ac_site_file" >&6;}2302$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2300 sed 's/^/| /' "$ac_site_file" >&52303 sed 's/^/| /' "$ac_site_file" >&5
@@ -2303,9 +2306,9 @@
2303done2306done
23042307
2305if test -r "$cache_file"; then2308if test -r "$cache_file"; then
2306 # Some versions of bash will fail to source /dev/null (special2309 # Some versions of bash will fail to source /dev/null (special files
2307 # files actually), so we avoid doing that.2310 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2308 if test -f "$cache_file"; then2311 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&52312 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2310$as_echo "$as_me: loading cache $cache_file" >&6;}2313$as_echo "$as_me: loading cache $cache_file" >&6;}
2311 case $cache_file in2314 case $cache_file in
@@ -2730,6 +2733,7 @@
27302733
2731fi2734fi
27322735
2736 test -d ./--version && rmdir ./--version
2733 if test "${ac_cv_path_mkdir+set}" = set; then2737 if test "${ac_cv_path_mkdir+set}" = set; then
2734 MKDIR_P="$ac_cv_path_mkdir -p"2738 MKDIR_P="$ac_cv_path_mkdir -p"
2735 else2739 else
@@ -2737,7 +2741,6 @@
2737 # value for MKDIR_P within a source directory, because that will2741 # value for MKDIR_P within a source directory, because that will
2738 # break other packages using the cache if that directory is2742 # break other packages using the cache if that directory is
2739 # removed, or if the value is a relative name.2743 # removed, or if the value is a relative name.
2740 test -d ./--version && rmdir ./--version
2741 MKDIR_P="$ac_install_sh -d"2744 MKDIR_P="$ac_install_sh -d"
2742 fi2745 fi
2743fi2746fi
@@ -2854,7 +2857,7 @@
28542857
2855# Define the identity of the package.2858# Define the identity of the package.
2856 PACKAGE='gajim'2859 PACKAGE='gajim'
2857 VERSION='0.13'2860 VERSION='0.13.4'
28582861
28592862
2860cat >>confdefs.h <<_ACEOF2863cat >>confdefs.h <<_ACEOF
@@ -3325,32 +3328,30 @@
3325... rest of stderr output deleted ...3328... rest of stderr output deleted ...
3326 10q' conftest.err >conftest.er13329 10q' conftest.err >conftest.er1
3327 cat conftest.er1 >&53330 cat conftest.er1 >&5
3328 rm -f conftest.er1 conftest.err
3329 fi3331 fi
3332 rm -f conftest.er1 conftest.err
3330 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53333 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3331 test $ac_status = 0; }3334 test $ac_status = 0; }
3332done3335done
33333336
3334cat confdefs.h - <<_ACEOF >conftest.$ac_ext3337cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3335/* end confdefs.h. */3338/* end confdefs.h. */
3336#include <stdio.h>3339
3337int3340int
3338main ()3341main ()
3339{3342{
3340FILE *f = fopen ("conftest.out", "w");
3341 return ferror (f) || fclose (f) != 0;
33423343
3343 ;3344 ;
3344 return 0;3345 return 0;
3345}3346}
3346_ACEOF3347_ACEOF
3347ac_clean_files_save=$ac_clean_files3348ac_clean_files_save=$ac_clean_files
3348ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"3349ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3349# Try to create an executable without -o first, disregard a.out.3350# Try to create an executable without -o first, disregard a.out.
3350# It will help us diagnose broken compilers, and finding out an intuition3351# It will help us diagnose broken compilers, and finding out an intuition
3351# of exeext.3352# of exeext.
3352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&53353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3353$as_echo_n "checking for C compiler default output file name... " >&6; }3354$as_echo_n "checking whether the C compiler works... " >&6; }
3354ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`3355ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
33553356
3356# The possible output files:3357# The possible output files:
@@ -3412,10 +3413,10 @@
3412else3413else
3413 ac_file=''3414 ac_file=''
3414fi3415fi
3415{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3416$as_echo "$ac_file" >&6; }
3417if test -z "$ac_file"; then :3416if test -z "$ac_file"; then :
3418 $as_echo "$as_me: failed program was:" >&53417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3418$as_echo "no" >&6; }
3419$as_echo "$as_me: failed program was:" >&5
3419sed 's/^/| /' conftest.$ac_ext >&53420sed 's/^/| /' conftest.$ac_ext >&5
34203421
3421{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53422{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
@@ -3423,51 +3424,18 @@
3423{ as_fn_set_status 773424{ as_fn_set_status 77
3424as_fn_error "C compiler cannot create executables3425as_fn_error "C compiler cannot create executables
3425See \`config.log' for more details." "$LINENO" 5; }; }3426See \`config.log' for more details." "$LINENO" 5; }; }
3427else
3428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3429$as_echo "yes" >&6; }
3426fi3430fi
3431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3432$as_echo_n "checking for C compiler default output file name... " >&6; }
3433{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3434$as_echo "$ac_file" >&6; }
3427ac_exeext=$ac_cv_exeext3435ac_exeext=$ac_cv_exeext
34283436
3429# Check that the compiler produces executables we can run. If not, either3437rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3430# the compiler is broken, or we cross compile.
3431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3432$as_echo_n "checking whether the C compiler works... " >&6; }
3433# If not cross compiling, check that we can run a simple program.
3434if test "$cross_compiling" != yes; then
3435 if { ac_try='./$ac_file'
3436 { { case "(($ac_try" in
3437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3438 *) ac_try_echo=$ac_try;;
3439esac
3440eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3441$as_echo "$ac_try_echo"; } >&5
3442 (eval "$ac_try") 2>&5
3443 ac_status=$?
3444 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3445 test $ac_status = 0; }; }; then
3446 cross_compiling=no
3447 else
3448 if test "$cross_compiling" = maybe; then
3449 cross_compiling=yes
3450 else
3451 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3452$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3453as_fn_error "cannot run C compiled programs.
3454If you meant to cross compile, use \`--host'.
3455See \`config.log' for more details." "$LINENO" 5; }
3456 fi
3457 fi
3458fi
3459{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3460$as_echo "yes" >&6; }
3461
3462rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3463ac_clean_files=$ac_clean_files_save3438ac_clean_files=$ac_clean_files_save
3464# Check that the compiler produces executables we can run. If not, either
3465# the compiler is broken, or we cross compile.
3466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3467$as_echo_n "checking whether we are cross compiling... " >&6; }
3468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3469$as_echo "$cross_compiling" >&6; }
3470
3471{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&53439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3472$as_echo_n "checking for suffix of executables... " >&6; }3440$as_echo_n "checking for suffix of executables... " >&6; }
3473if { { ac_try="$ac_link"3441if { { ac_try="$ac_link"
@@ -3500,13 +3468,72 @@
3500as_fn_error "cannot compute suffix of executables: cannot compile and link3468as_fn_error "cannot compute suffix of executables: cannot compile and link
3501See \`config.log' for more details." "$LINENO" 5; }3469See \`config.log' for more details." "$LINENO" 5; }
3502fi3470fi
3503rm -f conftest$ac_cv_exeext3471rm -f conftest conftest$ac_cv_exeext
3504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&53472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3505$as_echo "$ac_cv_exeext" >&6; }3473$as_echo "$ac_cv_exeext" >&6; }
35063474
3507rm -f conftest.$ac_ext3475rm -f conftest.$ac_ext
3508EXEEXT=$ac_cv_exeext3476EXEEXT=$ac_cv_exeext
3509ac_exeext=$EXEEXT3477ac_exeext=$EXEEXT
3478cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3479/* end confdefs.h. */
3480#include <stdio.h>
3481int
3482main ()
3483{
3484FILE *f = fopen ("conftest.out", "w");
3485 return ferror (f) || fclose (f) != 0;
3486
3487 ;
3488 return 0;
3489}
3490_ACEOF
3491ac_clean_files="$ac_clean_files conftest.out"
3492# Check that the compiler produces executables we can run. If not, either
3493# the compiler is broken, or we cross compile.
3494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3495$as_echo_n "checking whether we are cross compiling... " >&6; }
3496if test "$cross_compiling" != yes; then
3497 { { ac_try="$ac_link"
3498case "(($ac_try" in
3499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3500 *) ac_try_echo=$ac_try;;
3501esac
3502eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3503$as_echo "$ac_try_echo"; } >&5
3504 (eval "$ac_link") 2>&5
3505 ac_status=$?
3506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3507 test $ac_status = 0; }
3508 if { ac_try='./conftest$ac_cv_exeext'
3509 { { case "(($ac_try" in
3510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3511 *) ac_try_echo=$ac_try;;
3512esac
3513eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3514$as_echo "$ac_try_echo"; } >&5
3515 (eval "$ac_try") 2>&5
3516 ac_status=$?
3517 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3518 test $ac_status = 0; }; }; then
3519 cross_compiling=no
3520 else
3521 if test "$cross_compiling" = maybe; then
3522 cross_compiling=yes
3523 else
3524 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3525$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3526as_fn_error "cannot run C compiled programs.
3527If you meant to cross compile, use \`--host'.
3528See \`config.log' for more details." "$LINENO" 5; }
3529 fi
3530 fi
3531fi
3532{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3533$as_echo "$cross_compiling" >&6; }
3534
3535rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3536ac_clean_files=$ac_clean_files_save
3510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&53537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3511$as_echo_n "checking for suffix of object files... " >&6; }3538$as_echo_n "checking for suffix of object files... " >&6; }
3512if test "${ac_cv_objext+set}" = set; then :3539if test "${ac_cv_objext+set}" = set; then :
@@ -5028,8 +5055,8 @@
5028... rest of stderr output deleted ...5055... rest of stderr output deleted ...
5029 10q' conftest.err >conftest.er15056 10q' conftest.err >conftest.er1
5030 cat conftest.er1 >&55057 cat conftest.er1 >&5
5031 rm -f conftest.er1 conftest.err
5032 fi5058 fi
5059 rm -f conftest.er1 conftest.err
5033 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&55060 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5034 test $ac_status = 0; }5061 test $ac_status = 0; }
5035done5062done
@@ -5413,8 +5440,8 @@
54135440
54145441
54155442
5416macro_version='2.2.6'5443macro_version='2.2.6b'
5417macro_revision='1.3012'5444macro_revision='1.3017'
54185445
54195446
54205447
@@ -6085,13 +6112,13 @@
6085else6112else
6086 lt_cv_nm_interface="BSD nm"6113 lt_cv_nm_interface="BSD nm"
6087 echo "int some_variable = 0;" > conftest.$ac_ext6114 echo "int some_variable = 0;" > conftest.$ac_ext
6088 (eval echo "\"\$as_me:6088: $ac_compile\"" >&5)6115 (eval echo "\"\$as_me:6115: $ac_compile\"" >&5)
6089 (eval "$ac_compile" 2>conftest.err)6116 (eval "$ac_compile" 2>conftest.err)
6090 cat conftest.err >&56117 cat conftest.err >&5
6091 (eval echo "\"\$as_me:6091: $NM \\\"conftest.$ac_objext\\\"\"" >&5)6118 (eval echo "\"\$as_me:6118: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6092 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)6119 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6093 cat conftest.err >&56120 cat conftest.err >&5
6094 (eval echo "\"\$as_me:6094: output\"" >&5)6121 (eval echo "\"\$as_me:6121: output\"" >&5)
6095 cat conftest.out >&56122 cat conftest.out >&5
6096 if $GREP 'External.*some_variable' conftest.out > /dev/null; then6123 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6097 lt_cv_nm_interface="MS dumpbin"6124 lt_cv_nm_interface="MS dumpbin"
@@ -6557,7 +6584,7 @@
6557 ;;6584 ;;
65586585
6559# This must be Linux ELF.6586# This must be Linux ELF.
6560linux* | k*bsd*-gnu)6587linux* | k*bsd*-gnu | kopensolaris*-gnu)
6561 lt_cv_deplibs_check_method=pass_all6588 lt_cv_deplibs_check_method=pass_all
6562 ;;6589 ;;
65636590
@@ -7296,7 +7323,7 @@
7296 ;;7323 ;;
7297*-*-irix6*)7324*-*-irix6*)
7298 # Find out which ABI we are using.7325 # Find out which ABI we are using.
7299 echo '#line 7299 "configure"' > conftest.$ac_ext7326 echo '#line 7326 "configure"' > conftest.$ac_ext
7300 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&57327 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7301 (eval $ac_compile) 2>&57328 (eval $ac_compile) 2>&5
7302 ac_status=$?7329 ac_status=$?
@@ -8766,11 +8793,11 @@
8766 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \8793 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8767 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \8794 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8768 -e 's:$: $lt_compiler_flag:'`8795 -e 's:$: $lt_compiler_flag:'`
8769 (eval echo "\"\$as_me:8769: $lt_compile\"" >&5)8796 (eval echo "\"\$as_me:8796: $lt_compile\"" >&5)
8770 (eval "$lt_compile" 2>conftest.err)8797 (eval "$lt_compile" 2>conftest.err)
8771 ac_status=$?8798 ac_status=$?
8772 cat conftest.err >&58799 cat conftest.err >&5
8773 echo "$as_me:8773: \$? = $ac_status" >&58800 echo "$as_me:8800: \$? = $ac_status" >&5
8774 if (exit $ac_status) && test -s "$ac_outfile"; then8801 if (exit $ac_status) && test -s "$ac_outfile"; then
8775 # The compiler can only warn and ignore the option if not recognized8802 # The compiler can only warn and ignore the option if not recognized
8776 # So say no if there are warnings other than the usual output.8803 # So say no if there are warnings other than the usual output.
@@ -8935,7 +8962,7 @@
8935 lt_prog_compiler_static='-non_shared'8962 lt_prog_compiler_static='-non_shared'
8936 ;;8963 ;;
89378964
8938 linux* | k*bsd*-gnu)8965 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8939 case $cc_basename in8966 case $cc_basename in
8940 # old Intel for x86_64 which still supported -KPIC.8967 # old Intel for x86_64 which still supported -KPIC.
8941 ecc*)8968 ecc*)
@@ -9105,11 +9132,11 @@
9105 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \9132 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9106 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \9133 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9107 -e 's:$: $lt_compiler_flag:'`9134 -e 's:$: $lt_compiler_flag:'`
9108 (eval echo "\"\$as_me:9108: $lt_compile\"" >&5)9135 (eval echo "\"\$as_me:9135: $lt_compile\"" >&5)
9109 (eval "$lt_compile" 2>conftest.err)9136 (eval "$lt_compile" 2>conftest.err)
9110 ac_status=$?9137 ac_status=$?
9111 cat conftest.err >&59138 cat conftest.err >&5
9112 echo "$as_me:9112: \$? = $ac_status" >&59139 echo "$as_me:9139: \$? = $ac_status" >&5
9113 if (exit $ac_status) && test -s "$ac_outfile"; then9140 if (exit $ac_status) && test -s "$ac_outfile"; then
9114 # The compiler can only warn and ignore the option if not recognized9141 # The compiler can only warn and ignore the option if not recognized
9115 # So say no if there are warnings other than the usual output.9142 # So say no if there are warnings other than the usual output.
@@ -9210,11 +9237,11 @@
9210 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \9237 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9211 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \9238 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9212 -e 's:$: $lt_compiler_flag:'`9239 -e 's:$: $lt_compiler_flag:'`
9213 (eval echo "\"\$as_me:9213: $lt_compile\"" >&5)9240 (eval echo "\"\$as_me:9240: $lt_compile\"" >&5)
9214 (eval "$lt_compile" 2>out/conftest.err)9241 (eval "$lt_compile" 2>out/conftest.err)
9215 ac_status=$?9242 ac_status=$?
9216 cat out/conftest.err >&59243 cat out/conftest.err >&5
9217 echo "$as_me:9217: \$? = $ac_status" >&59244 echo "$as_me:9244: \$? = $ac_status" >&5
9218 if (exit $ac_status) && test -s out/conftest2.$ac_objext9245 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9219 then9246 then
9220 # The compiler can only warn and ignore the option if not recognized9247 # The compiler can only warn and ignore the option if not recognized
@@ -9265,11 +9292,11 @@
9265 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \9292 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9266 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \9293 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9267 -e 's:$: $lt_compiler_flag:'`9294 -e 's:$: $lt_compiler_flag:'`
9268 (eval echo "\"\$as_me:9268: $lt_compile\"" >&5)9295 (eval echo "\"\$as_me:9295: $lt_compile\"" >&5)
9269 (eval "$lt_compile" 2>out/conftest.err)9296 (eval "$lt_compile" 2>out/conftest.err)
9270 ac_status=$?9297 ac_status=$?
9271 cat out/conftest.err >&59298 cat out/conftest.err >&5
9272 echo "$as_me:9272: \$? = $ac_status" >&59299 echo "$as_me:9299: \$? = $ac_status" >&5
9273 if (exit $ac_status) && test -s out/conftest2.$ac_objext9300 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9274 then9301 then
9275 # The compiler can only warn and ignore the option if not recognized9302 # The compiler can only warn and ignore the option if not recognized
@@ -9408,6 +9435,7 @@
9408 fi9435 fi
9409 supports_anon_versioning=no9436 supports_anon_versioning=no
9410 case `$LD -v 2>&1` in9437 case `$LD -v 2>&1` in
9438 *GNU\ gold*) supports_anon_versioning=yes ;;
9411 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.119439 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9412 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...9440 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9413 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...9441 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
@@ -9499,7 +9527,7 @@
9499 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'9527 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9500 ;;9528 ;;
95019529
9502 gnu* | linux* | tpf* | k*bsd*-gnu)9530 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9503 tmp_diet=no9531 tmp_diet=no
9504 if test "$host_os" = linux-dietlibc; then9532 if test "$host_os" = linux-dietlibc; then
9505 case $cc_basename in9533 case $cc_basename in
@@ -10961,7 +10989,7 @@
10961 ;;10989 ;;
1096210990
10963# This must be Linux ELF.10991# This must be Linux ELF.
10964linux* | k*bsd*-gnu)10992linux* | k*bsd*-gnu | kopensolaris*-gnu)
10965 version_type=linux10993 version_type=linux
10966 need_lib_prefix=no10994 need_lib_prefix=no
10967 need_version=no10995 need_version=no
@@ -11648,7 +11676,7 @@
11648 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=211676 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11649 lt_status=$lt_dlunknown11677 lt_status=$lt_dlunknown
11650 cat > conftest.$ac_ext <<_LT_EOF11678 cat > conftest.$ac_ext <<_LT_EOF
11651#line 11651 "configure"11679#line 11679 "configure"
11652#include "confdefs.h"11680#include "confdefs.h"
1165311681
11654#if HAVE_DLFCN_H11682#if HAVE_DLFCN_H
@@ -11744,7 +11772,7 @@
11744 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=211772 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11745 lt_status=$lt_dlunknown11773 lt_status=$lt_dlunknown
11746 cat > conftest.$ac_ext <<_LT_EOF11774 cat > conftest.$ac_ext <<_LT_EOF
11747#line 11747 "configure"11775#line 11775 "configure"
11748#include "confdefs.h"11776#include "confdefs.h"
1174911777
11750#if HAVE_DLFCN_H11778#if HAVE_DLFCN_H
@@ -14003,8 +14031,8 @@
14003# report actual input values of CONFIG_FILES etc. instead of their14031# report actual input values of CONFIG_FILES etc. instead of their
14004# values after options handling.14032# values after options handling.
14005ac_log="14033ac_log="
14006This file was extended by Gajim - A Jabber Instant Messager $as_me 0.13, which was14034This file was extended by Gajim - A Jabber Instant Messager $as_me 0.13.4, which was
14007generated by GNU Autoconf 2.64. Invocation command line was14035generated by GNU Autoconf 2.65. Invocation command line was
1400814036
14009 CONFIG_FILES = $CONFIG_FILES14037 CONFIG_FILES = $CONFIG_FILES
14010 CONFIG_HEADERS = $CONFIG_HEADERS14038 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -14044,6 +14072,7 @@
1404414072
14045 -h, --help print this help, then exit14073 -h, --help print this help, then exit
14046 -V, --version print version number and configuration settings, then exit14074 -V, --version print version number and configuration settings, then exit
14075 --config print configuration, then exit
14047 -q, --quiet, --silent14076 -q, --quiet, --silent
14048 do not print progress messages14077 do not print progress messages
14049 -d, --debug don't remove temporary files14078 -d, --debug don't remove temporary files
@@ -14066,10 +14095,11 @@
1406614095
14067_ACEOF14096_ACEOF
14068cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=114097cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14098ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14069ac_cs_version="\\14099ac_cs_version="\\
14070Gajim - A Jabber Instant Messager config.status 0.1314100Gajim - A Jabber Instant Messager config.status 0.13.4
14071configured by $0, generated by GNU Autoconf 2.64,14101configured by $0, generated by GNU Autoconf 2.65,
14072 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"14102 with options \\"\$ac_cs_config\\"
1407314103
14074Copyright (C) 2009 Free Software Foundation, Inc.14104Copyright (C) 2009 Free Software Foundation, Inc.
14075This config.status script is free software; the Free Software Foundation14105This config.status script is free software; the Free Software Foundation
@@ -14107,6 +14137,8 @@
14107 ac_cs_recheck=: ;;14137 ac_cs_recheck=: ;;
14108 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )14138 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14109 $as_echo "$ac_cs_version"; exit ;;14139 $as_echo "$ac_cs_version"; exit ;;
14140 --config | --confi | --conf | --con | --co | --c )
14141 $as_echo "$ac_cs_config"; exit ;;
14110 --debug | --debu | --deb | --de | --d | -d )14142 --debug | --debu | --deb | --de | --d | -d )
14111 debug=: ;;14143 debug=: ;;
14112 --file | --fil | --fi | --f )14144 --file | --fil | --fi | --f )
@@ -14567,7 +14599,7 @@
14567t delim14599t delim
14568:nl14600:nl
14569h14601h
14570s/\(.\{148\}\).*/\1/14602s/\(.\{148\}\)..*/\1/
14571t more114603t more1
14572s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/14604s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14573p14605p
@@ -14581,7 +14613,7 @@
14581t nl14613t nl
14582:delim14614:delim
14583h14615h
14584s/\(.\{148\}\).*/\1/14616s/\(.\{148\}\)..*/\1/
14585t more214617t more2
14586s/["\\]/\\&/g; s/^/"/; s/$/"/14618s/["\\]/\\&/g; s/^/"/; s/$/"/
14587p14619p
1458814620
=== modified file 'configure.ac'
--- configure.ac 2009-11-25 08:13:27 +0000
+++ configure.ac 2010-05-27 13:01:29 +0000
@@ -1,5 +1,5 @@
1AC_INIT([Gajim - A Jabber Instant Messager],1AC_INIT([Gajim - A Jabber Instant Messager],
2 [0.13],[http://trac.gajim.org/],[gajim])2 [0.13.4],[http://trac.gajim.org/],[gajim])
3AC_PREREQ([2.59])3AC_PREREQ([2.59])
44
5AC_CONFIG_HEADER(config.h)5AC_CONFIG_HEADER(config.h)
66
=== modified file 'data/glade/input_dialog.glade'
--- data/glade/input_dialog.glade 2009-11-25 08:13:27 +0000
+++ data/glade/input_dialog.glade 2010-05-27 13:01:29 +0000
@@ -6,7 +6,7 @@
6 <property name="border_width">6</property>6 <property name="border_width">6</property>
7 <property name="type_hint">dialog</property>7 <property name="type_hint">dialog</property>
8 <property name="has_separator">False</property>8 <property name="has_separator">False</property>
9 <signal name="delete_event" handler="on_input_dialog_delete_event"/>9 <signal name="destroy" handler="on_input_dialog_distroy"/>
10 <child internal-child="vbox">10 <child internal-child="vbox">
11 <widget class="GtkVBox" id="dialog-vbox10">11 <widget class="GtkVBox" id="dialog-vbox10">
12 <property name="visible">True</property>12 <property name="visible">True</property>
1313
=== modified file 'data/glade/message_window.glade'
--- data/glade/message_window.glade 2009-11-25 08:13:27 +0000
+++ data/glade/message_window.glade 2010-05-27 13:01:29 +0000
@@ -14,6 +14,7 @@
14 <property name="visible">True</property>14 <property name="visible">True</property>
15 <property name="can_focus">True</property>15 <property name="can_focus">True</property>
16 <property name="scrollable">True</property>16 <property name="scrollable">True</property>
17 <property name="tab_border">0</property>
17 <child>18 <child>
18 <widget class="GtkVBox" id="chat_child_vbox">19 <widget class="GtkVBox" id="chat_child_vbox">
19 <property name="can_focus">True</property>20 <property name="can_focus">True</property>
@@ -510,7 +511,6 @@
510 <child>511 <child>
511 <widget class="GtkImage" id="image1329">512 <widget class="GtkImage" id="image1329">
512 <property name="visible">True</property>513 <property name="visible">True</property>
513 <property name="ypad">6</property>
514 <property name="stock">gtk-close</property>514 <property name="stock">gtk-close</property>
515 <property name="icon_size">1</property>515 <property name="icon_size">1</property>
516 </widget>516 </widget>
517517
=== added directory 'data/iconsets/transports/facebook'
=== removed directory 'data/iconsets/transports/facebook'
=== added directory 'data/iconsets/transports/facebook/16x16'
=== removed directory 'data/iconsets/transports/facebook/16x16'
=== added file 'data/iconsets/transports/facebook/16x16/away.png'
518Binary files data/iconsets/transports/facebook/16x16/away.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/away.png 2010-05-27 13:01:29 +0000 differ518Binary files data/iconsets/transports/facebook/16x16/away.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/away.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/16x16/away.png'
519Binary files data/iconsets/transports/facebook/16x16/away.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/away.png 1970-01-01 00:00:00 +0000 differ519Binary files data/iconsets/transports/facebook/16x16/away.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/away.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/16x16/chat.png'
520Binary files data/iconsets/transports/facebook/16x16/chat.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/chat.png 2010-05-27 13:01:29 +0000 differ520Binary files data/iconsets/transports/facebook/16x16/chat.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/chat.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/16x16/chat.png'
521Binary files data/iconsets/transports/facebook/16x16/chat.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/chat.png 1970-01-01 00:00:00 +0000 differ521Binary files data/iconsets/transports/facebook/16x16/chat.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/chat.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/16x16/dnd.png'
522Binary files data/iconsets/transports/facebook/16x16/dnd.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/dnd.png 2010-05-27 13:01:29 +0000 differ522Binary files data/iconsets/transports/facebook/16x16/dnd.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/dnd.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/16x16/dnd.png'
523Binary files data/iconsets/transports/facebook/16x16/dnd.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/dnd.png 1970-01-01 00:00:00 +0000 differ523Binary files data/iconsets/transports/facebook/16x16/dnd.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/dnd.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/16x16/not_in_roster.png'
524Binary files data/iconsets/transports/facebook/16x16/not_in_roster.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/not_in_roster.png 2010-05-27 13:01:29 +0000 differ524Binary files data/iconsets/transports/facebook/16x16/not_in_roster.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/not_in_roster.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/16x16/not_in_roster.png'
525Binary files data/iconsets/transports/facebook/16x16/not_in_roster.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/not_in_roster.png 1970-01-01 00:00:00 +0000 differ525Binary files data/iconsets/transports/facebook/16x16/not_in_roster.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/not_in_roster.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/16x16/offline.png'
526Binary files data/iconsets/transports/facebook/16x16/offline.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/offline.png 2010-05-27 13:01:29 +0000 differ526Binary files data/iconsets/transports/facebook/16x16/offline.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/offline.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/16x16/offline.png'
527Binary files data/iconsets/transports/facebook/16x16/offline.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/offline.png 1970-01-01 00:00:00 +0000 differ527Binary files data/iconsets/transports/facebook/16x16/offline.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/offline.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/16x16/online.png'
528Binary files data/iconsets/transports/facebook/16x16/online.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/online.png 2010-05-27 13:01:29 +0000 differ528Binary files data/iconsets/transports/facebook/16x16/online.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/online.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/16x16/online.png'
529Binary files data/iconsets/transports/facebook/16x16/online.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/online.png 1970-01-01 00:00:00 +0000 differ529Binary files data/iconsets/transports/facebook/16x16/online.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/online.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/16x16/xa.png'
530Binary files data/iconsets/transports/facebook/16x16/xa.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/xa.png 2010-05-27 13:01:29 +0000 differ530Binary files data/iconsets/transports/facebook/16x16/xa.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/16x16/xa.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/16x16/xa.png'
531Binary files data/iconsets/transports/facebook/16x16/xa.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/xa.png 1970-01-01 00:00:00 +0000 differ531Binary files data/iconsets/transports/facebook/16x16/xa.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/16x16/xa.png 1970-01-01 00:00:00 +0000 differ
=== added directory 'data/iconsets/transports/facebook/32x32'
=== removed directory 'data/iconsets/transports/facebook/32x32'
=== added file 'data/iconsets/transports/facebook/32x32/away.png'
532Binary files data/iconsets/transports/facebook/32x32/away.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/away.png 2010-05-27 13:01:29 +0000 differ532Binary files data/iconsets/transports/facebook/32x32/away.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/away.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/32x32/away.png'
533Binary files data/iconsets/transports/facebook/32x32/away.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/away.png 1970-01-01 00:00:00 +0000 differ533Binary files data/iconsets/transports/facebook/32x32/away.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/away.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/32x32/chat.png'
534Binary files data/iconsets/transports/facebook/32x32/chat.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/chat.png 2010-05-27 13:01:29 +0000 differ534Binary files data/iconsets/transports/facebook/32x32/chat.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/chat.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/32x32/chat.png'
535Binary files data/iconsets/transports/facebook/32x32/chat.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/chat.png 1970-01-01 00:00:00 +0000 differ535Binary files data/iconsets/transports/facebook/32x32/chat.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/chat.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/32x32/dnd.png'
536Binary files data/iconsets/transports/facebook/32x32/dnd.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/dnd.png 2010-05-27 13:01:29 +0000 differ536Binary files data/iconsets/transports/facebook/32x32/dnd.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/dnd.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/32x32/dnd.png'
537Binary files data/iconsets/transports/facebook/32x32/dnd.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/dnd.png 1970-01-01 00:00:00 +0000 differ537Binary files data/iconsets/transports/facebook/32x32/dnd.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/dnd.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/32x32/not_in_roster.png'
538Binary files data/iconsets/transports/facebook/32x32/not_in_roster.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/not_in_roster.png 2010-05-27 13:01:29 +0000 differ538Binary files data/iconsets/transports/facebook/32x32/not_in_roster.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/not_in_roster.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/32x32/not_in_roster.png'
539Binary files data/iconsets/transports/facebook/32x32/not_in_roster.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/not_in_roster.png 1970-01-01 00:00:00 +0000 differ539Binary files data/iconsets/transports/facebook/32x32/not_in_roster.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/not_in_roster.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/32x32/offline.png'
540Binary files data/iconsets/transports/facebook/32x32/offline.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/offline.png 2010-05-27 13:01:29 +0000 differ540Binary files data/iconsets/transports/facebook/32x32/offline.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/offline.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/32x32/offline.png'
541Binary files data/iconsets/transports/facebook/32x32/offline.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/offline.png 1970-01-01 00:00:00 +0000 differ541Binary files data/iconsets/transports/facebook/32x32/offline.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/offline.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/32x32/online.png'
542Binary files data/iconsets/transports/facebook/32x32/online.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/online.png 2010-05-27 13:01:29 +0000 differ542Binary files data/iconsets/transports/facebook/32x32/online.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/online.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/32x32/online.png'
543Binary files data/iconsets/transports/facebook/32x32/online.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/online.png 1970-01-01 00:00:00 +0000 differ543Binary files data/iconsets/transports/facebook/32x32/online.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/online.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/32x32/xa.png'
544Binary files data/iconsets/transports/facebook/32x32/xa.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/xa.png 2010-05-27 13:01:29 +0000 differ544Binary files data/iconsets/transports/facebook/32x32/xa.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/32x32/xa.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/32x32/xa.png'
545Binary files data/iconsets/transports/facebook/32x32/xa.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/xa.png 1970-01-01 00:00:00 +0000 differ545Binary files data/iconsets/transports/facebook/32x32/xa.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/32x32/xa.png 1970-01-01 00:00:00 +0000 differ
=== added directory 'data/iconsets/transports/facebook/48x48'
=== removed directory 'data/iconsets/transports/facebook/48x48'
=== added file 'data/iconsets/transports/facebook/48x48/offline.png'
546Binary files data/iconsets/transports/facebook/48x48/offline.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/48x48/offline.png 2010-05-27 13:01:29 +0000 differ546Binary files data/iconsets/transports/facebook/48x48/offline.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/48x48/offline.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/48x48/offline.png'
547Binary files data/iconsets/transports/facebook/48x48/offline.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/48x48/offline.png 1970-01-01 00:00:00 +0000 differ547Binary files data/iconsets/transports/facebook/48x48/offline.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/48x48/offline.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/iconsets/transports/facebook/48x48/online.png'
548Binary files data/iconsets/transports/facebook/48x48/online.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/48x48/online.png 2010-05-27 13:01:29 +0000 differ548Binary files data/iconsets/transports/facebook/48x48/online.png 1970-01-01 00:00:00 +0000 and data/iconsets/transports/facebook/48x48/online.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/iconsets/transports/facebook/48x48/online.png'
549Binary files data/iconsets/transports/facebook/48x48/online.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/48x48/online.png 1970-01-01 00:00:00 +0000 differ549Binary files data/iconsets/transports/facebook/48x48/online.png 2009-08-08 13:42:07 +0000 and data/iconsets/transports/facebook/48x48/online.png 1970-01-01 00:00:00 +0000 differ
=== modified file 'data/other/cacerts.pem'
--- data/other/cacerts.pem 2008-11-16 00:26:27 +0000
+++ data/other/cacerts.pem 2010-05-27 13:01:29 +0000
@@ -2507,3 +2507,48 @@
2507lhMZMHD/ivqg8faZSQNYMg6xq7I=2507lhMZMHD/ivqg8faZSQNYMg6xq7I=
2508-----END CERTIFICATE-----2508-----END CERTIFICATE-----
25092509
2510StartCom_root_Certificate
2511-----BEGIN CERTIFICATE-----
2512MIIHyTCCBbGgAwIBAgIBATANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJJTDEW
2513MBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwg
2514Q2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNh
2515dGlvbiBBdXRob3JpdHkwHhcNMDYwOTE3MTk0NjM2WhcNMzYwOTE3MTk0NjM2WjB9
2516MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMi
2517U2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3Rh
2518cnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUA
2519A4ICDwAwggIKAoICAQDBiNsJvGxGfHiflXu1M5DycmLWwTYgIiRezul38kMKogZk
2520pMyONvg45iPwbm2xPN1yo4UcodM9tDMr0y+v/uqwQVlntsQGfQqedIXWeUyAN3rf
2521OQVSWff0G0ZDpNKFhdLDcfN1YjS6LIp/Ho/u7TTQEceWzVI9ujPW3U3eCztKS5/C
2522Ji/6tRYccjV3yjxd5srhJosaNnZcAdt0FCX+7bWgiA/deMotHweXMAEtcnn6RtYT
2523Kqi5pquDSR3l8u/d5AGOGAqPY1MWhWKpDhk6zLVmpsJrdAfkK+F2PrRt2PZE4XNi
2524HzvEvqBTViVsUQn3qqvKv3b9bZvzndu/PWa8DFaqr5hIlTpL36dYUNk4dalb6kMM
2525Av+Z6+hsTXBbKWWc3apdzK8BMewM69KN6Oqce+Zu9ydmDBpI125C4z/eIT574Q1w
2526+2OqqGwaVLRcJXrJosmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+
2527Gkhpi8KWTRoSsmkXwQqQ1vp5Iki/untp+HDH+no32NgN0nZPV/+Qt+OR0t3vwmC3
2528Zzrd/qqc8NSLf3Iizsafl7b4r4qgEKjZ+xjGtrVcUjyJthkqcwEKDwOzEmDyei+B
252926Nu/yYwl/WL3YlXtq09s68rxbd2AvCl1iuahhQqcvbjM4xdCUsT37uMdBNSSwID
2530AQABo4ICUjCCAk4wDAYDVR0TBAUwAwEB/zALBgNVHQ8EBAMCAa4wHQYDVR0OBBYE
2531FE4L7xqkQFulF2mHMMo0aEPQQa7yMGQGA1UdHwRdMFswLKAqoCiGJmh0dHA6Ly9j
2532ZXJ0LnN0YXJ0Y29tLm9yZy9zZnNjYS1jcmwuY3JsMCugKaAnhiVodHRwOi8vY3Js
2533LnN0YXJ0Y29tLm9yZy9zZnNjYS1jcmwuY3JsMIIBXQYDVR0gBIIBVDCCAVAwggFM
2534BgsrBgEEAYG1NwEBATCCATswLwYIKwYBBQUHAgEWI2h0dHA6Ly9jZXJ0LnN0YXJ0
2535Y29tLm9yZy9wb2xpY3kucGRmMDUGCCsGAQUFBwIBFilodHRwOi8vY2VydC5zdGFy
2536dGNvbS5vcmcvaW50ZXJtZWRpYXRlLnBkZjCB0AYIKwYBBQUHAgIwgcMwJxYgU3Rh
2537cnQgQ29tbWVyY2lhbCAoU3RhcnRDb20pIEx0ZC4wAwIBARqBl0xpbWl0ZWQgTGlh
2538YmlsaXR5LCByZWFkIHRoZSBzZWN0aW9uICpMZWdhbCBMaW1pdGF0aW9ucyogb2Yg
2539dGhlIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFBvbGljeSBhdmFp
2540bGFibGUgYXQgaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL3BvbGljeS5wZGYwEQYJ
2541YIZIAYb4QgEBBAQDAgAHMDgGCWCGSAGG+EIBDQQrFilTdGFydENvbSBGcmVlIFNT
2542TCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTANBgkqhkiG9w0BAQUFAAOCAgEAFmyZ
25439GYMNPXQhV59CuzaEE44HF7fpiUFS5Eyweg78T3dRAlbB0mKKctmArexmvclmAk8
2544jhvh3TaHK0u7aNM5Zj2gJsfyOZEdUauCe37Vzlrk4gNXcGmXCPleWKYK34wGmkUW
2545FjgKXlf2Ysd6AgXmvB618p70qSmD+LIU424oh0TDkBreOKk8rENNZEXO3SipXPJz
2546ewT4F+irsfMuXGRuczE6Eri8sxHkfY+BUZo7jYn0TZNmezwD7dOaHZrzZVD1oNB1
2547ny+v8OqCQ5j4aZyJecRDjkZy42Q2Eq/3JR44iZB3fsNrarnDy0RLrHiQi+fHLB5L
2548EUTINFInzQpdn4XBidUaePKVEFMy3YCEZnXZtWgo+2EuvoSoOMCZEoalHmdkrQYu
2549L6lwhceWD3yJZfWOQ1QOq92lgDmUYMA0yZZwLKMS9R9Ie70cfmu3nZD0Ijuu+Pwq
2550yvqCUqDvr0tVk+vBtfAii6w0TiYiBKGHLHVKt+V9E9e4DGTANtLJL4YSjCMJwRuC
2551O3NJo2pXh5Tl1njFmUNj403gdy3hZZlyaQQaRwnmDwFWJPsfvw55qVguucQJAX6V
2552um0ABj6y6koQOdjQK/W/7HW/lwLFCRsI3FU34oH7N4RDYiDK51ZLZer+bMEkkySh
2553NOsF/5oirpt9P/FlUQqmMGqz9IgcgA38corog14=
2554-----END CERTIFICATE-----
25102555
=== added file 'data/pixmaps/agents/facebook.png'
2511Binary files data/pixmaps/agents/facebook.png 1970-01-01 00:00:00 +0000 and data/pixmaps/agents/facebook.png 2010-05-27 13:01:29 +0000 differ2556Binary files data/pixmaps/agents/facebook.png 1970-01-01 00:00:00 +0000 and data/pixmaps/agents/facebook.png 2010-05-27 13:01:29 +0000 differ
=== removed file 'data/pixmaps/agents/facebook.png'
2512Binary files data/pixmaps/agents/facebook.png 2009-08-08 13:42:07 +0000 and data/pixmaps/agents/facebook.png 1970-01-01 00:00:00 +0000 differ2557Binary files data/pixmaps/agents/facebook.png 2009-08-08 13:42:07 +0000 and data/pixmaps/agents/facebook.png 1970-01-01 00:00:00 +0000 differ
=== added file 'data/pixmaps/gajim.svg'
--- data/pixmaps/gajim.svg 1970-01-01 00:00:00 +0000
+++ data/pixmaps/gajim.svg 2010-05-27 13:01:29 +0000
@@ -0,0 +1,444 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://web.resource.org/cc/"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48px"
13 height="48px"
14 id="svg4023"
15 sodipodi:version="0.32"
16 inkscape:version="0.44+devel"
17 sodipodi:docname="gajim-48x48.svg"
18 sodipodi:docbase="/home/cornelius/Desktop/GAJIM iconset/sources/tangoified-logo"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape"
20 inkscape:export-filename="/home/cornelius/gajim.png"
21 inkscape:export-xdpi="90"
22 inkscape:export-ydpi="90">
23 <defs
24 id="defs4025">
25 <linearGradient
26 inkscape:collect="always"
27 id="linearGradient3106">
28 <stop
29 style="stop-color:black;stop-opacity:1;"
30 offset="0"
31 id="stop3108" />
32 <stop
33 style="stop-color:black;stop-opacity:0;"
34 offset="1"
35 id="stop3110" />
36 </linearGradient>
37 <linearGradient
38 inkscape:collect="always"
39 id="linearGradient3121">
40 <stop
41 style="stop-color:black;stop-opacity:1;"
42 offset="0"
43 id="stop3123" />
44 <stop
45 style="stop-color:black;stop-opacity:0;"
46 offset="1"
47 id="stop3125" />
48 </linearGradient>
49 <linearGradient
50 inkscape:collect="always"
51 id="linearGradient3103">
52 <stop
53 style="stop-color:#73d216;stop-opacity:1"
54 offset="0"
55 id="stop3105" />
56 <stop
57 style="stop-color:#4e9a06;stop-opacity:1"
58 offset="1"
59 id="stop3107" />
60 </linearGradient>
61 <linearGradient
62 inkscape:collect="always"
63 id="linearGradient3223">
64 <stop
65 style="stop-color:#729fcf;stop-opacity:1;"
66 offset="0"
67 id="stop3225" />
68 <stop
69 style="stop-color:#396ea7;stop-opacity:1"
70 offset="1"
71 id="stop3227" />
72 </linearGradient>
73 <linearGradient
74 id="linearGradient3128"
75 inkscape:collect="always">
76 <stop
77 id="stop3130"
78 offset="0"
79 style="stop-color:#fef291;stop-opacity:1" />
80 <stop
81 id="stop3132"
82 offset="1"
83 style="stop-color:#edd400;stop-opacity:1" />
84 </linearGradient>
85 <linearGradient
86 inkscape:collect="always"
87 id="linearGradient3112">
88 <stop
89 style="stop-color:white;stop-opacity:1;"
90 offset="0"
91 id="stop3114" />
92 <stop
93 style="stop-color:white;stop-opacity:0;"
94 offset="1"
95 id="stop3116" />
96 </linearGradient>
97 <linearGradient
98 inkscape:collect="always"
99 id="linearGradient3096">
100 <stop
101 style="stop-color:black;stop-opacity:1;"
102 offset="0"
103 id="stop3098" />
104 <stop
105 style="stop-color:black;stop-opacity:0;"
106 offset="1"
107 id="stop3100" />
108 </linearGradient>
109 <linearGradient
110 inkscape:collect="always"
111 id="linearGradient3080">
112 <stop
113 style="stop-color:#ad7fa8;stop-opacity:1"
114 offset="0"
115 id="stop3082" />
116 <stop
117 style="stop-color:#75507b;stop-opacity:1"
118 offset="1"
119 id="stop3084" />
120 </linearGradient>
121 <linearGradient
122 inkscape:collect="always"
123 xlink:href="#linearGradient3951"
124 id="linearGradient3957"
125 x1="16"
126 y1="2"
127 x2="32.927006"
128 y2="31.587952"
129 gradientUnits="userSpaceOnUse"
130 gradientTransform="matrix(0.993546,0,0,0.998054,0.154891,5.053486)" />
131 <linearGradient
132 inkscape:collect="always"
133 id="linearGradient3951">
134 <stop
135 style="stop-color:white;stop-opacity:1;"
136 offset="0"
137 id="stop3953" />
138 <stop
139 style="stop-color:white;stop-opacity:0;"
140 offset="1"
141 id="stop3955" />
142 </linearGradient>
143 <linearGradient
144 inkscape:collect="always"
145 xlink:href="#linearGradient3951"
146 id="linearGradient3092"
147 gradientUnits="userSpaceOnUse"
148 gradientTransform="translate(-1,3)"
149 x1="18.107143"
150 y1="53.76825"
151 x2="8.4828358"
152 y2="3.3976703" />
153 <radialGradient
154 inkscape:collect="always"
155 xlink:href="#linearGradient3096"
156 id="radialGradient3102"
157 cx="23.081985"
158 cy="42.747208"
159 fx="23.081985"
160 fy="42.747208"
161 r="16.010918"
162 gradientTransform="matrix(1,0,0,0.119874,0,37.62294)"
163 gradientUnits="userSpaceOnUse" />
164 <radialGradient
165 inkscape:collect="always"
166 xlink:href="#linearGradient3080"
167 id="radialGradient3104"
168 cx="17.309582"
169 cy="24.508204"
170 fx="17.309582"
171 fy="24.508204"
172 r="17.031612"
173 gradientTransform="matrix(2.13216,1.122823e-2,-1.1822e-2,2.244913,-18.75993,-30.16344)"
174 gradientUnits="userSpaceOnUse" />
175 <linearGradient
176 inkscape:collect="always"
177 xlink:href="#linearGradient3112"
178 id="linearGradient3118"
179 x1="24.260687"
180 y1="2.5335035"
181 x2="24.832115"
182 y2="22.012075"
183 gradientUnits="userSpaceOnUse" />
184 <radialGradient
185 inkscape:collect="always"
186 xlink:href="#linearGradient3128"
187 id="radialGradient3120"
188 gradientUnits="userSpaceOnUse"
189 gradientTransform="matrix(1.705883,0,0,1.667238,-17.94118,-19.21085)"
190 cx="21.142859"
191 cy="22.17857"
192 fx="21.142859"
193 fy="22.17857"
194 r="9" />
195 <radialGradient
196 inkscape:collect="always"
197 xlink:href="#linearGradient3128"
198 id="radialGradient3221"
199 gradientUnits="userSpaceOnUse"
200 gradientTransform="matrix(0.999999,0,0,1.000342,1.223408e-6,-8.326495)"
201 cx="21.142859"
202 cy="22.17857"
203 fx="21.142859"
204 fy="22.17857"
205 r="9" />
206 <linearGradient
207 inkscape:collect="always"
208 xlink:href="#linearGradient3223"
209 id="linearGradient3229"
210 x1="24.000008"
211 y1="31.785711"
212 x2="30.00001"
213 y2="38.499996"
214 gradientUnits="userSpaceOnUse"
215 gradientTransform="matrix(0.679906,0,0,0.709362,7.683475,1.608315)" />
216 <radialGradient
217 inkscape:collect="always"
218 xlink:href="#linearGradient3103"
219 id="radialGradient3109"
220 cx="15.269456"
221 cy="24.907877"
222 fx="15.269456"
223 fy="24.907877"
224 r="19"
225 gradientTransform="matrix(1.989063,0,0,1.427178,-17.28077,-7.054682)"
226 gradientUnits="userSpaceOnUse" />
227 <linearGradient
228 inkscape:collect="always"
229 xlink:href="#linearGradient3951"
230 id="linearGradient3111"
231 gradientUnits="userSpaceOnUse"
232 gradientTransform="matrix(1.258493,0,0,1.2607,-6.203794,1.409664)"
233 x1="16"
234 y1="2"
235 x2="38.465416"
236 y2="42.405006" />
237 <linearGradient
238 inkscape:collect="always"
239 xlink:href="#linearGradient3951"
240 id="linearGradient3115"
241 gradientUnits="userSpaceOnUse"
242 gradientTransform="matrix(1.258493,0,0,1.260118,-6.203794,-0.58013)"
243 x1="16"
244 y1="2"
245 x2="38.465416"
246 y2="42.405006" />
247 <radialGradient
248 inkscape:collect="always"
249 xlink:href="#linearGradient3103"
250 id="radialGradient3117"
251 gradientUnits="userSpaceOnUse"
252 gradientTransform="matrix(1.989063,0,0,1.76923,-17.28077,-17.61162)"
253 cx="16.488304"
254 cy="23.537582"
255 fx="16.488304"
256 fy="23.537582"
257 r="19" />
258 <radialGradient
259 inkscape:collect="always"
260 xlink:href="#linearGradient3121"
261 id="radialGradient3127"
262 cx="23.991123"
263 cy="44.514973"
264 fx="23.991123"
265 fy="44.514973"
266 r="20.85965"
267 gradientTransform="matrix(1,0,0,0.16707,0,37.07785)"
268 gradientUnits="userSpaceOnUse" />
269 <linearGradient
270 inkscape:collect="always"
271 xlink:href="#linearGradient3106"
272 id="linearGradient3113"
273 x1="15.571428"
274 y1="29.99917"
275 x2="15.571428"
276 y2="42.285942"
277 gradientUnits="userSpaceOnUse"
278 gradientTransform="translate(1,0)" />
279 <linearGradient
280 inkscape:collect="always"
281 xlink:href="#linearGradient3106"
282 id="linearGradient3116"
283 x1="15.571428"
284 y1="29.99917"
285 x2="15.571428"
286 y2="42.285942"
287 gradientUnits="userSpaceOnUse"
288 gradientTransform="translate(-1,0)" />
289 <linearGradient
290 inkscape:collect="always"
291 xlink:href="#linearGradient3951"
292 id="linearGradient3122"
293 gradientUnits="userSpaceOnUse"
294 gradientTransform="matrix(0.993546,0,0,0.998054,0.154891,5.053486)"
295 x1="17.725422"
296 y1="3.860764"
297 x2="27.055439"
298 y2="24.431168" />
299 </defs>
300 <sodipodi:namedview
301 id="base"
302 pagecolor="#ffffff"
303 bordercolor="#666666"
304 borderopacity="1.0"
305 inkscape:pageopacity="0.0"
306 inkscape:pageshadow="2"
307 inkscape:zoom="4.9497475"
308 inkscape:cx="56.051257"
309 inkscape:cy="28.790721"
310 inkscape:current-layer="layer1"
311 showgrid="true"
312 inkscape:grid-bbox="true"
313 inkscape:document-units="px"
314 inkscape:window-width="872"
315 inkscape:window-height="666"
316 inkscape:window-x="0"
317 inkscape:window-y="48" />
318 <metadata
319 id="metadata4028">
320 <rdf:RDF>
321 <cc:Work
322 rdf:about="">
323 <dc:format>image/svg+xml</dc:format>
324 <dc:type
325 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
326 <dc:title>Gajim</dc:title>
327 <dc:date>28.10.2006</dc:date>
328 <dc:creator>
329 <cc:Agent>
330 <dc:title>Josef Vybíral</dc:title>
331 </cc:Agent>
332 </dc:creator>
333 <dc:rights>
334 <cc:Agent>
335 <dc:title />
336 </cc:Agent>
337 </dc:rights>
338 <dc:publisher>
339 <cc:Agent>
340 <dc:title />
341 </cc:Agent>
342 </dc:publisher>
343 <dc:source>http://cornelius.gimp.cz</dc:source>
344 <dc:subject>
345 <rdf:Bag>
346 <rdf:li>gajim</rdf:li>
347 <rdf:li>jabber</rdf:li>
348 <rdf:li>im</rdf:li>
349 </rdf:Bag>
350 </dc:subject>
351 <cc:license
352 rdf:resource="http://creativecommons.org/licenses/by/2.5/" />
353 </cc:Work>
354 <cc:License
355 rdf:about="http://creativecommons.org/licenses/by/2.5/">
356 <cc:permits
357 rdf:resource="http://web.resource.org/cc/Reproduction" />
358 <cc:permits
359 rdf:resource="http://web.resource.org/cc/Distribution" />
360 <cc:requires
361 rdf:resource="http://web.resource.org/cc/Notice" />
362 <cc:requires
363 rdf:resource="http://web.resource.org/cc/Attribution" />
364 <cc:permits
365 rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
366 </cc:License>
367 </rdf:RDF>
368 </metadata>
369 <g
370 id="layer1"
371 inkscape:label="Layer 1"
372 inkscape:groupmode="layer">
373 <path
374 sodipodi:type="arc"
375 style="opacity:0.2;color:black;fill:url(#radialGradient3127);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000072;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
376 id="path3119"
377 sodipodi:cx="23.991123"
378 sodipodi:cy="44.514973"
379 sodipodi:rx="20.85965"
380 sodipodi:ry="3.4850264"
381 d="M 44.850773 44.514973 A 20.85965 3.4850264 0 1 1 3.1314735,44.514973 A 20.85965 3.4850264 0 1 1 44.850773 44.514973 z"
382 transform="matrix(0.91085,0,0,1.004296,2.147699,-1.206229)" />
383 <path
384 style="color:black;fill:url(#radialGradient3117);fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
385 d="M 24,20.499994 C 14.340002,20.499994 5.4999997,25.614075 5.4999999,28.925145 C 5.4999999,30.465891 11.782985,29.583354 12,30.934936 L 13.5625,41.494104 C 13.5625,42.504255 14.094207,43.295374 14.78125,43.295373 C 21.043751,44.913368 27.194345,44.889639 33.1875,43.295373 C 33.874544,43.295373 34.437499,42.504254 34.4375,41.494104 L 36,30.934936 C 36.288444,29.796311 42.500001,30.465891 42.5,28.925145 C 42.5,25.614075 33.659998,20.499995 24,20.499994 z "
386 id="rect2193"
387 sodipodi:nodetypes="csccccccsc" />
388 <path
389 style="opacity:0.13777777;fill:url(#linearGradient3116);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
390 d="M 12,30 C 13.08167,30.075016 15.108027,30.873469 16,30 C 14.14535,31.181252 15.126989,38.878321 14.214286,42.785714 C 13.476214,38.523473 12.935303,31.500991 12,30 z "
391 id="path2203"
392 sodipodi:nodetypes="cccc" />
393 <path
394 sodipodi:nodetypes="cccc"
395 id="path3092"
396 d="M 36,30 C 34.91833,30.075016 32.891973,30.873469 32,30 C 33.85465,31.181252 32.873011,38.878321 33.785714,42.785714 C 34.523786,38.523473 35.064697,31.500991 36,30 z "
397 style="opacity:0.13777777;fill:url(#linearGradient3113);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
398 <path
399 sodipodi:nodetypes="csccccccsc"
400 id="path2200"
401 d="M 23.999995,21.49999 C 14.862161,21.49999 6.0918066,26.949836 6.7142842,28.642348 C 6.800192,28.875931 12.657647,28.921449 12.862932,30.227591 L 14.555257,40.464008 C 14.555257,41.440196 14.629652,42.490301 15.279557,42.4903 C 21.357468,43.860363 27.151674,43.812558 32.690871,42.4903 C 33.340778,42.4903 33.444732,41.725777 33.444733,40.74959 L 35.06563,30.298987 C 35.338482,29.198643 41.003251,29.437534 41.142848,28.356766 C 41.404744,26.32916 33.137829,21.499991 23.999995,21.49999 z "
402 style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3115);stroke-width:1.00000072;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
403 <path
404 sodipodi:type="arc"
405 style="opacity:1;color:black;fill:black;fill-opacity:0.05936076;fill-rule:nonzero;stroke:white;stroke-width:0.85616213;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.42352941;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
406 id="path2201"
407 sodipodi:cx="23.763838"
408 sodipodi:cy="27.291872"
409 sodipodi:rx="6.7932758"
410 sodipodi:ry="2.3738585"
411 d="M 30.557114 27.291872 A 6.7932758 2.3738585 0 1 1 16.970562,27.291872 A 6.7932758 2.3738585 0 1 1 30.557114 27.291872 z"
412 transform="matrix(0.809624,0,0,1.685019,4.760218,-20.48733)" />
413 <path
414 style="opacity:1;fill:url(#radialGradient3221);fill-opacity:1;stroke:#c4a000;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
415 d="M 23.999992,6.5000004 C 19.305315,6.5000004 15.499995,10.309306 15.499995,15.002912 C 15.499995,18.002685 17.051927,20.642185 19.399704,22.156165 C 20.932368,23.904007 20.249846,23.332652 20.499996,25.475249 C 20.499996,26.043172 20.963518,26.506852 21.531241,26.506852 C 23.351222,27.903595 24.97351,27.756464 26.46874,26.506852 C 27.036466,26.506852 27.49999,26.043171 27.49999,25.475249 C 27.797743,23.377961 27.367148,23.644183 28.461241,22.243932 C 30.886588,20.745572 32.499989,18.061515 32.499989,15.002912 C 32.499989,10.309306 28.694668,6.5000004 23.999992,6.5000004 z "
416 id="path2159"
417 sodipodi:nodetypes="csccccccsc" />
418 <path
419 sodipodi:type="arc"
420 style="opacity:1;color:black;fill:url(#linearGradient3118);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.90256411;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
421 id="path3110"
422 sodipodi:cx="22.930462"
423 sodipodi:cy="12.594153"
424 sodipodi:rx="4.2426405"
425 sodipodi:ry="5.1012702"
426 d="M 27.173102 12.594153 A 4.2426405 5.1012702 0 1 1 18.687821,12.594153 A 4.2426405 5.1012702 0 1 1 27.173102 12.594153 z"
427 transform="matrix(0.457973,0,-0.285667,0.588089,13.52477,5.593519)" />
428 <path
429 sodipodi:nodetypes="csccccccsc"
430 id="path3941"
431 d="M 23.999997,7.4999981 C 19.857634,7.4999981 16.499996,10.986206 16.499996,15.281708 C 16.499996,18.027046 17.996899,20.027021 20.316426,21.827723 C 21.668774,23.42732 21.170725,23.209015 21.272825,24.88285 C 21.272825,25.402601 21.44473,25.562227 21.945666,25.562227 C 23.349132,26.835691 24.788302,26.802766 26.136976,25.52071 C 26.637915,25.52071 26.684599,25.288011 26.684599,24.76826 C 26.859311,22.59978 26.956729,22.860474 27.922104,21.578992 C 30.062119,20.207721 31.499998,18.080886 31.499998,15.281708 C 31.499998,10.986205 28.142359,7.4999981 23.999997,7.4999981 z "
432 style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3957);stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
433 <path
434 style="opacity:1;color:black;fill:url(#linearGradient3229);fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
435 d="M 20.009177,22.868465 C 20.323878,23.417025 20.327029,23.983054 20.498275,25.466383 C 20.498275,26.036889 20.95336,26.502322 21.517308,26.502322 C 23.325168,27.905415 24.945214,27.757616 26.430485,26.502322 C 26.994431,26.502322 27.520945,26.054745 27.520945,25.48424 C 27.715256,24.100125 27.791894,23.214268 27.996269,22.731736 L 26.609782,23.53829 L 21.374671,23.53829 L 20.009177,22.868465 z "
436 id="rect3216"
437 sodipodi:nodetypes="ccccccccc" />
438 <path
439 sodipodi:nodetypes="ccccccc"
440 id="path3118"
441 d="M 21.46429,24.50002 L 21.517992,25.509807 L 22.01793,25.508992 C 23.834715,27.108201 24.948997,26.380367 26.017977,25.502471 L 26.406953,25.501837 L 26.535714,24.50002 L 21.46429,24.50002 z "
442 style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3122);stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
443 </g>
444</svg>
0445
=== removed file 'data/pixmaps/gajim.svg'
--- data/pixmaps/gajim.svg 2009-08-08 13:42:07 +0000
+++ data/pixmaps/gajim.svg 1970-01-01 00:00:00 +0000
@@ -1,444 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://web.resource.org/cc/"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48px"
13 height="48px"
14 id="svg4023"
15 sodipodi:version="0.32"
16 inkscape:version="0.44+devel"
17 sodipodi:docname="gajim-48x48.svg"
18 sodipodi:docbase="/home/cornelius/Desktop/GAJIM iconset/sources/tangoified-logo"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape"
20 inkscape:export-filename="/home/cornelius/gajim.png"
21 inkscape:export-xdpi="90"
22 inkscape:export-ydpi="90">
23 <defs
24 id="defs4025">
25 <linearGradient
26 inkscape:collect="always"
27 id="linearGradient3106">
28 <stop
29 style="stop-color:black;stop-opacity:1;"
30 offset="0"
31 id="stop3108" />
32 <stop
33 style="stop-color:black;stop-opacity:0;"
34 offset="1"
35 id="stop3110" />
36 </linearGradient>
37 <linearGradient
38 inkscape:collect="always"
39 id="linearGradient3121">
40 <stop
41 style="stop-color:black;stop-opacity:1;"
42 offset="0"
43 id="stop3123" />
44 <stop
45 style="stop-color:black;stop-opacity:0;"
46 offset="1"
47 id="stop3125" />
48 </linearGradient>
49 <linearGradient
50 inkscape:collect="always"
51 id="linearGradient3103">
52 <stop
53 style="stop-color:#73d216;stop-opacity:1"
54 offset="0"
55 id="stop3105" />
56 <stop
57 style="stop-color:#4e9a06;stop-opacity:1"
58 offset="1"
59 id="stop3107" />
60 </linearGradient>
61 <linearGradient
62 inkscape:collect="always"
63 id="linearGradient3223">
64 <stop
65 style="stop-color:#729fcf;stop-opacity:1;"
66 offset="0"
67 id="stop3225" />
68 <stop
69 style="stop-color:#396ea7;stop-opacity:1"
70 offset="1"
71 id="stop3227" />
72 </linearGradient>
73 <linearGradient
74 id="linearGradient3128"
75 inkscape:collect="always">
76 <stop
77 id="stop3130"
78 offset="0"
79 style="stop-color:#fef291;stop-opacity:1" />
80 <stop
81 id="stop3132"
82 offset="1"
83 style="stop-color:#edd400;stop-opacity:1" />
84 </linearGradient>
85 <linearGradient
86 inkscape:collect="always"
87 id="linearGradient3112">
88 <stop
89 style="stop-color:white;stop-opacity:1;"
90 offset="0"
91 id="stop3114" />
92 <stop
93 style="stop-color:white;stop-opacity:0;"
94 offset="1"
95 id="stop3116" />
96 </linearGradient>
97 <linearGradient
98 inkscape:collect="always"
99 id="linearGradient3096">
100 <stop
101 style="stop-color:black;stop-opacity:1;"
102 offset="0"
103 id="stop3098" />
104 <stop
105 style="stop-color:black;stop-opacity:0;"
106 offset="1"
107 id="stop3100" />
108 </linearGradient>
109 <linearGradient
110 inkscape:collect="always"
111 id="linearGradient3080">
112 <stop
113 style="stop-color:#ad7fa8;stop-opacity:1"
114 offset="0"
115 id="stop3082" />
116 <stop
117 style="stop-color:#75507b;stop-opacity:1"
118 offset="1"
119 id="stop3084" />
120 </linearGradient>
121 <linearGradient
122 inkscape:collect="always"
123 xlink:href="#linearGradient3951"
124 id="linearGradient3957"
125 x1="16"
126 y1="2"
127 x2="32.927006"
128 y2="31.587952"
129 gradientUnits="userSpaceOnUse"
130 gradientTransform="matrix(0.993546,0,0,0.998054,0.154891,5.053486)" />
131 <linearGradient
132 inkscape:collect="always"
133 id="linearGradient3951">
134 <stop
135 style="stop-color:white;stop-opacity:1;"
136 offset="0"
137 id="stop3953" />
138 <stop
139 style="stop-color:white;stop-opacity:0;"
140 offset="1"
141 id="stop3955" />
142 </linearGradient>
143 <linearGradient
144 inkscape:collect="always"
145 xlink:href="#linearGradient3951"
146 id="linearGradient3092"
147 gradientUnits="userSpaceOnUse"
148 gradientTransform="translate(-1,3)"
149 x1="18.107143"
150 y1="53.76825"
151 x2="8.4828358"
152 y2="3.3976703" />
153 <radialGradient
154 inkscape:collect="always"
155 xlink:href="#linearGradient3096"
156 id="radialGradient3102"
157 cx="23.081985"
158 cy="42.747208"
159 fx="23.081985"
160 fy="42.747208"
161 r="16.010918"
162 gradientTransform="matrix(1,0,0,0.119874,0,37.62294)"
163 gradientUnits="userSpaceOnUse" />
164 <radialGradient
165 inkscape:collect="always"
166 xlink:href="#linearGradient3080"
167 id="radialGradient3104"
168 cx="17.309582"
169 cy="24.508204"
170 fx="17.309582"
171 fy="24.508204"
172 r="17.031612"
173 gradientTransform="matrix(2.13216,1.122823e-2,-1.1822e-2,2.244913,-18.75993,-30.16344)"
174 gradientUnits="userSpaceOnUse" />
175 <linearGradient
176 inkscape:collect="always"
177 xlink:href="#linearGradient3112"
178 id="linearGradient3118"
179 x1="24.260687"
180 y1="2.5335035"
181 x2="24.832115"
182 y2="22.012075"
183 gradientUnits="userSpaceOnUse" />
184 <radialGradient
185 inkscape:collect="always"
186 xlink:href="#linearGradient3128"
187 id="radialGradient3120"
188 gradientUnits="userSpaceOnUse"
189 gradientTransform="matrix(1.705883,0,0,1.667238,-17.94118,-19.21085)"
190 cx="21.142859"
191 cy="22.17857"
192 fx="21.142859"
193 fy="22.17857"
194 r="9" />
195 <radialGradient
196 inkscape:collect="always"
197 xlink:href="#linearGradient3128"
198 id="radialGradient3221"
199 gradientUnits="userSpaceOnUse"
200 gradientTransform="matrix(0.999999,0,0,1.000342,1.223408e-6,-8.326495)"
201 cx="21.142859"
202 cy="22.17857"
203 fx="21.142859"
204 fy="22.17857"
205 r="9" />
206 <linearGradient
207 inkscape:collect="always"
208 xlink:href="#linearGradient3223"
209 id="linearGradient3229"
210 x1="24.000008"
211 y1="31.785711"
212 x2="30.00001"
213 y2="38.499996"
214 gradientUnits="userSpaceOnUse"
215 gradientTransform="matrix(0.679906,0,0,0.709362,7.683475,1.608315)" />
216 <radialGradient
217 inkscape:collect="always"
218 xlink:href="#linearGradient3103"
219 id="radialGradient3109"
220 cx="15.269456"
221 cy="24.907877"
222 fx="15.269456"
223 fy="24.907877"
224 r="19"
225 gradientTransform="matrix(1.989063,0,0,1.427178,-17.28077,-7.054682)"
226 gradientUnits="userSpaceOnUse" />
227 <linearGradient
228 inkscape:collect="always"
229 xlink:href="#linearGradient3951"
230 id="linearGradient3111"
231 gradientUnits="userSpaceOnUse"
232 gradientTransform="matrix(1.258493,0,0,1.2607,-6.203794,1.409664)"
233 x1="16"
234 y1="2"
235 x2="38.465416"
236 y2="42.405006" />
237 <linearGradient
238 inkscape:collect="always"
239 xlink:href="#linearGradient3951"
240 id="linearGradient3115"
241 gradientUnits="userSpaceOnUse"
242 gradientTransform="matrix(1.258493,0,0,1.260118,-6.203794,-0.58013)"
243 x1="16"
244 y1="2"
245 x2="38.465416"
246 y2="42.405006" />
247 <radialGradient
248 inkscape:collect="always"
249 xlink:href="#linearGradient3103"
250 id="radialGradient3117"
251 gradientUnits="userSpaceOnUse"
252 gradientTransform="matrix(1.989063,0,0,1.76923,-17.28077,-17.61162)"
253 cx="16.488304"
254 cy="23.537582"
255 fx="16.488304"
256 fy="23.537582"
257 r="19" />
258 <radialGradient
259 inkscape:collect="always"
260 xlink:href="#linearGradient3121"
261 id="radialGradient3127"
262 cx="23.991123"
263 cy="44.514973"
264 fx="23.991123"
265 fy="44.514973"
266 r="20.85965"
267 gradientTransform="matrix(1,0,0,0.16707,0,37.07785)"
268 gradientUnits="userSpaceOnUse" />
269 <linearGradient
270 inkscape:collect="always"
271 xlink:href="#linearGradient3106"
272 id="linearGradient3113"
273 x1="15.571428"
274 y1="29.99917"
275 x2="15.571428"
276 y2="42.285942"
277 gradientUnits="userSpaceOnUse"
278 gradientTransform="translate(1,0)" />
279 <linearGradient
280 inkscape:collect="always"
281 xlink:href="#linearGradient3106"
282 id="linearGradient3116"
283 x1="15.571428"
284 y1="29.99917"
285 x2="15.571428"
286 y2="42.285942"
287 gradientUnits="userSpaceOnUse"
288 gradientTransform="translate(-1,0)" />
289 <linearGradient
290 inkscape:collect="always"
291 xlink:href="#linearGradient3951"
292 id="linearGradient3122"
293 gradientUnits="userSpaceOnUse"
294 gradientTransform="matrix(0.993546,0,0,0.998054,0.154891,5.053486)"
295 x1="17.725422"
296 y1="3.860764"
297 x2="27.055439"
298 y2="24.431168" />
299 </defs>
300 <sodipodi:namedview
301 id="base"
302 pagecolor="#ffffff"
303 bordercolor="#666666"
304 borderopacity="1.0"
305 inkscape:pageopacity="0.0"
306 inkscape:pageshadow="2"
307 inkscape:zoom="4.9497475"
308 inkscape:cx="56.051257"
309 inkscape:cy="28.790721"
310 inkscape:current-layer="layer1"
311 showgrid="true"
312 inkscape:grid-bbox="true"
313 inkscape:document-units="px"
314 inkscape:window-width="872"
315 inkscape:window-height="666"
316 inkscape:window-x="0"
317 inkscape:window-y="48" />
318 <metadata
319 id="metadata4028">
320 <rdf:RDF>
321 <cc:Work
322 rdf:about="">
323 <dc:format>image/svg+xml</dc:format>
324 <dc:type
325 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
326 <dc:title>Gajim</dc:title>
327 <dc:date>28.10.2006</dc:date>
328 <dc:creator>
329 <cc:Agent>
330 <dc:title>Josef Vybíral</dc:title>
331 </cc:Agent>
332 </dc:creator>
333 <dc:rights>
334 <cc:Agent>
335 <dc:title />
336 </cc:Agent>
337 </dc:rights>
338 <dc:publisher>
339 <cc:Agent>
340 <dc:title />
341 </cc:Agent>
342 </dc:publisher>
343 <dc:source>http://cornelius.gimp.cz</dc:source>
344 <dc:subject>
345 <rdf:Bag>
346 <rdf:li>gajim</rdf:li>
347 <rdf:li>jabber</rdf:li>
348 <rdf:li>im</rdf:li>
349 </rdf:Bag>
350 </dc:subject>
351 <cc:license
352 rdf:resource="http://creativecommons.org/licenses/by/2.5/" />
353 </cc:Work>
354 <cc:License
355 rdf:about="http://creativecommons.org/licenses/by/2.5/">
356 <cc:permits
357 rdf:resource="http://web.resource.org/cc/Reproduction" />
358 <cc:permits
359 rdf:resource="http://web.resource.org/cc/Distribution" />
360 <cc:requires
361 rdf:resource="http://web.resource.org/cc/Notice" />
362 <cc:requires
363 rdf:resource="http://web.resource.org/cc/Attribution" />
364 <cc:permits
365 rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
366 </cc:License>
367 </rdf:RDF>
368 </metadata>
369 <g
370 id="layer1"
371 inkscape:label="Layer 1"
372 inkscape:groupmode="layer">
373 <path
374 sodipodi:type="arc"
375 style="opacity:0.2;color:black;fill:url(#radialGradient3127);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000072;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
376 id="path3119"
377 sodipodi:cx="23.991123"
378 sodipodi:cy="44.514973"
379 sodipodi:rx="20.85965"
380 sodipodi:ry="3.4850264"
381 d="M 44.850773 44.514973 A 20.85965 3.4850264 0 1 1 3.1314735,44.514973 A 20.85965 3.4850264 0 1 1 44.850773 44.514973 z"
382 transform="matrix(0.91085,0,0,1.004296,2.147699,-1.206229)" />
383 <path
384 style="color:black;fill:url(#radialGradient3117);fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
385 d="M 24,20.499994 C 14.340002,20.499994 5.4999997,25.614075 5.4999999,28.925145 C 5.4999999,30.465891 11.782985,29.583354 12,30.934936 L 13.5625,41.494104 C 13.5625,42.504255 14.094207,43.295374 14.78125,43.295373 C 21.043751,44.913368 27.194345,44.889639 33.1875,43.295373 C 33.874544,43.295373 34.437499,42.504254 34.4375,41.494104 L 36,30.934936 C 36.288444,29.796311 42.500001,30.465891 42.5,28.925145 C 42.5,25.614075 33.659998,20.499995 24,20.499994 z "
386 id="rect2193"
387 sodipodi:nodetypes="csccccccsc" />
388 <path
389 style="opacity:0.13777777;fill:url(#linearGradient3116);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
390 d="M 12,30 C 13.08167,30.075016 15.108027,30.873469 16,30 C 14.14535,31.181252 15.126989,38.878321 14.214286,42.785714 C 13.476214,38.523473 12.935303,31.500991 12,30 z "
391 id="path2203"
392 sodipodi:nodetypes="cccc" />
393 <path
394 sodipodi:nodetypes="cccc"
395 id="path3092"
396 d="M 36,30 C 34.91833,30.075016 32.891973,30.873469 32,30 C 33.85465,31.181252 32.873011,38.878321 33.785714,42.785714 C 34.523786,38.523473 35.064697,31.500991 36,30 z "
397 style="opacity:0.13777777;fill:url(#linearGradient3113);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
398 <path
399 sodipodi:nodetypes="csccccccsc"
400 id="path2200"
401 d="M 23.999995,21.49999 C 14.862161,21.49999 6.0918066,26.949836 6.7142842,28.642348 C 6.800192,28.875931 12.657647,28.921449 12.862932,30.227591 L 14.555257,40.464008 C 14.555257,41.440196 14.629652,42.490301 15.279557,42.4903 C 21.357468,43.860363 27.151674,43.812558 32.690871,42.4903 C 33.340778,42.4903 33.444732,41.725777 33.444733,40.74959 L 35.06563,30.298987 C 35.338482,29.198643 41.003251,29.437534 41.142848,28.356766 C 41.404744,26.32916 33.137829,21.499991 23.999995,21.49999 z "
402 style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3115);stroke-width:1.00000072;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
403 <path
404 sodipodi:type="arc"
405 style="opacity:1;color:black;fill:black;fill-opacity:0.05936076;fill-rule:nonzero;stroke:white;stroke-width:0.85616213;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.42352941;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
406 id="path2201"
407 sodipodi:cx="23.763838"
408 sodipodi:cy="27.291872"
409 sodipodi:rx="6.7932758"
410 sodipodi:ry="2.3738585"
411 d="M 30.557114 27.291872 A 6.7932758 2.3738585 0 1 1 16.970562,27.291872 A 6.7932758 2.3738585 0 1 1 30.557114 27.291872 z"
412 transform="matrix(0.809624,0,0,1.685019,4.760218,-20.48733)" />
413 <path
414 style="opacity:1;fill:url(#radialGradient3221);fill-opacity:1;stroke:#c4a000;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
415 d="M 23.999992,6.5000004 C 19.305315,6.5000004 15.499995,10.309306 15.499995,15.002912 C 15.499995,18.002685 17.051927,20.642185 19.399704,22.156165 C 20.932368,23.904007 20.249846,23.332652 20.499996,25.475249 C 20.499996,26.043172 20.963518,26.506852 21.531241,26.506852 C 23.351222,27.903595 24.97351,27.756464 26.46874,26.506852 C 27.036466,26.506852 27.49999,26.043171 27.49999,25.475249 C 27.797743,23.377961 27.367148,23.644183 28.461241,22.243932 C 30.886588,20.745572 32.499989,18.061515 32.499989,15.002912 C 32.499989,10.309306 28.694668,6.5000004 23.999992,6.5000004 z "
416 id="path2159"
417 sodipodi:nodetypes="csccccccsc" />
418 <path
419 sodipodi:type="arc"
420 style="opacity:1;color:black;fill:url(#linearGradient3118);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.90256411;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
421 id="path3110"
422 sodipodi:cx="22.930462"
423 sodipodi:cy="12.594153"
424 sodipodi:rx="4.2426405"
425 sodipodi:ry="5.1012702"
426 d="M 27.173102 12.594153 A 4.2426405 5.1012702 0 1 1 18.687821,12.594153 A 4.2426405 5.1012702 0 1 1 27.173102 12.594153 z"
427 transform="matrix(0.457973,0,-0.285667,0.588089,13.52477,5.593519)" />
428 <path
429 sodipodi:nodetypes="csccccccsc"
430 id="path3941"
431 d="M 23.999997,7.4999981 C 19.857634,7.4999981 16.499996,10.986206 16.499996,15.281708 C 16.499996,18.027046 17.996899,20.027021 20.316426,21.827723 C 21.668774,23.42732 21.170725,23.209015 21.272825,24.88285 C 21.272825,25.402601 21.44473,25.562227 21.945666,25.562227 C 23.349132,26.835691 24.788302,26.802766 26.136976,25.52071 C 26.637915,25.52071 26.684599,25.288011 26.684599,24.76826 C 26.859311,22.59978 26.956729,22.860474 27.922104,21.578992 C 30.062119,20.207721 31.499998,18.080886 31.499998,15.281708 C 31.499998,10.986205 28.142359,7.4999981 23.999997,7.4999981 z "
432 style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3957);stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
433 <path
434 style="opacity:1;color:black;fill:url(#linearGradient3229);fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
435 d="M 20.009177,22.868465 C 20.323878,23.417025 20.327029,23.983054 20.498275,25.466383 C 20.498275,26.036889 20.95336,26.502322 21.517308,26.502322 C 23.325168,27.905415 24.945214,27.757616 26.430485,26.502322 C 26.994431,26.502322 27.520945,26.054745 27.520945,25.48424 C 27.715256,24.100125 27.791894,23.214268 27.996269,22.731736 L 26.609782,23.53829 L 21.374671,23.53829 L 20.009177,22.868465 z "
436 id="rect3216"
437 sodipodi:nodetypes="ccccccccc" />
438 <path
439 sodipodi:nodetypes="ccccccc"
440 id="path3118"
441 d="M 21.46429,24.50002 L 21.517992,25.509807 L 22.01793,25.508992 C 23.834715,27.108201 24.948997,26.380367 26.017977,25.502471 L 26.406953,25.501837 L 26.535714,24.50002 L 21.46429,24.50002 z "
442 style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3122);stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
443 </g>
444</svg>
4450
=== added file 'debian/README.Debian'
--- debian/README.Debian 1970-01-01 00:00:00 +0000
+++ debian/README.Debian 2010-05-27 13:01:29 +0000
@@ -0,0 +1,6 @@
1gajim for Debian
2----------------
3
4If you want to use OpenPGP in gajim, you have to install python-gnupginterface.
5
6 -- Yann Le Boulanger <asterix@lagaule.org>, Mon, 20 Jun 2005 12:02:31 +0200
07
=== modified file 'debian/changelog'
--- debian/changelog 2009-12-15 02:32:45 +0000
+++ debian/changelog 2010-05-27 13:01:29 +0000
@@ -1,3 +1,50 @@
1gajim (0.13.4-1ubuntu1) maverick; urgency=low
2
3 * Merge from debian testing (LP: #506049), remaining changes:
4 - Updated debian/watch
5 - Kept Ubuntu patches
6 + config-write-sync.patch
7 + ubuntu-keyring.patch
8 - Changed python build version from 2.5 to 2.6 in debian/rules
9
10 -- Jonathan Michalon <johndescs@gmail.com> Tue, 25 May 2010 18:54:10 +0200
11
12gajim (0.13.4-1) unstable; urgency=low
13
14 * New upstream release.
15 * Fix flood when trying to join a full MUC. Closes: #575688
16
17 -- Yann Leboulanger <asterix@lagaule.org> Fri, 02 Apr 2010 10:19:59 +0200
18
19gajim (0.13.3-1) unstable; urgency=low
20
21 * New upstream release.
22 * Fix connection to facebook. Closes: #569767
23
24 -- Yann Leboulanger <asterix@lagaule.org> Tue, 23 Feb 2010 21:00:41 +0100
25
26gajim (0.13.2-1) unstable; urgency=low
27
28 * New upstream release.
29 * Fix gnomekeyring usage. Closes: #562913
30 * Fix completion. Closes: #563930
31 * Fix typo in suggests list. Closes: #564754
32
33 -- Yann Leboulanger <asterix@lagaule.org> Thu, 14 Jan 2010 21:23:36 +0100
34
35gajim (0.13.1-1) unstable; urgency=low
36
37 * New upstream release. Closes: #559905
38 * Update PyGTK requirement to 2.12.0 minimum
39 * Fix filetransfer proxies testing, keepalive handling, memory leak.
40 Closes: #524514
41 * Better connection. Closes: #547267
42 * Fix proxy test on startup. Closes: #453910
43 * Fix sound playing. Closes: #527275
44 * Update debhelper compatibility level to 7
45
46 -- Yann Leboulanger <asterix@lagaule.org> Sun, 29 Nov 2009 01:21:04 +0100
47
1gajim (0.13-0ubuntu2) lucid; urgency=low48gajim (0.13-0ubuntu2) lucid; urgency=low
249
3 * debian/control:50 * debian/control:
@@ -18,6 +65,15 @@
1865
19 -- Maia Kozheva <sikon@ubuntu.com> Wed, 25 Nov 2009 14:13:30 +060066 -- Maia Kozheva <sikon@ubuntu.com> Wed, 25 Nov 2009 14:13:30 +0600
2067
68gajim (0.12.5-1) unstable; urgency=low
69
70 * New upstream release which fixes file transfer. Closes: #544466
71 * Fix history manager. Closes: #539109
72 * Fix custom host / port usage. Closes: #539267
73 * update python-gnome* dependancies. Closes: #541553
74
75 -- Yann Leboulanger <asterix@lagaule.org> Sun, 08 Aug 2009 00:06:15 +0100
76
21gajim (0.12.5-0ubuntu3) lucid; urgency=low77gajim (0.12.5-0ubuntu3) lucid; urgency=low
2278
23 * Fix indicate support (LP: #433495)79 * Fix indicate support (LP: #433495)
@@ -44,6 +100,18 @@
44100
45 -- Nafallo Bjälevik <nafallo@ubuntu.com> Sat, 08 Aug 2009 13:42:07 +0100101 -- Nafallo Bjälevik <nafallo@ubuntu.com> Sat, 08 Aug 2009 13:42:07 +0100
46102
103gajim (0.12.3-1) unstable; urgency=low
104
105 * New upstream release.
106 * OS info are now caches. Closes: #509675
107 * keepalive system has been improved. Closes: #521144
108 * Recommends python-crypto for encryption. Closes: #513892
109 * update to 3.8.2 Debian Policy
110 * update to debhelper V6
111 * added watch file
112
113 -- Yann Leboulanger <asterix@lagaule.org> Sun, 24 Jun 2009 20:46:15 +0100
114
47gajim (0.12.3-0ubuntu1) karmic; urgency=low115gajim (0.12.3-0ubuntu1) karmic; urgency=low
48116
49 * New upstream release.117 * New upstream release.
@@ -80,6 +148,25 @@
80148
81 -- Nafallo Bjälevik <nafallo@ubuntu.com> Fri, 12 Jun 2009 13:49:19 +0100149 -- Nafallo Bjälevik <nafallo@ubuntu.com> Fri, 12 Jun 2009 13:49:19 +0100
82150
151gajim (0.12.1-1) unstable; urgency=low
152
153 * New upstream release.
154 * Fix coming back from suspend. Closes: #500523
155 * Fix menuitem shortcut. Closes: #440530
156 * Warn user when logs database is brocken. Closes: #447889
157 * Check server certificate using python-openssl. Closes: #450756
158 * Don't pool to get played music from Banshee. Closes: #472862
159 * Escape non-ascii password correcly. Closes: #495540
160 * Fix URL recognition. Closes: #407806
161 * Suggest python-kerberos for GSSAPI authentication.
162 * Suggest python-sexy for clickable links in chat banners.
163 * Recommends python-openssl instead of python-pyopenssl. Package name has
164 changed.
165 * Depends on libc6 for gtkspell.so module
166 * Build Gajim modules against python2.5
167
168 -- Yann Leboulanger <asterix@lagaule.org> Wed, 21 Dec 2008 14:40:16 +0100
169
83gajim (0.12.1-0ubuntu5) jaunty; urgency=low170gajim (0.12.1-0ubuntu5) jaunty; urgency=low
84171
85 * debian/patches/de-update.patch:172 * debian/patches/de-update.patch:
@@ -184,6 +271,15 @@
184271
185 -- Nafallo Bjälevik <nafallo@ubuntu.com> Sun, 16 Nov 2008 00:26:27 +0000272 -- Nafallo Bjälevik <nafallo@ubuntu.com> Sun, 16 Nov 2008 00:26:27 +0000
186273
274gajim (0.11.4-1) unstable; urgency=low
275
276 * New upstream release.
277 * Fix tab switching. Closes: #452257
278 * update to 3.7.3 Debian Policy
279 * Add Homepage, Vcs-Svn, Vcs-Browser fields to control file
280
281 -- Yann Leboulanger <asterix@lagaule.org> Wed, 05 Dec 2007 22:23:30 +0100
282
187gajim (0.11.4-0ubuntu2) hardy; urgency=low283gajim (0.11.4-0ubuntu2) hardy; urgency=low
188284
189 * Fix the html entities to be escaped too many times in notification popup285 * Fix the html entities to be escaped too many times in notification popup
@@ -208,6 +304,16 @@
208304
209 -- Nafallo Bjälevik <nafallo@ubuntu.com> Thu, 06 Dec 2007 22:28:50 +0000305 -- Nafallo Bjälevik <nafallo@ubuntu.com> Thu, 06 Dec 2007 22:28:50 +0000
210306
307gajim (0.11.3-1) unstable; urgency=low
308
309 * New upstream release.
310 * Fix depand list so that Gajim will work when python2.5 will be the
311 default. Closes: #445275
312 * Fix focus bug. Closes: #447985
313 * Depend on dnsutils to use SRV records. Closes: #434690
314
315 -- Yann Leboulanger <asterix@lagaule.org> Fri, 16 Nov 2007 19:01:54 +0100
316
211gajim (0.11.3-0ubuntu1) hardy; urgency=low317gajim (0.11.3-0ubuntu1) hardy; urgency=low
212318
213 * New upstream release:319 * New upstream release:
@@ -222,6 +328,19 @@
222328
223 -- Nafallo Bjälevik <nafallo@ubuntu.com> Sat, 17 Nov 2007 13:26:57 +0000329 -- Nafallo Bjälevik <nafallo@ubuntu.com> Sat, 17 Nov 2007 13:26:57 +0000
224330
331gajim (0.11.2-1) unstable; urgency=low
332
333 * New upstream release.
334 * Don't optionaly depend on python2.5. Closes: #418252
335 * Better handle gnome-keyring. Closes: #433315, #424293
336 * Handle dbus restart. Closes: #434993
337 * Don't allow bookmark creation on server that don't support that.
338 Closes: #438620
339 * Fix list_contact dbus signature. Closes: #440225
340 * Remove changelog.gz from /usr/share/doc/gajim. Closes: #412632
341
342 -- Yann Le Boulanger <asterix@lagaule.org> Sun, 22 Sep 2007 22:22:34 +0100
343
225gajim (0.11.2-0ubuntu2) UNRELEASED; urgency=low344gajim (0.11.2-0ubuntu2) UNRELEASED; urgency=low
226345
227 * debian/control:346 * debian/control:
@@ -250,6 +369,15 @@
250369
251 -- Nafallo Bjälevik <nafallo@ubuntu.com> Tue, 02 Oct 2007 00:19:08 +0100370 -- Nafallo Bjälevik <nafallo@ubuntu.com> Tue, 02 Oct 2007 00:19:08 +0100
252371
372gajim (0.11.1-1) unstable; urgency=low
373
374 * New upstream release.
375 * Don't depend on python2.4 specifically
376 * Don't recommand libdbus, python-dbus does
377 * Tooltips in chat window are now correctly destroyed. Closes: #404693
378
379 -- Yann Le Boulanger <asterix@lagaule.org> Sun, 18 Feb 2007 22:15:57 +0100
380
253gajim (0.11.1-0ubuntu6) gutsy; urgency=low381gajim (0.11.1-0ubuntu6) gutsy; urgency=low
254382
255 * src/common/passwords.py:383 * src/common/passwords.py:
@@ -334,6 +462,25 @@
334462
335 -- Emilio Pozuelo Monfort <pochu27@gmail.com> Thu, 22 Feb 2007 20:05:52 +0100463 -- Emilio Pozuelo Monfort <pochu27@gmail.com> Thu, 22 Feb 2007 20:05:52 +0100
336464
465gajim (0.11-2) unstable; urgency=low
466
467 * Add missing build depends to get gajim-remote. Closes: #405969
468 * Update recommands to support dbus. Closes: #402355
469 * Make python-gnupginterface a recommanded package. Closes: #405808
470
471 -- Yann Le Boulanger <asterix@lagaule.org> Tue, 09 Jan 2007 18:32:26 +0100
472
473gajim (0.11-1) unstable; urgency=low
474
475 * New upstream release. Closes: #403806
476 * Enable IPv6 support. Closes: #386062
477 * Fix popup-menu binding. Closes: #388564
478 * Fix quick access letter with spanish translation. Closes: #385410
479 * Fix typo in german translation. Closes: #398195
480 * Fix a bug with Gaim avatars. Closes: #398911
481
482 -- Yann Le Boulanger <asterix@lagaule.org> Tue, 19 Dec 2006 14:25:32 +0100
483
337gajim (0.11-0ubuntu1) feisty; urgency=low484gajim (0.11-0ubuntu1) feisty; urgency=low
338485
339 * New upstream release:486 * New upstream release:
@@ -355,6 +502,47 @@
355502
356 -- Christian Bjälevik <nafallo@ubuntu.com> Wed, 20 Dec 2006 05:10:09 +0100503 -- Christian Bjälevik <nafallo@ubuntu.com> Wed, 20 Dec 2006 05:10:09 +0100
357504
505gajim (0.10.1-6) unstable; urgency=low
506
507 * fix LDFLAGS problem. Closes: #384439
508
509 -- Yann Le Boulanger <asterix@lagaule.org> Mon, 24 Jul 2006 14:45:34 +0200
510
511gajim (0.10.1-5) unstable; urgency=low
512
513 * Add dependance on python2.4. Closes: #379662
514
515 -- Yann Le Boulanger <asterix@lagaule.org> Mon, 19 Jul 2006 21:30:08 +0200
516
517gajim (0.10.1-4) unstable; urgency=low
518
519 * Fix warning at installation. Closes: #366725
520 * Fix pt_BR translation.
521
522 -- Yann Le Boulanger <asterix@lagaule.org> Mon, 19 Jul 2006 21:30:08 +0200
523
524gajim (0.10.1-3) unstable; urgency=low
525
526 * Updated for new Python policy.
527 * nautilus-sendto is now suggested. Closes: #377309
528
529 -- Yann Le Boulanger <asterix@lagaule.org> Mon, 17 Jul 2006 16:46:58 +0200
530
531gajim (0.10.1-2) unstable; urgency=low
532
533 * new pytyhon policy Closes: #375310
534 * default player is now 'aplay -q' Closes: #374529
535 * python-gnupginterface now support python2.4. Recommends this one.
536 * Standards-version updated to 3.7.2 (no changes needed).
537
538 -- Yann Le Boulanger <asterix@lagaule.org> Tue, 27 Jun 2006 22:47:08 +0200
539
540gajim (0.10.1-1) unstable; urgency=low
541
542 * new upstream release
543
544 -- Yann Le Boulanger <asterix@lagaule.org> Fri, 2 Jun 2006 22:07:29 +0200
545
358gajim (0.10.1-0ubuntu5) edgy; urgency=low546gajim (0.10.1-0ubuntu5) edgy; urgency=low
359547
360 * po/{de,pl}.po: s/\·/\ /g. Translators should now this...548 * po/{de,pl}.po: s/\·/\ /g. Translators should now this...
@@ -399,6 +587,17 @@
399587
400 -- Christian Bjälevik <nafallo@ubuntu.com> Fri, 30 Jun 2006 14:31:09 +0200588 -- Christian Bjälevik <nafallo@ubuntu.com> Fri, 30 Jun 2006 14:31:09 +0200
401589
590gajim (0.10-1) unstable; urgency=low
591
592 * new upstream release
593 * fix description typo Closes: #349249
594 * Gajim now recommends dnsutils instead of python-dns
595 * Gajim now depends on python2.4 Closes: #357777, #364078
596 * Use Gajim's GnuPGInterface file as there is no python2.4-gnupginterface
597 package
598
599 -- Yann Le Boulanger <asterix@lagaule.org> Wed, 12 Apr 2006 10:55:16 +0100
600
402gajim (0.10-0ubuntu4) dapper; urgency=low601gajim (0.10-0ubuntu4) dapper; urgency=low
403602
404 * debian/control:603 * debian/control:
@@ -554,6 +753,17 @@
554753
555 -- Stephan Hermann <sh@sourcecode.de> Sat, 24 Dec 2005 19:46:28 +0100754 -- Stephan Hermann <sh@sourcecode.de> Sat, 24 Dec 2005 19:46:28 +0100
556755
756gajim (0.8.2-1) unstable; urgency=low
757
758 * all files in ~/.gajim are not 700: Closes: #325080
759 * gajim-remote.py is now in package: Closes: #324481
760 * updated russian translation: Closes: #325126
761 * theme issue fixed: Closes: #324493
762 * Gajim can now use python-dns so SRV works: Closes: #326655
763 * Gajim now depends on python-gtk2 >= 2.6.0
764
765 -- Yann Le Boulanger <asterix@lagaule.org> Sun, 02 Sep 2005 14:56:48 +0200
766
557gajim (0.8.2-0ubuntu4) breezy; urgency=low767gajim (0.8.2-0ubuntu4) breezy; urgency=low
558768
559 * debian/patches/02_gpg_agent.patch:769 * debian/patches/02_gpg_agent.patch:
@@ -619,6 +829,16 @@
619829
620 -- Christian Bjälevik <nafallo@magicalforest.se> Sat, 3 Sep 2005 18:49:56 +0200830 -- Christian Bjälevik <nafallo@magicalforest.se> Sat, 3 Sep 2005 18:49:56 +0200
621831
832gajim (0.8-1) unstable; urgency=low
833
834 * new upstream release
835 * use cdbs
836 * build-depend on libxss-dev Closes: #323524
837 * translation improved Closes: #324094,#323993
838 * Standards-version updated to 3.6.2 (no changes needed).
839
840 -- Yann Le Boulanger <asterix@lagaule.org> Fri, 1 Jul 2005 18:35:02 +0200
841
622gajim (0.8-0ubuntu5) breezy; urgency=low842gajim (0.8-0ubuntu5) breezy; urgency=low
623843
624 * debian/patches/02_gpg-agent.patch:844 * debian/patches/02_gpg-agent.patch:
@@ -663,3 +883,9 @@
663 * Initial Ubuntu Release 883 * Initial Ubuntu Release
664884
665 -- Stephan Hermann <sh@sourcecode.de> Sun, 21 Aug 2005 18:07:58 +0200885 -- Stephan Hermann <sh@sourcecode.de> Sun, 21 Aug 2005 18:07:58 +0200
886gajim (0.7.1-1) unstable; urgency=low
887
888 * Initial Release. Closes: #311215
889 * GnuPGInterface module is in debian, no need to keep it in sources.
890
891 -- Yann Le Boulanger <asterix@lagaule.org> Wed, 15 Jun 2005 23:22:19 +0200
666892
=== modified file 'debian/compat'
--- debian/compat 2006-12-20 05:10:09 +0000
+++ debian/compat 2010-05-27 13:01:29 +0000
@@ -1,1 +1,1 @@
1517
22
=== modified file 'debian/control'
--- debian/control 2009-12-15 02:32:45 +0000
+++ debian/control 2010-05-27 13:01:29 +0000
@@ -1,21 +1,24 @@
1
1Source: gajim2Source: gajim
2Section: net3Section: net
3Priority: optional4Priority: optional
4Maintainer: Nafallo Bjälevik <nafallo@ubuntu.com>5Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
6XSBC-Original-Maintainer: Yann Leboulanger <asterix@lagaule.org>
7Build-Depends: debhelper (>= 7), cdbs (>= 0.4.43), python-support (>= 0.7.1), python-dev, libgtk2.0-dev, python-gtk2-dev, gettext (>= 0.17-4), intltool (>= 0.40.1), imagemagick, python-central (>= 0.5)
8Build-Conflicts: python2.3
9XS-Python-Version: >= 2.4
5Standards-Version: 3.8.310Standards-Version: 3.8.3
6Build-Depends: debhelper (>= 5.0.37.2), python-dev, python-gtk2-dev, libgtk2.0-dev, libxss-dev, libgtkspell-dev, libdbus-1-dev, intltool (>= 0.40.1), dpatch11Homepage: http://www.gajim.org
7Vcs-Bzr: http://code.launchpad.net/~ubuntu-dev/gajim/devel12Vcs-Hg: http://hg.gajim.org/gajim/
13Vcs-Browser: http://hg.gajim.org/gajim/file
814
9Package: gajim15Package: gajim
10Architecture: any16Architecture: any
11Section: net17XB-Python-Version: ${python:Versions}
12Priority: optional18Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-support (>= 0.7.1), python-glade2 (>= 2.12.0), python-gtk2 (>= 2.12.0), dnsutils
13Depends: ${shlibs:Depends}, python (>= 2.5), python-glade2 (>= 2.8.0), python-gtk2 (>= 2.8.0), python-openssl, dnsutils19Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl, python-crypto
14Recommends: python-notify, python-sexy, python-avahi, python-gnome2-desktop, python-eggtrayicon, aspell-dictionary, python-indicate20Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomekeyring, gnome-keyring, python-sexy, python-kerberos (>= 1.1), texlive-latex-base, dvipng
15Suggests: python-crypto, python-gnupginterface, python-dbus, python-kerberos (>= 1.1)
16Homepage: http://www.gajim.org
17Description: Jabber client written in PyGTK21Description: Jabber client written in PyGTK
18 Gajim is a Jabber client written in Python, with a GTK+ frontend.22 Gajim is a Jabber client. It has a tabbed user interface with normal chats,
19 .23 group chats, and has many features such as, TLS, GPG, SSL, multiple accounts,
20 The goal of Gajim is to provide a full featured and easy to use Jabber client.24 avatars, file transfers, D-Bus and Metacontacts.
21 Gajim works nicely with GNOME, but does not require it to run.
2225
=== modified file 'debian/copyright'
--- debian/copyright 2008-11-16 00:26:27 +0000
+++ debian/copyright 2010-05-27 13:01:29 +0000
@@ -1,34 +1,28 @@
1This package was debianized by Yann L.B. asterix@lagaule.org on1This package was debianized by Yann Leboulanger asterix@lagaule.org on
2Wed, 16 Jun 2005 20:00:00 +0100.2Wed, 16 Jun 2005 20:00:00 +0100.
33
4It was downloaded from:
5 http://www.gajim.org/downloads/
6
4Upstream Authors:7Upstream Authors:
5 - Stephan Erb (steve-e AT h3c.de)8 - Yann Le Boulanger <asterix@lagaule.org>
6 - Nikos Kouremenos (kourem AT gmail.com)9 - Jean-Marie Traissard <jim@lapin.org>
7 - Yann Leboulanger (asterix AT lagaule.org)10 - Stephan Erb <steve-e@h3c.de>
8 - Julien Pivotto (roidelapluie AT gmail.com)11
9 - Jonathan Schleifer (js-gajim AT webkeks.org)12
10 - Travis Shirk (travis AT pobox.com)13Copyright: (c) 2003-2009 Gajim Team
11 - Brendan Taylor (whateley AT gmail.com)14
12 - Jean-Marie Traissard (jim AT lapin.org)15This program is free software; you can redistribute it and/or modify
13 - Stefan Bethge (stefan AT lanpartei.de)16it under the terms of the GNU General Public License as published by
14 - Vincent Hanquez (tab AT snarc.org)17the Free Software Foundation; version 3
15 - Dimitur Kirov (dkirov AT gmail.com)18
16 19This program is distributed in the hope that it will be useful,
17
18Copyright: (c) 2003-2008 Gajim Team
19
20Gajim is free software; you can redistribute it and/or modify
21it under the terms of the GNU General Public License as published
22by the Free Software Foundation; version 3 only.
23
24Gajim is distributed in the hope that it will be useful,
25but WITHOUT ANY WARRANTY; without even the implied warranty of20but WITHOUT ANY WARRANTY; without even the implied warranty of
26MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the21MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27GNU General Public License for more details.22GNU General Public License for more details.
2823
29You should have received a copy of the GNU General Public License along with24You should have received a copy of the GNU General Public License
30your Ubuntu system; see the file /usr/share/common-licenses/GPL-3. If not,25along with Debian system; see the file /usr/share/common-licenses/GPL-3. If not,
31write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,26write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
32Boston, MA 02110-1301, USA.27Boston, MA 02110-1301, USA.
33
3428
3529
=== added file 'debian/dirs'
--- debian/dirs 1970-01-01 00:00:00 +0000
+++ debian/dirs 2010-05-27 13:01:29 +0000
@@ -0,0 +1,8 @@
1usr/bin
2usr/share/gajim
3usr/share/man/man1
4usr/share/pixmaps
5usr/share/applications
6usr/share/menu
7usr/share/lintian/overrides
8usr/lib/gajim
09
=== added file 'debian/docs'
--- debian/docs 1970-01-01 00:00:00 +0000
+++ debian/docs 2010-05-27 13:01:29 +0000
@@ -0,0 +1,1 @@
1README
02
=== added file 'debian/gajim-history-manager.1'
--- debian/gajim-history-manager.1 1970-01-01 00:00:00 +0000
+++ debian/gajim-history-manager.1 2010-05-27 13:01:29 +0000
@@ -0,0 +1,21 @@
1.\" 20050901
2.TH "Gajim-history-manager" "1" "September 01, 2005" "Gajim dev team" ""
3.SH "NAME"
4Gajim-history-manager \- Tool to manage gajim logs
5.SH "SYNOPSIS"
6.B gajim-history-manager [\-c config-path] [\-h]
7.SH "DESCRIPTION"
8.B Gajim-history-manager
9is a tool to manage (do some cleanup) log file of Gajim jabber client.
10.PP
11.SH "OPTIONS"
12.TP
13\fB\-c\fR, \fB\-\-config-path\fR path
14Path where logs.db is located. ~/.gajim by default.
15.TP
16\fB\-h\fR, \fB\-\-help\fR
17Print this help.
18.SH "FEEDBACK"
19You can report bugs or feature requests in http://trac.gajim.org or in the mailing list: http://lists.gajim.org/cgi\-bin/listinfo/gajim\-devel. You can also find us in our room gajim@conference.gajim.org
20.SH "AUTHORS"
21Written by Yann Le Boulanger <asterix@lagaule.org>, Nikos Kouremenos <kourem@gmail.com> and Dimitur Kirov <dkirov@gmail.com>.
022
=== added file 'debian/gajim-remote.manpages'
--- debian/gajim-remote.manpages 1970-01-01 00:00:00 +0000
+++ debian/gajim-remote.manpages 2010-05-27 13:01:29 +0000
@@ -0,0 +1,1 @@
1data/gajim-remote.1
02
=== removed file 'debian/gajim.install'
--- debian/gajim.install 2009-11-25 08:40:33 +0000
+++ debian/gajim.install 1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@
1usr/bin/gajim
2usr/bin/gajim-history-manager
3usr/bin/gajim-remote
4usr/share/applications/gajim.desktop
5usr/share/gajim/
6usr/share/pixmaps/*
7usr/share/man/man1/*
8usr/share/locale/*
90
=== added file 'debian/gajim.manpages'
--- debian/gajim.manpages 1970-01-01 00:00:00 +0000
+++ debian/gajim.manpages 2010-05-27 13:01:29 +0000
@@ -0,0 +1,3 @@
1data/gajim.1
2data/gajim-remote.1
3debian/gajim-history-manager.1
04
=== added file 'debian/gajim.menu'
--- debian/gajim.menu 1970-01-01 00:00:00 +0000
+++ debian/gajim.menu 2010-05-27 13:01:29 +0000
@@ -0,0 +1,8 @@
1?package(gajim): \
2 needs="X11" \
3 section="Applications/Network/Communication" \
4 command="/usr/bin/gajim" \
5 icon="/usr/share/pixmaps/gajim.xpm" \
6 title="Gajim" \
7 longtitle="Gajim: GTK Jabber Client" \
8 description="GTK Jabber Client."
09
=== removed file 'debian/menu'
--- debian/menu 2005-09-30 15:22:53 +0000
+++ debian/menu 1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@
1?package(gajim): \
2 needs="X11" \
3 section="Apps/Net" \
4 command="/usr/bin/gajim" \
5 icon="/usr/share/pixmaps/gajim.xpm" \
6 title="Gajim" \
7 longtitle="Gajim: GTK Jabber Client" \
8 description="GTK Jabber Client."
90
=== added file 'debian/patches/00_debian-copying.patch'
--- debian/patches/00_debian-copying.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/00_debian-copying.patch 2010-05-27 13:01:29 +0000
@@ -0,0 +1,22 @@
1Index: Makefile.am
2===================================================================
3--- Makefile.am (revision 7202)
4+++ Makefile.am (working copy)
5@@ -9,7 +9,6 @@
6 docfiles_DATA = README \
7 README.html \
8 ChangeLog \
9- COPYING \
10 THANKS \
11 AUTHORS
12
13--- Makefile.in
14+++ Makefile.in
15@@ -273,7 +273,6 @@
16 docfiles_DATA = README \
17 README.html \
18 ChangeLog \
19- COPYING \
20 THANKS \
21 AUTHORS
22
023
=== removed file 'debian/patches/00list'
--- debian/patches/00list 2009-11-25 08:33:47 +0000
+++ debian/patches/00list 1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
1config-write-sync.patch
2ubuntu-keyring.patch
30
=== added file 'debian/pyversions'
--- debian/pyversions 1970-01-01 00:00:00 +0000
+++ debian/pyversions 2010-05-27 13:01:29 +0000
@@ -0,0 +1,1 @@
12.4
02
=== modified file 'debian/rules'
--- debian/rules 2009-10-27 00:54:26 +0000
+++ debian/rules 2010-05-27 13:01:29 +0000
@@ -1,84 +1,18 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
2# -*- makefile -*-2DEB_PYTHON_SYSTEM=pysupport
3# Sample debian/rules that uses debhelper.3
4# This file was originally written by Joey Hess and Craig Small.4# Debhelper must be included before python-distutils to use
5# As a special exception, when this file is copied by dh-make into a5# # # dh_python / dh_pycentral / dh_pysupport
6# dh-make output file, you may use that output file without restriction.6include /usr/share/cdbs/1/rules/debhelper.mk
7# This special exception was added by Craig Small in version 0.37 of dh-make.7include /usr/share/cdbs/1/rules/simple-patchsys.mk
88include /usr/share/cdbs/1/class/autotools.mk
9# Uncomment this to turn on verbose mode.9
10#export DH_VERBOSE=110PYTHONVER = 2.6
1111DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr
12# Include dpatch stuff.12DEB_MAKE_BUILD_TARGET := all PYTHON=python$(PYTHONVER)
13include /usr/share/dpatch/dpatch.make13DEB_MAKE_INSTALL_TARGET = install PYTHON=python$(PYTHONVER) DESTDIR=$(DEB_DESTDIR)
1414
15CFLAGS = -Wall -g15binary-install/gajim::
1616 rm $(DEB_DESTDIR)/usr/share/gajim/src/common/GnuPGInterface.py*
17ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))17 dh_pysupport -pgajim
18 CFLAGS += -O018 convert $(DEB_DESTDIR)/usr/share/pixmaps/gajim.png -resize 32x32 $(DEB_DESTDIR)/usr/share/pixmaps/gajim.xpm
19else
20 CFLAGS += -O2
21endif
22
23configure: configure-stamp
24configure-stamp: patch
25 dh_testdir
26 ./configure --prefix=/usr --enable-remote --enable-gtkspell --enable-idle --disable-trayicon
27
28 touch configure-stamp
29
30
31build: build-stamp
32build-stamp: configure-stamp
33 dh_testdir
34
35 $(MAKE)
36
37 touch build-stamp
38
39clean: unpatch
40 dh_testdir
41 dh_testroot
42 rm -f build-stamp configure-stamp
43
44 rm -f build
45 [ ! -f Makefile ] || $(MAKE) distclean
46 rm -f `find . -name "*~"`
47 rm -rf debian/tmp debian/files* core debian/substvars files
48
49 dh_clean
50
51install: build
52 dh_testdir
53 dh_testroot
54 dh_clean -k
55 dh_installdirs
56
57 $(MAKE) install PREFIX=/usr DESTDIR=$(CURDIR)/debian/tmp
58
59 dh_install --sourcedir=debian/tmp
60
61# Build architecture-independent files here.
62binary-indep: build install
63
64# Build architecture-dependent files here.
65binary-arch: build install
66 dh_testdir
67 dh_testroot
68 dh_installchangelogs
69 dh_installdocs
70 dh_installexamples
71 dh_installman
72 dh_link
73 dh_strip
74 dh_compress
75 dh_fixperms
76 dh_python
77 dh_installdeb
78 dh_shlibdeps
79 dh_gencontrol
80 dh_md5sums
81 dh_builddeb
82
83binary: binary-indep binary-arch
84.PHONY: build clean binary-indep binary-arch binary install configure
8519
=== modified file 'debian/watch'
--- debian/watch 2006-05-02 02:11:53 +0000
+++ debian/watch 2010-05-27 13:01:29 +0000
@@ -1,2 +1,4 @@
1version=21version=2
2http://www.gajim.org/downloads/gajim-(.*)\.tar\.gz debian uupdate2http://www.gajim.org/downloads/(\d.\d*)/gajim-(.*)\.tar\.gz debian uupdate
3# It seems that only release 0.12 was directly in downloads/ directory...
4#http://www.gajim.org/downloads/gajim-(.*)\.tar\.gz debian uupdate
35
=== modified file 'gajim.nsi'
--- gajim.nsi 2009-11-25 08:13:27 +0000
+++ gajim.nsi 2010-05-27 13:01:29 +0000
@@ -189,7 +189,7 @@
189 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName" "Gajim"189 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName" "Gajim"
190 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "UninstallString" "$INSTDIR\Uninstall.exe"190 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "UninstallString" "$INSTDIR\Uninstall.exe"
191 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon" "$INSTDIR\bin\Gajim.exe"191 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon" "$INSTDIR\bin\Gajim.exe"
192 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.13-rc5"192 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.13.4"
193 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"193 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
194 WriteUninstaller "$INSTDIR\Uninstall.exe"194 WriteUninstaller "$INSTDIR\Uninstall.exe"
195195
196196
=== modified file 'm4/libtool.m4'
--- m4/libtool.m4 2009-11-25 08:13:27 +0000
+++ m4/libtool.m4 2010-05-27 13:01:29 +0000
@@ -2445,7 +2445,7 @@
2445 ;;2445 ;;
24462446
2447# This must be Linux ELF.2447# This must be Linux ELF.
2448linux* | k*bsd*-gnu)2448linux* | k*bsd*-gnu | kopensolaris*-gnu)
2449 version_type=linux2449 version_type=linux
2450 need_lib_prefix=no2450 need_lib_prefix=no
2451 need_version=no2451 need_version=no
@@ -3084,7 +3084,7 @@
3084 ;;3084 ;;
30853085
3086# This must be Linux ELF.3086# This must be Linux ELF.
3087linux* | k*bsd*-gnu)3087linux* | k*bsd*-gnu | kopensolaris*-gnu)
3088 lt_cv_deplibs_check_method=pass_all3088 lt_cv_deplibs_check_method=pass_all
3089 ;;3089 ;;
30903090
@@ -3705,7 +3705,7 @@
3705 ;;3705 ;;
3706 esac3706 esac
3707 ;;3707 ;;
3708 linux* | k*bsd*-gnu)3708 linux* | k*bsd*-gnu | kopensolaris*-gnu)
3709 case $cc_basename in3709 case $cc_basename in
3710 KCC*)3710 KCC*)
3711 # KAI C++ Compiler3711 # KAI C++ Compiler
@@ -3989,7 +3989,7 @@
3989 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'3989 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
3990 ;;3990 ;;
39913991
3992 linux* | k*bsd*-gnu)3992 linux* | k*bsd*-gnu | kopensolaris*-gnu)
3993 case $cc_basename in3993 case $cc_basename in
3994 # old Intel for x86_64 which still supported -KPIC.3994 # old Intel for x86_64 which still supported -KPIC.
3995 ecc*)3995 ecc*)
@@ -4285,6 +4285,7 @@
4285 fi4285 fi
4286 supports_anon_versioning=no4286 supports_anon_versioning=no
4287 case `$LD -v 2>&1` in4287 case `$LD -v 2>&1` in
4288 *GNU\ gold*) supports_anon_versioning=yes ;;
4288 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.114289 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
4289 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...4290 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
4290 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...4291 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
@@ -4376,7 +4377,7 @@
4376 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'4377 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
4377 ;;4378 ;;
43784379
4379 gnu* | linux* | tpf* | k*bsd*-gnu)4380 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
4380 tmp_diet=no4381 tmp_diet=no
4381 if test "$host_os" = linux-dietlibc; then4382 if test "$host_os" = linux-dietlibc; then
4382 case $cc_basename in4383 case $cc_basename in
@@ -5860,7 +5861,7 @@
5860 _LT_TAGVAR(inherit_rpath, $1)=yes5861 _LT_TAGVAR(inherit_rpath, $1)=yes
5861 ;;5862 ;;
58625863
5863 linux* | k*bsd*-gnu)5864 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5864 case $cc_basename in5865 case $cc_basename in
5865 KCC*)5866 KCC*)
5866 # Kuck and Associates, Inc. (KAI) C++ Compiler5867 # Kuck and Associates, Inc. (KAI) C++ Compiler
58675868
=== modified file 'm4/ltversion.m4'
--- m4/ltversion.m4 2009-11-25 08:13:27 +0000
+++ m4/ltversion.m4 2010-05-27 13:01:29 +0000
@@ -9,15 +9,15 @@
99
10# Generated from ltversion.in.10# Generated from ltversion.in.
1111
12# serial 3012 ltversion.m412# serial 3017 ltversion.m4
13# This file is part of GNU Libtool13# This file is part of GNU Libtool
1414
15m4_define([LT_PACKAGE_VERSION], [2.2.6])15m4_define([LT_PACKAGE_VERSION], [2.2.6b])
16m4_define([LT_PACKAGE_REVISION], [1.3012])16m4_define([LT_PACKAGE_REVISION], [1.3017])
1717
18AC_DEFUN([LTVERSION_VERSION],18AC_DEFUN([LTVERSION_VERSION],
19[macro_version='2.2.6'19[macro_version='2.2.6b'
20macro_revision='1.3012'20macro_revision='1.3017'
21_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])21_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22_LT_DECL(, macro_revision, 0)22_LT_DECL(, macro_revision, 0)
23])23])
2424
=== modified file 'po/LINGUAS'
--- po/LINGUAS 2009-11-25 08:13:27 +0000
+++ po/LINGUAS 2010-05-27 13:01:29 +0000
@@ -29,3 +29,4 @@
29lt29lt
30da30da
31uk31uk
32ja
3233
=== added file 'po/br.po'
--- po/br.po 1970-01-01 00:00:00 +0000
+++ po/br.po 2010-05-27 13:01:29 +0000
@@ -0,0 +1,10709 @@
1# translation of gajim.po to
2# French translations for gajim package
3# Traduction anglaise du package gajim.
4# Copyright (C) 2004 THE gajim'S COPYRIGHT HOLDER
5# This file is distributed under the same license as the gajim package.
6# Automatically generated, 2004.
7# , 2005.
8#
9#
10msgid ""
11msgstr ""
12"Project-Id-Version: gajim 0.10\n"
13"Report-Msgid-Bugs-To: \n"
14"POT-Creation-Date: 2009-10-28 22:17+0100\n"
15"PO-Revision-Date: 2006-06-05 19:14+0100\n"
16"Last-Translator: Giulia Fraboulet <djoulia_at_gmail.com>\n"
17"Language-Team: \n"
18"MIME-Version: 1.0\n"
19"Content-Type: text/plain; charset=UTF-8\n"
20"Content-Transfer-Encoding: 8bit\n"
21"Plural-Forms: nplurals=2; plural=(n > 1);\n"
22"X-Poedit-Language: French\n"
23"X-Poedit-Country: FRANCE\n"
24
25#: ../data/gajim.desktop.in.in.h:1
26msgid "A GTK+ Jabber client"
27msgstr "Ur flaperez Jabber e GTK+"
28
29#: ../data/gajim.desktop.in.in.h:2
30msgid "Gajim Instant Messenger"
31msgstr "Flaperez Gajim"
32
33#: ../data/gajim.desktop.in.in.h:3
34msgid "Jabber IM Client"
35msgstr "Flaperez Jabber"
36
37#: ../data/glade/account_context_menu.glade.h:1
38#: ../data/glade/roster_window.glade.h:7
39#, fuzzy
40msgid "Join _Group Chat..."
41msgstr "Ebarzhiñ ur _webgaoz"
42
43#: ../data/glade/account_context_menu.glade.h:2
44msgid "_Add Contact..."
45msgstr "_Ouzhpennañ un darempred..."
46
47#: ../data/glade/account_context_menu.glade.h:3
48#: ../data/glade/roster_window.glade.h:17
49msgid "_Discover Services"
50msgstr "_Dizoleiñ ar servijoù"
51
52#: ../data/glade/account_context_menu.glade.h:4
53msgid "_Execute Command..."
54msgstr ""
55
56#: ../data/glade/account_context_menu.glade.h:5
57#, fuzzy
58msgid "_Modify Account"
59msgstr "_Kemmañ ar gont..."
60
61#: ../data/glade/account_context_menu.glade.h:6
62#, fuzzy
63msgid "_Open Gmail Inbox"
64msgstr "_Digeriñ ar bostelerez"
65
66#: ../data/glade/account_context_menu.glade.h:7
67#, fuzzy
68msgid "_Personal Events"
69msgstr "Titouroù hiniennel"
70
71#: ../data/glade/account_context_menu.glade.h:8
72#: ../data/glade/roster_window.glade.h:25
73#, fuzzy
74msgid "_Start Chat..."
75msgstr "_Kregiñ da flapiñ"
76
77#: ../data/glade/account_context_menu.glade.h:9
78#: ../data/glade/zeroconf_context_menu.glade.h:2
79msgid "_Status"
80msgstr "_Stad"
81
82#: ../data/glade/account_creation_wizard_window.glade.h:1
83#, fuzzy
84msgid ""
85"<b>Connecting to server</b>\n"
86"\n"
87"Please wait..."
88msgstr ""
89"<b>O krouiñ ar gont</b>\n"
90"\n"
91"Gortozit marplij..."
92
93#: ../data/glade/account_creation_wizard_window.glade.h:4
94msgid "<b>Please choose one of the options below:</b>"
95msgstr "<b>Diuzit unan eus an dibaboù dindan :</b>"
96
97#: ../data/glade/account_creation_wizard_window.glade.h:5
98#, fuzzy
99msgid "<b>Please fill in the data for your existing account</b>"
100msgstr "<b>Leuniit an titouroù evit ho kont nevez</b>"
101
102#: ../data/glade/account_creation_wizard_window.glade.h:6
103msgid "<b>Please select a server</b>"
104msgstr ""
105
106#: ../data/glade/account_creation_wizard_window.glade.h:7
107msgid "@"
108msgstr ""
109
110#: ../data/glade/account_creation_wizard_window.glade.h:8
111msgid ""
112"Add this certificate to the list of trusted certificates.\n"
113"SHA1 fingerprint of the certificate:\n"
114msgstr ""
115
116#: ../data/glade/account_creation_wizard_window.glade.h:11
117#, fuzzy
118msgid "Anon_ymous authentication"
119msgstr "Implij an diskleriañ"
120
121#: ../data/glade/account_creation_wizard_window.glade.h:12
122msgid "Connect when I press Finish"
123msgstr "Kevreañ pa bouezan war Echuiñ"
124
125#: ../data/glade/account_creation_wizard_window.glade.h:13
126msgid "Gajim: Account Creation Wizard"
127msgstr "Gajim : Assistant de création de compte"
128
129#: ../data/glade/account_creation_wizard_window.glade.h:14
130#, fuzzy
131msgid "I already have an account I want to _use"
132msgstr "Bez em eus ur gont a fell din implij"
133
134#: ../data/glade/account_creation_wizard_window.glade.h:15
135msgid "I want to _register for a new account"
136msgstr "Fellout a ra din emezelañ evit krouiñ ur gont"
137
138#: ../data/glade/account_creation_wizard_window.glade.h:16
139#: ../data/glade/account_modification_window.glade.h:20
140#: ../data/glade/accounts_window.glade.h:25
141msgid "If checked, Gajim will remember the password for this account"
142msgstr ""
143"Si cette case est cochée, Gajim va retenir le mot de passe pour ce compte"
144
145#: ../data/glade/account_creation_wizard_window.glade.h:17
146#: ../data/glade/account_modification_window.glade.h:26
147msgid "Manage..."
148msgstr "Kemmañ..."
149
150#: ../data/glade/account_creation_wizard_window.glade.h:18
151#, fuzzy
152msgid "Prox_y:"
153msgstr "Proksi:"
154
155#: ../data/glade/account_creation_wizard_window.glade.h:19
156#: ../data/glade/account_modification_window.glade.h:40
157#: ../data/glade/accounts_window.glade.h:46
158msgid "Save pass_word"
159msgstr "Enrollañ ar _ger-kuzh"
160
161#: ../data/glade/account_creation_wizard_window.glade.h:20
162msgid "Set my profile when I connect"
163msgstr "Aozañ ma aelad pa lugan"
164
165#: ../data/glade/account_creation_wizard_window.glade.h:21
166#: ../data/glade/account_modification_window.glade.h:45
167msgid "Use custom hostname/port"
168msgstr "Implij un anv ostiz/porzh personelaet"
169
170#: ../data/glade/account_creation_wizard_window.glade.h:22
171msgid ""
172"You need to have an account in order to connect\n"
173"to the Jabber network."
174msgstr ""
175"Rankout a rit kaout ur gont evit en em lugañ\n"
176"d'ar rouedad Jabber."
177
178#: ../data/glade/account_creation_wizard_window.glade.h:24
179#: ../data/glade/roster_window.glade.h:15
180msgid "_Advanced"
181msgstr "_Mont pelloc'h"
182
183#: ../data/glade/account_creation_wizard_window.glade.h:25
184msgid "_Finish"
185msgstr "_Echuiñ"
186
187#: ../data/glade/account_creation_wizard_window.glade.h:26
188#, fuzzy
189msgid "_Hostname:"
190msgstr "Servijer:"
191
192#: ../data/glade/account_creation_wizard_window.glade.h:27
193#: ../data/glade/account_modification_window.glade.h:48
194#: ../data/glade/accounts_window.glade.h:58
195msgid "_Jabber ID:"
196msgstr "ID _Jabber:"
197
198#: ../data/glade/account_creation_wizard_window.glade.h:28
199#: ../data/glade/account_modification_window.glade.h:50
200#: ../data/glade/accounts_window.glade.h:60
201msgid "_Password:"
202msgstr "_Ger-kuzh:"
203
204#: ../data/glade/account_creation_wizard_window.glade.h:29
205msgid "_Port:"
206msgstr "_Porzh:"
207
208#: ../data/glade/account_creation_wizard_window.glade.h:30
209msgid "_Server:"
210msgstr "_Servijer:"
211
212#: ../data/glade/account_modification_window.glade.h:1
213#: ../data/glade/accounts_window.glade.h:1
214#: ../data/glade/preferences_window.glade.h:11
215msgid "<b>Miscellaneous</b>"
216msgstr "<b>A bep seurt</b>"
217
218#: ../data/glade/account_modification_window.glade.h:2
219#: ../data/glade/accounts_window.glade.h:2
220msgid "<b>OpenPGP</b>"
221msgstr "<b>OpenPGP</b>"
222
223#: ../data/glade/account_modification_window.glade.h:3
224#: ../data/glade/accounts_window.glade.h:3
225msgid "<b>Personal Information</b>"
226msgstr "<b>Titouroù hiniennel</b>"
227
228#: ../data/glade/account_modification_window.glade.h:4
229#: ../data/glade/accounts_window.glade.h:6
230#: ../data/glade/join_groupchat_window.glade.h:1
231msgid "Account"
232msgstr "Kont"
233
234#: ../data/glade/account_modification_window.glade.h:5
235msgid "Account Modification"
236msgstr "Kemmañ ar gont"
237
238#: ../data/glade/account_modification_window.glade.h:6
239#: ../data/glade/accounts_window.glade.h:8
240#, fuzzy
241msgid "Administration operations"
242msgstr "Roll ar verourien"
243
244#: ../data/glade/account_modification_window.glade.h:7
245#: ../data/glade/accounts_window.glade.h:10
246#, fuzzy
247msgid "Auto-reconnect when connection is lost"
248msgstr "Adkevreañ war-eeun pa vez kollet ar gevreadenn"
249
250#: ../data/glade/account_modification_window.glade.h:8
251#: ../data/glade/accounts_window.glade.h:11
252msgid "C_onnect on Gajim startup"
253msgstr "K_evreañ en ur loc'hañ Gajim"
254
255#: ../data/glade/account_modification_window.glade.h:9
256#: ../data/glade/accounts_window.glade.h:12
257msgid "Chan_ge Password"
258msgstr "C_heñch ar ger-kuzh"
259
260#: ../data/glade/account_modification_window.glade.h:10
261msgid ""
262"Check this so Gajim will connect in port 5223 where legacy servers are "
263"expected to have SSL capabilities. Note that Gajim uses TLS encryption by "
264"default if broadcasted by the server, and with this option enabled TLS will "
265"be disabled"
266msgstr ""
267"Si vous cochez cette case, Gajim se connectera sur le port 5223, sur lequel "
268"les serveurs sont supposés gérer le SSL. Notez que Gajim utilise le cryptage "
269"TLS par défaut si le serveur annonce qu'il le supporte, et avec cette option "
270"vous désactivez le TLS"
271
272#: ../data/glade/account_modification_window.glade.h:11
273#: ../data/glade/accounts_window.glade.h:14
274msgid "Choose _Key..."
275msgstr "Dibabit un _alc'hwezh..."
276
277#: ../data/glade/account_modification_window.glade.h:12
278#: ../data/glade/accounts_window.glade.h:15
279msgid "Click to change account's password"
280msgstr "Klikit evit cheñch ger-kuzh ar gont"
281
282#: ../data/glade/account_modification_window.glade.h:13
283#: ../data/glade/accounts_window.glade.h:16
284msgid "Click to request authorization to all contacts of another account"
285msgstr ""
286
287#: ../data/glade/account_modification_window.glade.h:14
288#: ../data/glade/accounts_window.glade.h:18
289msgid "Connection"
290msgstr "Kevreadenn"
291
292#: ../data/glade/account_modification_window.glade.h:15
293msgid "Edit Personal Information..."
294msgstr "Kemmañ an titouroù hiniennel..."
295
296#. No configured account
297#: ../data/glade/account_modification_window.glade.h:16
298#: ../data/glade/accounts_window.glade.h:21
299#: ../data/glade/roster_window.glade.h:5 ../src/common/helpers.py:1217
300#: ../src/common/helpers.py:1229 ../src/notify.py:547 ../src/notify.py:568
301#: ../src/notify.py:607 ../src/notify.py:619
302msgid "Gajim"
303msgstr "Gajim"
304
305#. FIXME: Ugly workaround.
306#. FIXME: Ugly workaround. Maybe we haven't been in any group (defaults to General)
307#. General group cannot be changed
308#: ../data/glade/account_modification_window.glade.h:17
309#: ../data/glade/accounts_window.glade.h:22
310#: ../data/glade/preferences_window.glade.h:50 ../src/common/contacts.py:98
311#: ../src/dialogs.py:103 ../src/dialogs.py:111 ../src/roster_window.py:2753
312#: ../src/roster_window.py:5351
313msgid "General"
314msgstr "Hollek"
315
316#: ../data/glade/account_modification_window.glade.h:18
317msgid "Hostname: "
318msgstr "Servijer:"
319
320#: ../data/glade/account_modification_window.glade.h:19
321#: ../data/glade/accounts_window.glade.h:23
322#, fuzzy
323msgid ""
324"If checked, Gajim will also broadcast some more IPs except from just your "
325"IP, so file transfer has higher chances of working."
326msgstr ""
327"Si cette case est cochée, Gajim va diffuser des adresses IP en plus de la "
328"votre, les transferts de fichiers ont ainsi plus de chance de fonctionner."
329
330#: ../data/glade/account_modification_window.glade.h:21
331#: ../data/glade/accounts_window.glade.h:26
332#, fuzzy
333msgid ""
334"If checked, Gajim will send keep-alive packets to prevent connection timeout "
335"which results in disconnection"
336msgstr ""
337"Si cette case est cochée, Gajim enverra des paquets de maintien de connexion "
338"pour prévenir des temps de latence pouvant entraîner des déconnexions"
339
340#: ../data/glade/account_modification_window.glade.h:22
341msgid ""
342"If checked, Gajim will store the password in ~/.gajim/config with 'read' "
343"permission only for you"
344msgstr ""
345"Si cette case est cochée, Gajim va sauvegarder le mot de passe dans ~/.gajim/"
346"config avec accès en lecture pour vous uniquement"
347
348#: ../data/glade/account_modification_window.glade.h:23
349#: ../data/glade/accounts_window.glade.h:27
350msgid ""
351"If checked, Gajim, when launched, will automatically connect to jabber using "
352"this account"
353msgstr ""
354"M'eo diuzet, ec'h emlugo Gajim da jabber en ur implij ar gont-mañ en ur "
355"loc'hañ"
356
357#: ../data/glade/account_modification_window.glade.h:24
358#: ../data/glade/accounts_window.glade.h:28
359msgid ""
360"If checked, any change to the global status (handled by the combobox at the "
361"bottom of the roster window) will change the status of this account "
362"accordingly"
363msgstr ""
364"M'eo enaouet, kement cheñchamant graet war ar stad hollek (meret gant ar "
365"voestig e traoñ ar roll-darempredoù) a gemmo stad ar gont-mañ ivez"
366
367#: ../data/glade/account_modification_window.glade.h:25
368#: ../data/glade/accounts_window.glade.h:31
369msgid "Information about you, as stored in the server"
370msgstr "Titouroù diwar ho penn, miret war ar servijer"
371
372#: ../data/glade/account_modification_window.glade.h:27
373#: ../data/glade/accounts_window.glade.h:35 ../src/config.py:1585
374#: ../src/config.py:2131
375msgid "No key selected"
376msgstr "Alc'hwez ebet diuzet"
377
378#. None means no proxy profile selected
379#: ../data/glade/account_modification_window.glade.h:29
380#: ../data/glade/accounts_window.glade.h:37
381#: ../data/glade/change_mood_dialog.glade.h:3 ../src/config.py:1106
382#: ../src/config.py:1209 ../src/config.py:1489 ../src/config.py:1494
383#: ../src/config.py:2038 ../src/config.py:2117 ../src/config.py:2130
384#: ../src/config.py:3317 ../src/config.py:3390 ../src/dialogs.py:293
385#: ../src/dialogs.py:295 ../src/dialogs.py:498 ../src/dialogs.py:511
386#: ../src/roster_window.py:2807 ../src/roster_window.py:2813
387#: ../src/roster_window.py:2818
388msgid "None"
389msgstr "Hini ebet"
390
391#: ../data/glade/account_modification_window.glade.h:30
392#: ../data/glade/accounts_window.glade.h:38
393#: ../data/glade/profile_window.glade.h:36
394msgid "Personal Information"
395msgstr "Titouroù hiniennel"
396
397#: ../data/glade/account_modification_window.glade.h:31
398msgid "Port: "
399msgstr "Porzh:"
400
401#: ../data/glade/account_modification_window.glade.h:32
402#: ../data/glade/accounts_window.glade.h:39
403msgid "Priori_ty:"
404msgstr ""
405
406#: ../data/glade/account_modification_window.glade.h:33
407#: ../data/glade/accounts_window.glade.h:40
408msgid ""
409"Priority is used in Jabber to determine who gets the events from the jabber "
410"server when two or more clients are connected using the same account; The "
411"client with the highest priority gets the events"
412msgstr ""
413
414#: ../data/glade/account_modification_window.glade.h:34
415#: ../data/glade/accounts_window.glade.h:41
416msgid "Priority will change automatically according to your status."
417msgstr ""
418
419#: ../data/glade/account_modification_window.glade.h:35
420msgid "Proxy:"
421msgstr "Proksi:"
422
423#: ../data/glade/account_modification_window.glade.h:36
424#: ../data/glade/accounts_window.glade.h:43
425msgid "Resour_ce:"
426msgstr ""
427
428#: ../data/glade/account_modification_window.glade.h:37
429#: ../data/glade/accounts_window.glade.h:44
430msgid ""
431"Resource is sent to the Jabber server in order to separate the same JID in "
432"two or more parts depending on the number of the clients connected in the "
433"same server with the same account. So you might be connected in the same "
434"account with resource 'Home' and 'Work' at the same time. The resource which "
435"has the highest priority will get the events. (see below)"
436msgstr ""
437
438#: ../data/glade/account_modification_window.glade.h:38
439msgid "Save _passphrase (insecure)"
440msgstr "_Enrollañ ar ger-kuzh (diasur)"
441
442#: ../data/glade/account_modification_window.glade.h:39
443#: ../data/glade/accounts_window.glade.h:45
444msgid "Save conversation _logs for all contacts"
445msgstr "Enrollaén an _istoradur-flapiñ evit an holl zarempredoù"
446
447#: ../data/glade/account_modification_window.glade.h:41
448msgid "Send keep-alive packets"
449msgstr "Kas ar pakadoù derc'hel al lugadenn vev"
450
451#: ../data/glade/account_modification_window.glade.h:42
452#: ../data/glade/accounts_window.glade.h:48
453msgid "Synch_ronize account status with global status"
454msgstr ""
455
456#: ../data/glade/account_modification_window.glade.h:43
457#: ../data/glade/accounts_window.glade.h:50
458#: ../data/glade/synchronise_select_account_dialog.glade.h:2
459#, fuzzy
460msgid "Synchronise contacts"
461msgstr "Diskouez an darempredoù _ezlinenn"
462
463#: ../data/glade/account_modification_window.glade.h:44
464msgid "Use _SSL (legacy)"
465msgstr "Implij _SSL"
466
467#: ../data/glade/account_modification_window.glade.h:46
468#: ../data/glade/accounts_window.glade.h:54
469msgid "Use file transfer proxies"
470msgstr "Implij ar proksioù evit treuzkas restroù"
471
472#: ../data/glade/account_modification_window.glade.h:47
473msgid "_Adjust to status"
474msgstr ""
475
476#: ../data/glade/account_modification_window.glade.h:49
477#: ../data/glade/manage_proxies_window.glade.h:13
478#, fuzzy
479msgid "_Name:"
480msgstr "_Anv:"
481
482#: ../data/glade/accounts_window.glade.h:4
483#, fuzzy
484msgid "<b>Proxy</b>"
485msgstr "<b>Perzhioù</b>"
486
487#: ../data/glade/accounts_window.glade.h:5
488#, fuzzy
489msgid "A_djust to status"
490msgstr "Goulenn evit gwelet e/he stad"
491
492#: ../data/glade/accounts_window.glade.h:7
493msgid "Accounts"
494msgstr "Kontoù"
495
496#: ../data/glade/accounts_window.glade.h:9
497#, fuzzy
498msgid "Anonymous authentication"
499msgstr "Implij an diskleriañ"
500
501#: ../data/glade/accounts_window.glade.h:13
502msgid ""
503"Check this so Gajim will ask you before sending your password over an "
504"insecure connection."
505msgstr ""
506
507#: ../data/glade/accounts_window.glade.h:17
508#, fuzzy
509msgid "Co_nnect on Gajim startup"
510msgstr "K_evreañ en ur loc'hañ Gajim"
511
512#: ../data/glade/accounts_window.glade.h:19
513#: ../data/glade/zeroconf_information_window.glade.h:2
514msgid "E-Mail:"
515msgstr "Postel:"
516
517#: ../data/glade/accounts_window.glade.h:20
518#: ../data/glade/zeroconf_information_window.glade.h:3
519#, fuzzy
520msgid "First Name:"
521msgstr "Anv:"
522
523#: ../data/glade/accounts_window.glade.h:24
524#, fuzzy
525msgid "If checked, Gajim will get the password from a GPG agent like seahorse"
526msgstr ""
527"Si cette case est cochée, Gajim va retenir le mot de passe pour ce compte"
528
529#: ../data/glade/accounts_window.glade.h:29
530msgid ""
531"If the default port that is used for incoming messages is unfitting for your "
532"setup you can select another one here.\n"
533"You might consider to change possible firewall settings."
534msgstr ""
535
536#: ../data/glade/accounts_window.glade.h:32
537#: ../data/glade/zeroconf_information_window.glade.h:4 ../src/config.py:1612
538#: ../src/dialogs.py:806
539msgid "Jabber ID:"
540msgstr "ID Jabber:"
541
542#: ../data/glade/accounts_window.glade.h:33
543#: ../data/glade/zeroconf_information_window.glade.h:5
544#, fuzzy
545msgid "Last Name:"
546msgstr "Anv:"
547
548#: ../data/glade/accounts_window.glade.h:34
549#, fuzzy
550msgid "Mer_ge accounts"
551msgstr "_Strollañ ar c'hontoù"
552
553#. Rename
554#: ../data/glade/accounts_window.glade.h:42 ../src/roster_window.py:5302
555msgid "Re_name"
556msgstr "_Adenvel"
557
558#: ../data/glade/accounts_window.glade.h:47
559#, fuzzy
560msgid "Send _keep-alive packets"
561msgstr "Kas ar pakadoù derc'hel al lugadenn vev"
562
563#: ../data/glade/accounts_window.glade.h:49
564msgid "Synchroni_ze account status with global status"
565msgstr ""
566
567#: ../data/glade/accounts_window.glade.h:51
568msgid "Use G_PG Agent"
569msgstr ""
570
571#: ../data/glade/accounts_window.glade.h:52
572#, fuzzy
573msgid "Use cust_om hostname/port"
574msgstr "Implij un anv ostiz/porzh personelaet"
575
576#: ../data/glade/accounts_window.glade.h:53
577#, fuzzy
578msgid "Use cust_om port:"
579msgstr "Implij un anv ostiz/porzh personelaet"
580
581#: ../data/glade/accounts_window.glade.h:55
582#, fuzzy
583msgid "_Edit Personal Information..."
584msgstr "Kemmañ an titouroù hiniennel..."
585
586#: ../data/glade/accounts_window.glade.h:56
587#, fuzzy
588msgid "_Enable"
589msgstr "Enaouiñ"
590
591#: ../data/glade/accounts_window.glade.h:57
592#, fuzzy
593msgid "_Hostname: "
594msgstr "Servijer:"
595
596#: ../data/glade/accounts_window.glade.h:59
597#, fuzzy
598msgid "_Manage..."
599msgstr "Kemmañ..."
600
601#: ../data/glade/accounts_window.glade.h:61
602#, fuzzy
603msgid "_Port: "
604msgstr "_Porzh:"
605
606#: ../data/glade/accounts_window.glade.h:62
607msgid "_Warn before using an insecure connection"
608msgstr ""
609
610#: ../data/glade/accounts_window.glade.h:63
611msgid "_use HTTP__PROXY environment variable"
612msgstr ""
613
614#: ../data/glade/accounts_window.glade.h:64
615msgid "gtk-add"
616msgstr ""
617
618#: ../data/glade/accounts_window.glade.h:65
619#: ../data/glade/features_window.glade.h:4
620#: ../data/glade/manage_sounds_window.glade.h:1
621msgid "gtk-close"
622msgstr ""
623
624#: ../data/glade/accounts_window.glade.h:66
625msgid "gtk-remove"
626msgstr ""
627
628#: ../data/glade/add_new_contact_window.glade.h:1
629#, fuzzy
630msgid "A_ccount:"
631msgstr "Kont"
632
633#: ../data/glade/add_new_contact_window.glade.h:2
634#, fuzzy
635msgid "A_llow this contact to view my status"
636msgstr "He/E aotren da welet ma stad"
637
638#: ../data/glade/add_new_contact_window.glade.h:3
639msgid "Add New Contact"
640msgstr "Ouzhpennañ un darempred nevez"
641
642#: ../data/glade/add_new_contact_window.glade.h:4
643msgid "I would like to add you to my contact list."
644msgstr "Me blijfe din ouzhpennañ ac'hanoc'h em roll-darempredoù."
645
646#: ../data/glade/add_new_contact_window.glade.h:5
647msgid ""
648"You have to register with this transport\n"
649"to be able to add a contact from this\n"
650"protocol. Click on register button to\n"
651"proceed."
652msgstr ""
653
654#: ../data/glade/add_new_contact_window.glade.h:9
655msgid ""
656"You must be connected to the transport to be able\n"
657"to add a contact from this protocol."
658msgstr ""
659
660#: ../data/glade/add_new_contact_window.glade.h:11
661#, fuzzy
662msgid "_Group:"
663msgstr "Strollad:"
664
665#: ../data/glade/add_new_contact_window.glade.h:12
666#, fuzzy
667msgid "_Nickname:"
668msgstr "Lesanv:"
669
670#: ../data/glade/add_new_contact_window.glade.h:13
671#, fuzzy
672msgid "_Protocol:"
673msgstr "Protokol:"
674
675#: ../data/glade/add_new_contact_window.glade.h:14
676#, fuzzy
677msgid "_Register"
678msgstr "_Emezelañ"
679
680#: ../data/glade/add_new_contact_window.glade.h:15
681#, fuzzy
682msgid "_User ID:"
683msgstr "ID arveriad-ez:"
684
685#: ../data/glade/adhoc_commands_window.glade.h:1
686#, fuzzy
687msgid "<b>An error has occurred:</b>"
688msgstr "Une erreur de protocole s'est produite :"
689
690#: ../data/glade/adhoc_commands_window.glade.h:2
691msgid "<b>Choose command to execute:</b>"
692msgstr ""
693
694#: ../data/glade/adhoc_commands_window.glade.h:3
695msgid "Ad-hoc Commands - Gajim"
696msgstr ""
697
698#: ../data/glade/adhoc_commands_window.glade.h:4
699msgid "Check once more"
700msgstr ""
701
702#: ../data/glade/adhoc_commands_window.glade.h:5
703#, fuzzy
704msgid "Error description..."
705msgstr "Taolennadur"
706
707#: ../data/glade/adhoc_commands_window.glade.h:6
708#, fuzzy
709msgid "Please wait while retrieving command list..."
710msgstr "Gortozit marplij e keit ma vez dilec'hiet an istoradur..."
711
712#: ../data/glade/adhoc_commands_window.glade.h:7
713#, fuzzy
714msgid "Please wait while the command is sending..."
715msgstr "Gortozit marplij e keit ma vez dilec'hiet an istoradur..."
716
717#: ../data/glade/adhoc_commands_window.glade.h:8
718msgid "Please wait..."
719msgstr ""
720
721#: ../data/glade/adhoc_commands_window.glade.h:9
722msgid "This jabber entity does not expose any commands."
723msgstr ""
724
725#: ../data/glade/advanced_configuration_window.glade.h:1
726#: ../data/glade/features_window.glade.h:1
727msgid "<b>Description</b>"
728msgstr "<b>Taolennadur</b>"
729
730#: ../data/glade/advanced_configuration_window.glade.h:2
731#, fuzzy
732msgid "<b>NOTE:</b> You should restart Gajim for some settings to take effect"
733msgstr ""
734"<b>NOTENN :</b> Dav eo deoc'h adloc'hañ Gajim evit ma vo efedus kemmoù 'zo"
735
736#: ../data/glade/advanced_configuration_window.glade.h:3
737msgid "Advanced Configuration Editor"
738msgstr "Aozer kefluniañ dre ar munut"
739
740#: ../data/glade/advanced_configuration_window.glade.h:4
741msgid "Filter:"
742msgstr "Sil:"
743
744#: ../data/glade/advanced_menuitem_menu.glade.h:1
745msgid "Delete MOTD"
746msgstr "Dilemel MOTD"
747
748#: ../data/glade/advanced_menuitem_menu.glade.h:2
749msgid "Deletes Message of the Day"
750msgstr "A zilam kemennadenn an devezh"
751
752#: ../data/glade/advanced_menuitem_menu.glade.h:3
753#, fuzzy
754msgid "Edit _Privacy Lists..."
755msgstr "Flapoù prevez"
756
757#: ../data/glade/advanced_menuitem_menu.glade.h:4
758#, fuzzy
759msgid "Sends a message to users currently connected to this server"
760msgstr "A gas ur gemennadenn d'an arveridi luget war ar servijer-mañ"
761
762#: ../data/glade/advanced_menuitem_menu.glade.h:5
763#, fuzzy
764msgid "Set MOTD..."
765msgstr "Lakaat MOTD"
766
767#: ../data/glade/advanced_menuitem_menu.glade.h:6
768msgid "Sets Message of the Day"
769msgstr "A laka kemennadenn an devezh"
770
771#: ../data/glade/advanced_menuitem_menu.glade.h:7
772#, fuzzy
773msgid "Show _XML Console"
774msgstr "Diskouez ar gonsol _XML"
775
776#: ../data/glade/advanced_menuitem_menu.glade.h:8
777#, fuzzy
778msgid "Update MOTD..."
779msgstr "Hizivaat MOTD"
780
781#: ../data/glade/advanced_menuitem_menu.glade.h:9
782msgid "Updates Message of the Day"
783msgstr "A hiziva kemennadenn an devez"
784
785#: ../data/glade/advanced_menuitem_menu.glade.h:10
786msgid "_Administrator"
787msgstr "_Merour-ez"
788
789#: ../data/glade/advanced_menuitem_menu.glade.h:11
790#, fuzzy
791msgid "_Send Server Message..."
792msgstr "_Kas ur gemennadenn d'ar servijer"
793
794#: ../data/glade/advanced_notifications_window.glade.h:1
795msgid " a window/tab opened with that contact "
796msgstr ""
797
798#: ../data/glade/advanced_notifications_window.glade.h:2
799#, fuzzy
800msgid "<b>Actions</b>"
801msgstr "<b>Poelladoù</b>"
802
803#: ../data/glade/advanced_notifications_window.glade.h:3
804#, fuzzy
805msgid "<b>Conditions</b>"
806msgstr "<b>Sonioù</b>"
807
808#: ../data/glade/advanced_notifications_window.glade.h:4
809#: ../data/glade/preferences_window.glade.h:15
810msgid "<b>Sounds</b>"
811msgstr "<b>Sonioù</b>"
812
813#: ../data/glade/advanced_notifications_window.glade.h:5
814#, fuzzy
815msgid "Advanced Actions"
816msgstr "Actions a_vancées"
817
818#: ../data/glade/advanced_notifications_window.glade.h:6
819#, fuzzy
820msgid "Advanced Notifications Control"
821msgstr "Aozer kefluniañ dre ar munut"
822
823#: ../data/glade/advanced_notifications_window.glade.h:7
824#, fuzzy
825msgid "All statuses"
826msgstr "Stad:"
827
828#: ../data/glade/advanced_notifications_window.glade.h:8
829#: ../src/common/commands.py:101 ../src/common/helpers.py:219
830msgid "Away"
831msgstr "Ezvezant"
832
833#: ../data/glade/advanced_notifications_window.glade.h:9
834msgid "Busy "
835msgstr ""
836
837#: ../data/glade/advanced_notifications_window.glade.h:10
838msgid "Don't have "
839msgstr ""
840
841#: ../data/glade/advanced_notifications_window.glade.h:11
842msgid "Have "
843msgstr ""
844
845#: ../data/glade/advanced_notifications_window.glade.h:12
846#: ../src/common/helpers.py:229
847msgid "Invisible"
848msgstr "Diwelus"
849
850#: ../data/glade/advanced_notifications_window.glade.h:13
851#, fuzzy
852msgid "Launch a command"
853msgstr "urzhiad"
854
855#: ../data/glade/advanced_notifications_window.glade.h:14
856#: ../src/common/helpers.py:202
857msgid "Not Available"
858msgstr "Dihegerz"
859
860#: ../data/glade/advanced_notifications_window.glade.h:15
861msgid "One or more special statuses..."
862msgstr ""
863
864#: ../data/glade/advanced_notifications_window.glade.h:16
865#, fuzzy
866msgid "Online / Free For Chat"
867msgstr "Prest da flapiñ"
868
869#: ../data/glade/advanced_notifications_window.glade.h:17
870#, fuzzy
871msgid "Play a sound"
872msgstr "_Seniñ"
873
874#: ../data/glade/advanced_notifications_window.glade.h:18
875msgid ""
876"Receive a Message\n"
877"Contact Disconnected \n"
878"Contact Change Status \n"
879"Group Chat Message Highlight \n"
880"Group Chat Message Received \n"
881"File Transfer Request \n"
882"File Transfer Started \n"
883"File Transfer Finished"
884msgstr ""
885
886#: ../data/glade/advanced_notifications_window.glade.h:26
887msgid "When "
888msgstr ""
889
890#: ../data/glade/advanced_notifications_window.glade.h:27
891msgid ""
892"_Activate window manager's UrgencyHint to make chat window in taskbar flash"
893msgstr ""
894
895#: ../data/glade/advanced_notifications_window.glade.h:28
896#, fuzzy
897msgid "_Disable auto opening chat window"
898msgstr "A guzha an nozelennoù er prenestroù webgaoz"
899
900#: ../data/glade/advanced_notifications_window.glade.h:29
901msgid "_Disable existing popup window"
902msgstr ""
903
904#: ../data/glade/advanced_notifications_window.glade.h:30
905msgid "_Disable existing sound for this event"
906msgstr ""
907
908#: ../data/glade/advanced_notifications_window.glade.h:31
909msgid "_Disable showing event in roster"
910msgstr ""
911
912#: ../data/glade/advanced_notifications_window.glade.h:32
913msgid "_Disable showing event in systray"
914msgstr ""
915
916#: ../data/glade/advanced_notifications_window.glade.h:33
917msgid "_Inform me with a popup window"
918msgstr ""
919
920#: ../data/glade/advanced_notifications_window.glade.h:34
921#, fuzzy
922msgid "_Open chat window with user"
923msgstr "Utiliser une seule fenê_tre de discussion avec des onglets"
924
925#: ../data/glade/advanced_notifications_window.glade.h:35
926#, fuzzy
927msgid "_Show event in roster"
928msgstr "Diskouez er _roll hepken"
929
930#: ../data/glade/advanced_notifications_window.glade.h:36
931#, fuzzy
932msgid "_Show event in systray"
933msgstr "Diskouez er _roll hepken"
934
935#: ../data/glade/advanced_notifications_window.glade.h:37
936msgid "and I "
937msgstr ""
938
939#: ../data/glade/advanced_notifications_window.glade.h:38
940msgid ""
941"contact(s)\n"
942"group(s)\n"
943"everybody"
944msgstr ""
945
946#: ../data/glade/advanced_notifications_window.glade.h:41
947#, fuzzy
948msgid "for "
949msgstr "Porzh:"
950
951#: ../data/glade/advanced_notifications_window.glade.h:42
952msgid "when I'm in"
953msgstr ""
954
955#: ../data/glade/atom_entry_window.glade.h:1
956#, fuzzy
957msgid "Entry:"
958msgstr "Bro:"
959
960#: ../data/glade/atom_entry_window.glade.h:2
961#, fuzzy
962msgid "Feed name:"
963msgstr "anv ar gwiskadur"
964
965#: ../data/glade/atom_entry_window.glade.h:3
966#, fuzzy
967msgid "Last modified:"
968msgstr "Anv:"
969
970#: ../data/glade/atom_entry_window.glade.h:4
971#, fuzzy
972msgid "New entry received"
973msgstr "Pa resever un darvoud nevez"
974
975#: ../data/glade/atom_entry_window.glade.h:5 ../src/atom_window.py:114
976msgid "You have received new entry:"
977msgstr ""
978
979#: ../data/glade/blocked_contacts_window.glade.h:1
980#, fuzzy
981msgid "Blocked Contacts"
982msgstr "Darempredoù"
983
984#: ../data/glade/change_activity_dialog.glade.h:1
985#, fuzzy
986msgid "<b>Message:</b> "
987msgstr "<b>Titouroù-stad raklakaet</b>"
988
989#: ../data/glade/change_activity_dialog.glade.h:2
990msgid "Set Activity"
991msgstr ""
992
993#: ../data/glade/change_activity_dialog.glade.h:3
994msgid "Set an activity"
995msgstr ""
996
997#: ../data/glade/change_mood_dialog.glade.h:1
998#, fuzzy
999msgid "<b>Message:</b>"
1000msgstr "<b>Titouroù-stad raklakaet</b>"
1001
1002#: ../data/glade/change_mood_dialog.glade.h:2
1003#, fuzzy
1004msgid "<b>Mood:</b>"
1005msgstr "<b>Sonioù</b>"
1006
1007#: ../data/glade/change_password_dialog.glade.h:1
1008msgid "Change Password"
1009msgstr "Cheñch ar ger-kuzh"
1010
1011#: ../data/glade/change_password_dialog.glade.h:2
1012msgid "Enter it again for confirmation:"
1013msgstr "Roit anezhañ en-dro evit kadarnaat:"
1014
1015#: ../data/glade/change_password_dialog.glade.h:3
1016msgid "Enter new password:"
1017msgstr "Roit ur ger-kuzh nevez:"
1018
1019#: ../data/glade/change_status_message_dialog.glade.h:1
1020msgid "<b>Type your new status message</b>"
1021msgstr "<b>Roit un titour-stad nevez</b>"
1022
1023#: ../data/glade/change_status_message_dialog.glade.h:2 ../src/tooltips.py:601
1024#, fuzzy
1025msgid "Activity:"
1026msgstr "Oberiant"
1027
1028#: ../data/glade/change_status_message_dialog.glade.h:3 ../src/tooltips.py:586
1029#, fuzzy
1030msgid "Mood:"
1031msgstr "Webgaoz:"
1032
1033#: ../data/glade/change_status_message_dialog.glade.h:4
1034msgid "Preset messages:"
1035msgstr "Kemennadennoù raklakaet:"
1036
1037#: ../data/glade/change_status_message_dialog.glade.h:5
1038#, fuzzy
1039msgid "Save as Preset..."
1040msgstr "Enrollañ evel raklakaet..."
1041
1042#: ../data/glade/chat_context_menu.glade.h:1
1043msgid "Join _Group Chat"
1044msgstr "Ebarzhiñ ur _webgaoz"
1045
1046#: ../data/glade/chat_context_menu.glade.h:2
1047#: ../data/glade/contact_context_menu.glade.h:16
1048#, fuzzy
1049msgid "_Add to Roster..."
1050msgstr "_Ouzhpennañ er roll"
1051
1052#: ../data/glade/chat_context_menu.glade.h:3
1053msgid "_Copy JID/Email Address"
1054msgstr "_Kopiañ ar JID/Chomlec'h postel"
1055
1056#: ../data/glade/chat_context_menu.glade.h:4
1057msgid "_Copy Link Location"
1058msgstr "_Kopiañ chomlec'h an ere"
1059
1060#: ../data/glade/chat_context_menu.glade.h:5
1061msgid "_Open Email Composer"
1062msgstr "_Digeriñ ar bostelerez"
1063
1064#: ../data/glade/chat_context_menu.glade.h:6
1065msgid "_Open Link in Browser"
1066msgstr "_Digerién an ere er furcher web"
1067
1068#: ../data/glade/chat_context_menu.glade.h:7
1069#: ../data/glade/subscription_request_popup_menu.glade.h:1
1070#: ../data/glade/systray_context_menu.glade.h:7
1071msgid "_Start Chat"
1072msgstr "_Kregiñ da flapiñ"
1073
1074#: ../data/glade/chat_to_muc_window.glade.h:1
1075#, fuzzy
1076msgid "In_vite"
1077msgstr "Diwelus"
1078
1079#: ../data/glade/chat_to_muc_window.glade.h:2
1080msgid "Invite Friends!"
1081msgstr ""
1082
1083#: ../data/glade/chat_to_muc_window.glade.h:3
1084#, fuzzy
1085msgid "MUC server"
1086msgstr "Sellerien"
1087
1088#: ../data/glade/chat_to_muc_window.glade.h:4
1089msgid "Please select a MUC server."
1090msgstr ""
1091
1092#: ../data/glade/chat_to_muc_window.glade.h:5
1093msgid ""
1094"You are going to begin a Multi-User Chat.\n"
1095"Select the contacts you want to invite"
1096msgstr ""
1097
1098#: ../data/glade/contact_context_menu.glade.h:1
1099#, fuzzy
1100msgid "A_sk to see his/her status"
1101msgstr "Goulenn evit gwelet e/he stad"
1102
1103#: ../data/glade/contact_context_menu.glade.h:2
1104#, fuzzy
1105msgid "Add Special _Notification..."
1106msgstr "Ouzhpennañ ur gelaouenn _ispisial"
1107
1108#: ../data/glade/contact_context_menu.glade.h:3
1109#, fuzzy
1110msgid "Assign Open_PGP Key..."
1111msgstr "Assigner une clé OpenPGP"
1112
1113#: ../data/glade/contact_context_menu.glade.h:4
1114#, fuzzy
1115msgid "E_xecute Command..."
1116msgstr "urzhiad"
1117
1118#: ../data/glade/contact_context_menu.glade.h:5
1119#, fuzzy
1120msgid "Edit _Groups..."
1121msgstr "Kemmañ ar _strolladoù"
1122
1123#. Invite to
1124#. Invite to Groupchat
1125#: ../data/glade/contact_context_menu.glade.h:6 ../src/roster_window.py:5257
1126#: ../src/roster_window.py:5412
1127msgid "In_vite to"
1128msgstr ""
1129
1130#: ../data/glade/contact_context_menu.glade.h:7
1131#, fuzzy
1132msgid "Invite _Contacts"
1133msgstr "Darempredoù"
1134
1135#: ../data/glade/contact_context_menu.glade.h:8
1136#, fuzzy
1137msgid "Remo_ve"
1138msgstr "_Dilemel"
1139
1140#. Send Custom Status
1141#: ../data/glade/contact_context_menu.glade.h:9 ../src/roster_window.py:5267
1142#: ../src/roster_window.py:5497
1143#, fuzzy
1144msgid "Send Cus_tom Status"
1145msgstr "Goulenn evit gwelet e/he stad"
1146
1147#: ../data/glade/contact_context_menu.glade.h:10
1148msgid "Send Single _Message..."
1149msgstr "Kas ur gemennadenn _simpl..."
1150
1151#: ../data/glade/contact_context_menu.glade.h:11
1152#, fuzzy
1153msgid "Send _File..."
1154msgstr "Kas ur _restr"
1155
1156#: ../data/glade/contact_context_menu.glade.h:12
1157msgid "Set Custom _Avatar..."
1158msgstr ""
1159
1160#: ../data/glade/contact_context_menu.glade.h:13
1161msgid "Start _Chat"
1162msgstr "Kregiñ da _flapiñ"
1163
1164#: ../data/glade/contact_context_menu.glade.h:14
1165msgid "Toggle End to End Encryption"
1166msgstr ""
1167
1168#: ../data/glade/contact_context_menu.glade.h:15
1169msgid "Toggle Open_PGP Encryption"
1170msgstr ""
1171
1172#: ../data/glade/contact_context_menu.glade.h:17
1173#, fuzzy
1174msgid "_Allow him/her to see my status"
1175msgstr "He/E aotren da welet ma stad"
1176
1177#: ../data/glade/contact_context_menu.glade.h:18
1178#: ../data/glade/gc_occupants_menu.glade.h:7 ../src/roster_window.py:5330
1179#: ../src/roster_window.py:5449 ../src/roster_window.py:5578
1180msgid "_Block"
1181msgstr ""
1182
1183#: ../data/glade/contact_context_menu.glade.h:19
1184#, fuzzy
1185msgid "_Forbid him/her to see my status"
1186msgstr "Difenn dezhañ/dezhi gwelet ma stad"
1187
1188#: ../data/glade/contact_context_menu.glade.h:20
1189#: ../data/glade/gc_control_popup_menu.glade.h:6
1190#: ../data/glade/gc_occupants_menu.glade.h:8
1191#: ../data/glade/roster_window.glade.h:21 ../src/roster_window.py:5647
1192msgid "_History"
1193msgstr "_Istoradur"
1194
1195#: ../data/glade/contact_context_menu.glade.h:21
1196msgid "_Ignore"
1197msgstr ""
1198
1199#: ../data/glade/contact_context_menu.glade.h:22
1200#, fuzzy
1201msgid "_Manage Contact"
1202msgstr "Darempredoù"
1203
1204#: ../data/glade/contact_context_menu.glade.h:23
1205#, fuzzy
1206msgid "_Rename..."
1207msgstr "_Adenvel"
1208
1209#: ../data/glade/contact_context_menu.glade.h:24
1210msgid "_Subscription"
1211msgstr "_Koumanant"
1212
1213#: ../data/glade/contact_context_menu.glade.h:25
1214#: ../data/glade/gc_occupants_menu.glade.h:13 ../src/roster_window.py:5324
1215#: ../src/roster_window.py:5443 ../src/roster_window.py:5575
1216msgid "_Unblock"
1217msgstr ""
1218
1219#: ../data/glade/contact_context_menu.glade.h:26
1220#, fuzzy
1221msgid "_Unignore"
1222msgstr "_Kenderc'hel"
1223
1224#: ../data/glade/data_form_window.glade.h:1
1225#, fuzzy
1226msgid "Fill in the form."
1227msgstr "Er strollad"
1228
1229#: ../data/glade/data_form_window.glade.h:2
1230msgid "Room Configuration"
1231msgstr "Kefluniañ ar webgaoz"
1232
1233#: ../data/glade/edit_groups_dialog.glade.h:1
1234msgid "Edit Groups"
1235msgstr "Kemmañ ar strolladoù"
1236
1237#: ../data/glade/esession_info_window.glade.h:1
1238#, fuzzy
1239msgid "(<b>ESession</b> info)"
1240msgstr "<b>Taolennadur</b>"
1241
1242#: ../data/glade/esession_info_window.glade.h:2
1243msgid "_Verify"
1244msgstr ""
1245
1246#: ../data/glade/features_window.glade.h:2
1247msgid "<b>List of possible features in Gajim:</b>"
1248msgstr ""
1249
1250#: ../data/glade/features_window.glade.h:3
1251#, fuzzy
1252msgid "Features"
1253msgstr "Perzhioù ar servijerien"
1254
1255#: ../data/glade/filetransfers.glade.h:1
1256msgid "A list of active, completed and stopped file transfers"
1257msgstr "Ur roll eus an treuzkasoù oberiant, echu pe arsavet"
1258
1259#: ../data/glade/filetransfers.glade.h:2
1260msgid "Cancel file transfer"
1261msgstr "Nullañ an treuzkas"
1262
1263#: ../data/glade/filetransfers.glade.h:3
1264msgid "Cancels the selected file transfer"
1265msgstr "A nulla an treuzkas dibabet"
1266
1267#: ../data/glade/filetransfers.glade.h:4
1268msgid "Cancels the selected file transfer and removes incomplete file"
1269msgstr "A nulla an treuzkas dibabet hag a zilam ar restr diglok"
1270
1271#: ../data/glade/filetransfers.glade.h:5
1272msgid "Clean _up"
1273msgstr "_Naetaat"
1274
1275#: ../data/glade/filetransfers.glade.h:6
1276msgid "File Transfers"
1277msgstr "Treuzkasoù"
1278
1279#: ../data/glade/filetransfers.glade.h:7
1280msgid "Hides the window"
1281msgstr "A guzha ar prenestr"
1282
1283#: ../data/glade/filetransfers.glade.h:8
1284msgid "Remove file transfer from the list."
1285msgstr "Dilemel an treuzkas restroù diwar ar roll"
1286
1287#: ../data/glade/filetransfers.glade.h:9
1288#, fuzzy
1289msgid "Removes completed, cancelled and failed file transfers from the list"
1290msgstr "Diverkañ an treuzkasadoù echu, nullaet pe sac'het"
1291
1292#: ../data/glade/filetransfers.glade.h:10
1293#, fuzzy
1294msgid "Shows a list of file transfers between you and others"
1295msgstr "A ziskouez ur roll eus an dreuzkasoù etrezoc'h hag ar re all"
1296
1297#: ../data/glade/filetransfers.glade.h:11
1298msgid ""
1299"This action removes single file transfer from the list. If the transfer is "
1300"active, it is first stopped and then removed"
1301msgstr ""
1302"An ober-mañ a zilam an treuzkasoù diouzh ar roll. Ma 'z eus un treuzkas "
1303"oberiant, e vo arsavet anezhañ ha dilamet da c'houde"
1304
1305#: ../data/glade/filetransfers.glade.h:12
1306msgid "When a file transfer is complete show a popup notification"
1307msgstr "P'eo echu un treuzkas, diskouez ur gemennadenn gelaouiñ difoupus"
1308
1309#: ../data/glade/filetransfers.glade.h:13 ../src/filetransfers_window.py:792
1310msgid "_Continue"
1311msgstr "_Kenderc'hel"
1312
1313#: ../data/glade/filetransfers.glade.h:14
1314msgid "_Notify me when a file transfer is complete"
1315msgstr "_Kelaouiñ ac'hanon p'eo echu un treuzkas"
1316
1317#: ../data/glade/filetransfers.glade.h:15 ../src/filetransfers_window.py:200
1318msgid "_Open Containing Folder"
1319msgstr "_Digeriñ ar renkell pal"
1320
1321#: ../data/glade/filetransfers.glade.h:16
1322msgid "_Pause"
1323msgstr "_Ehan"
1324
1325#: ../data/glade/filetransfers.glade.h:17
1326msgid "file transfers list"
1327msgstr "roll an treuzkasadoù"
1328
1329#: ../data/glade/gajim_themes_window.glade.h:1
1330msgid "<b>Chatstate Tab Colors</b>"
1331msgstr "<b>Liv-stad an ivinelloù</b>"
1332
1333#: ../data/glade/gajim_themes_window.glade.h:2
1334#, fuzzy
1335msgid ""
1336"Account row\n"
1337"Group row\n"
1338"Contact row\n"
1339"Chat Banner"
1340msgstr ""
1341"Kont\n"
1342"Strollad\n"
1343"Darempred\n"
1344"Titl"
1345
1346#: ../data/glade/gajim_themes_window.glade.h:6 ../src/chat_control.py:818
1347msgid "Bold"
1348msgstr "Tev"
1349
1350#: ../data/glade/gajim_themes_window.glade.h:7
1351msgid "Composing"
1352msgstr "O skrivañ"
1353
1354#: ../data/glade/gajim_themes_window.glade.h:8
1355msgid "Font style:"
1356msgstr "Neuz an nodrezh:"
1357
1358#: ../data/glade/gajim_themes_window.glade.h:9
1359msgid "Gajim Themes Customization"
1360msgstr "Personelaat gwiskadurioù Gajim"
1361
1362#: ../data/glade/gajim_themes_window.glade.h:10
1363msgid "Gone"
1364msgstr "Aet kuit"
1365
1366#: ../data/glade/gajim_themes_window.glade.h:11 ../src/common/pep.py:153
1367msgid "Inactive"
1368msgstr "Dizoberiant"
1369
1370#: ../data/glade/gajim_themes_window.glade.h:12 ../src/chat_control.py:819
1371msgid "Italic"
1372msgstr "Stouet"
1373
1374#: ../data/glade/gajim_themes_window.glade.h:13
1375msgid ""
1376"MUC\n"
1377"Messages"
1378msgstr ""
1379"Kemennadennoù\n"
1380"webgaoz"
1381
1382#: ../data/glade/gajim_themes_window.glade.h:15
1383msgid ""
1384"MUC Directed\n"
1385"Messages"
1386msgstr ""
1387"Kemennadennoù\n"
1388"kaset davet\n"
1389"webkaozioù"
1390
1391#: ../data/glade/gajim_themes_window.glade.h:17
1392msgid "Paused"
1393msgstr "Ehan"
1394
1395#: ../data/glade/gajim_themes_window.glade.h:18
1396msgid "Text _color:"
1397msgstr "_Liv ar skrid:"
1398
1399#: ../data/glade/gajim_themes_window.glade.h:19
1400msgid "Text _font:"
1401msgstr "_Nodrezh ar skrid:"
1402
1403#: ../data/glade/gajim_themes_window.glade.h:20
1404msgid "_Background:"
1405msgstr "_Drekleur:"
1406
1407#: ../data/glade/gc_control_popup_menu.glade.h:1
1408#, fuzzy
1409msgid "Change _Nickname..."
1410msgstr "Cheñch _lesanv"
1411
1412#: ../data/glade/gc_control_popup_menu.glade.h:2
1413#, fuzzy
1414msgid "Change _Subject..."
1415msgstr "Kemmañ ar _sujed"
1416
1417#: ../data/glade/gc_control_popup_menu.glade.h:3
1418#, fuzzy
1419msgid "Configure _Room..."
1420msgstr "Ke_fluniañ ar flap"
1421
1422#: ../data/glade/gc_control_popup_menu.glade.h:4 ../src/disco.py:1624
1423#, fuzzy
1424msgid "_Bookmark"
1425msgstr "_Ouzhpennañ ar webgaoz d'ar sinedoù"
1426
1427#: ../data/glade/gc_control_popup_menu.glade.h:5
1428msgid "_Destroy Room"
1429msgstr ""
1430
1431#: ../data/glade/gc_control_popup_menu.glade.h:7
1432#, fuzzy
1433msgid "_Manage Room"
1434msgstr "Merañ ar sinedoù"
1435
1436#: ../data/glade/gc_control_popup_menu.glade.h:8
1437msgid "_Minimize on close"
1438msgstr ""
1439
1440#: ../data/glade/gc_occupants_menu.glade.h:1
1441msgid "Mo_derator"
1442msgstr "Ka_sour-ez"
1443
1444#: ../data/glade/gc_occupants_menu.glade.h:2
1445#, fuzzy
1446msgid "Occupant Actions"
1447msgstr "_Galloudoù an darempred"
1448
1449#: ../data/glade/gc_occupants_menu.glade.h:3
1450msgid "Send _File"
1451msgstr "Kas ur _restr"
1452
1453#: ../data/glade/gc_occupants_menu.glade.h:4
1454msgid "_Add to Roster"
1455msgstr "_Ouzhpennañ er roll"
1456
1457#: ../data/glade/gc_occupants_menu.glade.h:5
1458msgid "_Admin"
1459msgstr "_Merour-ez"
1460
1461#: ../data/glade/gc_occupants_menu.glade.h:6
1462msgid "_Ban"
1463msgstr "_Argas"
1464
1465#: ../data/glade/gc_occupants_menu.glade.h:9
1466msgid "_Kick"
1467msgstr "_Ermaeziañ"
1468
1469#: ../data/glade/gc_occupants_menu.glade.h:10
1470msgid "_Member"
1471msgstr "_Ezel"
1472
1473#: ../data/glade/gc_occupants_menu.glade.h:11
1474msgid "_Owner"
1475msgstr "_Perc'hener-ez"
1476
1477#: ../data/glade/gc_occupants_menu.glade.h:12
1478msgid "_Send Private Message"
1479msgstr "_Kas ur gemennadenn brevez"
1480
1481#: ../data/glade/gc_occupants_menu.glade.h:14
1482msgid "_Voice"
1483msgstr ""
1484
1485#: ../data/glade/groups_post_window.glade.h:1
1486msgid "Create new post"
1487msgstr ""
1488
1489#: ../data/glade/groups_post_window.glade.h:2 ../src/common/helpers.py:244
1490msgid "From"
1491msgstr "Digant"
1492
1493#. holds subject
1494#: ../data/glade/groups_post_window.glade.h:3 ../src/history_manager.py:195
1495#: ../src/history_manager.py:226
1496msgid "Subject"
1497msgstr "Titl"
1498
1499#: ../data/glade/history_manager.glade.h:1
1500msgid ""
1501"<b>WARNING:</b>\n"
1502"If you plan to do massive deletions, please make sure Gajim is not running. "
1503"Generally avoid deletions with contacts you currently chat with."
1504msgstr ""
1505
1506#: ../data/glade/history_manager.glade.h:3
1507#, fuzzy
1508msgid "<big><b>Welcome to Gajim History Logs Manager</b></big>"
1509msgstr "Merour istoradur Gajim"
1510
1511#: ../data/glade/history_manager.glade.h:4 ../src/dialogs.py:2884
1512#: ../src/dialogs.py:2987
1513msgid "Delete"
1514msgstr "Dilemel"
1515
1516#: ../data/glade/history_manager.glade.h:5
1517msgid "Export"
1518msgstr "Ezporzhiañ"
1519
1520#: ../data/glade/history_manager.glade.h:6
1521msgid "Gajim History Logs Manager"
1522msgstr "Merour istoradur Gajim"
1523
1524#: ../data/glade/history_manager.glade.h:7
1525msgid ""
1526"This log manager is not intended for log viewing. If you are looking for "
1527"such functionality, use the history window instead.\n"
1528"\n"
1529"Use this program to delete or export logs. You can select logs from the left "
1530"and/or search database from below."
1531msgstr ""
1532
1533#: ../data/glade/history_manager.glade.h:10
1534msgid "_Search Database"
1535msgstr "_Klask en titourva"
1536
1537#: ../data/glade/history_window.glade.h:1 ../src/history_window.py:316
1538msgid "Conversation History"
1539msgstr "Istoradur ar gaoz"
1540
1541#: ../data/glade/history_window.glade.h:2
1542msgid ""
1543"Enter JID or Contact name\n"
1544"Groupchat Histories\n"
1545"All Chat Histories"
1546msgstr ""
1547
1548#: ../data/glade/history_window.glade.h:5
1549#, fuzzy
1550msgid "Search:"
1551msgstr "Klask"
1552
1553#: ../data/glade/history_window.glade.h:6
1554#: ../data/glade/zeroconf_information_window.glade.h:10
1555msgid "_Log conversation history"
1556msgstr "_Istoradur flapiñ"
1557
1558#: ../data/glade/join_groupchat_window.glade.h:2
1559#, fuzzy
1560msgid "Bookmark this room"
1561msgstr "_Ouzhpennañ ar webgaoz d'ar sinedoù"
1562
1563#: ../data/glade/join_groupchat_window.glade.h:3 ../src/dialogs.py:1972
1564msgid "Join Group Chat"
1565msgstr "Ebarzhiñ ur sal-flapiñ"
1566
1567#: ../data/glade/join_groupchat_window.glade.h:4
1568#, fuzzy
1569msgid "Join this room automatically when I connect"
1570msgstr "Aozañ ma aelad pa lugan"
1571
1572#: ../data/glade/join_groupchat_window.glade.h:5
1573#: ../data/glade/manage_bookmarks_window.glade.h:5
1574msgid "Nickname:"
1575msgstr "Lesanv:"
1576
1577#: ../data/glade/join_groupchat_window.glade.h:6
1578#: ../data/glade/manage_bookmarks_window.glade.h:6
1579msgid "Password:"
1580msgstr "Ger-kuzh:"
1581
1582#: ../data/glade/join_groupchat_window.glade.h:7
1583msgid "Recently:"
1584msgstr "Nevez 'zo:"
1585
1586#: ../data/glade/join_groupchat_window.glade.h:8
1587#: ../data/glade/manage_bookmarks_window.glade.h:8
1588msgid "Room:"
1589msgstr "Webgaoz:"
1590
1591#: ../data/glade/join_groupchat_window.glade.h:9 ../src/disco.py:1201
1592#: ../src/disco.py:1628
1593msgid "_Join"
1594msgstr "E_barzhiñ"
1595
1596#: ../data/glade/manage_accounts_window.glade.h:1
1597msgid "Manage Accounts"
1598msgstr "Merañ ar c'hontoù"
1599
1600#: ../data/glade/manage_bookmarks_window.glade.h:1
1601msgid "Auto join"
1602msgstr ""
1603
1604#: ../data/glade/manage_bookmarks_window.glade.h:2
1605msgid "If checked, Gajim will join this group chat on startup"
1606msgstr "Si cette case est cochée, Gajim se connectera à ce salon au démarrage"
1607
1608#: ../data/glade/manage_bookmarks_window.glade.h:3
1609msgid "Manage Bookmarks"
1610msgstr "Merañ ar sinedoù"
1611
1612#: ../data/glade/manage_bookmarks_window.glade.h:4
1613msgid "Minimize on Auto Join"
1614msgstr ""
1615
1616#: ../data/glade/manage_bookmarks_window.glade.h:7
1617#, fuzzy
1618msgid "Print status:"
1619msgstr "Diskouez an eur:"
1620
1621#: ../data/glade/manage_bookmarks_window.glade.h:9 ../src/config.py:1602
1622msgid "Server:"
1623msgstr "Servijer:"
1624
1625#: ../data/glade/manage_bookmarks_window.glade.h:10
1626msgid "Title:"
1627msgstr "Titl:"
1628
1629#: ../data/glade/manage_pep_services_window.glade.h:1
1630#, fuzzy
1631msgid "PEP Service Configuration"
1632msgstr "Kefluniañ ar webgaoz"
1633
1634#: ../data/glade/manage_pep_services_window.glade.h:2
1635#, fuzzy
1636msgid "_Configure"
1637msgstr "_Kenderc'hel"
1638
1639#: ../data/glade/manage_pep_services_window.glade.h:3
1640#, fuzzy
1641msgid "gtk-delete"
1642msgstr "Dilemel"
1643
1644#: ../data/glade/manage_proxies_window.glade.h:1
1645msgid "<b>Properties</b>"
1646msgstr "<b>Perzhioù</b>"
1647
1648#: ../data/glade/manage_proxies_window.glade.h:2
1649msgid "<b>Settings</b>"
1650msgstr "<b>Dibarzhioù</b>"
1651
1652#: ../data/glade/manage_proxies_window.glade.h:3
1653#, fuzzy
1654msgid ""
1655"HTTP Connect\n"
1656"SOCKS5\n"
1657"BOSH"
1658msgstr "Kevreadenn HTTP"
1659
1660#: ../data/glade/manage_proxies_window.glade.h:6
1661msgid "Manage Proxy Profiles"
1662msgstr "Merañ an aeladoù proksi"
1663
1664#: ../data/glade/manage_proxies_window.glade.h:7
1665msgid "Pass_word:"
1666msgstr "_Ger-kuzh:"
1667
1668#: ../data/glade/manage_proxies_window.glade.h:8
1669#, fuzzy
1670msgid "Proxy _Host:"
1671msgstr "Proksi:"
1672
1673#: ../data/glade/manage_proxies_window.glade.h:9
1674#, fuzzy
1675msgid "Proxy _Port:"
1676msgstr "_Porzh:"
1677
1678#: ../data/glade/manage_proxies_window.glade.h:10
1679#, fuzzy
1680msgid "Use HTTP prox_y"
1681msgstr "_Implij ur proxy"
1682
1683#: ../data/glade/manage_proxies_window.glade.h:11
1684#, fuzzy
1685msgid "Use proxy auth_entication"
1686msgstr "Implij an diskleriañ"
1687
1688#: ../data/glade/manage_proxies_window.glade.h:12
1689#, fuzzy
1690msgid "_BOSH URL:"
1691msgstr "_URL :"
1692
1693#: ../data/glade/manage_proxies_window.glade.h:14
1694#, fuzzy
1695msgid "_Type:"
1696msgstr "Doare:"
1697
1698#: ../data/glade/manage_proxies_window.glade.h:15
1699msgid "_Username:"
1700msgstr "_Anv:"
1701
1702#: ../data/glade/message_window.glade.h:1
1703#, fuzzy
1704msgid "Add this contact to roster (Ctrl+D)"
1705msgstr "Ouzhennañ an darempred d'ar roll"
1706
1707#: ../data/glade/message_window.glade.h:2
1708#, fuzzy
1709msgid "Bookmark this room (Ctrl+B)"
1710msgstr "_Ouzhpennañ ar webgaoz d'ar sinedoù"
1711
1712#: ../data/glade/message_window.glade.h:3
1713msgid "Browse the chat history (Ctrl+H)"
1714msgstr ""
1715
1716#: ../data/glade/message_window.glade.h:4
1717msgid "Change the room's subject (Alt+T)"
1718msgstr ""
1719
1720#: ../data/glade/message_window.glade.h:5
1721#, fuzzy
1722msgid "Change your nickname (Ctrl+N)"
1723msgstr "Cheñch _lesanv"
1724
1725#: ../data/glade/message_window.glade.h:6
1726#, fuzzy
1727msgid "Invite contacts to the conversation (Ctrl+G)"
1728msgstr "a zo aketus d'ar gaozeadenn"
1729
1730#: ../data/glade/message_window.glade.h:7
1731msgid "Send a file (Ctrl+F)"
1732msgstr ""
1733
1734#: ../data/glade/message_window.glade.h:8
1735#, fuzzy
1736msgid "Show a list of emoticons (Alt+M)"
1737msgstr "Klikit evit enlakaat ur boulomell (Alt+M)"
1738
1739#: ../data/glade/message_window.glade.h:9
1740#, fuzzy
1741msgid "Show a list of formattings"
1742msgstr "Klikit evit enlakaat ur boulomell (Alt+M)"
1743
1744#: ../data/glade/message_window.glade.h:10
1745msgid "Show a menu of advanced functions (Alt+A)"
1746msgstr ""
1747
1748#: ../data/glade/message_window.glade.h:11
1749msgid "Show the contact's profile (Ctrl+I)"
1750msgstr ""
1751
1752#. Make sure the character after "_" is not M/m (conflicts with Alt+M that is supposed to show the Emoticon Selector)
1753#: ../data/glade/message_window.glade.h:13
1754#: ../data/glade/xml_console_window.glade.h:11
1755#: ../src/filetransfers_window.py:260
1756msgid "_Send"
1757msgstr "_Kas"
1758
1759#: ../data/glade/passphrase_dialog.glade.h:1
1760msgid "Passphrase"
1761msgstr "Ger-kuzh"
1762
1763#: ../data/glade/preferences_window.glade.h:1
1764msgid "<b>Advanced Configuration Editor</b>"
1765msgstr "<b>Aozer kefluniañ munut</b>"
1766
1767#: ../data/glade/preferences_window.glade.h:2
1768msgid "<b>Applications</b>"
1769msgstr "<b>Poelladoù</b>"
1770
1771#: ../data/glade/preferences_window.glade.h:3
1772#, fuzzy
1773msgid "<b>Auto Status</b>"
1774msgstr "<b>Poelladoù</b>"
1775
1776#: ../data/glade/preferences_window.glade.h:4
1777#, fuzzy
1778msgid "<b>Chat Appearance</b>"
1779msgstr "<b>Furmad ul linenn</b>"
1780
1781#: ../data/glade/preferences_window.glade.h:5
1782#, fuzzy
1783msgid "<b>Chat Line Colors</b>"
1784msgstr "<b>Liv-stad an ivinelloù</b>"
1785
1786#: ../data/glade/preferences_window.glade.h:6
1787#, fuzzy
1788msgid "<b>Chat state notifications</b>"
1789msgstr "<b>Kelaouennoù dre welet</b>"
1790
1791#. a header for custom browser/client/file manager. so translate sth like: Custom Settings
1792#: ../data/glade/preferences_window.glade.h:8
1793msgid "<b>Custom</b>"
1794msgstr "<b>Personelaet</b>"
1795
1796#: ../data/glade/preferences_window.glade.h:9
1797#, fuzzy
1798msgid "<b>Font</b>"
1799msgstr "<b>Sonioù</b>"
1800
1801#: ../data/glade/preferences_window.glade.h:10
1802#, fuzzy
1803msgid "<b>GMail Options</b>"
1804msgstr "<b>Poelladoù</b>"
1805
1806#: ../data/glade/preferences_window.glade.h:12
1807msgid "<b>Preset Status Messages</b>"
1808msgstr "<b>Titouroù-stad raklakaet</b>"
1809
1810#: ../data/glade/preferences_window.glade.h:13
1811#, fuzzy
1812msgid "<b>Privacy</b>"
1813msgstr "<b>Perzhioù</b>"
1814
1815#: ../data/glade/preferences_window.glade.h:14
1816msgid "<b>Roster Appearance</b>"
1817msgstr ""
1818
1819#: ../data/glade/preferences_window.glade.h:16
1820#, fuzzy
1821msgid "<b>Status Messages</b>"
1822msgstr "<b>Titouroù-stad raklakaet</b>"
1823
1824#: ../data/glade/preferences_window.glade.h:17
1825#, fuzzy
1826msgid "<b>Themes</b>"
1827msgstr "<b>Perzhioù</b>"
1828
1829#: ../data/glade/preferences_window.glade.h:18
1830msgid "<b>Visual Notifications</b>"
1831msgstr "<b>Kelaouennoù dre welet</b>"
1832
1833#: ../data/glade/preferences_window.glade.h:19
1834msgid "Advanced"
1835msgstr "Dre ar munut"
1836
1837#: ../data/glade/preferences_window.glade.h:20
1838#, fuzzy
1839msgid "Advanced..."
1840msgstr "Dre ar munut"
1841
1842#: ../data/glade/preferences_window.glade.h:21
1843msgid ""
1844"All chat states\n"
1845"Composing only\n"
1846"Disabled"
1847msgstr ""
1848"An holl stadoù\n"
1849"O skrivañ hepken\n"
1850"Lazhet"
1851
1852#: ../data/glade/preferences_window.glade.h:24
1853msgid "Allow _OS information to be sent"
1854msgstr "Aotren e vefe kaset titouroù diwar-benn an _OS"
1855
1856#: ../data/glade/preferences_window.glade.h:25
1857msgid "Allow popup/notifications when I'm _away/na/busy/invisible"
1858msgstr "Aotren ar c'helaouennoù p'emaon _ezvezant/dihegerz/busy/diwelus"
1859
1860#: ../data/glade/preferences_window.glade.h:26
1861msgid "Allow sound when I'm _busy"
1862msgstr ""
1863
1864#: ../data/glade/preferences_window.glade.h:27
1865msgid "Ask status message when I:"
1866msgstr "Goulenn an titour-stad pa:"
1867
1868#: ../data/glade/preferences_window.glade.h:28
1869#, fuzzy
1870msgid ""
1871"Autodetect on every Gajim startup\n"
1872"Always use GNOME default applications\n"
1873"Always use KDE default applications\n"
1874"Always use Xfce default applications\n"
1875"Custom"
1876msgstr ""
1877"Détection automatique à chaque démarrage\n"
1878"Toujours utiliser les applications par défaut de GNOME\n"
1879"Toujours utiliser les applications par défaut de KDE\n"
1880"Personnalisé"
1881
1882#: ../data/glade/preferences_window.glade.h:33
1883#, fuzzy
1884msgid "Chat message:"
1885msgstr "_Titour-stad:"
1886
1887#: ../data/glade/preferences_window.glade.h:34
1888msgid "Check on startup if Gajim is the _default Jabber client"
1889msgstr ""
1890
1891#: ../data/glade/preferences_window.glade.h:35
1892msgid "Configure color and font of the interface"
1893msgstr ""
1894
1895#: ../data/glade/preferences_window.glade.h:36
1896msgid ""
1897"Detached roster with detached chats\n"
1898"Detached roster with single chat\n"
1899"Single window for everything\n"
1900"Detached roster with chat grouped by account\n"
1901"Detached roster with chat grouped by type"
1902msgstr ""
1903
1904#: ../data/glade/preferences_window.glade.h:41
1905#, fuzzy
1906msgid "Display _activity of contacts in roster"
1907msgstr "Diskouez _skeudennigoù an darempredoù er roll"
1908
1909#: ../data/glade/preferences_window.glade.h:42
1910msgid "Display _extra email details"
1911msgstr ""
1912
1913#: ../data/glade/preferences_window.glade.h:43
1914#, fuzzy
1915msgid "Display _tunes of contacts in roster"
1916msgstr "Diskouez _skeudennigoù an darempredoù er roll"
1917
1918#: ../data/glade/preferences_window.glade.h:44
1919msgid "Display a_vatars of contacts in roster"
1920msgstr "Diskouez _skeudennigoù an darempredoù er roll"
1921
1922#: ../data/glade/preferences_window.glade.h:45
1923#, fuzzy
1924msgid "Display m_ood of contacts in roster"
1925msgstr "Diskouez _skeudennigoù an darempredoù er roll"
1926
1927#: ../data/glade/preferences_window.glade.h:46
1928msgid "Display status _messages of contacts in roster"
1929msgstr "Diskouez titouroù-stad an darempredoù e-barzh ar roll"
1930
1931#: ../data/glade/preferences_window.glade.h:47
1932#, fuzzy
1933msgid ""
1934"Gajim can send and receive meta-information related to a conversation you "
1935"may have with a contact. Here you can specify which chatstates you want to "
1936"display in chat windows."
1937msgstr ""
1938"Gajim peut envoyer et recevoir des meta-informations concernant les "
1939"conversations que vous pouvez avoir avec un contact. Vous pouvez ici "
1940"spécifier quel état de conversation vous voulez envoyer à vos contacts"
1941
1942#: ../data/glade/preferences_window.glade.h:48
1943msgid ""
1944"Gajim can send and receive meta-information related to a conversation you "
1945"may have with a contact. Here you can specify which chatstates you want to "
1946"send to the other party."
1947msgstr ""
1948"Gajim peut envoyer et recevoir des meta-informations concernant les "
1949"conversations que vous pouvez avoir avec un contact. Vous pouvez ici "
1950"spécifier quel état de conversation vous voulez envoyer à vos contacts"
1951
1952#: ../data/glade/preferences_window.glade.h:49
1953msgid ""
1954"Gajim will notify you via a popup window in the bottom right of the screen "
1955"about contacts that just signed out"
1956msgstr ""
1957"Gajim vous signalera par une fenêtre de notification en bas à droite de "
1958"l'écran qu'un contact s'est déconnecté"
1959
1960#: ../data/glade/preferences_window.glade.h:51
1961#, fuzzy
1962msgid "Hide all buttons in chat windows"
1963msgstr "A guzha an nozelennoù er prenestroù webgaoz"
1964
1965#: ../data/glade/preferences_window.glade.h:52
1966#, fuzzy
1967msgid ""
1968"If checked, Gajim will allow others to detect the operation system you are "
1969"using"
1970msgstr "Si cette case est cochée, Gajim se connectera à ce salon au démarrage"
1971
1972#: ../data/glade/preferences_window.glade.h:53
1973msgid ""
1974"If checked, Gajim will also include information about the sender of the new "
1975"emails"
1976msgstr ""
1977
1978#: ../data/glade/preferences_window.glade.h:54
1979#, fuzzy
1980msgid ""
1981"If checked, Gajim will change status to Away when the computer is unused."
1982msgstr ""
1983"Si cette case est cochée, Gajim placera une icône dans la zone de "
1984"notification"
1985
1986#: ../data/glade/preferences_window.glade.h:55
1987msgid ""
1988"If checked, Gajim will change status to Not Available when the computer has "
1989"not been used even longer"
1990msgstr ""
1991
1992#: ../data/glade/preferences_window.glade.h:56
1993msgid ""
1994"If checked, Gajim will display avatars of contacts in roster window and in "
1995"group chats"
1996msgstr ""
1997"Si cette case est cochée, Gajim affichera l'avatar de chaque contact dans la "
1998"fenêtre principale et les salons"
1999
2000#: ../data/glade/preferences_window.glade.h:57
2001msgid ""
2002"If checked, Gajim will display status messages of contacts under the contact "
2003"name in roster window and in group chats"
2004msgstr ""
2005"Si cette case est cochée, Gajim affichera le message d'état, sous le nom de "
2006"chaque contact dans la fenêtre principale et les salons"
2007
2008#: ../data/glade/preferences_window.glade.h:58
2009#, fuzzy
2010msgid ""
2011"If checked, Gajim will display the activity of contacts in the roster window"
2012msgstr ""
2013"Si cette case est cochée, Gajim affichera l'avatar de chaque contact dans la "
2014"fenêtre principale et les salons"
2015
2016#: ../data/glade/preferences_window.glade.h:59
2017#, fuzzy
2018msgid ""
2019"If checked, Gajim will display the mood of contacts in the roster window"
2020msgstr ""
2021"Si cette case est cochée, Gajim affichera l'avatar de chaque contact dans la "
2022"fenêtre principale et les salons"
2023
2024#: ../data/glade/preferences_window.glade.h:60
2025#, fuzzy
2026msgid ""
2027"If checked, Gajim will display the tunes of contacts in the roster window"
2028msgstr ""
2029"Si cette case est cochée, Gajim affichera l'avatar de chaque contact dans la "
2030"fenêtre principale et les salons"
2031
2032#: ../data/glade/preferences_window.glade.h:61
2033msgid ""
2034"If checked, Gajim will highlight spelling errors in input fields of chat "
2035"windows. If no language is explicitly set via right click on the input "
2036"field, the default language will be used for this contact or group chat."
2037msgstr ""
2038
2039#: ../data/glade/preferences_window.glade.h:62
2040#, fuzzy
2041msgid ""
2042"If checked, Gajim will ignore incoming events from unauthorized contacts. "
2043"Use with caution, because it blocks all messages from any contact that is "
2044"not in the roster"
2045msgstr ""
2046"Cochez cette option seulement si quelqu'un n'appartenant pas à votre liste "
2047"vous spamme/ennuie. Utilisez la avec précaution, car elle bloque tous les "
2048"messages des contacts qui ne sont pas dans votre liste"
2049
2050#: ../data/glade/preferences_window.glade.h:63
2051msgid ""
2052"If checked, Gajim will keep logs for encrypted messages. Please note that "
2053"when using E2E encryption the remote party has to agree on logging, else the "
2054"messages will not be logged."
2055msgstr ""
2056
2057#: ../data/glade/preferences_window.glade.h:64
2058msgid ""
2059"If checked, Gajim will show a notification when a new e-mail is received via "
2060"GMail"
2061msgstr ""
2062
2063#: ../data/glade/preferences_window.glade.h:65
2064msgid ""
2065"If checked, Gajim will use protocol-specific status icons. (eg. A contact "
2066"from MSN will have the equivalent msn icon for status online, away, busy, "
2067"etc...)"
2068msgstr ""
2069"Si cette case est cochée, Gajim utilisera des icônes d'état spécifiques aux "
2070"protocoles. (Par ex. un contact MSN aura les icônes de MSN pour les états "
2071"disponible, absent, occupé, etc)"
2072
2073#: ../data/glade/preferences_window.glade.h:66
2074msgid ""
2075"If enabled, Gajim will not ask for a status message. The specified default "
2076"message will be used instead."
2077msgstr ""
2078
2079#: ../data/glade/preferences_window.glade.h:67
2080msgid ""
2081"If not disabled, Gajim will replace ascii smilies like ':)' with equivalent "
2082"animated or static graphical emoticons"
2083msgstr ""
2084"M'eo lazhet, ne vo ket erlec'hiet ar voulomelloù ascii doare ':)' gant "
2085"boulomelloù grafikel fiñv pe difiñv"
2086
2087#: ../data/glade/preferences_window.glade.h:68
2088msgid "Log _encrypted chat session"
2089msgstr ""
2090
2091#: ../data/glade/preferences_window.glade.h:69
2092#, fuzzy
2093msgid "Ma_ke message windows compact"
2094msgstr "Ur prenestr-flapiñ:"
2095
2096#: ../data/glade/preferences_window.glade.h:70
2097msgid "Ma_nage..."
2098msgstr "Me_rañ..."
2099
2100#: ../data/glade/preferences_window.glade.h:71
2101msgid ""
2102"Never\n"
2103"Only when pending events\n"
2104"Always"
2105msgstr ""
2106
2107#: ../data/glade/preferences_window.glade.h:74
2108#, fuzzy
2109msgid "Notifications"
2110msgstr "Kemmañ ar gont"
2111
2112#: ../data/glade/preferences_window.glade.h:75
2113#, fuzzy
2114msgid "Notify me about contacts that sign _in"
2115msgstr "Ma c'helaouiñ pa c'hoarvez gant un darempred:"
2116
2117#: ../data/glade/preferences_window.glade.h:76
2118#, fuzzy
2119msgid "Notify me about contacts that sign _out"
2120msgstr "Ma c'helaouiñ pa c'hoarvez gant un darempred:"
2121
2122#: ../data/glade/preferences_window.glade.h:77
2123#, fuzzy
2124msgid "Notify on new _GMail email"
2125msgstr "Ma c'helaouiñ evit ar c'hemennadennoù _Gmail nevez"
2126
2127#: ../data/glade/preferences_window.glade.h:78
2128#, fuzzy
2129msgid "Personal Events"
2130msgstr "Titouroù hiniennel"
2131
2132#: ../data/glade/preferences_window.glade.h:79
2133msgid "Play _sounds"
2134msgstr "_Seniñ"
2135
2136#: ../data/glade/preferences_window.glade.h:80
2137msgid ""
2138"Pop it up\n"
2139"Notify me about it\n"
2140"Show only in roster"
2141msgstr ""
2142
2143#: ../data/glade/preferences_window.glade.h:83
2144msgid "Preferences"
2145msgstr "Penndibaboù"
2146
2147#: ../data/glade/preferences_window.glade.h:84
2148#, fuzzy
2149msgid "Show systray:"
2150msgstr "Diskouez er _roll hepken"
2151
2152#: ../data/glade/preferences_window.glade.h:85
2153msgid "Sign _in"
2154msgstr "_Lugañ"
2155
2156#: ../data/glade/preferences_window.glade.h:86
2157msgid "Sign _out"
2158msgstr "_Dilugañ"
2159
2160#: ../data/glade/preferences_window.glade.h:87
2161msgid ""
2162"Some messages may include rich content (formatting, colors etc). If checked, "
2163"Gajim will just display the raw message text."
2164msgstr ""
2165
2166#: ../data/glade/preferences_window.glade.h:88
2167#, fuzzy
2168msgid "Sort contacts by status"
2169msgstr "_Urzhiañ an darempredoù hervez o stad"
2170
2171#: ../data/glade/preferences_window.glade.h:89 ../src/config.py:390
2172msgid "Status"
2173msgstr "Stad"
2174
2175#: ../data/glade/preferences_window.glade.h:90
2176#, fuzzy
2177msgid "Status _iconset:"
2178msgstr "_Arlunioù-stad dre-ziouer:"
2179
2180#: ../data/glade/preferences_window.glade.h:91
2181msgid "Style"
2182msgstr ""
2183
2184#: ../data/glade/preferences_window.glade.h:92
2185msgid "T_heme:"
2186msgstr "_Gwiskadur:"
2187
2188#: ../data/glade/preferences_window.glade.h:93
2189msgid ""
2190"The auto away status message. If empty, Gajim will not change the current "
2191"status message\n"
2192"$S will be replaced by previous status message\n"
2193"$T will be replaced by auto-away timeout"
2194msgstr ""
2195
2196#: ../data/glade/preferences_window.glade.h:96
2197msgid ""
2198"The auto not available status message. If empty, Gajim will not change the "
2199"current status message\n"
2200"$S will be replaced by previous status message\n"
2201"$T will be replaced by auto-not-available timeout"
2202msgstr ""
2203
2204#: ../data/glade/preferences_window.glade.h:99
2205#, fuzzy
2206msgid "Use _transports icons"
2207msgstr "Implij arlunioù an _dorioù"
2208
2209#: ../data/glade/preferences_window.glade.h:100
2210msgid "Use system _default"
2211msgstr ""
2212
2213#: ../data/glade/preferences_window.glade.h:101
2214#, fuzzy
2215msgid "When new event is received:"
2216msgstr "Pa resever un darvoud nevez"
2217
2218#: ../data/glade/preferences_window.glade.h:102
2219#, fuzzy
2220msgid "_Away after:"
2221msgstr "Bezañ lakaet da _ezvezant war-lerc'h:"
2222
2223#: ../data/glade/preferences_window.glade.h:103
2224msgid "_Browser:"
2225msgstr "_Furcher web:"
2226
2227#: ../data/glade/preferences_window.glade.h:104
2228#, fuzzy
2229msgid "_Display chat state notifications:"
2230msgstr "Titou_roù-stad ar flap:"
2231
2232#: ../data/glade/preferences_window.glade.h:105
2233#, fuzzy
2234msgid "_Emoticons:"
2235msgstr "Boulomelloù:"
2236
2237#: ../data/glade/preferences_window.glade.h:106
2238msgid "_File manager:"
2239msgstr "Merour _restroù:"
2240
2241#: ../data/glade/preferences_window.glade.h:107
2242msgid "_Highlight misspelled words"
2243msgstr "_Islinennañ ar fazioù reizhskrivañ"
2244
2245#: ../data/glade/preferences_window.glade.h:108
2246msgid "_Ignore events from contacts not in the roster"
2247msgstr "_Chom hep teurel pled eus ar c'hemennadennoù kaset gant tud dianav"
2248
2249#: ../data/glade/preferences_window.glade.h:109
2250msgid "_Ignore rich content in incoming messages"
2251msgstr ""
2252
2253#: ../data/glade/preferences_window.glade.h:110
2254msgid "_Incoming message:"
2255msgstr "Kemennadenn o _tegouezhout:"
2256
2257#: ../data/glade/preferences_window.glade.h:111
2258msgid "_Log status changes of contacts"
2259msgstr "_Menegiñ kemmoù stad an darempredoù e-barzh an istoradur"
2260
2261#: ../data/glade/preferences_window.glade.h:112
2262msgid "_Mail client:"
2263msgstr "_Meziant posteliñ:"
2264
2265#: ../data/glade/preferences_window.glade.h:113
2266#, fuzzy
2267msgid "_Not available after:"
2268msgstr "Bezañ lakaet evel _dihegerz war-lerc'h:"
2269
2270#: ../data/glade/preferences_window.glade.h:114
2271msgid "_Open..."
2272msgstr "_Digeriñ..."
2273
2274#: ../data/glade/preferences_window.glade.h:115
2275msgid "_Outgoing message:"
2276msgstr "Kemennadenn o _vont 'maez:"
2277
2278#: ../data/glade/preferences_window.glade.h:116
2279msgid "_Reset to Default Colors"
2280msgstr "_Distreiñ gant al livioù dre-ziouer"
2281
2282#: ../data/glade/preferences_window.glade.h:117
2283#, fuzzy
2284msgid "_Send chat state notifications:"
2285msgstr "Titou_roù-stad ar flap:"
2286
2287#: ../data/glade/preferences_window.glade.h:118
2288msgid "_Status message:"
2289msgstr "_Titour-stad:"
2290
2291#: ../data/glade/preferences_window.glade.h:119
2292msgid "_URL highlight:"
2293msgstr ""
2294
2295#: ../data/glade/preferences_window.glade.h:120
2296msgid "_Window behavior:"
2297msgstr ""
2298
2299#: ../data/glade/preferences_window.glade.h:121
2300#, fuzzy
2301msgid "in _group chats"
2302msgstr "Ebarzhiñ ur _webgaoz"
2303
2304#: ../data/glade/preferences_window.glade.h:122
2305#, fuzzy
2306msgid "in _roster"
2307msgstr "Ket er roll"
2308
2309#: ../data/glade/preferences_window.glade.h:123
2310msgid "minutes"
2311msgstr "munutenn"
2312
2313#: ../data/glade/privacy_lists_window.glade.h:1
2314#, fuzzy
2315msgid "Privacy Lists:"
2316msgstr "Flapoù prevez"
2317
2318#: ../data/glade/privacy_list_window.glade.h:1
2319msgid "<b>Add / Edit a rule</b>"
2320msgstr ""
2321
2322#: ../data/glade/privacy_list_window.glade.h:2
2323#, fuzzy
2324msgid "<b>List of rules</b>"
2325msgstr "<b>Furmad ul linenn</b>"
2326
2327#: ../data/glade/privacy_list_window.glade.h:3
2328msgid "<i>Privacy List</i>"
2329msgstr ""
2330
2331#: ../data/glade/privacy_list_window.glade.h:4
2332msgid "Active for this session"
2333msgstr ""
2334
2335#: ../data/glade/privacy_list_window.glade.h:5
2336#, fuzzy
2337msgid "Active on each startup"
2338msgstr "K_evreañ en ur loc'hañ Gajim"
2339
2340#: ../data/glade/privacy_list_window.glade.h:6
2341msgid "All"
2342msgstr ""
2343
2344#: ../data/glade/privacy_list_window.glade.h:7
2345#, fuzzy
2346msgid "All (including subscription)"
2347msgstr "_Koumanant"
2348
2349#: ../data/glade/privacy_list_window.glade.h:8
2350msgid "Allow"
2351msgstr ""
2352
2353#: ../data/glade/privacy_list_window.glade.h:9
2354msgid "Deny"
2355msgstr "Nac'hañ"
2356
2357#: ../data/glade/privacy_list_window.glade.h:10
2358#, fuzzy
2359msgid "JabberID"
2360msgstr "ID Jabber:"
2361
2362#: ../data/glade/privacy_list_window.glade.h:11
2363#, fuzzy
2364msgid "Order:"
2365msgstr "Servijer:"
2366
2367#: ../data/glade/privacy_list_window.glade.h:12 ../src/dialogs.py:3114
2368#, fuzzy
2369msgid "Privacy List"
2370msgstr "Roll argas"
2371
2372#: ../data/glade/privacy_list_window.glade.h:13
2373#, fuzzy
2374msgid "all by subscription"
2375msgstr "_Koumanant"
2376
2377#: ../data/glade/privacy_list_window.glade.h:14
2378#, fuzzy
2379msgid "all in the group"
2380msgstr "Er strollad"
2381
2382#: ../data/glade/privacy_list_window.glade.h:15
2383msgid ""
2384"none\n"
2385"both\n"
2386"from\n"
2387"to"
2388msgstr ""
2389
2390#: ../data/glade/privacy_list_window.glade.h:19
2391#, fuzzy
2392msgid "to send me messages"
2393msgstr "Kas ur gemennadenn"
2394
2395#: ../data/glade/privacy_list_window.glade.h:20
2396msgid "to send me queries"
2397msgstr ""
2398
2399#: ../data/glade/privacy_list_window.glade.h:21
2400#, fuzzy
2401msgid "to send me status"
2402msgstr "Goulenn evit gwelet e/he stad"
2403
2404#: ../data/glade/privacy_list_window.glade.h:22
2405#, fuzzy
2406msgid "to view my status"
2407msgstr "He/E aotren da welet ma stad"
2408
2409#: ../data/glade/profile_window.glade.h:1
2410#: ../data/glade/vcard_information_window.glade.h:1
2411#, fuzzy
2412msgid "<b>Address</b>"
2413msgstr "<b>Furmad ul linenn</b>"
2414
2415#: ../data/glade/profile_window.glade.h:2
2416#, fuzzy
2417msgid "<b>Avatar:</b>"
2418msgstr "Dibab ur _skeudenn"
2419
2420#: ../data/glade/profile_window.glade.h:3
2421#: ../data/glade/vcard_information_window.glade.h:4
2422#, fuzzy
2423msgid "<b>Birthday:</b>"
2424msgstr "Deiz-ha-bloaz:"
2425
2426#: ../data/glade/profile_window.glade.h:4
2427#: ../data/glade/vcard_information_window.glade.h:5
2428#, fuzzy
2429msgid "<b>City:</b>"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches