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
1=== modified file 'ChangeLog'
2--- ChangeLog 2009-11-25 08:13:27 +0000
3+++ ChangeLog 2010-05-27 13:01:29 +0000
4@@ -1,3 +1,33 @@
5+Gajim 0.13.4 (02 April 2010)
6+
7+ * Add japanese translation
8+ * Fix some TLS connection
9+ * Don't raise a lot of "DB Error" dialog
10+ * Fix contact synchronisation
11+ * Minor fixes
12+
13+Gajim 0.13.3 (23 February 2010)
14+
15+ * Fix facebook xmpp server connection
16+ * Fix copy / paste with Ctrl+C on non-latin keyboard
17+ * Fix sending PEP information when connecting
18+ * Fix parsing HTML messages that have ascii markup
19+
20+Gajim 0.13.2 (14 January 2010)
21+
22+ * Fix some translations
23+ * Fix string comparison according to locales
24+ * Fix resizing of groupchat occupant treeview
25+ * Fix some gnomekeyring glitches
26+ * better SRV usage with libasyncns
27+ * copy emoticons when we copy / paste in conversations
28+
29+Gajim 0.13.1 (28 November 2009)
30+
31+ * Fix a bug when no account exists and bonjour is not available
32+ * Fix a bug when opening advanced option in MUC
33+ * Fix a bug when using non-BOSH proxies
34+
35 Gajim 0.13 (24 November 2009)
36
37 * Improve gtkspell (fix memleak)
38
39=== modified file 'README.html'
40--- README.html 2009-11-25 08:13:27 +0000
41+++ README.html 2010-05-27 13:01:29 +0000
42@@ -38,7 +38,7 @@
43 <li>gnome-python-desktop (for GnomeKeyring support)</li>
44 <li>notification-daemon or notify-python (and D-Bus) to get cooler popups</li>
45 <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>
46-<li>python-dbus bindings (>=0.80)</li>
47+<li>python-dbus bindings (>=0.81)</li>
48 <li>python-sexy to have clickable URLs in chat windows</li>
49 <li>python-kerberos to use GSSAPI authentification. Note: version1.1 or higher is required</li>
50 </ul>
51
52=== modified file 'aclocal.m4'
53--- aclocal.m4 2009-11-25 08:13:27 +0000
54+++ aclocal.m4 2010-05-27 13:01:29 +0000
55@@ -13,8 +13,8 @@
56
57 m4_ifndef([AC_AUTOCONF_VERSION],
58 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
59-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
60-[m4_warning([this file was generated for autoconf 2.64.
61+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
62+[m4_warning([this file was generated for autoconf 2.65.
63 You have another version of autoconf. It may work, but is not guaranteed to.
64 If you have problems, you may need to regenerate the build system entirely.
65 To do so, use the procedure documented by the package, typically `autoreconf'.])])
66
67=== modified file 'config/ltmain.sh'
68--- config/ltmain.sh 2009-11-25 08:13:27 +0000
69+++ config/ltmain.sh 2010-05-27 13:01:29 +0000
70@@ -1,6 +1,6 @@
71 # Generated from ltmain.m4sh.
72
73-# ltmain.sh (GNU libtool) 2.2.6
74+# ltmain.sh (GNU libtool) 2.2.6b
75 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
76
77 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
78@@ -65,7 +65,7 @@
79 # compiler: $LTCC
80 # compiler flags: $LTCFLAGS
81 # linker: $LD (gnu? $with_gnu_ld)
82-# $progname: (GNU libtool) 2.2.6 Debian-2.2.6a-4
83+# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2
84 # automake: $automake_version
85 # autoconf: $autoconf_version
86 #
87@@ -73,9 +73,9 @@
88
89 PROGRAM=ltmain.sh
90 PACKAGE=libtool
91-VERSION="2.2.6 Debian-2.2.6a-4"
92+VERSION="2.2.6b Debian-2.2.6b-2"
93 TIMESTAMP=""
94-package_revision=1.3012
95+package_revision=1.3017
96
97 # Be Bourne compatible
98 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
99
100=== modified file 'configure'
101--- configure 2009-11-25 08:13:27 +0000
102+++ configure 2010-05-27 13:01:29 +0000
103@@ -1,12 +1,14 @@
104 #! /bin/sh
105 # Guess values for system-dependent variables and create Makefiles.
106-# Generated by GNU Autoconf 2.64 for Gajim - A Jabber Instant Messager 0.13.
107+# Generated by GNU Autoconf 2.65 for Gajim - A Jabber Instant Messager 0.13.4.
108 #
109 # Report bugs to <http://trac.gajim.org/>.
110 #
111+#
112 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
113-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
114-# Foundation, Inc.
115+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
116+# Inc.
117+#
118 #
119 # This configure script is free software; the Free Software Foundation
120 # gives unlimited permission to copy, distribute and modify it.
121@@ -676,7 +678,8 @@
122
123
124
125-exec 7<&0 </dev/null 6>&1
126+test -n "$DJDIR" || exec 7<&0 </dev/null
127+exec 6>&1
128
129 # Name of the host.
130 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
131@@ -698,8 +701,8 @@
132 # Identity of this package.
133 PACKAGE_NAME='Gajim - A Jabber Instant Messager'
134 PACKAGE_TARNAME='gajim'
135-PACKAGE_VERSION='0.13'
136-PACKAGE_STRING='Gajim - A Jabber Instant Messager 0.13'
137+PACKAGE_VERSION='0.13.4'
138+PACKAGE_STRING='Gajim - A Jabber Instant Messager 0.13.4'
139 PACKAGE_BUGREPORT='http://trac.gajim.org/'
140 PACKAGE_URL=''
141
142@@ -1486,7 +1489,7 @@
143 # Omit some internal or obsolete options to make the list less imposing.
144 # This message is too long to be a string in the A/UX 3.1 sh.
145 cat <<_ACEOF
146-\`configure' configures Gajim - A Jabber Instant Messager 0.13 to adapt to many kinds of systems.
147+\`configure' configures Gajim - A Jabber Instant Messager 0.13.4 to adapt to many kinds of systems.
148
149 Usage: $0 [OPTION]... [VAR=VALUE]...
150
151@@ -1560,7 +1563,7 @@
152
153 if test -n "$ac_init_help"; then
154 case $ac_init_help in
155- short | recursive ) echo "Configuration of Gajim - A Jabber Instant Messager 0.13:";;
156+ short | recursive ) echo "Configuration of Gajim - A Jabber Instant Messager 0.13.4:";;
157 esac
158 cat <<\_ACEOF
159
160@@ -1594,7 +1597,7 @@
161 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
162 nonstandard directory <lib dir>
163 LIBS libraries to pass to the linker, e.g. -l<library>
164- CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
165+ CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
166 you have headers in a nonstandard directory <include dir>
167 PKG_CONFIG path to pkg-config utility
168 CPP C preprocessor
169@@ -1669,8 +1672,8 @@
170 test -n "$ac_init_help" && exit $ac_status
171 if $ac_init_version; then
172 cat <<\_ACEOF
173-Gajim - A Jabber Instant Messager configure 0.13
174-generated by GNU Autoconf 2.64
175+Gajim - A Jabber Instant Messager configure 0.13.4
176+generated by GNU Autoconf 2.65
177
178 Copyright (C) 2009 Free Software Foundation, Inc.
179 This configure script is free software; the Free Software Foundation
180@@ -1717,7 +1720,7 @@
181 ac_retval=1
182 fi
183 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
184- return $ac_retval
185+ as_fn_set_status $ac_retval
186
187 } # ac_fn_c_try_compile
188
189@@ -1763,7 +1766,7 @@
190 # left behind by Apple's compiler. We do this before executing the actions.
191 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
192 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
193- return $ac_retval
194+ as_fn_set_status $ac_retval
195
196 } # ac_fn_c_try_link
197
198@@ -1898,7 +1901,7 @@
199 ac_retval=1
200 fi
201 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
202- return $ac_retval
203+ as_fn_set_status $ac_retval
204
205 } # ac_fn_c_try_cpp
206
207@@ -1940,7 +1943,7 @@
208 fi
209 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
210 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
211- return $ac_retval
212+ as_fn_set_status $ac_retval
213
214 } # ac_fn_c_try_run
215
216@@ -2040,8 +2043,8 @@
217 This file contains any messages produced by compilers while
218 running configure, to aid debugging if configure makes a mistake.
219
220-It was created by Gajim - A Jabber Instant Messager $as_me 0.13, which was
221-generated by GNU Autoconf 2.64. Invocation command line was
222+It was created by Gajim - A Jabber Instant Messager $as_me 0.13.4, which was
223+generated by GNU Autoconf 2.65. Invocation command line was
224
225 $ $0 $@
226
227@@ -2294,7 +2297,7 @@
228 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
229 do
230 test "x$ac_site_file" = xNONE && continue
231- if test -r "$ac_site_file"; then
232+ if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
233 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
234 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
235 sed 's/^/| /' "$ac_site_file" >&5
236@@ -2303,9 +2306,9 @@
237 done
238
239 if test -r "$cache_file"; then
240- # Some versions of bash will fail to source /dev/null (special
241- # files actually), so we avoid doing that.
242- if test -f "$cache_file"; then
243+ # Some versions of bash will fail to source /dev/null (special files
244+ # actually), so we avoid doing that. DJGPP emulates it as a regular file.
245+ if test /dev/null != "$cache_file" && test -f "$cache_file"; then
246 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
247 $as_echo "$as_me: loading cache $cache_file" >&6;}
248 case $cache_file in
249@@ -2730,6 +2733,7 @@
250
251 fi
252
253+ test -d ./--version && rmdir ./--version
254 if test "${ac_cv_path_mkdir+set}" = set; then
255 MKDIR_P="$ac_cv_path_mkdir -p"
256 else
257@@ -2737,7 +2741,6 @@
258 # value for MKDIR_P within a source directory, because that will
259 # break other packages using the cache if that directory is
260 # removed, or if the value is a relative name.
261- test -d ./--version && rmdir ./--version
262 MKDIR_P="$ac_install_sh -d"
263 fi
264 fi
265@@ -2854,7 +2857,7 @@
266
267 # Define the identity of the package.
268 PACKAGE='gajim'
269- VERSION='0.13'
270+ VERSION='0.13.4'
271
272
273 cat >>confdefs.h <<_ACEOF
274@@ -3325,32 +3328,30 @@
275 ... rest of stderr output deleted ...
276 10q' conftest.err >conftest.er1
277 cat conftest.er1 >&5
278- rm -f conftest.er1 conftest.err
279 fi
280+ rm -f conftest.er1 conftest.err
281 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
282 test $ac_status = 0; }
283 done
284
285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
286 /* end confdefs.h. */
287-#include <stdio.h>
288+
289 int
290 main ()
291 {
292-FILE *f = fopen ("conftest.out", "w");
293- return ferror (f) || fclose (f) != 0;
294
295 ;
296 return 0;
297 }
298 _ACEOF
299 ac_clean_files_save=$ac_clean_files
300-ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
301+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
302 # Try to create an executable without -o first, disregard a.out.
303 # It will help us diagnose broken compilers, and finding out an intuition
304 # of exeext.
305-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
306-$as_echo_n "checking for C compiler default output file name... " >&6; }
307+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
308+$as_echo_n "checking whether the C compiler works... " >&6; }
309 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
310
311 # The possible output files:
312@@ -3412,10 +3413,10 @@
313 else
314 ac_file=''
315 fi
316-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
317-$as_echo "$ac_file" >&6; }
318 if test -z "$ac_file"; then :
319- $as_echo "$as_me: failed program was:" >&5
320+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
321+$as_echo "no" >&6; }
322+$as_echo "$as_me: failed program was:" >&5
323 sed 's/^/| /' conftest.$ac_ext >&5
324
325 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
326@@ -3423,51 +3424,18 @@
327 { as_fn_set_status 77
328 as_fn_error "C compiler cannot create executables
329 See \`config.log' for more details." "$LINENO" 5; }; }
330+else
331+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
332+$as_echo "yes" >&6; }
333 fi
334+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
335+$as_echo_n "checking for C compiler default output file name... " >&6; }
336+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
337+$as_echo "$ac_file" >&6; }
338 ac_exeext=$ac_cv_exeext
339
340-# Check that the compiler produces executables we can run. If not, either
341-# the compiler is broken, or we cross compile.
342-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
343-$as_echo_n "checking whether the C compiler works... " >&6; }
344-# If not cross compiling, check that we can run a simple program.
345-if test "$cross_compiling" != yes; then
346- if { ac_try='./$ac_file'
347- { { case "(($ac_try" in
348- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
349- *) ac_try_echo=$ac_try;;
350-esac
351-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
352-$as_echo "$ac_try_echo"; } >&5
353- (eval "$ac_try") 2>&5
354- ac_status=$?
355- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
356- test $ac_status = 0; }; }; then
357- cross_compiling=no
358- else
359- if test "$cross_compiling" = maybe; then
360- cross_compiling=yes
361- else
362- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
363-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
364-as_fn_error "cannot run C compiled programs.
365-If you meant to cross compile, use \`--host'.
366-See \`config.log' for more details." "$LINENO" 5; }
367- fi
368- fi
369-fi
370-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
371-$as_echo "yes" >&6; }
372-
373-rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
374+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
375 ac_clean_files=$ac_clean_files_save
376-# Check that the compiler produces executables we can run. If not, either
377-# the compiler is broken, or we cross compile.
378-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
379-$as_echo_n "checking whether we are cross compiling... " >&6; }
380-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
381-$as_echo "$cross_compiling" >&6; }
382-
383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
384 $as_echo_n "checking for suffix of executables... " >&6; }
385 if { { ac_try="$ac_link"
386@@ -3500,13 +3468,72 @@
387 as_fn_error "cannot compute suffix of executables: cannot compile and link
388 See \`config.log' for more details." "$LINENO" 5; }
389 fi
390-rm -f conftest$ac_cv_exeext
391+rm -f conftest conftest$ac_cv_exeext
392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
393 $as_echo "$ac_cv_exeext" >&6; }
394
395 rm -f conftest.$ac_ext
396 EXEEXT=$ac_cv_exeext
397 ac_exeext=$EXEEXT
398+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
399+/* end confdefs.h. */
400+#include <stdio.h>
401+int
402+main ()
403+{
404+FILE *f = fopen ("conftest.out", "w");
405+ return ferror (f) || fclose (f) != 0;
406+
407+ ;
408+ return 0;
409+}
410+_ACEOF
411+ac_clean_files="$ac_clean_files conftest.out"
412+# Check that the compiler produces executables we can run. If not, either
413+# the compiler is broken, or we cross compile.
414+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
415+$as_echo_n "checking whether we are cross compiling... " >&6; }
416+if test "$cross_compiling" != yes; then
417+ { { ac_try="$ac_link"
418+case "(($ac_try" in
419+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
420+ *) ac_try_echo=$ac_try;;
421+esac
422+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
423+$as_echo "$ac_try_echo"; } >&5
424+ (eval "$ac_link") 2>&5
425+ ac_status=$?
426+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
427+ test $ac_status = 0; }
428+ if { ac_try='./conftest$ac_cv_exeext'
429+ { { case "(($ac_try" in
430+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
431+ *) ac_try_echo=$ac_try;;
432+esac
433+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
434+$as_echo "$ac_try_echo"; } >&5
435+ (eval "$ac_try") 2>&5
436+ ac_status=$?
437+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
438+ test $ac_status = 0; }; }; then
439+ cross_compiling=no
440+ else
441+ if test "$cross_compiling" = maybe; then
442+ cross_compiling=yes
443+ else
444+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
445+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
446+as_fn_error "cannot run C compiled programs.
447+If you meant to cross compile, use \`--host'.
448+See \`config.log' for more details." "$LINENO" 5; }
449+ fi
450+ fi
451+fi
452+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
453+$as_echo "$cross_compiling" >&6; }
454+
455+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
456+ac_clean_files=$ac_clean_files_save
457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
458 $as_echo_n "checking for suffix of object files... " >&6; }
459 if test "${ac_cv_objext+set}" = set; then :
460@@ -5028,8 +5055,8 @@
461 ... rest of stderr output deleted ...
462 10q' conftest.err >conftest.er1
463 cat conftest.er1 >&5
464- rm -f conftest.er1 conftest.err
465 fi
466+ rm -f conftest.er1 conftest.err
467 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
468 test $ac_status = 0; }
469 done
470@@ -5413,8 +5440,8 @@
471
472
473
474-macro_version='2.2.6'
475-macro_revision='1.3012'
476+macro_version='2.2.6b'
477+macro_revision='1.3017'
478
479
480
481@@ -6085,13 +6112,13 @@
482 else
483 lt_cv_nm_interface="BSD nm"
484 echo "int some_variable = 0;" > conftest.$ac_ext
485- (eval echo "\"\$as_me:6088: $ac_compile\"" >&5)
486+ (eval echo "\"\$as_me:6115: $ac_compile\"" >&5)
487 (eval "$ac_compile" 2>conftest.err)
488 cat conftest.err >&5
489- (eval echo "\"\$as_me:6091: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
490+ (eval echo "\"\$as_me:6118: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
491 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
492 cat conftest.err >&5
493- (eval echo "\"\$as_me:6094: output\"" >&5)
494+ (eval echo "\"\$as_me:6121: output\"" >&5)
495 cat conftest.out >&5
496 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
497 lt_cv_nm_interface="MS dumpbin"
498@@ -6557,7 +6584,7 @@
499 ;;
500
501 # This must be Linux ELF.
502-linux* | k*bsd*-gnu)
503+linux* | k*bsd*-gnu | kopensolaris*-gnu)
504 lt_cv_deplibs_check_method=pass_all
505 ;;
506
507@@ -7296,7 +7323,7 @@
508 ;;
509 *-*-irix6*)
510 # Find out which ABI we are using.
511- echo '#line 7299 "configure"' > conftest.$ac_ext
512+ echo '#line 7326 "configure"' > conftest.$ac_ext
513 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
514 (eval $ac_compile) 2>&5
515 ac_status=$?
516@@ -8766,11 +8793,11 @@
517 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
518 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
519 -e 's:$: $lt_compiler_flag:'`
520- (eval echo "\"\$as_me:8769: $lt_compile\"" >&5)
521+ (eval echo "\"\$as_me:8796: $lt_compile\"" >&5)
522 (eval "$lt_compile" 2>conftest.err)
523 ac_status=$?
524 cat conftest.err >&5
525- echo "$as_me:8773: \$? = $ac_status" >&5
526+ echo "$as_me:8800: \$? = $ac_status" >&5
527 if (exit $ac_status) && test -s "$ac_outfile"; then
528 # The compiler can only warn and ignore the option if not recognized
529 # So say no if there are warnings other than the usual output.
530@@ -8935,7 +8962,7 @@
531 lt_prog_compiler_static='-non_shared'
532 ;;
533
534- linux* | k*bsd*-gnu)
535+ linux* | k*bsd*-gnu | kopensolaris*-gnu)
536 case $cc_basename in
537 # old Intel for x86_64 which still supported -KPIC.
538 ecc*)
539@@ -9105,11 +9132,11 @@
540 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
541 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
542 -e 's:$: $lt_compiler_flag:'`
543- (eval echo "\"\$as_me:9108: $lt_compile\"" >&5)
544+ (eval echo "\"\$as_me:9135: $lt_compile\"" >&5)
545 (eval "$lt_compile" 2>conftest.err)
546 ac_status=$?
547 cat conftest.err >&5
548- echo "$as_me:9112: \$? = $ac_status" >&5
549+ echo "$as_me:9139: \$? = $ac_status" >&5
550 if (exit $ac_status) && test -s "$ac_outfile"; then
551 # The compiler can only warn and ignore the option if not recognized
552 # So say no if there are warnings other than the usual output.
553@@ -9210,11 +9237,11 @@
554 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
555 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
556 -e 's:$: $lt_compiler_flag:'`
557- (eval echo "\"\$as_me:9213: $lt_compile\"" >&5)
558+ (eval echo "\"\$as_me:9240: $lt_compile\"" >&5)
559 (eval "$lt_compile" 2>out/conftest.err)
560 ac_status=$?
561 cat out/conftest.err >&5
562- echo "$as_me:9217: \$? = $ac_status" >&5
563+ echo "$as_me:9244: \$? = $ac_status" >&5
564 if (exit $ac_status) && test -s out/conftest2.$ac_objext
565 then
566 # The compiler can only warn and ignore the option if not recognized
567@@ -9265,11 +9292,11 @@
568 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
569 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
570 -e 's:$: $lt_compiler_flag:'`
571- (eval echo "\"\$as_me:9268: $lt_compile\"" >&5)
572+ (eval echo "\"\$as_me:9295: $lt_compile\"" >&5)
573 (eval "$lt_compile" 2>out/conftest.err)
574 ac_status=$?
575 cat out/conftest.err >&5
576- echo "$as_me:9272: \$? = $ac_status" >&5
577+ echo "$as_me:9299: \$? = $ac_status" >&5
578 if (exit $ac_status) && test -s out/conftest2.$ac_objext
579 then
580 # The compiler can only warn and ignore the option if not recognized
581@@ -9408,6 +9435,7 @@
582 fi
583 supports_anon_versioning=no
584 case `$LD -v 2>&1` in
585+ *GNU\ gold*) supports_anon_versioning=yes ;;
586 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
587 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
588 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
589@@ -9499,7 +9527,7 @@
590 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'
591 ;;
592
593- gnu* | linux* | tpf* | k*bsd*-gnu)
594+ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
595 tmp_diet=no
596 if test "$host_os" = linux-dietlibc; then
597 case $cc_basename in
598@@ -10961,7 +10989,7 @@
599 ;;
600
601 # This must be Linux ELF.
602-linux* | k*bsd*-gnu)
603+linux* | k*bsd*-gnu | kopensolaris*-gnu)
604 version_type=linux
605 need_lib_prefix=no
606 need_version=no
607@@ -11648,7 +11676,7 @@
608 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
609 lt_status=$lt_dlunknown
610 cat > conftest.$ac_ext <<_LT_EOF
611-#line 11651 "configure"
612+#line 11679 "configure"
613 #include "confdefs.h"
614
615 #if HAVE_DLFCN_H
616@@ -11744,7 +11772,7 @@
617 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
618 lt_status=$lt_dlunknown
619 cat > conftest.$ac_ext <<_LT_EOF
620-#line 11747 "configure"
621+#line 11775 "configure"
622 #include "confdefs.h"
623
624 #if HAVE_DLFCN_H
625@@ -14003,8 +14031,8 @@
626 # report actual input values of CONFIG_FILES etc. instead of their
627 # values after options handling.
628 ac_log="
629-This file was extended by Gajim - A Jabber Instant Messager $as_me 0.13, which was
630-generated by GNU Autoconf 2.64. Invocation command line was
631+This file was extended by Gajim - A Jabber Instant Messager $as_me 0.13.4, which was
632+generated by GNU Autoconf 2.65. Invocation command line was
633
634 CONFIG_FILES = $CONFIG_FILES
635 CONFIG_HEADERS = $CONFIG_HEADERS
636@@ -14044,6 +14072,7 @@
637
638 -h, --help print this help, then exit
639 -V, --version print version number and configuration settings, then exit
640+ --config print configuration, then exit
641 -q, --quiet, --silent
642 do not print progress messages
643 -d, --debug don't remove temporary files
644@@ -14066,10 +14095,11 @@
645
646 _ACEOF
647 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
648+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
649 ac_cs_version="\\
650-Gajim - A Jabber Instant Messager config.status 0.13
651-configured by $0, generated by GNU Autoconf 2.64,
652- with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
653+Gajim - A Jabber Instant Messager config.status 0.13.4
654+configured by $0, generated by GNU Autoconf 2.65,
655+ with options \\"\$ac_cs_config\\"
656
657 Copyright (C) 2009 Free Software Foundation, Inc.
658 This config.status script is free software; the Free Software Foundation
659@@ -14107,6 +14137,8 @@
660 ac_cs_recheck=: ;;
661 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
662 $as_echo "$ac_cs_version"; exit ;;
663+ --config | --confi | --conf | --con | --co | --c )
664+ $as_echo "$ac_cs_config"; exit ;;
665 --debug | --debu | --deb | --de | --d | -d )
666 debug=: ;;
667 --file | --fil | --fi | --f )
668@@ -14567,7 +14599,7 @@
669 t delim
670 :nl
671 h
672-s/\(.\{148\}\).*/\1/
673+s/\(.\{148\}\)..*/\1/
674 t more1
675 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
676 p
677@@ -14581,7 +14613,7 @@
678 t nl
679 :delim
680 h
681-s/\(.\{148\}\).*/\1/
682+s/\(.\{148\}\)..*/\1/
683 t more2
684 s/["\\]/\\&/g; s/^/"/; s/$/"/
685 p
686
687=== modified file 'configure.ac'
688--- configure.ac 2009-11-25 08:13:27 +0000
689+++ configure.ac 2010-05-27 13:01:29 +0000
690@@ -1,5 +1,5 @@
691 AC_INIT([Gajim - A Jabber Instant Messager],
692- [0.13],[http://trac.gajim.org/],[gajim])
693+ [0.13.4],[http://trac.gajim.org/],[gajim])
694 AC_PREREQ([2.59])
695
696 AC_CONFIG_HEADER(config.h)
697
698=== modified file 'data/glade/input_dialog.glade'
699--- data/glade/input_dialog.glade 2009-11-25 08:13:27 +0000
700+++ data/glade/input_dialog.glade 2010-05-27 13:01:29 +0000
701@@ -6,7 +6,7 @@
702 <property name="border_width">6</property>
703 <property name="type_hint">dialog</property>
704 <property name="has_separator">False</property>
705- <signal name="delete_event" handler="on_input_dialog_delete_event"/>
706+ <signal name="destroy" handler="on_input_dialog_distroy"/>
707 <child internal-child="vbox">
708 <widget class="GtkVBox" id="dialog-vbox10">
709 <property name="visible">True</property>
710
711=== modified file 'data/glade/message_window.glade'
712--- data/glade/message_window.glade 2009-11-25 08:13:27 +0000
713+++ data/glade/message_window.glade 2010-05-27 13:01:29 +0000
714@@ -14,6 +14,7 @@
715 <property name="visible">True</property>
716 <property name="can_focus">True</property>
717 <property name="scrollable">True</property>
718+ <property name="tab_border">0</property>
719 <child>
720 <widget class="GtkVBox" id="chat_child_vbox">
721 <property name="can_focus">True</property>
722@@ -510,7 +511,6 @@
723 <child>
724 <widget class="GtkImage" id="image1329">
725 <property name="visible">True</property>
726- <property name="ypad">6</property>
727 <property name="stock">gtk-close</property>
728 <property name="icon_size">1</property>
729 </widget>
730
731=== added directory 'data/iconsets/transports/facebook'
732=== removed directory 'data/iconsets/transports/facebook'
733=== added directory 'data/iconsets/transports/facebook/16x16'
734=== removed directory 'data/iconsets/transports/facebook/16x16'
735=== added file 'data/iconsets/transports/facebook/16x16/away.png'
736Binary 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
737=== removed file 'data/iconsets/transports/facebook/16x16/away.png'
738Binary 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
739=== added file 'data/iconsets/transports/facebook/16x16/chat.png'
740Binary 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
741=== removed file 'data/iconsets/transports/facebook/16x16/chat.png'
742Binary 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
743=== added file 'data/iconsets/transports/facebook/16x16/dnd.png'
744Binary 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
745=== removed file 'data/iconsets/transports/facebook/16x16/dnd.png'
746Binary 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
747=== added file 'data/iconsets/transports/facebook/16x16/not_in_roster.png'
748Binary 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
749=== removed file 'data/iconsets/transports/facebook/16x16/not_in_roster.png'
750Binary 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
751=== added file 'data/iconsets/transports/facebook/16x16/offline.png'
752Binary 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
753=== removed file 'data/iconsets/transports/facebook/16x16/offline.png'
754Binary 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
755=== added file 'data/iconsets/transports/facebook/16x16/online.png'
756Binary 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
757=== removed file 'data/iconsets/transports/facebook/16x16/online.png'
758Binary 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
759=== added file 'data/iconsets/transports/facebook/16x16/xa.png'
760Binary 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
761=== removed file 'data/iconsets/transports/facebook/16x16/xa.png'
762Binary 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
763=== added directory 'data/iconsets/transports/facebook/32x32'
764=== removed directory 'data/iconsets/transports/facebook/32x32'
765=== added file 'data/iconsets/transports/facebook/32x32/away.png'
766Binary 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
767=== removed file 'data/iconsets/transports/facebook/32x32/away.png'
768Binary 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
769=== added file 'data/iconsets/transports/facebook/32x32/chat.png'
770Binary 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
771=== removed file 'data/iconsets/transports/facebook/32x32/chat.png'
772Binary 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
773=== added file 'data/iconsets/transports/facebook/32x32/dnd.png'
774Binary 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
775=== removed file 'data/iconsets/transports/facebook/32x32/dnd.png'
776Binary 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
777=== added file 'data/iconsets/transports/facebook/32x32/not_in_roster.png'
778Binary 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
779=== removed file 'data/iconsets/transports/facebook/32x32/not_in_roster.png'
780Binary 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
781=== added file 'data/iconsets/transports/facebook/32x32/offline.png'
782Binary 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
783=== removed file 'data/iconsets/transports/facebook/32x32/offline.png'
784Binary 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
785=== added file 'data/iconsets/transports/facebook/32x32/online.png'
786Binary 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
787=== removed file 'data/iconsets/transports/facebook/32x32/online.png'
788Binary 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
789=== added file 'data/iconsets/transports/facebook/32x32/xa.png'
790Binary 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
791=== removed file 'data/iconsets/transports/facebook/32x32/xa.png'
792Binary 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
793=== added directory 'data/iconsets/transports/facebook/48x48'
794=== removed directory 'data/iconsets/transports/facebook/48x48'
795=== added file 'data/iconsets/transports/facebook/48x48/offline.png'
796Binary 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
797=== removed file 'data/iconsets/transports/facebook/48x48/offline.png'
798Binary 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
799=== added file 'data/iconsets/transports/facebook/48x48/online.png'
800Binary 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
801=== removed file 'data/iconsets/transports/facebook/48x48/online.png'
802Binary 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
803=== modified file 'data/other/cacerts.pem'
804--- data/other/cacerts.pem 2008-11-16 00:26:27 +0000
805+++ data/other/cacerts.pem 2010-05-27 13:01:29 +0000
806@@ -2507,3 +2507,48 @@
807 lhMZMHD/ivqg8faZSQNYMg6xq7I=
808 -----END CERTIFICATE-----
809
810+StartCom_root_Certificate
811+-----BEGIN CERTIFICATE-----
812+MIIHyTCCBbGgAwIBAgIBATANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJJTDEW
813+MBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwg
814+Q2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNh
815+dGlvbiBBdXRob3JpdHkwHhcNMDYwOTE3MTk0NjM2WhcNMzYwOTE3MTk0NjM2WjB9
816+MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMi
817+U2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3Rh
818+cnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUA
819+A4ICDwAwggIKAoICAQDBiNsJvGxGfHiflXu1M5DycmLWwTYgIiRezul38kMKogZk
820+pMyONvg45iPwbm2xPN1yo4UcodM9tDMr0y+v/uqwQVlntsQGfQqedIXWeUyAN3rf
821+OQVSWff0G0ZDpNKFhdLDcfN1YjS6LIp/Ho/u7TTQEceWzVI9ujPW3U3eCztKS5/C
822+Ji/6tRYccjV3yjxd5srhJosaNnZcAdt0FCX+7bWgiA/deMotHweXMAEtcnn6RtYT
823+Kqi5pquDSR3l8u/d5AGOGAqPY1MWhWKpDhk6zLVmpsJrdAfkK+F2PrRt2PZE4XNi
824+HzvEvqBTViVsUQn3qqvKv3b9bZvzndu/PWa8DFaqr5hIlTpL36dYUNk4dalb6kMM
825+Av+Z6+hsTXBbKWWc3apdzK8BMewM69KN6Oqce+Zu9ydmDBpI125C4z/eIT574Q1w
826++2OqqGwaVLRcJXrJosmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+
827+Gkhpi8KWTRoSsmkXwQqQ1vp5Iki/untp+HDH+no32NgN0nZPV/+Qt+OR0t3vwmC3
828+Zzrd/qqc8NSLf3Iizsafl7b4r4qgEKjZ+xjGtrVcUjyJthkqcwEKDwOzEmDyei+B
829+26Nu/yYwl/WL3YlXtq09s68rxbd2AvCl1iuahhQqcvbjM4xdCUsT37uMdBNSSwID
830+AQABo4ICUjCCAk4wDAYDVR0TBAUwAwEB/zALBgNVHQ8EBAMCAa4wHQYDVR0OBBYE
831+FE4L7xqkQFulF2mHMMo0aEPQQa7yMGQGA1UdHwRdMFswLKAqoCiGJmh0dHA6Ly9j
832+ZXJ0LnN0YXJ0Y29tLm9yZy9zZnNjYS1jcmwuY3JsMCugKaAnhiVodHRwOi8vY3Js
833+LnN0YXJ0Y29tLm9yZy9zZnNjYS1jcmwuY3JsMIIBXQYDVR0gBIIBVDCCAVAwggFM
834+BgsrBgEEAYG1NwEBATCCATswLwYIKwYBBQUHAgEWI2h0dHA6Ly9jZXJ0LnN0YXJ0
835+Y29tLm9yZy9wb2xpY3kucGRmMDUGCCsGAQUFBwIBFilodHRwOi8vY2VydC5zdGFy
836+dGNvbS5vcmcvaW50ZXJtZWRpYXRlLnBkZjCB0AYIKwYBBQUHAgIwgcMwJxYgU3Rh
837+cnQgQ29tbWVyY2lhbCAoU3RhcnRDb20pIEx0ZC4wAwIBARqBl0xpbWl0ZWQgTGlh
838+YmlsaXR5LCByZWFkIHRoZSBzZWN0aW9uICpMZWdhbCBMaW1pdGF0aW9ucyogb2Yg
839+dGhlIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFBvbGljeSBhdmFp
840+bGFibGUgYXQgaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL3BvbGljeS5wZGYwEQYJ
841+YIZIAYb4QgEBBAQDAgAHMDgGCWCGSAGG+EIBDQQrFilTdGFydENvbSBGcmVlIFNT
842+TCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTANBgkqhkiG9w0BAQUFAAOCAgEAFmyZ
843+9GYMNPXQhV59CuzaEE44HF7fpiUFS5Eyweg78T3dRAlbB0mKKctmArexmvclmAk8
844+jhvh3TaHK0u7aNM5Zj2gJsfyOZEdUauCe37Vzlrk4gNXcGmXCPleWKYK34wGmkUW
845+FjgKXlf2Ysd6AgXmvB618p70qSmD+LIU424oh0TDkBreOKk8rENNZEXO3SipXPJz
846+ewT4F+irsfMuXGRuczE6Eri8sxHkfY+BUZo7jYn0TZNmezwD7dOaHZrzZVD1oNB1
847+ny+v8OqCQ5j4aZyJecRDjkZy42Q2Eq/3JR44iZB3fsNrarnDy0RLrHiQi+fHLB5L
848+EUTINFInzQpdn4XBidUaePKVEFMy3YCEZnXZtWgo+2EuvoSoOMCZEoalHmdkrQYu
849+L6lwhceWD3yJZfWOQ1QOq92lgDmUYMA0yZZwLKMS9R9Ie70cfmu3nZD0Ijuu+Pwq
850+yvqCUqDvr0tVk+vBtfAii6w0TiYiBKGHLHVKt+V9E9e4DGTANtLJL4YSjCMJwRuC
851+O3NJo2pXh5Tl1njFmUNj403gdy3hZZlyaQQaRwnmDwFWJPsfvw55qVguucQJAX6V
852+um0ABj6y6koQOdjQK/W/7HW/lwLFCRsI3FU34oH7N4RDYiDK51ZLZer+bMEkkySh
853+NOsF/5oirpt9P/FlUQqmMGqz9IgcgA38corog14=
854+-----END CERTIFICATE-----
855
856=== added file 'data/pixmaps/agents/facebook.png'
857Binary 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
858=== removed file 'data/pixmaps/agents/facebook.png'
859Binary 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
860=== added file 'data/pixmaps/gajim.svg'
861--- data/pixmaps/gajim.svg 1970-01-01 00:00:00 +0000
862+++ data/pixmaps/gajim.svg 2010-05-27 13:01:29 +0000
863@@ -0,0 +1,444 @@
864+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
865+<!-- Created with Inkscape (http://www.inkscape.org/) -->
866+<svg
867+ xmlns:dc="http://purl.org/dc/elements/1.1/"
868+ xmlns:cc="http://web.resource.org/cc/"
869+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
870+ xmlns:svg="http://www.w3.org/2000/svg"
871+ xmlns="http://www.w3.org/2000/svg"
872+ xmlns:xlink="http://www.w3.org/1999/xlink"
873+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
874+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
875+ width="48px"
876+ height="48px"
877+ id="svg4023"
878+ sodipodi:version="0.32"
879+ inkscape:version="0.44+devel"
880+ sodipodi:docname="gajim-48x48.svg"
881+ sodipodi:docbase="/home/cornelius/Desktop/GAJIM iconset/sources/tangoified-logo"
882+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
883+ inkscape:export-filename="/home/cornelius/gajim.png"
884+ inkscape:export-xdpi="90"
885+ inkscape:export-ydpi="90">
886+ <defs
887+ id="defs4025">
888+ <linearGradient
889+ inkscape:collect="always"
890+ id="linearGradient3106">
891+ <stop
892+ style="stop-color:black;stop-opacity:1;"
893+ offset="0"
894+ id="stop3108" />
895+ <stop
896+ style="stop-color:black;stop-opacity:0;"
897+ offset="1"
898+ id="stop3110" />
899+ </linearGradient>
900+ <linearGradient
901+ inkscape:collect="always"
902+ id="linearGradient3121">
903+ <stop
904+ style="stop-color:black;stop-opacity:1;"
905+ offset="0"
906+ id="stop3123" />
907+ <stop
908+ style="stop-color:black;stop-opacity:0;"
909+ offset="1"
910+ id="stop3125" />
911+ </linearGradient>
912+ <linearGradient
913+ inkscape:collect="always"
914+ id="linearGradient3103">
915+ <stop
916+ style="stop-color:#73d216;stop-opacity:1"
917+ offset="0"
918+ id="stop3105" />
919+ <stop
920+ style="stop-color:#4e9a06;stop-opacity:1"
921+ offset="1"
922+ id="stop3107" />
923+ </linearGradient>
924+ <linearGradient
925+ inkscape:collect="always"
926+ id="linearGradient3223">
927+ <stop
928+ style="stop-color:#729fcf;stop-opacity:1;"
929+ offset="0"
930+ id="stop3225" />
931+ <stop
932+ style="stop-color:#396ea7;stop-opacity:1"
933+ offset="1"
934+ id="stop3227" />
935+ </linearGradient>
936+ <linearGradient
937+ id="linearGradient3128"
938+ inkscape:collect="always">
939+ <stop
940+ id="stop3130"
941+ offset="0"
942+ style="stop-color:#fef291;stop-opacity:1" />
943+ <stop
944+ id="stop3132"
945+ offset="1"
946+ style="stop-color:#edd400;stop-opacity:1" />
947+ </linearGradient>
948+ <linearGradient
949+ inkscape:collect="always"
950+ id="linearGradient3112">
951+ <stop
952+ style="stop-color:white;stop-opacity:1;"
953+ offset="0"
954+ id="stop3114" />
955+ <stop
956+ style="stop-color:white;stop-opacity:0;"
957+ offset="1"
958+ id="stop3116" />
959+ </linearGradient>
960+ <linearGradient
961+ inkscape:collect="always"
962+ id="linearGradient3096">
963+ <stop
964+ style="stop-color:black;stop-opacity:1;"
965+ offset="0"
966+ id="stop3098" />
967+ <stop
968+ style="stop-color:black;stop-opacity:0;"
969+ offset="1"
970+ id="stop3100" />
971+ </linearGradient>
972+ <linearGradient
973+ inkscape:collect="always"
974+ id="linearGradient3080">
975+ <stop
976+ style="stop-color:#ad7fa8;stop-opacity:1"
977+ offset="0"
978+ id="stop3082" />
979+ <stop
980+ style="stop-color:#75507b;stop-opacity:1"
981+ offset="1"
982+ id="stop3084" />
983+ </linearGradient>
984+ <linearGradient
985+ inkscape:collect="always"
986+ xlink:href="#linearGradient3951"
987+ id="linearGradient3957"
988+ x1="16"
989+ y1="2"
990+ x2="32.927006"
991+ y2="31.587952"
992+ gradientUnits="userSpaceOnUse"
993+ gradientTransform="matrix(0.993546,0,0,0.998054,0.154891,5.053486)" />
994+ <linearGradient
995+ inkscape:collect="always"
996+ id="linearGradient3951">
997+ <stop
998+ style="stop-color:white;stop-opacity:1;"
999+ offset="0"
1000+ id="stop3953" />
1001+ <stop
1002+ style="stop-color:white;stop-opacity:0;"
1003+ offset="1"
1004+ id="stop3955" />
1005+ </linearGradient>
1006+ <linearGradient
1007+ inkscape:collect="always"
1008+ xlink:href="#linearGradient3951"
1009+ id="linearGradient3092"
1010+ gradientUnits="userSpaceOnUse"
1011+ gradientTransform="translate(-1,3)"
1012+ x1="18.107143"
1013+ y1="53.76825"
1014+ x2="8.4828358"
1015+ y2="3.3976703" />
1016+ <radialGradient
1017+ inkscape:collect="always"
1018+ xlink:href="#linearGradient3096"
1019+ id="radialGradient3102"
1020+ cx="23.081985"
1021+ cy="42.747208"
1022+ fx="23.081985"
1023+ fy="42.747208"
1024+ r="16.010918"
1025+ gradientTransform="matrix(1,0,0,0.119874,0,37.62294)"
1026+ gradientUnits="userSpaceOnUse" />
1027+ <radialGradient
1028+ inkscape:collect="always"
1029+ xlink:href="#linearGradient3080"
1030+ id="radialGradient3104"
1031+ cx="17.309582"
1032+ cy="24.508204"
1033+ fx="17.309582"
1034+ fy="24.508204"
1035+ r="17.031612"
1036+ gradientTransform="matrix(2.13216,1.122823e-2,-1.1822e-2,2.244913,-18.75993,-30.16344)"
1037+ gradientUnits="userSpaceOnUse" />
1038+ <linearGradient
1039+ inkscape:collect="always"
1040+ xlink:href="#linearGradient3112"
1041+ id="linearGradient3118"
1042+ x1="24.260687"
1043+ y1="2.5335035"
1044+ x2="24.832115"
1045+ y2="22.012075"
1046+ gradientUnits="userSpaceOnUse" />
1047+ <radialGradient
1048+ inkscape:collect="always"
1049+ xlink:href="#linearGradient3128"
1050+ id="radialGradient3120"
1051+ gradientUnits="userSpaceOnUse"
1052+ gradientTransform="matrix(1.705883,0,0,1.667238,-17.94118,-19.21085)"
1053+ cx="21.142859"
1054+ cy="22.17857"
1055+ fx="21.142859"
1056+ fy="22.17857"
1057+ r="9" />
1058+ <radialGradient
1059+ inkscape:collect="always"
1060+ xlink:href="#linearGradient3128"
1061+ id="radialGradient3221"
1062+ gradientUnits="userSpaceOnUse"
1063+ gradientTransform="matrix(0.999999,0,0,1.000342,1.223408e-6,-8.326495)"
1064+ cx="21.142859"
1065+ cy="22.17857"
1066+ fx="21.142859"
1067+ fy="22.17857"
1068+ r="9" />
1069+ <linearGradient
1070+ inkscape:collect="always"
1071+ xlink:href="#linearGradient3223"
1072+ id="linearGradient3229"
1073+ x1="24.000008"
1074+ y1="31.785711"
1075+ x2="30.00001"
1076+ y2="38.499996"
1077+ gradientUnits="userSpaceOnUse"
1078+ gradientTransform="matrix(0.679906,0,0,0.709362,7.683475,1.608315)" />
1079+ <radialGradient
1080+ inkscape:collect="always"
1081+ xlink:href="#linearGradient3103"
1082+ id="radialGradient3109"
1083+ cx="15.269456"
1084+ cy="24.907877"
1085+ fx="15.269456"
1086+ fy="24.907877"
1087+ r="19"
1088+ gradientTransform="matrix(1.989063,0,0,1.427178,-17.28077,-7.054682)"
1089+ gradientUnits="userSpaceOnUse" />
1090+ <linearGradient
1091+ inkscape:collect="always"
1092+ xlink:href="#linearGradient3951"
1093+ id="linearGradient3111"
1094+ gradientUnits="userSpaceOnUse"
1095+ gradientTransform="matrix(1.258493,0,0,1.2607,-6.203794,1.409664)"
1096+ x1="16"
1097+ y1="2"
1098+ x2="38.465416"
1099+ y2="42.405006" />
1100+ <linearGradient
1101+ inkscape:collect="always"
1102+ xlink:href="#linearGradient3951"
1103+ id="linearGradient3115"
1104+ gradientUnits="userSpaceOnUse"
1105+ gradientTransform="matrix(1.258493,0,0,1.260118,-6.203794,-0.58013)"
1106+ x1="16"
1107+ y1="2"
1108+ x2="38.465416"
1109+ y2="42.405006" />
1110+ <radialGradient
1111+ inkscape:collect="always"
1112+ xlink:href="#linearGradient3103"
1113+ id="radialGradient3117"
1114+ gradientUnits="userSpaceOnUse"
1115+ gradientTransform="matrix(1.989063,0,0,1.76923,-17.28077,-17.61162)"
1116+ cx="16.488304"
1117+ cy="23.537582"
1118+ fx="16.488304"
1119+ fy="23.537582"
1120+ r="19" />
1121+ <radialGradient
1122+ inkscape:collect="always"
1123+ xlink:href="#linearGradient3121"
1124+ id="radialGradient3127"
1125+ cx="23.991123"
1126+ cy="44.514973"
1127+ fx="23.991123"
1128+ fy="44.514973"
1129+ r="20.85965"
1130+ gradientTransform="matrix(1,0,0,0.16707,0,37.07785)"
1131+ gradientUnits="userSpaceOnUse" />
1132+ <linearGradient
1133+ inkscape:collect="always"
1134+ xlink:href="#linearGradient3106"
1135+ id="linearGradient3113"
1136+ x1="15.571428"
1137+ y1="29.99917"
1138+ x2="15.571428"
1139+ y2="42.285942"
1140+ gradientUnits="userSpaceOnUse"
1141+ gradientTransform="translate(1,0)" />
1142+ <linearGradient
1143+ inkscape:collect="always"
1144+ xlink:href="#linearGradient3106"
1145+ id="linearGradient3116"
1146+ x1="15.571428"
1147+ y1="29.99917"
1148+ x2="15.571428"
1149+ y2="42.285942"
1150+ gradientUnits="userSpaceOnUse"
1151+ gradientTransform="translate(-1,0)" />
1152+ <linearGradient
1153+ inkscape:collect="always"
1154+ xlink:href="#linearGradient3951"
1155+ id="linearGradient3122"
1156+ gradientUnits="userSpaceOnUse"
1157+ gradientTransform="matrix(0.993546,0,0,0.998054,0.154891,5.053486)"
1158+ x1="17.725422"
1159+ y1="3.860764"
1160+ x2="27.055439"
1161+ y2="24.431168" />
1162+ </defs>
1163+ <sodipodi:namedview
1164+ id="base"
1165+ pagecolor="#ffffff"
1166+ bordercolor="#666666"
1167+ borderopacity="1.0"
1168+ inkscape:pageopacity="0.0"
1169+ inkscape:pageshadow="2"
1170+ inkscape:zoom="4.9497475"
1171+ inkscape:cx="56.051257"
1172+ inkscape:cy="28.790721"
1173+ inkscape:current-layer="layer1"
1174+ showgrid="true"
1175+ inkscape:grid-bbox="true"
1176+ inkscape:document-units="px"
1177+ inkscape:window-width="872"
1178+ inkscape:window-height="666"
1179+ inkscape:window-x="0"
1180+ inkscape:window-y="48" />
1181+ <metadata
1182+ id="metadata4028">
1183+ <rdf:RDF>
1184+ <cc:Work
1185+ rdf:about="">
1186+ <dc:format>image/svg+xml</dc:format>
1187+ <dc:type
1188+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1189+ <dc:title>Gajim</dc:title>
1190+ <dc:date>28.10.2006</dc:date>
1191+ <dc:creator>
1192+ <cc:Agent>
1193+ <dc:title>Josef Vybíral</dc:title>
1194+ </cc:Agent>
1195+ </dc:creator>
1196+ <dc:rights>
1197+ <cc:Agent>
1198+ <dc:title />
1199+ </cc:Agent>
1200+ </dc:rights>
1201+ <dc:publisher>
1202+ <cc:Agent>
1203+ <dc:title />
1204+ </cc:Agent>
1205+ </dc:publisher>
1206+ <dc:source>http://cornelius.gimp.cz</dc:source>
1207+ <dc:subject>
1208+ <rdf:Bag>
1209+ <rdf:li>gajim</rdf:li>
1210+ <rdf:li>jabber</rdf:li>
1211+ <rdf:li>im</rdf:li>
1212+ </rdf:Bag>
1213+ </dc:subject>
1214+ <cc:license
1215+ rdf:resource="http://creativecommons.org/licenses/by/2.5/" />
1216+ </cc:Work>
1217+ <cc:License
1218+ rdf:about="http://creativecommons.org/licenses/by/2.5/">
1219+ <cc:permits
1220+ rdf:resource="http://web.resource.org/cc/Reproduction" />
1221+ <cc:permits
1222+ rdf:resource="http://web.resource.org/cc/Distribution" />
1223+ <cc:requires
1224+ rdf:resource="http://web.resource.org/cc/Notice" />
1225+ <cc:requires
1226+ rdf:resource="http://web.resource.org/cc/Attribution" />
1227+ <cc:permits
1228+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
1229+ </cc:License>
1230+ </rdf:RDF>
1231+ </metadata>
1232+ <g
1233+ id="layer1"
1234+ inkscape:label="Layer 1"
1235+ inkscape:groupmode="layer">
1236+ <path
1237+ sodipodi:type="arc"
1238+ 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"
1239+ id="path3119"
1240+ sodipodi:cx="23.991123"
1241+ sodipodi:cy="44.514973"
1242+ sodipodi:rx="20.85965"
1243+ sodipodi:ry="3.4850264"
1244+ 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"
1245+ transform="matrix(0.91085,0,0,1.004296,2.147699,-1.206229)" />
1246+ <path
1247+ 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"
1248+ 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 "
1249+ id="rect2193"
1250+ sodipodi:nodetypes="csccccccsc" />
1251+ <path
1252+ 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"
1253+ 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 "
1254+ id="path2203"
1255+ sodipodi:nodetypes="cccc" />
1256+ <path
1257+ sodipodi:nodetypes="cccc"
1258+ id="path3092"
1259+ 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 "
1260+ 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" />
1261+ <path
1262+ sodipodi:nodetypes="csccccccsc"
1263+ id="path2200"
1264+ 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 "
1265+ 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" />
1266+ <path
1267+ sodipodi:type="arc"
1268+ 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"
1269+ id="path2201"
1270+ sodipodi:cx="23.763838"
1271+ sodipodi:cy="27.291872"
1272+ sodipodi:rx="6.7932758"
1273+ sodipodi:ry="2.3738585"
1274+ 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"
1275+ transform="matrix(0.809624,0,0,1.685019,4.760218,-20.48733)" />
1276+ <path
1277+ 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"
1278+ 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 "
1279+ id="path2159"
1280+ sodipodi:nodetypes="csccccccsc" />
1281+ <path
1282+ sodipodi:type="arc"
1283+ 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"
1284+ id="path3110"
1285+ sodipodi:cx="22.930462"
1286+ sodipodi:cy="12.594153"
1287+ sodipodi:rx="4.2426405"
1288+ sodipodi:ry="5.1012702"
1289+ 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"
1290+ transform="matrix(0.457973,0,-0.285667,0.588089,13.52477,5.593519)" />
1291+ <path
1292+ sodipodi:nodetypes="csccccccsc"
1293+ id="path3941"
1294+ 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 "
1295+ 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" />
1296+ <path
1297+ 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"
1298+ 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 "
1299+ id="rect3216"
1300+ sodipodi:nodetypes="ccccccccc" />
1301+ <path
1302+ sodipodi:nodetypes="ccccccc"
1303+ id="path3118"
1304+ 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 "
1305+ 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" />
1306+ </g>
1307+</svg>
1308
1309=== removed file 'data/pixmaps/gajim.svg'
1310--- data/pixmaps/gajim.svg 2009-08-08 13:42:07 +0000
1311+++ data/pixmaps/gajim.svg 1970-01-01 00:00:00 +0000
1312@@ -1,444 +0,0 @@
1313-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1314-<!-- Created with Inkscape (http://www.inkscape.org/) -->
1315-<svg
1316- xmlns:dc="http://purl.org/dc/elements/1.1/"
1317- xmlns:cc="http://web.resource.org/cc/"
1318- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1319- xmlns:svg="http://www.w3.org/2000/svg"
1320- xmlns="http://www.w3.org/2000/svg"
1321- xmlns:xlink="http://www.w3.org/1999/xlink"
1322- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1323- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1324- width="48px"
1325- height="48px"
1326- id="svg4023"
1327- sodipodi:version="0.32"
1328- inkscape:version="0.44+devel"
1329- sodipodi:docname="gajim-48x48.svg"
1330- sodipodi:docbase="/home/cornelius/Desktop/GAJIM iconset/sources/tangoified-logo"
1331- inkscape:output_extension="org.inkscape.output.svg.inkscape"
1332- inkscape:export-filename="/home/cornelius/gajim.png"
1333- inkscape:export-xdpi="90"
1334- inkscape:export-ydpi="90">
1335- <defs
1336- id="defs4025">
1337- <linearGradient
1338- inkscape:collect="always"
1339- id="linearGradient3106">
1340- <stop
1341- style="stop-color:black;stop-opacity:1;"
1342- offset="0"
1343- id="stop3108" />
1344- <stop
1345- style="stop-color:black;stop-opacity:0;"
1346- offset="1"
1347- id="stop3110" />
1348- </linearGradient>
1349- <linearGradient
1350- inkscape:collect="always"
1351- id="linearGradient3121">
1352- <stop
1353- style="stop-color:black;stop-opacity:1;"
1354- offset="0"
1355- id="stop3123" />
1356- <stop
1357- style="stop-color:black;stop-opacity:0;"
1358- offset="1"
1359- id="stop3125" />
1360- </linearGradient>
1361- <linearGradient
1362- inkscape:collect="always"
1363- id="linearGradient3103">
1364- <stop
1365- style="stop-color:#73d216;stop-opacity:1"
1366- offset="0"
1367- id="stop3105" />
1368- <stop
1369- style="stop-color:#4e9a06;stop-opacity:1"
1370- offset="1"
1371- id="stop3107" />
1372- </linearGradient>
1373- <linearGradient
1374- inkscape:collect="always"
1375- id="linearGradient3223">
1376- <stop
1377- style="stop-color:#729fcf;stop-opacity:1;"
1378- offset="0"
1379- id="stop3225" />
1380- <stop
1381- style="stop-color:#396ea7;stop-opacity:1"
1382- offset="1"
1383- id="stop3227" />
1384- </linearGradient>
1385- <linearGradient
1386- id="linearGradient3128"
1387- inkscape:collect="always">
1388- <stop
1389- id="stop3130"
1390- offset="0"
1391- style="stop-color:#fef291;stop-opacity:1" />
1392- <stop
1393- id="stop3132"
1394- offset="1"
1395- style="stop-color:#edd400;stop-opacity:1" />
1396- </linearGradient>
1397- <linearGradient
1398- inkscape:collect="always"
1399- id="linearGradient3112">
1400- <stop
1401- style="stop-color:white;stop-opacity:1;"
1402- offset="0"
1403- id="stop3114" />
1404- <stop
1405- style="stop-color:white;stop-opacity:0;"
1406- offset="1"
1407- id="stop3116" />
1408- </linearGradient>
1409- <linearGradient
1410- inkscape:collect="always"
1411- id="linearGradient3096">
1412- <stop
1413- style="stop-color:black;stop-opacity:1;"
1414- offset="0"
1415- id="stop3098" />
1416- <stop
1417- style="stop-color:black;stop-opacity:0;"
1418- offset="1"
1419- id="stop3100" />
1420- </linearGradient>
1421- <linearGradient
1422- inkscape:collect="always"
1423- id="linearGradient3080">
1424- <stop
1425- style="stop-color:#ad7fa8;stop-opacity:1"
1426- offset="0"
1427- id="stop3082" />
1428- <stop
1429- style="stop-color:#75507b;stop-opacity:1"
1430- offset="1"
1431- id="stop3084" />
1432- </linearGradient>
1433- <linearGradient
1434- inkscape:collect="always"
1435- xlink:href="#linearGradient3951"
1436- id="linearGradient3957"
1437- x1="16"
1438- y1="2"
1439- x2="32.927006"
1440- y2="31.587952"
1441- gradientUnits="userSpaceOnUse"
1442- gradientTransform="matrix(0.993546,0,0,0.998054,0.154891,5.053486)" />
1443- <linearGradient
1444- inkscape:collect="always"
1445- id="linearGradient3951">
1446- <stop
1447- style="stop-color:white;stop-opacity:1;"
1448- offset="0"
1449- id="stop3953" />
1450- <stop
1451- style="stop-color:white;stop-opacity:0;"
1452- offset="1"
1453- id="stop3955" />
1454- </linearGradient>
1455- <linearGradient
1456- inkscape:collect="always"
1457- xlink:href="#linearGradient3951"
1458- id="linearGradient3092"
1459- gradientUnits="userSpaceOnUse"
1460- gradientTransform="translate(-1,3)"
1461- x1="18.107143"
1462- y1="53.76825"
1463- x2="8.4828358"
1464- y2="3.3976703" />
1465- <radialGradient
1466- inkscape:collect="always"
1467- xlink:href="#linearGradient3096"
1468- id="radialGradient3102"
1469- cx="23.081985"
1470- cy="42.747208"
1471- fx="23.081985"
1472- fy="42.747208"
1473- r="16.010918"
1474- gradientTransform="matrix(1,0,0,0.119874,0,37.62294)"
1475- gradientUnits="userSpaceOnUse" />
1476- <radialGradient
1477- inkscape:collect="always"
1478- xlink:href="#linearGradient3080"
1479- id="radialGradient3104"
1480- cx="17.309582"
1481- cy="24.508204"
1482- fx="17.309582"
1483- fy="24.508204"
1484- r="17.031612"
1485- gradientTransform="matrix(2.13216,1.122823e-2,-1.1822e-2,2.244913,-18.75993,-30.16344)"
1486- gradientUnits="userSpaceOnUse" />
1487- <linearGradient
1488- inkscape:collect="always"
1489- xlink:href="#linearGradient3112"
1490- id="linearGradient3118"
1491- x1="24.260687"
1492- y1="2.5335035"
1493- x2="24.832115"
1494- y2="22.012075"
1495- gradientUnits="userSpaceOnUse" />
1496- <radialGradient
1497- inkscape:collect="always"
1498- xlink:href="#linearGradient3128"
1499- id="radialGradient3120"
1500- gradientUnits="userSpaceOnUse"
1501- gradientTransform="matrix(1.705883,0,0,1.667238,-17.94118,-19.21085)"
1502- cx="21.142859"
1503- cy="22.17857"
1504- fx="21.142859"
1505- fy="22.17857"
1506- r="9" />
1507- <radialGradient
1508- inkscape:collect="always"
1509- xlink:href="#linearGradient3128"
1510- id="radialGradient3221"
1511- gradientUnits="userSpaceOnUse"
1512- gradientTransform="matrix(0.999999,0,0,1.000342,1.223408e-6,-8.326495)"
1513- cx="21.142859"
1514- cy="22.17857"
1515- fx="21.142859"
1516- fy="22.17857"
1517- r="9" />
1518- <linearGradient
1519- inkscape:collect="always"
1520- xlink:href="#linearGradient3223"
1521- id="linearGradient3229"
1522- x1="24.000008"
1523- y1="31.785711"
1524- x2="30.00001"
1525- y2="38.499996"
1526- gradientUnits="userSpaceOnUse"
1527- gradientTransform="matrix(0.679906,0,0,0.709362,7.683475,1.608315)" />
1528- <radialGradient
1529- inkscape:collect="always"
1530- xlink:href="#linearGradient3103"
1531- id="radialGradient3109"
1532- cx="15.269456"
1533- cy="24.907877"
1534- fx="15.269456"
1535- fy="24.907877"
1536- r="19"
1537- gradientTransform="matrix(1.989063,0,0,1.427178,-17.28077,-7.054682)"
1538- gradientUnits="userSpaceOnUse" />
1539- <linearGradient
1540- inkscape:collect="always"
1541- xlink:href="#linearGradient3951"
1542- id="linearGradient3111"
1543- gradientUnits="userSpaceOnUse"
1544- gradientTransform="matrix(1.258493,0,0,1.2607,-6.203794,1.409664)"
1545- x1="16"
1546- y1="2"
1547- x2="38.465416"
1548- y2="42.405006" />
1549- <linearGradient
1550- inkscape:collect="always"
1551- xlink:href="#linearGradient3951"
1552- id="linearGradient3115"
1553- gradientUnits="userSpaceOnUse"
1554- gradientTransform="matrix(1.258493,0,0,1.260118,-6.203794,-0.58013)"
1555- x1="16"
1556- y1="2"
1557- x2="38.465416"
1558- y2="42.405006" />
1559- <radialGradient
1560- inkscape:collect="always"
1561- xlink:href="#linearGradient3103"
1562- id="radialGradient3117"
1563- gradientUnits="userSpaceOnUse"
1564- gradientTransform="matrix(1.989063,0,0,1.76923,-17.28077,-17.61162)"
1565- cx="16.488304"
1566- cy="23.537582"
1567- fx="16.488304"
1568- fy="23.537582"
1569- r="19" />
1570- <radialGradient
1571- inkscape:collect="always"
1572- xlink:href="#linearGradient3121"
1573- id="radialGradient3127"
1574- cx="23.991123"
1575- cy="44.514973"
1576- fx="23.991123"
1577- fy="44.514973"
1578- r="20.85965"
1579- gradientTransform="matrix(1,0,0,0.16707,0,37.07785)"
1580- gradientUnits="userSpaceOnUse" />
1581- <linearGradient
1582- inkscape:collect="always"
1583- xlink:href="#linearGradient3106"
1584- id="linearGradient3113"
1585- x1="15.571428"
1586- y1="29.99917"
1587- x2="15.571428"
1588- y2="42.285942"
1589- gradientUnits="userSpaceOnUse"
1590- gradientTransform="translate(1,0)" />
1591- <linearGradient
1592- inkscape:collect="always"
1593- xlink:href="#linearGradient3106"
1594- id="linearGradient3116"
1595- x1="15.571428"
1596- y1="29.99917"
1597- x2="15.571428"
1598- y2="42.285942"
1599- gradientUnits="userSpaceOnUse"
1600- gradientTransform="translate(-1,0)" />
1601- <linearGradient
1602- inkscape:collect="always"
1603- xlink:href="#linearGradient3951"
1604- id="linearGradient3122"
1605- gradientUnits="userSpaceOnUse"
1606- gradientTransform="matrix(0.993546,0,0,0.998054,0.154891,5.053486)"
1607- x1="17.725422"
1608- y1="3.860764"
1609- x2="27.055439"
1610- y2="24.431168" />
1611- </defs>
1612- <sodipodi:namedview
1613- id="base"
1614- pagecolor="#ffffff"
1615- bordercolor="#666666"
1616- borderopacity="1.0"
1617- inkscape:pageopacity="0.0"
1618- inkscape:pageshadow="2"
1619- inkscape:zoom="4.9497475"
1620- inkscape:cx="56.051257"
1621- inkscape:cy="28.790721"
1622- inkscape:current-layer="layer1"
1623- showgrid="true"
1624- inkscape:grid-bbox="true"
1625- inkscape:document-units="px"
1626- inkscape:window-width="872"
1627- inkscape:window-height="666"
1628- inkscape:window-x="0"
1629- inkscape:window-y="48" />
1630- <metadata
1631- id="metadata4028">
1632- <rdf:RDF>
1633- <cc:Work
1634- rdf:about="">
1635- <dc:format>image/svg+xml</dc:format>
1636- <dc:type
1637- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1638- <dc:title>Gajim</dc:title>
1639- <dc:date>28.10.2006</dc:date>
1640- <dc:creator>
1641- <cc:Agent>
1642- <dc:title>Josef Vybíral</dc:title>
1643- </cc:Agent>
1644- </dc:creator>
1645- <dc:rights>
1646- <cc:Agent>
1647- <dc:title />
1648- </cc:Agent>
1649- </dc:rights>
1650- <dc:publisher>
1651- <cc:Agent>
1652- <dc:title />
1653- </cc:Agent>
1654- </dc:publisher>
1655- <dc:source>http://cornelius.gimp.cz</dc:source>
1656- <dc:subject>
1657- <rdf:Bag>
1658- <rdf:li>gajim</rdf:li>
1659- <rdf:li>jabber</rdf:li>
1660- <rdf:li>im</rdf:li>
1661- </rdf:Bag>
1662- </dc:subject>
1663- <cc:license
1664- rdf:resource="http://creativecommons.org/licenses/by/2.5/" />
1665- </cc:Work>
1666- <cc:License
1667- rdf:about="http://creativecommons.org/licenses/by/2.5/">
1668- <cc:permits
1669- rdf:resource="http://web.resource.org/cc/Reproduction" />
1670- <cc:permits
1671- rdf:resource="http://web.resource.org/cc/Distribution" />
1672- <cc:requires
1673- rdf:resource="http://web.resource.org/cc/Notice" />
1674- <cc:requires
1675- rdf:resource="http://web.resource.org/cc/Attribution" />
1676- <cc:permits
1677- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
1678- </cc:License>
1679- </rdf:RDF>
1680- </metadata>
1681- <g
1682- id="layer1"
1683- inkscape:label="Layer 1"
1684- inkscape:groupmode="layer">
1685- <path
1686- sodipodi:type="arc"
1687- 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"
1688- id="path3119"
1689- sodipodi:cx="23.991123"
1690- sodipodi:cy="44.514973"
1691- sodipodi:rx="20.85965"
1692- sodipodi:ry="3.4850264"
1693- 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"
1694- transform="matrix(0.91085,0,0,1.004296,2.147699,-1.206229)" />
1695- <path
1696- 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"
1697- 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 "
1698- id="rect2193"
1699- sodipodi:nodetypes="csccccccsc" />
1700- <path
1701- 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"
1702- 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 "
1703- id="path2203"
1704- sodipodi:nodetypes="cccc" />
1705- <path
1706- sodipodi:nodetypes="cccc"
1707- id="path3092"
1708- 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 "
1709- 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" />
1710- <path
1711- sodipodi:nodetypes="csccccccsc"
1712- id="path2200"
1713- 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 "
1714- 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" />
1715- <path
1716- sodipodi:type="arc"
1717- 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"
1718- id="path2201"
1719- sodipodi:cx="23.763838"
1720- sodipodi:cy="27.291872"
1721- sodipodi:rx="6.7932758"
1722- sodipodi:ry="2.3738585"
1723- 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"
1724- transform="matrix(0.809624,0,0,1.685019,4.760218,-20.48733)" />
1725- <path
1726- 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"
1727- 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 "
1728- id="path2159"
1729- sodipodi:nodetypes="csccccccsc" />
1730- <path
1731- sodipodi:type="arc"
1732- 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"
1733- id="path3110"
1734- sodipodi:cx="22.930462"
1735- sodipodi:cy="12.594153"
1736- sodipodi:rx="4.2426405"
1737- sodipodi:ry="5.1012702"
1738- 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"
1739- transform="matrix(0.457973,0,-0.285667,0.588089,13.52477,5.593519)" />
1740- <path
1741- sodipodi:nodetypes="csccccccsc"
1742- id="path3941"
1743- 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 "
1744- 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" />
1745- <path
1746- 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"
1747- 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 "
1748- id="rect3216"
1749- sodipodi:nodetypes="ccccccccc" />
1750- <path
1751- sodipodi:nodetypes="ccccccc"
1752- id="path3118"
1753- 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 "
1754- 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" />
1755- </g>
1756-</svg>
1757
1758=== added file 'debian/README.Debian'
1759--- debian/README.Debian 1970-01-01 00:00:00 +0000
1760+++ debian/README.Debian 2010-05-27 13:01:29 +0000
1761@@ -0,0 +1,6 @@
1762+gajim for Debian
1763+----------------
1764+
1765+If you want to use OpenPGP in gajim, you have to install python-gnupginterface.
1766+
1767+ -- Yann Le Boulanger <asterix@lagaule.org>, Mon, 20 Jun 2005 12:02:31 +0200
1768
1769=== modified file 'debian/changelog'
1770--- debian/changelog 2009-12-15 02:32:45 +0000
1771+++ debian/changelog 2010-05-27 13:01:29 +0000
1772@@ -1,3 +1,50 @@
1773+gajim (0.13.4-1ubuntu1) maverick; urgency=low
1774+
1775+ * Merge from debian testing (LP: #506049), remaining changes:
1776+ - Updated debian/watch
1777+ - Kept Ubuntu patches
1778+ + config-write-sync.patch
1779+ + ubuntu-keyring.patch
1780+ - Changed python build version from 2.5 to 2.6 in debian/rules
1781+
1782+ -- Jonathan Michalon <johndescs@gmail.com> Tue, 25 May 2010 18:54:10 +0200
1783+
1784+gajim (0.13.4-1) unstable; urgency=low
1785+
1786+ * New upstream release.
1787+ * Fix flood when trying to join a full MUC. Closes: #575688
1788+
1789+ -- Yann Leboulanger <asterix@lagaule.org> Fri, 02 Apr 2010 10:19:59 +0200
1790+
1791+gajim (0.13.3-1) unstable; urgency=low
1792+
1793+ * New upstream release.
1794+ * Fix connection to facebook. Closes: #569767
1795+
1796+ -- Yann Leboulanger <asterix@lagaule.org> Tue, 23 Feb 2010 21:00:41 +0100
1797+
1798+gajim (0.13.2-1) unstable; urgency=low
1799+
1800+ * New upstream release.
1801+ * Fix gnomekeyring usage. Closes: #562913
1802+ * Fix completion. Closes: #563930
1803+ * Fix typo in suggests list. Closes: #564754
1804+
1805+ -- Yann Leboulanger <asterix@lagaule.org> Thu, 14 Jan 2010 21:23:36 +0100
1806+
1807+gajim (0.13.1-1) unstable; urgency=low
1808+
1809+ * New upstream release. Closes: #559905
1810+ * Update PyGTK requirement to 2.12.0 minimum
1811+ * Fix filetransfer proxies testing, keepalive handling, memory leak.
1812+ Closes: #524514
1813+ * Better connection. Closes: #547267
1814+ * Fix proxy test on startup. Closes: #453910
1815+ * Fix sound playing. Closes: #527275
1816+ * Update debhelper compatibility level to 7
1817+
1818+ -- Yann Leboulanger <asterix@lagaule.org> Sun, 29 Nov 2009 01:21:04 +0100
1819+
1820 gajim (0.13-0ubuntu2) lucid; urgency=low
1821
1822 * debian/control:
1823@@ -18,6 +65,15 @@
1824
1825 -- Maia Kozheva <sikon@ubuntu.com> Wed, 25 Nov 2009 14:13:30 +0600
1826
1827+gajim (0.12.5-1) unstable; urgency=low
1828+
1829+ * New upstream release which fixes file transfer. Closes: #544466
1830+ * Fix history manager. Closes: #539109
1831+ * Fix custom host / port usage. Closes: #539267
1832+ * update python-gnome* dependancies. Closes: #541553
1833+
1834+ -- Yann Leboulanger <asterix@lagaule.org> Sun, 08 Aug 2009 00:06:15 +0100
1835+
1836 gajim (0.12.5-0ubuntu3) lucid; urgency=low
1837
1838 * Fix indicate support (LP: #433495)
1839@@ -44,6 +100,18 @@
1840
1841 -- Nafallo Bjälevik <nafallo@ubuntu.com> Sat, 08 Aug 2009 13:42:07 +0100
1842
1843+gajim (0.12.3-1) unstable; urgency=low
1844+
1845+ * New upstream release.
1846+ * OS info are now caches. Closes: #509675
1847+ * keepalive system has been improved. Closes: #521144
1848+ * Recommends python-crypto for encryption. Closes: #513892
1849+ * update to 3.8.2 Debian Policy
1850+ * update to debhelper V6
1851+ * added watch file
1852+
1853+ -- Yann Leboulanger <asterix@lagaule.org> Sun, 24 Jun 2009 20:46:15 +0100
1854+
1855 gajim (0.12.3-0ubuntu1) karmic; urgency=low
1856
1857 * New upstream release.
1858@@ -80,6 +148,25 @@
1859
1860 -- Nafallo Bjälevik <nafallo@ubuntu.com> Fri, 12 Jun 2009 13:49:19 +0100
1861
1862+gajim (0.12.1-1) unstable; urgency=low
1863+
1864+ * New upstream release.
1865+ * Fix coming back from suspend. Closes: #500523
1866+ * Fix menuitem shortcut. Closes: #440530
1867+ * Warn user when logs database is brocken. Closes: #447889
1868+ * Check server certificate using python-openssl. Closes: #450756
1869+ * Don't pool to get played music from Banshee. Closes: #472862
1870+ * Escape non-ascii password correcly. Closes: #495540
1871+ * Fix URL recognition. Closes: #407806
1872+ * Suggest python-kerberos for GSSAPI authentication.
1873+ * Suggest python-sexy for clickable links in chat banners.
1874+ * Recommends python-openssl instead of python-pyopenssl. Package name has
1875+ changed.
1876+ * Depends on libc6 for gtkspell.so module
1877+ * Build Gajim modules against python2.5
1878+
1879+ -- Yann Leboulanger <asterix@lagaule.org> Wed, 21 Dec 2008 14:40:16 +0100
1880+
1881 gajim (0.12.1-0ubuntu5) jaunty; urgency=low
1882
1883 * debian/patches/de-update.patch:
1884@@ -184,6 +271,15 @@
1885
1886 -- Nafallo Bjälevik <nafallo@ubuntu.com> Sun, 16 Nov 2008 00:26:27 +0000
1887
1888+gajim (0.11.4-1) unstable; urgency=low
1889+
1890+ * New upstream release.
1891+ * Fix tab switching. Closes: #452257
1892+ * update to 3.7.3 Debian Policy
1893+ * Add Homepage, Vcs-Svn, Vcs-Browser fields to control file
1894+
1895+ -- Yann Leboulanger <asterix@lagaule.org> Wed, 05 Dec 2007 22:23:30 +0100
1896+
1897 gajim (0.11.4-0ubuntu2) hardy; urgency=low
1898
1899 * Fix the html entities to be escaped too many times in notification popup
1900@@ -208,6 +304,16 @@
1901
1902 -- Nafallo Bjälevik <nafallo@ubuntu.com> Thu, 06 Dec 2007 22:28:50 +0000
1903
1904+gajim (0.11.3-1) unstable; urgency=low
1905+
1906+ * New upstream release.
1907+ * Fix depand list so that Gajim will work when python2.5 will be the
1908+ default. Closes: #445275
1909+ * Fix focus bug. Closes: #447985
1910+ * Depend on dnsutils to use SRV records. Closes: #434690
1911+
1912+ -- Yann Leboulanger <asterix@lagaule.org> Fri, 16 Nov 2007 19:01:54 +0100
1913+
1914 gajim (0.11.3-0ubuntu1) hardy; urgency=low
1915
1916 * New upstream release:
1917@@ -222,6 +328,19 @@
1918
1919 -- Nafallo Bjälevik <nafallo@ubuntu.com> Sat, 17 Nov 2007 13:26:57 +0000
1920
1921+gajim (0.11.2-1) unstable; urgency=low
1922+
1923+ * New upstream release.
1924+ * Don't optionaly depend on python2.5. Closes: #418252
1925+ * Better handle gnome-keyring. Closes: #433315, #424293
1926+ * Handle dbus restart. Closes: #434993
1927+ * Don't allow bookmark creation on server that don't support that.
1928+ Closes: #438620
1929+ * Fix list_contact dbus signature. Closes: #440225
1930+ * Remove changelog.gz from /usr/share/doc/gajim. Closes: #412632
1931+
1932+ -- Yann Le Boulanger <asterix@lagaule.org> Sun, 22 Sep 2007 22:22:34 +0100
1933+
1934 gajim (0.11.2-0ubuntu2) UNRELEASED; urgency=low
1935
1936 * debian/control:
1937@@ -250,6 +369,15 @@
1938
1939 -- Nafallo Bjälevik <nafallo@ubuntu.com> Tue, 02 Oct 2007 00:19:08 +0100
1940
1941+gajim (0.11.1-1) unstable; urgency=low
1942+
1943+ * New upstream release.
1944+ * Don't depend on python2.4 specifically
1945+ * Don't recommand libdbus, python-dbus does
1946+ * Tooltips in chat window are now correctly destroyed. Closes: #404693
1947+
1948+ -- Yann Le Boulanger <asterix@lagaule.org> Sun, 18 Feb 2007 22:15:57 +0100
1949+
1950 gajim (0.11.1-0ubuntu6) gutsy; urgency=low
1951
1952 * src/common/passwords.py:
1953@@ -334,6 +462,25 @@
1954
1955 -- Emilio Pozuelo Monfort <pochu27@gmail.com> Thu, 22 Feb 2007 20:05:52 +0100
1956
1957+gajim (0.11-2) unstable; urgency=low
1958+
1959+ * Add missing build depends to get gajim-remote. Closes: #405969
1960+ * Update recommands to support dbus. Closes: #402355
1961+ * Make python-gnupginterface a recommanded package. Closes: #405808
1962+
1963+ -- Yann Le Boulanger <asterix@lagaule.org> Tue, 09 Jan 2007 18:32:26 +0100
1964+
1965+gajim (0.11-1) unstable; urgency=low
1966+
1967+ * New upstream release. Closes: #403806
1968+ * Enable IPv6 support. Closes: #386062
1969+ * Fix popup-menu binding. Closes: #388564
1970+ * Fix quick access letter with spanish translation. Closes: #385410
1971+ * Fix typo in german translation. Closes: #398195
1972+ * Fix a bug with Gaim avatars. Closes: #398911
1973+
1974+ -- Yann Le Boulanger <asterix@lagaule.org> Tue, 19 Dec 2006 14:25:32 +0100
1975+
1976 gajim (0.11-0ubuntu1) feisty; urgency=low
1977
1978 * New upstream release:
1979@@ -355,6 +502,47 @@
1980
1981 -- Christian Bjälevik <nafallo@ubuntu.com> Wed, 20 Dec 2006 05:10:09 +0100
1982
1983+gajim (0.10.1-6) unstable; urgency=low
1984+
1985+ * fix LDFLAGS problem. Closes: #384439
1986+
1987+ -- Yann Le Boulanger <asterix@lagaule.org> Mon, 24 Jul 2006 14:45:34 +0200
1988+
1989+gajim (0.10.1-5) unstable; urgency=low
1990+
1991+ * Add dependance on python2.4. Closes: #379662
1992+
1993+ -- Yann Le Boulanger <asterix@lagaule.org> Mon, 19 Jul 2006 21:30:08 +0200
1994+
1995+gajim (0.10.1-4) unstable; urgency=low
1996+
1997+ * Fix warning at installation. Closes: #366725
1998+ * Fix pt_BR translation.
1999+
2000+ -- Yann Le Boulanger <asterix@lagaule.org> Mon, 19 Jul 2006 21:30:08 +0200
2001+
2002+gajim (0.10.1-3) unstable; urgency=low
2003+
2004+ * Updated for new Python policy.
2005+ * nautilus-sendto is now suggested. Closes: #377309
2006+
2007+ -- Yann Le Boulanger <asterix@lagaule.org> Mon, 17 Jul 2006 16:46:58 +0200
2008+
2009+gajim (0.10.1-2) unstable; urgency=low
2010+
2011+ * new pytyhon policy Closes: #375310
2012+ * default player is now 'aplay -q' Closes: #374529
2013+ * python-gnupginterface now support python2.4. Recommends this one.
2014+ * Standards-version updated to 3.7.2 (no changes needed).
2015+
2016+ -- Yann Le Boulanger <asterix@lagaule.org> Tue, 27 Jun 2006 22:47:08 +0200
2017+
2018+gajim (0.10.1-1) unstable; urgency=low
2019+
2020+ * new upstream release
2021+
2022+ -- Yann Le Boulanger <asterix@lagaule.org> Fri, 2 Jun 2006 22:07:29 +0200
2023+
2024 gajim (0.10.1-0ubuntu5) edgy; urgency=low
2025
2026 * po/{de,pl}.po: s/\·/\ /g. Translators should now this...
2027@@ -399,6 +587,17 @@
2028
2029 -- Christian Bjälevik <nafallo@ubuntu.com> Fri, 30 Jun 2006 14:31:09 +0200
2030
2031+gajim (0.10-1) unstable; urgency=low
2032+
2033+ * new upstream release
2034+ * fix description typo Closes: #349249
2035+ * Gajim now recommends dnsutils instead of python-dns
2036+ * Gajim now depends on python2.4 Closes: #357777, #364078
2037+ * Use Gajim's GnuPGInterface file as there is no python2.4-gnupginterface
2038+ package
2039+
2040+ -- Yann Le Boulanger <asterix@lagaule.org> Wed, 12 Apr 2006 10:55:16 +0100
2041+
2042 gajim (0.10-0ubuntu4) dapper; urgency=low
2043
2044 * debian/control:
2045@@ -554,6 +753,17 @@
2046
2047 -- Stephan Hermann <sh@sourcecode.de> Sat, 24 Dec 2005 19:46:28 +0100
2048
2049+gajim (0.8.2-1) unstable; urgency=low
2050+
2051+ * all files in ~/.gajim are not 700: Closes: #325080
2052+ * gajim-remote.py is now in package: Closes: #324481
2053+ * updated russian translation: Closes: #325126
2054+ * theme issue fixed: Closes: #324493
2055+ * Gajim can now use python-dns so SRV works: Closes: #326655
2056+ * Gajim now depends on python-gtk2 >= 2.6.0
2057+
2058+ -- Yann Le Boulanger <asterix@lagaule.org> Sun, 02 Sep 2005 14:56:48 +0200
2059+
2060 gajim (0.8.2-0ubuntu4) breezy; urgency=low
2061
2062 * debian/patches/02_gpg_agent.patch:
2063@@ -619,6 +829,16 @@
2064
2065 -- Christian Bjälevik <nafallo@magicalforest.se> Sat, 3 Sep 2005 18:49:56 +0200
2066
2067+gajim (0.8-1) unstable; urgency=low
2068+
2069+ * new upstream release
2070+ * use cdbs
2071+ * build-depend on libxss-dev Closes: #323524
2072+ * translation improved Closes: #324094,#323993
2073+ * Standards-version updated to 3.6.2 (no changes needed).
2074+
2075+ -- Yann Le Boulanger <asterix@lagaule.org> Fri, 1 Jul 2005 18:35:02 +0200
2076+
2077 gajim (0.8-0ubuntu5) breezy; urgency=low
2078
2079 * debian/patches/02_gpg-agent.patch:
2080@@ -663,3 +883,9 @@
2081 * Initial Ubuntu Release
2082
2083 -- Stephan Hermann <sh@sourcecode.de> Sun, 21 Aug 2005 18:07:58 +0200
2084+gajim (0.7.1-1) unstable; urgency=low
2085+
2086+ * Initial Release. Closes: #311215
2087+ * GnuPGInterface module is in debian, no need to keep it in sources.
2088+
2089+ -- Yann Le Boulanger <asterix@lagaule.org> Wed, 15 Jun 2005 23:22:19 +0200
2090
2091=== modified file 'debian/compat'
2092--- debian/compat 2006-12-20 05:10:09 +0000
2093+++ debian/compat 2010-05-27 13:01:29 +0000
2094@@ -1,1 +1,1 @@
2095-5
2096+7
2097
2098=== modified file 'debian/control'
2099--- debian/control 2009-12-15 02:32:45 +0000
2100+++ debian/control 2010-05-27 13:01:29 +0000
2101@@ -1,21 +1,24 @@
2102+
2103 Source: gajim
2104 Section: net
2105 Priority: optional
2106-Maintainer: Nafallo Bjälevik <nafallo@ubuntu.com>
2107+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
2108+XSBC-Original-Maintainer: Yann Leboulanger <asterix@lagaule.org>
2109+Build-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)
2110+Build-Conflicts: python2.3
2111+XS-Python-Version: >= 2.4
2112 Standards-Version: 3.8.3
2113-Build-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), dpatch
2114-Vcs-Bzr: http://code.launchpad.net/~ubuntu-dev/gajim/devel
2115+Homepage: http://www.gajim.org
2116+Vcs-Hg: http://hg.gajim.org/gajim/
2117+Vcs-Browser: http://hg.gajim.org/gajim/file
2118
2119 Package: gajim
2120 Architecture: any
2121-Section: net
2122-Priority: optional
2123-Depends: ${shlibs:Depends}, python (>= 2.5), python-glade2 (>= 2.8.0), python-gtk2 (>= 2.8.0), python-openssl, dnsutils
2124-Recommends: python-notify, python-sexy, python-avahi, python-gnome2-desktop, python-eggtrayicon, aspell-dictionary, python-indicate
2125-Suggests: python-crypto, python-gnupginterface, python-dbus, python-kerberos (>= 1.1)
2126-Homepage: http://www.gajim.org
2127+XB-Python-Version: ${python:Versions}
2128+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-support (>= 0.7.1), python-glade2 (>= 2.12.0), python-gtk2 (>= 2.12.0), dnsutils
2129+Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl, python-crypto
2130+Suggests: 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
2131 Description: Jabber client written in PyGTK
2132- Gajim is a Jabber client written in Python, with a GTK+ frontend.
2133- .
2134- The goal of Gajim is to provide a full featured and easy to use Jabber client.
2135- Gajim works nicely with GNOME, but does not require it to run.
2136+ Gajim is a Jabber client. It has a tabbed user interface with normal chats,
2137+ group chats, and has many features such as, TLS, GPG, SSL, multiple accounts,
2138+ avatars, file transfers, D-Bus and Metacontacts.
2139
2140=== modified file 'debian/copyright'
2141--- debian/copyright 2008-11-16 00:26:27 +0000
2142+++ debian/copyright 2010-05-27 13:01:29 +0000
2143@@ -1,34 +1,28 @@
2144-This package was debianized by Yann L.B. asterix@lagaule.org on
2145+This package was debianized by Yann Leboulanger asterix@lagaule.org on
2146 Wed, 16 Jun 2005 20:00:00 +0100.
2147
2148+It was downloaded from:
2149+ http://www.gajim.org/downloads/
2150+
2151 Upstream Authors:
2152- - Stephan Erb (steve-e AT h3c.de)
2153- - Nikos Kouremenos (kourem AT gmail.com)
2154- - Yann Leboulanger (asterix AT lagaule.org)
2155- - Julien Pivotto (roidelapluie AT gmail.com)
2156- - Jonathan Schleifer (js-gajim AT webkeks.org)
2157- - Travis Shirk (travis AT pobox.com)
2158- - Brendan Taylor (whateley AT gmail.com)
2159- - Jean-Marie Traissard (jim AT lapin.org)
2160- - Stefan Bethge (stefan AT lanpartei.de)
2161- - Vincent Hanquez (tab AT snarc.org)
2162- - Dimitur Kirov (dkirov AT gmail.com)
2163-
2164-
2165-Copyright: (c) 2003-2008 Gajim Team
2166-
2167-Gajim is free software; you can redistribute it and/or modify
2168-it under the terms of the GNU General Public License as published
2169-by the Free Software Foundation; version 3 only.
2170-
2171-Gajim is distributed in the hope that it will be useful,
2172+ - Yann Le Boulanger <asterix@lagaule.org>
2173+ - Jean-Marie Traissard <jim@lapin.org>
2174+ - Stephan Erb <steve-e@h3c.de>
2175+
2176+
2177+Copyright: (c) 2003-2009 Gajim Team
2178+
2179+This program is free software; you can redistribute it and/or modify
2180+it under the terms of the GNU General Public License as published by
2181+the Free Software Foundation; version 3
2182+
2183+This program is distributed in the hope that it will be useful,
2184 but WITHOUT ANY WARRANTY; without even the implied warranty of
2185-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2186+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2187 GNU General Public License for more details.
2188-
2189-You should have received a copy of the GNU General Public License along with
2190-your Ubuntu system; see the file /usr/share/common-licenses/GPL-3. If not,
2191-write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
2192-Boston, MA 02110-1301, USA.
2193-
2194+
2195+You should have received a copy of the GNU General Public License
2196+along with Debian system; see the file /usr/share/common-licenses/GPL-3. If not,
2197+write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2198+Boston, MA 02110-1301, USA.
2199
2200
2201=== added file 'debian/dirs'
2202--- debian/dirs 1970-01-01 00:00:00 +0000
2203+++ debian/dirs 2010-05-27 13:01:29 +0000
2204@@ -0,0 +1,8 @@
2205+usr/bin
2206+usr/share/gajim
2207+usr/share/man/man1
2208+usr/share/pixmaps
2209+usr/share/applications
2210+usr/share/menu
2211+usr/share/lintian/overrides
2212+usr/lib/gajim
2213
2214=== added file 'debian/docs'
2215--- debian/docs 1970-01-01 00:00:00 +0000
2216+++ debian/docs 2010-05-27 13:01:29 +0000
2217@@ -0,0 +1,1 @@
2218+README
2219
2220=== added file 'debian/gajim-history-manager.1'
2221--- debian/gajim-history-manager.1 1970-01-01 00:00:00 +0000
2222+++ debian/gajim-history-manager.1 2010-05-27 13:01:29 +0000
2223@@ -0,0 +1,21 @@
2224+.\" 20050901
2225+.TH "Gajim-history-manager" "1" "September 01, 2005" "Gajim dev team" ""
2226+.SH "NAME"
2227+Gajim-history-manager \- Tool to manage gajim logs
2228+.SH "SYNOPSIS"
2229+.B gajim-history-manager [\-c config-path] [\-h]
2230+.SH "DESCRIPTION"
2231+.B Gajim-history-manager
2232+is a tool to manage (do some cleanup) log file of Gajim jabber client.
2233+.PP
2234+.SH "OPTIONS"
2235+.TP
2236+\fB\-c\fR, \fB\-\-config-path\fR path
2237+Path where logs.db is located. ~/.gajim by default.
2238+.TP
2239+\fB\-h\fR, \fB\-\-help\fR
2240+Print this help.
2241+.SH "FEEDBACK"
2242+You 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
2243+.SH "AUTHORS"
2244+Written by Yann Le Boulanger <asterix@lagaule.org>, Nikos Kouremenos <kourem@gmail.com> and Dimitur Kirov <dkirov@gmail.com>.
2245
2246=== added file 'debian/gajim-remote.manpages'
2247--- debian/gajim-remote.manpages 1970-01-01 00:00:00 +0000
2248+++ debian/gajim-remote.manpages 2010-05-27 13:01:29 +0000
2249@@ -0,0 +1,1 @@
2250+data/gajim-remote.1
2251
2252=== removed file 'debian/gajim.install'
2253--- debian/gajim.install 2009-11-25 08:40:33 +0000
2254+++ debian/gajim.install 1970-01-01 00:00:00 +0000
2255@@ -1,8 +0,0 @@
2256-usr/bin/gajim
2257-usr/bin/gajim-history-manager
2258-usr/bin/gajim-remote
2259-usr/share/applications/gajim.desktop
2260-usr/share/gajim/
2261-usr/share/pixmaps/*
2262-usr/share/man/man1/*
2263-usr/share/locale/*
2264
2265=== added file 'debian/gajim.manpages'
2266--- debian/gajim.manpages 1970-01-01 00:00:00 +0000
2267+++ debian/gajim.manpages 2010-05-27 13:01:29 +0000
2268@@ -0,0 +1,3 @@
2269+data/gajim.1
2270+data/gajim-remote.1
2271+debian/gajim-history-manager.1
2272
2273=== added file 'debian/gajim.menu'
2274--- debian/gajim.menu 1970-01-01 00:00:00 +0000
2275+++ debian/gajim.menu 2010-05-27 13:01:29 +0000
2276@@ -0,0 +1,8 @@
2277+?package(gajim): \
2278+ needs="X11" \
2279+ section="Applications/Network/Communication" \
2280+ command="/usr/bin/gajim" \
2281+ icon="/usr/share/pixmaps/gajim.xpm" \
2282+ title="Gajim" \
2283+ longtitle="Gajim: GTK Jabber Client" \
2284+ description="GTK Jabber Client."
2285
2286=== removed file 'debian/menu'
2287--- debian/menu 2005-09-30 15:22:53 +0000
2288+++ debian/menu 1970-01-01 00:00:00 +0000
2289@@ -1,8 +0,0 @@
2290-?package(gajim): \
2291- needs="X11" \
2292- section="Apps/Net" \
2293- command="/usr/bin/gajim" \
2294- icon="/usr/share/pixmaps/gajim.xpm" \
2295- title="Gajim" \
2296- longtitle="Gajim: GTK Jabber Client" \
2297- description="GTK Jabber Client."
2298
2299=== added file 'debian/patches/00_debian-copying.patch'
2300--- debian/patches/00_debian-copying.patch 1970-01-01 00:00:00 +0000
2301+++ debian/patches/00_debian-copying.patch 2010-05-27 13:01:29 +0000
2302@@ -0,0 +1,22 @@
2303+Index: Makefile.am
2304+===================================================================
2305+--- Makefile.am (revision 7202)
2306++++ Makefile.am (working copy)
2307+@@ -9,7 +9,6 @@
2308+ docfiles_DATA = README \
2309+ README.html \
2310+ ChangeLog \
2311+- COPYING \
2312+ THANKS \
2313+ AUTHORS
2314+
2315+--- Makefile.in
2316++++ Makefile.in
2317+@@ -273,7 +273,6 @@
2318+ docfiles_DATA = README \
2319+ README.html \
2320+ ChangeLog \
2321+- COPYING \
2322+ THANKS \
2323+ AUTHORS
2324+
2325
2326=== removed file 'debian/patches/00list'
2327--- debian/patches/00list 2009-11-25 08:33:47 +0000
2328+++ debian/patches/00list 1970-01-01 00:00:00 +0000
2329@@ -1,2 +0,0 @@
2330-config-write-sync.patch
2331-ubuntu-keyring.patch
2332
2333=== added file 'debian/pyversions'
2334--- debian/pyversions 1970-01-01 00:00:00 +0000
2335+++ debian/pyversions 2010-05-27 13:01:29 +0000
2336@@ -0,0 +1,1 @@
2337+2.4
2338
2339=== modified file 'debian/rules'
2340--- debian/rules 2009-10-27 00:54:26 +0000
2341+++ debian/rules 2010-05-27 13:01:29 +0000
2342@@ -1,84 +1,18 @@
2343 #!/usr/bin/make -f
2344-# -*- makefile -*-
2345-# Sample debian/rules that uses debhelper.
2346-# This file was originally written by Joey Hess and Craig Small.
2347-# As a special exception, when this file is copied by dh-make into a
2348-# dh-make output file, you may use that output file without restriction.
2349-# This special exception was added by Craig Small in version 0.37 of dh-make.
2350-
2351-# Uncomment this to turn on verbose mode.
2352-#export DH_VERBOSE=1
2353-
2354-# Include dpatch stuff.
2355-include /usr/share/dpatch/dpatch.make
2356-
2357-CFLAGS = -Wall -g
2358-
2359-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
2360- CFLAGS += -O0
2361-else
2362- CFLAGS += -O2
2363-endif
2364-
2365-configure: configure-stamp
2366-configure-stamp: patch
2367- dh_testdir
2368- ./configure --prefix=/usr --enable-remote --enable-gtkspell --enable-idle --disable-trayicon
2369-
2370- touch configure-stamp
2371-
2372-
2373-build: build-stamp
2374-build-stamp: configure-stamp
2375- dh_testdir
2376-
2377- $(MAKE)
2378-
2379- touch build-stamp
2380-
2381-clean: unpatch
2382- dh_testdir
2383- dh_testroot
2384- rm -f build-stamp configure-stamp
2385-
2386- rm -f build
2387- [ ! -f Makefile ] || $(MAKE) distclean
2388- rm -f `find . -name "*~"`
2389- rm -rf debian/tmp debian/files* core debian/substvars files
2390-
2391- dh_clean
2392-
2393-install: build
2394- dh_testdir
2395- dh_testroot
2396- dh_clean -k
2397- dh_installdirs
2398-
2399- $(MAKE) install PREFIX=/usr DESTDIR=$(CURDIR)/debian/tmp
2400-
2401- dh_install --sourcedir=debian/tmp
2402-
2403-# Build architecture-independent files here.
2404-binary-indep: build install
2405-
2406-# Build architecture-dependent files here.
2407-binary-arch: build install
2408- dh_testdir
2409- dh_testroot
2410- dh_installchangelogs
2411- dh_installdocs
2412- dh_installexamples
2413- dh_installman
2414- dh_link
2415- dh_strip
2416- dh_compress
2417- dh_fixperms
2418- dh_python
2419- dh_installdeb
2420- dh_shlibdeps
2421- dh_gencontrol
2422- dh_md5sums
2423- dh_builddeb
2424-
2425-binary: binary-indep binary-arch
2426-.PHONY: build clean binary-indep binary-arch binary install configure
2427+DEB_PYTHON_SYSTEM=pysupport
2428+
2429+# Debhelper must be included before python-distutils to use
2430+# # # dh_python / dh_pycentral / dh_pysupport
2431+include /usr/share/cdbs/1/rules/debhelper.mk
2432+include /usr/share/cdbs/1/rules/simple-patchsys.mk
2433+include /usr/share/cdbs/1/class/autotools.mk
2434+
2435+PYTHONVER = 2.6
2436+DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr
2437+DEB_MAKE_BUILD_TARGET := all PYTHON=python$(PYTHONVER)
2438+DEB_MAKE_INSTALL_TARGET = install PYTHON=python$(PYTHONVER) DESTDIR=$(DEB_DESTDIR)
2439+
2440+binary-install/gajim::
2441+ rm $(DEB_DESTDIR)/usr/share/gajim/src/common/GnuPGInterface.py*
2442+ dh_pysupport -pgajim
2443+ convert $(DEB_DESTDIR)/usr/share/pixmaps/gajim.png -resize 32x32 $(DEB_DESTDIR)/usr/share/pixmaps/gajim.xpm
2444
2445=== modified file 'debian/watch'
2446--- debian/watch 2006-05-02 02:11:53 +0000
2447+++ debian/watch 2010-05-27 13:01:29 +0000
2448@@ -1,2 +1,4 @@
2449 version=2
2450-http://www.gajim.org/downloads/gajim-(.*)\.tar\.gz debian uupdate
2451+http://www.gajim.org/downloads/(\d.\d*)/gajim-(.*)\.tar\.gz debian uupdate
2452+# It seems that only release 0.12 was directly in downloads/ directory...
2453+#http://www.gajim.org/downloads/gajim-(.*)\.tar\.gz debian uupdate
2454
2455=== modified file 'gajim.nsi'
2456--- gajim.nsi 2009-11-25 08:13:27 +0000
2457+++ gajim.nsi 2010-05-27 13:01:29 +0000
2458@@ -189,7 +189,7 @@
2459 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName" "Gajim"
2460 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "UninstallString" "$INSTDIR\Uninstall.exe"
2461 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon" "$INSTDIR\bin\Gajim.exe"
2462- WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.13-rc5"
2463+ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.13.4"
2464 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
2465 WriteUninstaller "$INSTDIR\Uninstall.exe"
2466
2467
2468=== modified file 'm4/libtool.m4'
2469--- m4/libtool.m4 2009-11-25 08:13:27 +0000
2470+++ m4/libtool.m4 2010-05-27 13:01:29 +0000
2471@@ -2445,7 +2445,7 @@
2472 ;;
2473
2474 # This must be Linux ELF.
2475-linux* | k*bsd*-gnu)
2476+linux* | k*bsd*-gnu | kopensolaris*-gnu)
2477 version_type=linux
2478 need_lib_prefix=no
2479 need_version=no
2480@@ -3084,7 +3084,7 @@
2481 ;;
2482
2483 # This must be Linux ELF.
2484-linux* | k*bsd*-gnu)
2485+linux* | k*bsd*-gnu | kopensolaris*-gnu)
2486 lt_cv_deplibs_check_method=pass_all
2487 ;;
2488
2489@@ -3705,7 +3705,7 @@
2490 ;;
2491 esac
2492 ;;
2493- linux* | k*bsd*-gnu)
2494+ linux* | k*bsd*-gnu | kopensolaris*-gnu)
2495 case $cc_basename in
2496 KCC*)
2497 # KAI C++ Compiler
2498@@ -3989,7 +3989,7 @@
2499 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
2500 ;;
2501
2502- linux* | k*bsd*-gnu)
2503+ linux* | k*bsd*-gnu | kopensolaris*-gnu)
2504 case $cc_basename in
2505 # old Intel for x86_64 which still supported -KPIC.
2506 ecc*)
2507@@ -4285,6 +4285,7 @@
2508 fi
2509 supports_anon_versioning=no
2510 case `$LD -v 2>&1` in
2511+ *GNU\ gold*) supports_anon_versioning=yes ;;
2512 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
2513 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
2514 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
2515@@ -4376,7 +4377,7 @@
2516 _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'
2517 ;;
2518
2519- gnu* | linux* | tpf* | k*bsd*-gnu)
2520+ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
2521 tmp_diet=no
2522 if test "$host_os" = linux-dietlibc; then
2523 case $cc_basename in
2524@@ -5860,7 +5861,7 @@
2525 _LT_TAGVAR(inherit_rpath, $1)=yes
2526 ;;
2527
2528- linux* | k*bsd*-gnu)
2529+ linux* | k*bsd*-gnu | kopensolaris*-gnu)
2530 case $cc_basename in
2531 KCC*)
2532 # Kuck and Associates, Inc. (KAI) C++ Compiler
2533
2534=== modified file 'm4/ltversion.m4'
2535--- m4/ltversion.m4 2009-11-25 08:13:27 +0000
2536+++ m4/ltversion.m4 2010-05-27 13:01:29 +0000
2537@@ -9,15 +9,15 @@
2538
2539 # Generated from ltversion.in.
2540
2541-# serial 3012 ltversion.m4
2542+# serial 3017 ltversion.m4
2543 # This file is part of GNU Libtool
2544
2545-m4_define([LT_PACKAGE_VERSION], [2.2.6])
2546-m4_define([LT_PACKAGE_REVISION], [1.3012])
2547+m4_define([LT_PACKAGE_VERSION], [2.2.6b])
2548+m4_define([LT_PACKAGE_REVISION], [1.3017])
2549
2550 AC_DEFUN([LTVERSION_VERSION],
2551-[macro_version='2.2.6'
2552-macro_revision='1.3012'
2553+[macro_version='2.2.6b'
2554+macro_revision='1.3017'
2555 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2556 _LT_DECL(, macro_revision, 0)
2557 ])
2558
2559=== modified file 'po/LINGUAS'
2560--- po/LINGUAS 2009-11-25 08:13:27 +0000
2561+++ po/LINGUAS 2010-05-27 13:01:29 +0000
2562@@ -29,3 +29,4 @@
2563 lt
2564 da
2565 uk
2566+ja
2567
2568=== added file 'po/br.po'
2569--- po/br.po 1970-01-01 00:00:00 +0000
2570+++ po/br.po 2010-05-27 13:01:29 +0000
2571@@ -0,0 +1,10709 @@
2572+# translation of gajim.po to
2573+# French translations for gajim package
2574+# Traduction anglaise du package gajim.
2575+# Copyright (C) 2004 THE gajim'S COPYRIGHT HOLDER
2576+# This file is distributed under the same license as the gajim package.
2577+# Automatically generated, 2004.
2578+# , 2005.
2579+#
2580+#
2581+msgid ""
2582+msgstr ""
2583+"Project-Id-Version: gajim 0.10\n"
2584+"Report-Msgid-Bugs-To: \n"
2585+"POT-Creation-Date: 2009-10-28 22:17+0100\n"
2586+"PO-Revision-Date: 2006-06-05 19:14+0100\n"
2587+"Last-Translator: Giulia Fraboulet <djoulia_at_gmail.com>\n"
2588+"Language-Team: \n"
2589+"MIME-Version: 1.0\n"
2590+"Content-Type: text/plain; charset=UTF-8\n"
2591+"Content-Transfer-Encoding: 8bit\n"
2592+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
2593+"X-Poedit-Language: French\n"
2594+"X-Poedit-Country: FRANCE\n"
2595+
2596+#: ../data/gajim.desktop.in.in.h:1
2597+msgid "A GTK+ Jabber client"
2598+msgstr "Ur flaperez Jabber e GTK+"
2599+
2600+#: ../data/gajim.desktop.in.in.h:2
2601+msgid "Gajim Instant Messenger"
2602+msgstr "Flaperez Gajim"
2603+
2604+#: ../data/gajim.desktop.in.in.h:3
2605+msgid "Jabber IM Client"
2606+msgstr "Flaperez Jabber"
2607+
2608+#: ../data/glade/account_context_menu.glade.h:1
2609+#: ../data/glade/roster_window.glade.h:7
2610+#, fuzzy
2611+msgid "Join _Group Chat..."
2612+msgstr "Ebarzhiñ ur _webgaoz"
2613+
2614+#: ../data/glade/account_context_menu.glade.h:2
2615+msgid "_Add Contact..."
2616+msgstr "_Ouzhpennañ un darempred..."
2617+
2618+#: ../data/glade/account_context_menu.glade.h:3
2619+#: ../data/glade/roster_window.glade.h:17
2620+msgid "_Discover Services"
2621+msgstr "_Dizoleiñ ar servijoù"
2622+
2623+#: ../data/glade/account_context_menu.glade.h:4
2624+msgid "_Execute Command..."
2625+msgstr ""
2626+
2627+#: ../data/glade/account_context_menu.glade.h:5
2628+#, fuzzy
2629+msgid "_Modify Account"
2630+msgstr "_Kemmañ ar gont..."
2631+
2632+#: ../data/glade/account_context_menu.glade.h:6
2633+#, fuzzy
2634+msgid "_Open Gmail Inbox"
2635+msgstr "_Digeriñ ar bostelerez"
2636+
2637+#: ../data/glade/account_context_menu.glade.h:7
2638+#, fuzzy
2639+msgid "_Personal Events"
2640+msgstr "Titouroù hiniennel"
2641+
2642+#: ../data/glade/account_context_menu.glade.h:8
2643+#: ../data/glade/roster_window.glade.h:25
2644+#, fuzzy
2645+msgid "_Start Chat..."
2646+msgstr "_Kregiñ da flapiñ"
2647+
2648+#: ../data/glade/account_context_menu.glade.h:9
2649+#: ../data/glade/zeroconf_context_menu.glade.h:2
2650+msgid "_Status"
2651+msgstr "_Stad"
2652+
2653+#: ../data/glade/account_creation_wizard_window.glade.h:1
2654+#, fuzzy
2655+msgid ""
2656+"<b>Connecting to server</b>\n"
2657+"\n"
2658+"Please wait..."
2659+msgstr ""
2660+"<b>O krouiñ ar gont</b>\n"
2661+"\n"
2662+"Gortozit marplij..."
2663+
2664+#: ../data/glade/account_creation_wizard_window.glade.h:4
2665+msgid "<b>Please choose one of the options below:</b>"
2666+msgstr "<b>Diuzit unan eus an dibaboù dindan :</b>"
2667+
2668+#: ../data/glade/account_creation_wizard_window.glade.h:5
2669+#, fuzzy
2670+msgid "<b>Please fill in the data for your existing account</b>"
2671+msgstr "<b>Leuniit an titouroù evit ho kont nevez</b>"
2672+
2673+#: ../data/glade/account_creation_wizard_window.glade.h:6
2674+msgid "<b>Please select a server</b>"
2675+msgstr ""
2676+
2677+#: ../data/glade/account_creation_wizard_window.glade.h:7
2678+msgid "@"
2679+msgstr ""
2680+
2681+#: ../data/glade/account_creation_wizard_window.glade.h:8
2682+msgid ""
2683+"Add this certificate to the list of trusted certificates.\n"
2684+"SHA1 fingerprint of the certificate:\n"
2685+msgstr ""
2686+
2687+#: ../data/glade/account_creation_wizard_window.glade.h:11
2688+#, fuzzy
2689+msgid "Anon_ymous authentication"
2690+msgstr "Implij an diskleriañ"
2691+
2692+#: ../data/glade/account_creation_wizard_window.glade.h:12
2693+msgid "Connect when I press Finish"
2694+msgstr "Kevreañ pa bouezan war Echuiñ"
2695+
2696+#: ../data/glade/account_creation_wizard_window.glade.h:13
2697+msgid "Gajim: Account Creation Wizard"
2698+msgstr "Gajim : Assistant de création de compte"
2699+
2700+#: ../data/glade/account_creation_wizard_window.glade.h:14
2701+#, fuzzy
2702+msgid "I already have an account I want to _use"
2703+msgstr "Bez em eus ur gont a fell din implij"
2704+
2705+#: ../data/glade/account_creation_wizard_window.glade.h:15
2706+msgid "I want to _register for a new account"
2707+msgstr "Fellout a ra din emezelañ evit krouiñ ur gont"
2708+
2709+#: ../data/glade/account_creation_wizard_window.glade.h:16
2710+#: ../data/glade/account_modification_window.glade.h:20
2711+#: ../data/glade/accounts_window.glade.h:25
2712+msgid "If checked, Gajim will remember the password for this account"
2713+msgstr ""
2714+"Si cette case est cochée, Gajim va retenir le mot de passe pour ce compte"
2715+
2716+#: ../data/glade/account_creation_wizard_window.glade.h:17
2717+#: ../data/glade/account_modification_window.glade.h:26
2718+msgid "Manage..."
2719+msgstr "Kemmañ..."
2720+
2721+#: ../data/glade/account_creation_wizard_window.glade.h:18
2722+#, fuzzy
2723+msgid "Prox_y:"
2724+msgstr "Proksi:"
2725+
2726+#: ../data/glade/account_creation_wizard_window.glade.h:19
2727+#: ../data/glade/account_modification_window.glade.h:40
2728+#: ../data/glade/accounts_window.glade.h:46
2729+msgid "Save pass_word"
2730+msgstr "Enrollañ ar _ger-kuzh"
2731+
2732+#: ../data/glade/account_creation_wizard_window.glade.h:20
2733+msgid "Set my profile when I connect"
2734+msgstr "Aozañ ma aelad pa lugan"
2735+
2736+#: ../data/glade/account_creation_wizard_window.glade.h:21
2737+#: ../data/glade/account_modification_window.glade.h:45
2738+msgid "Use custom hostname/port"
2739+msgstr "Implij un anv ostiz/porzh personelaet"
2740+
2741+#: ../data/glade/account_creation_wizard_window.glade.h:22
2742+msgid ""
2743+"You need to have an account in order to connect\n"
2744+"to the Jabber network."
2745+msgstr ""
2746+"Rankout a rit kaout ur gont evit en em lugañ\n"
2747+"d'ar rouedad Jabber."
2748+
2749+#: ../data/glade/account_creation_wizard_window.glade.h:24
2750+#: ../data/glade/roster_window.glade.h:15
2751+msgid "_Advanced"
2752+msgstr "_Mont pelloc'h"
2753+
2754+#: ../data/glade/account_creation_wizard_window.glade.h:25
2755+msgid "_Finish"
2756+msgstr "_Echuiñ"
2757+
2758+#: ../data/glade/account_creation_wizard_window.glade.h:26
2759+#, fuzzy
2760+msgid "_Hostname:"
2761+msgstr "Servijer:"
2762+
2763+#: ../data/glade/account_creation_wizard_window.glade.h:27
2764+#: ../data/glade/account_modification_window.glade.h:48
2765+#: ../data/glade/accounts_window.glade.h:58
2766+msgid "_Jabber ID:"
2767+msgstr "ID _Jabber:"
2768+
2769+#: ../data/glade/account_creation_wizard_window.glade.h:28
2770+#: ../data/glade/account_modification_window.glade.h:50
2771+#: ../data/glade/accounts_window.glade.h:60
2772+msgid "_Password:"
2773+msgstr "_Ger-kuzh:"
2774+
2775+#: ../data/glade/account_creation_wizard_window.glade.h:29
2776+msgid "_Port:"
2777+msgstr "_Porzh:"
2778+
2779+#: ../data/glade/account_creation_wizard_window.glade.h:30
2780+msgid "_Server:"
2781+msgstr "_Servijer:"
2782+
2783+#: ../data/glade/account_modification_window.glade.h:1
2784+#: ../data/glade/accounts_window.glade.h:1
2785+#: ../data/glade/preferences_window.glade.h:11
2786+msgid "<b>Miscellaneous</b>"
2787+msgstr "<b>A bep seurt</b>"
2788+
2789+#: ../data/glade/account_modification_window.glade.h:2
2790+#: ../data/glade/accounts_window.glade.h:2
2791+msgid "<b>OpenPGP</b>"
2792+msgstr "<b>OpenPGP</b>"
2793+
2794+#: ../data/glade/account_modification_window.glade.h:3
2795+#: ../data/glade/accounts_window.glade.h:3
2796+msgid "<b>Personal Information</b>"
2797+msgstr "<b>Titouroù hiniennel</b>"
2798+
2799+#: ../data/glade/account_modification_window.glade.h:4
2800+#: ../data/glade/accounts_window.glade.h:6
2801+#: ../data/glade/join_groupchat_window.glade.h:1
2802+msgid "Account"
2803+msgstr "Kont"
2804+
2805+#: ../data/glade/account_modification_window.glade.h:5
2806+msgid "Account Modification"
2807+msgstr "Kemmañ ar gont"
2808+
2809+#: ../data/glade/account_modification_window.glade.h:6
2810+#: ../data/glade/accounts_window.glade.h:8
2811+#, fuzzy
2812+msgid "Administration operations"
2813+msgstr "Roll ar verourien"
2814+
2815+#: ../data/glade/account_modification_window.glade.h:7
2816+#: ../data/glade/accounts_window.glade.h:10
2817+#, fuzzy
2818+msgid "Auto-reconnect when connection is lost"
2819+msgstr "Adkevreañ war-eeun pa vez kollet ar gevreadenn"
2820+
2821+#: ../data/glade/account_modification_window.glade.h:8
2822+#: ../data/glade/accounts_window.glade.h:11
2823+msgid "C_onnect on Gajim startup"
2824+msgstr "K_evreañ en ur loc'hañ Gajim"
2825+
2826+#: ../data/glade/account_modification_window.glade.h:9
2827+#: ../data/glade/accounts_window.glade.h:12
2828+msgid "Chan_ge Password"
2829+msgstr "C_heñch ar ger-kuzh"
2830+
2831+#: ../data/glade/account_modification_window.glade.h:10
2832+msgid ""
2833+"Check this so Gajim will connect in port 5223 where legacy servers are "
2834+"expected to have SSL capabilities. Note that Gajim uses TLS encryption by "
2835+"default if broadcasted by the server, and with this option enabled TLS will "
2836+"be disabled"
2837+msgstr ""
2838+"Si vous cochez cette case, Gajim se connectera sur le port 5223, sur lequel "
2839+"les serveurs sont supposés gérer le SSL. Notez que Gajim utilise le cryptage "
2840+"TLS par défaut si le serveur annonce qu'il le supporte, et avec cette option "
2841+"vous désactivez le TLS"
2842+
2843+#: ../data/glade/account_modification_window.glade.h:11
2844+#: ../data/glade/accounts_window.glade.h:14
2845+msgid "Choose _Key..."
2846+msgstr "Dibabit un _alc'hwezh..."
2847+
2848+#: ../data/glade/account_modification_window.glade.h:12
2849+#: ../data/glade/accounts_window.glade.h:15
2850+msgid "Click to change account's password"
2851+msgstr "Klikit evit cheñch ger-kuzh ar gont"
2852+
2853+#: ../data/glade/account_modification_window.glade.h:13
2854+#: ../data/glade/accounts_window.glade.h:16
2855+msgid "Click to request authorization to all contacts of another account"
2856+msgstr ""
2857+
2858+#: ../data/glade/account_modification_window.glade.h:14
2859+#: ../data/glade/accounts_window.glade.h:18
2860+msgid "Connection"
2861+msgstr "Kevreadenn"
2862+
2863+#: ../data/glade/account_modification_window.glade.h:15
2864+msgid "Edit Personal Information..."
2865+msgstr "Kemmañ an titouroù hiniennel..."
2866+
2867+#. No configured account
2868+#: ../data/glade/account_modification_window.glade.h:16
2869+#: ../data/glade/accounts_window.glade.h:21
2870+#: ../data/glade/roster_window.glade.h:5 ../src/common/helpers.py:1217
2871+#: ../src/common/helpers.py:1229 ../src/notify.py:547 ../src/notify.py:568
2872+#: ../src/notify.py:607 ../src/notify.py:619
2873+msgid "Gajim"
2874+msgstr "Gajim"
2875+
2876+#. FIXME: Ugly workaround.
2877+#. FIXME: Ugly workaround. Maybe we haven't been in any group (defaults to General)
2878+#. General group cannot be changed
2879+#: ../data/glade/account_modification_window.glade.h:17
2880+#: ../data/glade/accounts_window.glade.h:22
2881+#: ../data/glade/preferences_window.glade.h:50 ../src/common/contacts.py:98
2882+#: ../src/dialogs.py:103 ../src/dialogs.py:111 ../src/roster_window.py:2753
2883+#: ../src/roster_window.py:5351
2884+msgid "General"
2885+msgstr "Hollek"
2886+
2887+#: ../data/glade/account_modification_window.glade.h:18
2888+msgid "Hostname: "
2889+msgstr "Servijer:"
2890+
2891+#: ../data/glade/account_modification_window.glade.h:19
2892+#: ../data/glade/accounts_window.glade.h:23
2893+#, fuzzy
2894+msgid ""
2895+"If checked, Gajim will also broadcast some more IPs except from just your "
2896+"IP, so file transfer has higher chances of working."
2897+msgstr ""
2898+"Si cette case est cochée, Gajim va diffuser des adresses IP en plus de la "
2899+"votre, les transferts de fichiers ont ainsi plus de chance de fonctionner."
2900+
2901+#: ../data/glade/account_modification_window.glade.h:21
2902+#: ../data/glade/accounts_window.glade.h:26
2903+#, fuzzy
2904+msgid ""
2905+"If checked, Gajim will send keep-alive packets to prevent connection timeout "
2906+"which results in disconnection"
2907+msgstr ""
2908+"Si cette case est cochée, Gajim enverra des paquets de maintien de connexion "
2909+"pour prévenir des temps de latence pouvant entraîner des déconnexions"
2910+
2911+#: ../data/glade/account_modification_window.glade.h:22
2912+msgid ""
2913+"If checked, Gajim will store the password in ~/.gajim/config with 'read' "
2914+"permission only for you"
2915+msgstr ""
2916+"Si cette case est cochée, Gajim va sauvegarder le mot de passe dans ~/.gajim/"
2917+"config avec accès en lecture pour vous uniquement"
2918+
2919+#: ../data/glade/account_modification_window.glade.h:23
2920+#: ../data/glade/accounts_window.glade.h:27
2921+msgid ""
2922+"If checked, Gajim, when launched, will automatically connect to jabber using "
2923+"this account"
2924+msgstr ""
2925+"M'eo diuzet, ec'h emlugo Gajim da jabber en ur implij ar gont-mañ en ur "
2926+"loc'hañ"
2927+
2928+#: ../data/glade/account_modification_window.glade.h:24
2929+#: ../data/glade/accounts_window.glade.h:28
2930+msgid ""
2931+"If checked, any change to the global status (handled by the combobox at the "
2932+"bottom of the roster window) will change the status of this account "
2933+"accordingly"
2934+msgstr ""
2935+"M'eo enaouet, kement cheñchamant graet war ar stad hollek (meret gant ar "
2936+"voestig e traoñ ar roll-darempredoù) a gemmo stad ar gont-mañ ivez"
2937+
2938+#: ../data/glade/account_modification_window.glade.h:25
2939+#: ../data/glade/accounts_window.glade.h:31
2940+msgid "Information about you, as stored in the server"
2941+msgstr "Titouroù diwar ho penn, miret war ar servijer"
2942+
2943+#: ../data/glade/account_modification_window.glade.h:27
2944+#: ../data/glade/accounts_window.glade.h:35 ../src/config.py:1585
2945+#: ../src/config.py:2131
2946+msgid "No key selected"
2947+msgstr "Alc'hwez ebet diuzet"
2948+
2949+#. None means no proxy profile selected
2950+#: ../data/glade/account_modification_window.glade.h:29
2951+#: ../data/glade/accounts_window.glade.h:37
2952+#: ../data/glade/change_mood_dialog.glade.h:3 ../src/config.py:1106
2953+#: ../src/config.py:1209 ../src/config.py:1489 ../src/config.py:1494
2954+#: ../src/config.py:2038 ../src/config.py:2117 ../src/config.py:2130
2955+#: ../src/config.py:3317 ../src/config.py:3390 ../src/dialogs.py:293
2956+#: ../src/dialogs.py:295 ../src/dialogs.py:498 ../src/dialogs.py:511
2957+#: ../src/roster_window.py:2807 ../src/roster_window.py:2813
2958+#: ../src/roster_window.py:2818
2959+msgid "None"
2960+msgstr "Hini ebet"
2961+
2962+#: ../data/glade/account_modification_window.glade.h:30
2963+#: ../data/glade/accounts_window.glade.h:38
2964+#: ../data/glade/profile_window.glade.h:36
2965+msgid "Personal Information"
2966+msgstr "Titouroù hiniennel"
2967+
2968+#: ../data/glade/account_modification_window.glade.h:31
2969+msgid "Port: "
2970+msgstr "Porzh:"
2971+
2972+#: ../data/glade/account_modification_window.glade.h:32
2973+#: ../data/glade/accounts_window.glade.h:39
2974+msgid "Priori_ty:"
2975+msgstr ""
2976+
2977+#: ../data/glade/account_modification_window.glade.h:33
2978+#: ../data/glade/accounts_window.glade.h:40
2979+msgid ""
2980+"Priority is used in Jabber to determine who gets the events from the jabber "
2981+"server when two or more clients are connected using the same account; The "
2982+"client with the highest priority gets the events"
2983+msgstr ""
2984+
2985+#: ../data/glade/account_modification_window.glade.h:34
2986+#: ../data/glade/accounts_window.glade.h:41
2987+msgid "Priority will change automatically according to your status."
2988+msgstr ""
2989+
2990+#: ../data/glade/account_modification_window.glade.h:35
2991+msgid "Proxy:"
2992+msgstr "Proksi:"
2993+
2994+#: ../data/glade/account_modification_window.glade.h:36
2995+#: ../data/glade/accounts_window.glade.h:43
2996+msgid "Resour_ce:"
2997+msgstr ""
2998+
2999+#: ../data/glade/account_modification_window.glade.h:37
3000+#: ../data/glade/accounts_window.glade.h:44
3001+msgid ""
3002+"Resource is sent to the Jabber server in order to separate the same JID in "
3003+"two or more parts depending on the number of the clients connected in the "
3004+"same server with the same account. So you might be connected in the same "
3005+"account with resource 'Home' and 'Work' at the same time. The resource which "
3006+"has the highest priority will get the events. (see below)"
3007+msgstr ""
3008+
3009+#: ../data/glade/account_modification_window.glade.h:38
3010+msgid "Save _passphrase (insecure)"
3011+msgstr "_Enrollañ ar ger-kuzh (diasur)"
3012+
3013+#: ../data/glade/account_modification_window.glade.h:39
3014+#: ../data/glade/accounts_window.glade.h:45
3015+msgid "Save conversation _logs for all contacts"
3016+msgstr "Enrollaén an _istoradur-flapiñ evit an holl zarempredoù"
3017+
3018+#: ../data/glade/account_modification_window.glade.h:41
3019+msgid "Send keep-alive packets"
3020+msgstr "Kas ar pakadoù derc'hel al lugadenn vev"
3021+
3022+#: ../data/glade/account_modification_window.glade.h:42
3023+#: ../data/glade/accounts_window.glade.h:48
3024+msgid "Synch_ronize account status with global status"
3025+msgstr ""
3026+
3027+#: ../data/glade/account_modification_window.glade.h:43
3028+#: ../data/glade/accounts_window.glade.h:50
3029+#: ../data/glade/synchronise_select_account_dialog.glade.h:2
3030+#, fuzzy
3031+msgid "Synchronise contacts"
3032+msgstr "Diskouez an darempredoù _ezlinenn"
3033+
3034+#: ../data/glade/account_modification_window.glade.h:44
3035+msgid "Use _SSL (legacy)"
3036+msgstr "Implij _SSL"
3037+
3038+#: ../data/glade/account_modification_window.glade.h:46
3039+#: ../data/glade/accounts_window.glade.h:54
3040+msgid "Use file transfer proxies"
3041+msgstr "Implij ar proksioù evit treuzkas restroù"
3042+
3043+#: ../data/glade/account_modification_window.glade.h:47
3044+msgid "_Adjust to status"
3045+msgstr ""
3046+
3047+#: ../data/glade/account_modification_window.glade.h:49
3048+#: ../data/glade/manage_proxies_window.glade.h:13
3049+#, fuzzy
3050+msgid "_Name:"
3051+msgstr "_Anv:"
3052+
3053+#: ../data/glade/accounts_window.glade.h:4
3054+#, fuzzy
3055+msgid "<b>Proxy</b>"
3056+msgstr "<b>Perzhioù</b>"
3057+
3058+#: ../data/glade/accounts_window.glade.h:5
3059+#, fuzzy
3060+msgid "A_djust to status"
3061+msgstr "Goulenn evit gwelet e/he stad"
3062+
3063+#: ../data/glade/accounts_window.glade.h:7
3064+msgid "Accounts"
3065+msgstr "Kontoù"
3066+
3067+#: ../data/glade/accounts_window.glade.h:9
3068+#, fuzzy
3069+msgid "Anonymous authentication"
3070+msgstr "Implij an diskleriañ"
3071+
3072+#: ../data/glade/accounts_window.glade.h:13
3073+msgid ""
3074+"Check this so Gajim will ask you before sending your password over an "
3075+"insecure connection."
3076+msgstr ""
3077+
3078+#: ../data/glade/accounts_window.glade.h:17
3079+#, fuzzy
3080+msgid "Co_nnect on Gajim startup"
3081+msgstr "K_evreañ en ur loc'hañ Gajim"
3082+
3083+#: ../data/glade/accounts_window.glade.h:19
3084+#: ../data/glade/zeroconf_information_window.glade.h:2
3085+msgid "E-Mail:"
3086+msgstr "Postel:"
3087+
3088+#: ../data/glade/accounts_window.glade.h:20
3089+#: ../data/glade/zeroconf_information_window.glade.h:3
3090+#, fuzzy
3091+msgid "First Name:"
3092+msgstr "Anv:"
3093+
3094+#: ../data/glade/accounts_window.glade.h:24
3095+#, fuzzy
3096+msgid "If checked, Gajim will get the password from a GPG agent like seahorse"
3097+msgstr ""
3098+"Si cette case est cochée, Gajim va retenir le mot de passe pour ce compte"
3099+
3100+#: ../data/glade/accounts_window.glade.h:29
3101+msgid ""
3102+"If the default port that is used for incoming messages is unfitting for your "
3103+"setup you can select another one here.\n"
3104+"You might consider to change possible firewall settings."
3105+msgstr ""
3106+
3107+#: ../data/glade/accounts_window.glade.h:32
3108+#: ../data/glade/zeroconf_information_window.glade.h:4 ../src/config.py:1612
3109+#: ../src/dialogs.py:806
3110+msgid "Jabber ID:"
3111+msgstr "ID Jabber:"
3112+
3113+#: ../data/glade/accounts_window.glade.h:33
3114+#: ../data/glade/zeroconf_information_window.glade.h:5
3115+#, fuzzy
3116+msgid "Last Name:"
3117+msgstr "Anv:"
3118+
3119+#: ../data/glade/accounts_window.glade.h:34
3120+#, fuzzy
3121+msgid "Mer_ge accounts"
3122+msgstr "_Strollañ ar c'hontoù"
3123+
3124+#. Rename
3125+#: ../data/glade/accounts_window.glade.h:42 ../src/roster_window.py:5302
3126+msgid "Re_name"
3127+msgstr "_Adenvel"
3128+
3129+#: ../data/glade/accounts_window.glade.h:47
3130+#, fuzzy
3131+msgid "Send _keep-alive packets"
3132+msgstr "Kas ar pakadoù derc'hel al lugadenn vev"
3133+
3134+#: ../data/glade/accounts_window.glade.h:49
3135+msgid "Synchroni_ze account status with global status"
3136+msgstr ""
3137+
3138+#: ../data/glade/accounts_window.glade.h:51
3139+msgid "Use G_PG Agent"
3140+msgstr ""
3141+
3142+#: ../data/glade/accounts_window.glade.h:52
3143+#, fuzzy
3144+msgid "Use cust_om hostname/port"
3145+msgstr "Implij un anv ostiz/porzh personelaet"
3146+
3147+#: ../data/glade/accounts_window.glade.h:53
3148+#, fuzzy
3149+msgid "Use cust_om port:"
3150+msgstr "Implij un anv ostiz/porzh personelaet"
3151+
3152+#: ../data/glade/accounts_window.glade.h:55
3153+#, fuzzy
3154+msgid "_Edit Personal Information..."
3155+msgstr "Kemmañ an titouroù hiniennel..."
3156+
3157+#: ../data/glade/accounts_window.glade.h:56
3158+#, fuzzy
3159+msgid "_Enable"
3160+msgstr "Enaouiñ"
3161+
3162+#: ../data/glade/accounts_window.glade.h:57
3163+#, fuzzy
3164+msgid "_Hostname: "
3165+msgstr "Servijer:"
3166+
3167+#: ../data/glade/accounts_window.glade.h:59
3168+#, fuzzy
3169+msgid "_Manage..."
3170+msgstr "Kemmañ..."
3171+
3172+#: ../data/glade/accounts_window.glade.h:61
3173+#, fuzzy
3174+msgid "_Port: "
3175+msgstr "_Porzh:"
3176+
3177+#: ../data/glade/accounts_window.glade.h:62
3178+msgid "_Warn before using an insecure connection"
3179+msgstr ""
3180+
3181+#: ../data/glade/accounts_window.glade.h:63
3182+msgid "_use HTTP__PROXY environment variable"
3183+msgstr ""
3184+
3185+#: ../data/glade/accounts_window.glade.h:64
3186+msgid "gtk-add"
3187+msgstr ""
3188+
3189+#: ../data/glade/accounts_window.glade.h:65
3190+#: ../data/glade/features_window.glade.h:4
3191+#: ../data/glade/manage_sounds_window.glade.h:1
3192+msgid "gtk-close"
3193+msgstr ""
3194+
3195+#: ../data/glade/accounts_window.glade.h:66
3196+msgid "gtk-remove"
3197+msgstr ""
3198+
3199+#: ../data/glade/add_new_contact_window.glade.h:1
3200+#, fuzzy
3201+msgid "A_ccount:"
3202+msgstr "Kont"
3203+
3204+#: ../data/glade/add_new_contact_window.glade.h:2
3205+#, fuzzy
3206+msgid "A_llow this contact to view my status"
3207+msgstr "He/E aotren da welet ma stad"
3208+
3209+#: ../data/glade/add_new_contact_window.glade.h:3
3210+msgid "Add New Contact"
3211+msgstr "Ouzhpennañ un darempred nevez"
3212+
3213+#: ../data/glade/add_new_contact_window.glade.h:4
3214+msgid "I would like to add you to my contact list."
3215+msgstr "Me blijfe din ouzhpennañ ac'hanoc'h em roll-darempredoù."
3216+
3217+#: ../data/glade/add_new_contact_window.glade.h:5
3218+msgid ""
3219+"You have to register with this transport\n"
3220+"to be able to add a contact from this\n"
3221+"protocol. Click on register button to\n"
3222+"proceed."
3223+msgstr ""
3224+
3225+#: ../data/glade/add_new_contact_window.glade.h:9
3226+msgid ""
3227+"You must be connected to the transport to be able\n"
3228+"to add a contact from this protocol."
3229+msgstr ""
3230+
3231+#: ../data/glade/add_new_contact_window.glade.h:11
3232+#, fuzzy
3233+msgid "_Group:"
3234+msgstr "Strollad:"
3235+
3236+#: ../data/glade/add_new_contact_window.glade.h:12
3237+#, fuzzy
3238+msgid "_Nickname:"
3239+msgstr "Lesanv:"
3240+
3241+#: ../data/glade/add_new_contact_window.glade.h:13
3242+#, fuzzy
3243+msgid "_Protocol:"
3244+msgstr "Protokol:"
3245+
3246+#: ../data/glade/add_new_contact_window.glade.h:14
3247+#, fuzzy
3248+msgid "_Register"
3249+msgstr "_Emezelañ"
3250+
3251+#: ../data/glade/add_new_contact_window.glade.h:15
3252+#, fuzzy
3253+msgid "_User ID:"
3254+msgstr "ID arveriad-ez:"
3255+
3256+#: ../data/glade/adhoc_commands_window.glade.h:1
3257+#, fuzzy
3258+msgid "<b>An error has occurred:</b>"
3259+msgstr "Une erreur de protocole s'est produite :"
3260+
3261+#: ../data/glade/adhoc_commands_window.glade.h:2
3262+msgid "<b>Choose command to execute:</b>"
3263+msgstr ""
3264+
3265+#: ../data/glade/adhoc_commands_window.glade.h:3
3266+msgid "Ad-hoc Commands - Gajim"
3267+msgstr ""
3268+
3269+#: ../data/glade/adhoc_commands_window.glade.h:4
3270+msgid "Check once more"
3271+msgstr ""
3272+
3273+#: ../data/glade/adhoc_commands_window.glade.h:5
3274+#, fuzzy
3275+msgid "Error description..."
3276+msgstr "Taolennadur"
3277+
3278+#: ../data/glade/adhoc_commands_window.glade.h:6
3279+#, fuzzy
3280+msgid "Please wait while retrieving command list..."
3281+msgstr "Gortozit marplij e keit ma vez dilec'hiet an istoradur..."
3282+
3283+#: ../data/glade/adhoc_commands_window.glade.h:7
3284+#, fuzzy
3285+msgid "Please wait while the command is sending..."
3286+msgstr "Gortozit marplij e keit ma vez dilec'hiet an istoradur..."
3287+
3288+#: ../data/glade/adhoc_commands_window.glade.h:8
3289+msgid "Please wait..."
3290+msgstr ""
3291+
3292+#: ../data/glade/adhoc_commands_window.glade.h:9
3293+msgid "This jabber entity does not expose any commands."
3294+msgstr ""
3295+
3296+#: ../data/glade/advanced_configuration_window.glade.h:1
3297+#: ../data/glade/features_window.glade.h:1
3298+msgid "<b>Description</b>"
3299+msgstr "<b>Taolennadur</b>"
3300+
3301+#: ../data/glade/advanced_configuration_window.glade.h:2
3302+#, fuzzy
3303+msgid "<b>NOTE:</b> You should restart Gajim for some settings to take effect"
3304+msgstr ""
3305+"<b>NOTENN :</b> Dav eo deoc'h adloc'hañ Gajim evit ma vo efedus kemmoù 'zo"
3306+
3307+#: ../data/glade/advanced_configuration_window.glade.h:3
3308+msgid "Advanced Configuration Editor"
3309+msgstr "Aozer kefluniañ dre ar munut"
3310+
3311+#: ../data/glade/advanced_configuration_window.glade.h:4
3312+msgid "Filter:"
3313+msgstr "Sil:"
3314+
3315+#: ../data/glade/advanced_menuitem_menu.glade.h:1
3316+msgid "Delete MOTD"
3317+msgstr "Dilemel MOTD"
3318+
3319+#: ../data/glade/advanced_menuitem_menu.glade.h:2
3320+msgid "Deletes Message of the Day"
3321+msgstr "A zilam kemennadenn an devezh"
3322+
3323+#: ../data/glade/advanced_menuitem_menu.glade.h:3
3324+#, fuzzy
3325+msgid "Edit _Privacy Lists..."
3326+msgstr "Flapoù prevez"
3327+
3328+#: ../data/glade/advanced_menuitem_menu.glade.h:4
3329+#, fuzzy
3330+msgid "Sends a message to users currently connected to this server"
3331+msgstr "A gas ur gemennadenn d'an arveridi luget war ar servijer-mañ"
3332+
3333+#: ../data/glade/advanced_menuitem_menu.glade.h:5
3334+#, fuzzy
3335+msgid "Set MOTD..."
3336+msgstr "Lakaat MOTD"
3337+
3338+#: ../data/glade/advanced_menuitem_menu.glade.h:6
3339+msgid "Sets Message of the Day"
3340+msgstr "A laka kemennadenn an devezh"
3341+
3342+#: ../data/glade/advanced_menuitem_menu.glade.h:7
3343+#, fuzzy
3344+msgid "Show _XML Console"
3345+msgstr "Diskouez ar gonsol _XML"
3346+
3347+#: ../data/glade/advanced_menuitem_menu.glade.h:8
3348+#, fuzzy
3349+msgid "Update MOTD..."
3350+msgstr "Hizivaat MOTD"
3351+
3352+#: ../data/glade/advanced_menuitem_menu.glade.h:9
3353+msgid "Updates Message of the Day"
3354+msgstr "A hiziva kemennadenn an devez"
3355+
3356+#: ../data/glade/advanced_menuitem_menu.glade.h:10
3357+msgid "_Administrator"
3358+msgstr "_Merour-ez"
3359+
3360+#: ../data/glade/advanced_menuitem_menu.glade.h:11
3361+#, fuzzy
3362+msgid "_Send Server Message..."
3363+msgstr "_Kas ur gemennadenn d'ar servijer"
3364+
3365+#: ../data/glade/advanced_notifications_window.glade.h:1
3366+msgid " a window/tab opened with that contact "
3367+msgstr ""
3368+
3369+#: ../data/glade/advanced_notifications_window.glade.h:2
3370+#, fuzzy
3371+msgid "<b>Actions</b>"
3372+msgstr "<b>Poelladoù</b>"
3373+
3374+#: ../data/glade/advanced_notifications_window.glade.h:3
3375+#, fuzzy
3376+msgid "<b>Conditions</b>"
3377+msgstr "<b>Sonioù</b>"
3378+
3379+#: ../data/glade/advanced_notifications_window.glade.h:4
3380+#: ../data/glade/preferences_window.glade.h:15
3381+msgid "<b>Sounds</b>"
3382+msgstr "<b>Sonioù</b>"
3383+
3384+#: ../data/glade/advanced_notifications_window.glade.h:5
3385+#, fuzzy
3386+msgid "Advanced Actions"
3387+msgstr "Actions a_vancées"
3388+
3389+#: ../data/glade/advanced_notifications_window.glade.h:6
3390+#, fuzzy
3391+msgid "Advanced Notifications Control"
3392+msgstr "Aozer kefluniañ dre ar munut"
3393+
3394+#: ../data/glade/advanced_notifications_window.glade.h:7
3395+#, fuzzy
3396+msgid "All statuses"
3397+msgstr "Stad:"
3398+
3399+#: ../data/glade/advanced_notifications_window.glade.h:8
3400+#: ../src/common/commands.py:101 ../src/common/helpers.py:219
3401+msgid "Away"
3402+msgstr "Ezvezant"
3403+
3404+#: ../data/glade/advanced_notifications_window.glade.h:9
3405+msgid "Busy "
3406+msgstr ""
3407+
3408+#: ../data/glade/advanced_notifications_window.glade.h:10
3409+msgid "Don't have "
3410+msgstr ""
3411+
3412+#: ../data/glade/advanced_notifications_window.glade.h:11
3413+msgid "Have "
3414+msgstr ""
3415+
3416+#: ../data/glade/advanced_notifications_window.glade.h:12
3417+#: ../src/common/helpers.py:229
3418+msgid "Invisible"
3419+msgstr "Diwelus"
3420+
3421+#: ../data/glade/advanced_notifications_window.glade.h:13
3422+#, fuzzy
3423+msgid "Launch a command"
3424+msgstr "urzhiad"
3425+
3426+#: ../data/glade/advanced_notifications_window.glade.h:14
3427+#: ../src/common/helpers.py:202
3428+msgid "Not Available"
3429+msgstr "Dihegerz"
3430+
3431+#: ../data/glade/advanced_notifications_window.glade.h:15
3432+msgid "One or more special statuses..."
3433+msgstr ""
3434+
3435+#: ../data/glade/advanced_notifications_window.glade.h:16
3436+#, fuzzy
3437+msgid "Online / Free For Chat"
3438+msgstr "Prest da flapiñ"
3439+
3440+#: ../data/glade/advanced_notifications_window.glade.h:17
3441+#, fuzzy
3442+msgid "Play a sound"
3443+msgstr "_Seniñ"
3444+
3445+#: ../data/glade/advanced_notifications_window.glade.h:18
3446+msgid ""
3447+"Receive a Message\n"
3448+"Contact Disconnected \n"
3449+"Contact Change Status \n"
3450+"Group Chat Message Highlight \n"
3451+"Group Chat Message Received \n"
3452+"File Transfer Request \n"
3453+"File Transfer Started \n"
3454+"File Transfer Finished"
3455+msgstr ""
3456+
3457+#: ../data/glade/advanced_notifications_window.glade.h:26
3458+msgid "When "
3459+msgstr ""
3460+
3461+#: ../data/glade/advanced_notifications_window.glade.h:27
3462+msgid ""
3463+"_Activate window manager's UrgencyHint to make chat window in taskbar flash"
3464+msgstr ""
3465+
3466+#: ../data/glade/advanced_notifications_window.glade.h:28
3467+#, fuzzy
3468+msgid "_Disable auto opening chat window"
3469+msgstr "A guzha an nozelennoù er prenestroù webgaoz"
3470+
3471+#: ../data/glade/advanced_notifications_window.glade.h:29
3472+msgid "_Disable existing popup window"
3473+msgstr ""
3474+
3475+#: ../data/glade/advanced_notifications_window.glade.h:30
3476+msgid "_Disable existing sound for this event"
3477+msgstr ""
3478+
3479+#: ../data/glade/advanced_notifications_window.glade.h:31
3480+msgid "_Disable showing event in roster"
3481+msgstr ""
3482+
3483+#: ../data/glade/advanced_notifications_window.glade.h:32
3484+msgid "_Disable showing event in systray"
3485+msgstr ""
3486+
3487+#: ../data/glade/advanced_notifications_window.glade.h:33
3488+msgid "_Inform me with a popup window"
3489+msgstr ""
3490+
3491+#: ../data/glade/advanced_notifications_window.glade.h:34
3492+#, fuzzy
3493+msgid "_Open chat window with user"
3494+msgstr "Utiliser une seule fenê_tre de discussion avec des onglets"
3495+
3496+#: ../data/glade/advanced_notifications_window.glade.h:35
3497+#, fuzzy
3498+msgid "_Show event in roster"
3499+msgstr "Diskouez er _roll hepken"
3500+
3501+#: ../data/glade/advanced_notifications_window.glade.h:36
3502+#, fuzzy
3503+msgid "_Show event in systray"
3504+msgstr "Diskouez er _roll hepken"
3505+
3506+#: ../data/glade/advanced_notifications_window.glade.h:37
3507+msgid "and I "
3508+msgstr ""
3509+
3510+#: ../data/glade/advanced_notifications_window.glade.h:38
3511+msgid ""
3512+"contact(s)\n"
3513+"group(s)\n"
3514+"everybody"
3515+msgstr ""
3516+
3517+#: ../data/glade/advanced_notifications_window.glade.h:41
3518+#, fuzzy
3519+msgid "for "
3520+msgstr "Porzh:"
3521+
3522+#: ../data/glade/advanced_notifications_window.glade.h:42
3523+msgid "when I'm in"
3524+msgstr ""
3525+
3526+#: ../data/glade/atom_entry_window.glade.h:1
3527+#, fuzzy
3528+msgid "Entry:"
3529+msgstr "Bro:"
3530+
3531+#: ../data/glade/atom_entry_window.glade.h:2
3532+#, fuzzy
3533+msgid "Feed name:"
3534+msgstr "anv ar gwiskadur"
3535+
3536+#: ../data/glade/atom_entry_window.glade.h:3
3537+#, fuzzy
3538+msgid "Last modified:"
3539+msgstr "Anv:"
3540+
3541+#: ../data/glade/atom_entry_window.glade.h:4
3542+#, fuzzy
3543+msgid "New entry received"
3544+msgstr "Pa resever un darvoud nevez"
3545+
3546+#: ../data/glade/atom_entry_window.glade.h:5 ../src/atom_window.py:114
3547+msgid "You have received new entry:"
3548+msgstr ""
3549+
3550+#: ../data/glade/blocked_contacts_window.glade.h:1
3551+#, fuzzy
3552+msgid "Blocked Contacts"
3553+msgstr "Darempredoù"
3554+
3555+#: ../data/glade/change_activity_dialog.glade.h:1
3556+#, fuzzy
3557+msgid "<b>Message:</b> "
3558+msgstr "<b>Titouroù-stad raklakaet</b>"
3559+
3560+#: ../data/glade/change_activity_dialog.glade.h:2
3561+msgid "Set Activity"
3562+msgstr ""
3563+
3564+#: ../data/glade/change_activity_dialog.glade.h:3
3565+msgid "Set an activity"
3566+msgstr ""
3567+
3568+#: ../data/glade/change_mood_dialog.glade.h:1
3569+#, fuzzy
3570+msgid "<b>Message:</b>"
3571+msgstr "<b>Titouroù-stad raklakaet</b>"
3572+
3573+#: ../data/glade/change_mood_dialog.glade.h:2
3574+#, fuzzy
3575+msgid "<b>Mood:</b>"
3576+msgstr "<b>Sonioù</b>"
3577+
3578+#: ../data/glade/change_password_dialog.glade.h:1
3579+msgid "Change Password"
3580+msgstr "Cheñch ar ger-kuzh"
3581+
3582+#: ../data/glade/change_password_dialog.glade.h:2
3583+msgid "Enter it again for confirmation:"
3584+msgstr "Roit anezhañ en-dro evit kadarnaat:"
3585+
3586+#: ../data/glade/change_password_dialog.glade.h:3
3587+msgid "Enter new password:"
3588+msgstr "Roit ur ger-kuzh nevez:"
3589+
3590+#: ../data/glade/change_status_message_dialog.glade.h:1
3591+msgid "<b>Type your new status message</b>"
3592+msgstr "<b>Roit un titour-stad nevez</b>"
3593+
3594+#: ../data/glade/change_status_message_dialog.glade.h:2 ../src/tooltips.py:601
3595+#, fuzzy
3596+msgid "Activity:"
3597+msgstr "Oberiant"
3598+
3599+#: ../data/glade/change_status_message_dialog.glade.h:3 ../src/tooltips.py:586
3600+#, fuzzy
3601+msgid "Mood:"
3602+msgstr "Webgaoz:"
3603+
3604+#: ../data/glade/change_status_message_dialog.glade.h:4
3605+msgid "Preset messages:"
3606+msgstr "Kemennadennoù raklakaet:"
3607+
3608+#: ../data/glade/change_status_message_dialog.glade.h:5
3609+#, fuzzy
3610+msgid "Save as Preset..."
3611+msgstr "Enrollañ evel raklakaet..."
3612+
3613+#: ../data/glade/chat_context_menu.glade.h:1
3614+msgid "Join _Group Chat"
3615+msgstr "Ebarzhiñ ur _webgaoz"
3616+
3617+#: ../data/glade/chat_context_menu.glade.h:2
3618+#: ../data/glade/contact_context_menu.glade.h:16
3619+#, fuzzy
3620+msgid "_Add to Roster..."
3621+msgstr "_Ouzhpennañ er roll"
3622+
3623+#: ../data/glade/chat_context_menu.glade.h:3
3624+msgid "_Copy JID/Email Address"
3625+msgstr "_Kopiañ ar JID/Chomlec'h postel"
3626+
3627+#: ../data/glade/chat_context_menu.glade.h:4
3628+msgid "_Copy Link Location"
3629+msgstr "_Kopiañ chomlec'h an ere"
3630+
3631+#: ../data/glade/chat_context_menu.glade.h:5
3632+msgid "_Open Email Composer"
3633+msgstr "_Digeriñ ar bostelerez"
3634+
3635+#: ../data/glade/chat_context_menu.glade.h:6
3636+msgid "_Open Link in Browser"
3637+msgstr "_Digerién an ere er furcher web"
3638+
3639+#: ../data/glade/chat_context_menu.glade.h:7
3640+#: ../data/glade/subscription_request_popup_menu.glade.h:1
3641+#: ../data/glade/systray_context_menu.glade.h:7
3642+msgid "_Start Chat"
3643+msgstr "_Kregiñ da flapiñ"
3644+
3645+#: ../data/glade/chat_to_muc_window.glade.h:1
3646+#, fuzzy
3647+msgid "In_vite"
3648+msgstr "Diwelus"
3649+
3650+#: ../data/glade/chat_to_muc_window.glade.h:2
3651+msgid "Invite Friends!"
3652+msgstr ""
3653+
3654+#: ../data/glade/chat_to_muc_window.glade.h:3
3655+#, fuzzy
3656+msgid "MUC server"
3657+msgstr "Sellerien"
3658+
3659+#: ../data/glade/chat_to_muc_window.glade.h:4
3660+msgid "Please select a MUC server."
3661+msgstr ""
3662+
3663+#: ../data/glade/chat_to_muc_window.glade.h:5
3664+msgid ""
3665+"You are going to begin a Multi-User Chat.\n"
3666+"Select the contacts you want to invite"
3667+msgstr ""
3668+
3669+#: ../data/glade/contact_context_menu.glade.h:1
3670+#, fuzzy
3671+msgid "A_sk to see his/her status"
3672+msgstr "Goulenn evit gwelet e/he stad"
3673+
3674+#: ../data/glade/contact_context_menu.glade.h:2
3675+#, fuzzy
3676+msgid "Add Special _Notification..."
3677+msgstr "Ouzhpennañ ur gelaouenn _ispisial"
3678+
3679+#: ../data/glade/contact_context_menu.glade.h:3
3680+#, fuzzy
3681+msgid "Assign Open_PGP Key..."
3682+msgstr "Assigner une clé OpenPGP"
3683+
3684+#: ../data/glade/contact_context_menu.glade.h:4
3685+#, fuzzy
3686+msgid "E_xecute Command..."
3687+msgstr "urzhiad"
3688+
3689+#: ../data/glade/contact_context_menu.glade.h:5
3690+#, fuzzy
3691+msgid "Edit _Groups..."
3692+msgstr "Kemmañ ar _strolladoù"
3693+
3694+#. Invite to
3695+#. Invite to Groupchat
3696+#: ../data/glade/contact_context_menu.glade.h:6 ../src/roster_window.py:5257
3697+#: ../src/roster_window.py:5412
3698+msgid "In_vite to"
3699+msgstr ""
3700+
3701+#: ../data/glade/contact_context_menu.glade.h:7
3702+#, fuzzy
3703+msgid "Invite _Contacts"
3704+msgstr "Darempredoù"
3705+
3706+#: ../data/glade/contact_context_menu.glade.h:8
3707+#, fuzzy
3708+msgid "Remo_ve"
3709+msgstr "_Dilemel"
3710+
3711+#. Send Custom Status
3712+#: ../data/glade/contact_context_menu.glade.h:9 ../src/roster_window.py:5267
3713+#: ../src/roster_window.py:5497
3714+#, fuzzy
3715+msgid "Send Cus_tom Status"
3716+msgstr "Goulenn evit gwelet e/he stad"
3717+
3718+#: ../data/glade/contact_context_menu.glade.h:10
3719+msgid "Send Single _Message..."
3720+msgstr "Kas ur gemennadenn _simpl..."
3721+
3722+#: ../data/glade/contact_context_menu.glade.h:11
3723+#, fuzzy
3724+msgid "Send _File..."
3725+msgstr "Kas ur _restr"
3726+
3727+#: ../data/glade/contact_context_menu.glade.h:12
3728+msgid "Set Custom _Avatar..."
3729+msgstr ""
3730+
3731+#: ../data/glade/contact_context_menu.glade.h:13
3732+msgid "Start _Chat"
3733+msgstr "Kregiñ da _flapiñ"
3734+
3735+#: ../data/glade/contact_context_menu.glade.h:14
3736+msgid "Toggle End to End Encryption"
3737+msgstr ""
3738+
3739+#: ../data/glade/contact_context_menu.glade.h:15
3740+msgid "Toggle Open_PGP Encryption"
3741+msgstr ""
3742+
3743+#: ../data/glade/contact_context_menu.glade.h:17
3744+#, fuzzy
3745+msgid "_Allow him/her to see my status"
3746+msgstr "He/E aotren da welet ma stad"
3747+
3748+#: ../data/glade/contact_context_menu.glade.h:18
3749+#: ../data/glade/gc_occupants_menu.glade.h:7 ../src/roster_window.py:5330
3750+#: ../src/roster_window.py:5449 ../src/roster_window.py:5578
3751+msgid "_Block"
3752+msgstr ""
3753+
3754+#: ../data/glade/contact_context_menu.glade.h:19
3755+#, fuzzy
3756+msgid "_Forbid him/her to see my status"
3757+msgstr "Difenn dezhañ/dezhi gwelet ma stad"
3758+
3759+#: ../data/glade/contact_context_menu.glade.h:20
3760+#: ../data/glade/gc_control_popup_menu.glade.h:6
3761+#: ../data/glade/gc_occupants_menu.glade.h:8
3762+#: ../data/glade/roster_window.glade.h:21 ../src/roster_window.py:5647
3763+msgid "_History"
3764+msgstr "_Istoradur"
3765+
3766+#: ../data/glade/contact_context_menu.glade.h:21
3767+msgid "_Ignore"
3768+msgstr ""
3769+
3770+#: ../data/glade/contact_context_menu.glade.h:22
3771+#, fuzzy
3772+msgid "_Manage Contact"
3773+msgstr "Darempredoù"
3774+
3775+#: ../data/glade/contact_context_menu.glade.h:23
3776+#, fuzzy
3777+msgid "_Rename..."
3778+msgstr "_Adenvel"
3779+
3780+#: ../data/glade/contact_context_menu.glade.h:24
3781+msgid "_Subscription"
3782+msgstr "_Koumanant"
3783+
3784+#: ../data/glade/contact_context_menu.glade.h:25
3785+#: ../data/glade/gc_occupants_menu.glade.h:13 ../src/roster_window.py:5324
3786+#: ../src/roster_window.py:5443 ../src/roster_window.py:5575
3787+msgid "_Unblock"
3788+msgstr ""
3789+
3790+#: ../data/glade/contact_context_menu.glade.h:26
3791+#, fuzzy
3792+msgid "_Unignore"
3793+msgstr "_Kenderc'hel"
3794+
3795+#: ../data/glade/data_form_window.glade.h:1
3796+#, fuzzy
3797+msgid "Fill in the form."
3798+msgstr "Er strollad"
3799+
3800+#: ../data/glade/data_form_window.glade.h:2
3801+msgid "Room Configuration"
3802+msgstr "Kefluniañ ar webgaoz"
3803+
3804+#: ../data/glade/edit_groups_dialog.glade.h:1
3805+msgid "Edit Groups"
3806+msgstr "Kemmañ ar strolladoù"
3807+
3808+#: ../data/glade/esession_info_window.glade.h:1
3809+#, fuzzy
3810+msgid "(<b>ESession</b> info)"
3811+msgstr "<b>Taolennadur</b>"
3812+
3813+#: ../data/glade/esession_info_window.glade.h:2
3814+msgid "_Verify"
3815+msgstr ""
3816+
3817+#: ../data/glade/features_window.glade.h:2
3818+msgid "<b>List of possible features in Gajim:</b>"
3819+msgstr ""
3820+
3821+#: ../data/glade/features_window.glade.h:3
3822+#, fuzzy
3823+msgid "Features"
3824+msgstr "Perzhioù ar servijerien"
3825+
3826+#: ../data/glade/filetransfers.glade.h:1
3827+msgid "A list of active, completed and stopped file transfers"
3828+msgstr "Ur roll eus an treuzkasoù oberiant, echu pe arsavet"
3829+
3830+#: ../data/glade/filetransfers.glade.h:2
3831+msgid "Cancel file transfer"
3832+msgstr "Nullañ an treuzkas"
3833+
3834+#: ../data/glade/filetransfers.glade.h:3
3835+msgid "Cancels the selected file transfer"
3836+msgstr "A nulla an treuzkas dibabet"
3837+
3838+#: ../data/glade/filetransfers.glade.h:4
3839+msgid "Cancels the selected file transfer and removes incomplete file"
3840+msgstr "A nulla an treuzkas dibabet hag a zilam ar restr diglok"
3841+
3842+#: ../data/glade/filetransfers.glade.h:5
3843+msgid "Clean _up"
3844+msgstr "_Naetaat"
3845+
3846+#: ../data/glade/filetransfers.glade.h:6
3847+msgid "File Transfers"
3848+msgstr "Treuzkasoù"
3849+
3850+#: ../data/glade/filetransfers.glade.h:7
3851+msgid "Hides the window"
3852+msgstr "A guzha ar prenestr"
3853+
3854+#: ../data/glade/filetransfers.glade.h:8
3855+msgid "Remove file transfer from the list."
3856+msgstr "Dilemel an treuzkas restroù diwar ar roll"
3857+
3858+#: ../data/glade/filetransfers.glade.h:9
3859+#, fuzzy
3860+msgid "Removes completed, cancelled and failed file transfers from the list"
3861+msgstr "Diverkañ an treuzkasadoù echu, nullaet pe sac'het"
3862+
3863+#: ../data/glade/filetransfers.glade.h:10
3864+#, fuzzy
3865+msgid "Shows a list of file transfers between you and others"
3866+msgstr "A ziskouez ur roll eus an dreuzkasoù etrezoc'h hag ar re all"
3867+
3868+#: ../data/glade/filetransfers.glade.h:11
3869+msgid ""
3870+"This action removes single file transfer from the list. If the transfer is "
3871+"active, it is first stopped and then removed"
3872+msgstr ""
3873+"An ober-mañ a zilam an treuzkasoù diouzh ar roll. Ma 'z eus un treuzkas "
3874+"oberiant, e vo arsavet anezhañ ha dilamet da c'houde"
3875+
3876+#: ../data/glade/filetransfers.glade.h:12
3877+msgid "When a file transfer is complete show a popup notification"
3878+msgstr "P'eo echu un treuzkas, diskouez ur gemennadenn gelaouiñ difoupus"
3879+
3880+#: ../data/glade/filetransfers.glade.h:13 ../src/filetransfers_window.py:792
3881+msgid "_Continue"
3882+msgstr "_Kenderc'hel"
3883+
3884+#: ../data/glade/filetransfers.glade.h:14
3885+msgid "_Notify me when a file transfer is complete"
3886+msgstr "_Kelaouiñ ac'hanon p'eo echu un treuzkas"
3887+
3888+#: ../data/glade/filetransfers.glade.h:15 ../src/filetransfers_window.py:200
3889+msgid "_Open Containing Folder"
3890+msgstr "_Digeriñ ar renkell pal"
3891+
3892+#: ../data/glade/filetransfers.glade.h:16
3893+msgid "_Pause"
3894+msgstr "_Ehan"
3895+
3896+#: ../data/glade/filetransfers.glade.h:17
3897+msgid "file transfers list"
3898+msgstr "roll an treuzkasadoù"
3899+
3900+#: ../data/glade/gajim_themes_window.glade.h:1
3901+msgid "<b>Chatstate Tab Colors</b>"
3902+msgstr "<b>Liv-stad an ivinelloù</b>"
3903+
3904+#: ../data/glade/gajim_themes_window.glade.h:2
3905+#, fuzzy
3906+msgid ""
3907+"Account row\n"
3908+"Group row\n"
3909+"Contact row\n"
3910+"Chat Banner"
3911+msgstr ""
3912+"Kont\n"
3913+"Strollad\n"
3914+"Darempred\n"
3915+"Titl"
3916+
3917+#: ../data/glade/gajim_themes_window.glade.h:6 ../src/chat_control.py:818
3918+msgid "Bold"
3919+msgstr "Tev"
3920+
3921+#: ../data/glade/gajim_themes_window.glade.h:7
3922+msgid "Composing"
3923+msgstr "O skrivañ"
3924+
3925+#: ../data/glade/gajim_themes_window.glade.h:8
3926+msgid "Font style:"
3927+msgstr "Neuz an nodrezh:"
3928+
3929+#: ../data/glade/gajim_themes_window.glade.h:9
3930+msgid "Gajim Themes Customization"
3931+msgstr "Personelaat gwiskadurioù Gajim"
3932+
3933+#: ../data/glade/gajim_themes_window.glade.h:10
3934+msgid "Gone"
3935+msgstr "Aet kuit"
3936+
3937+#: ../data/glade/gajim_themes_window.glade.h:11 ../src/common/pep.py:153
3938+msgid "Inactive"
3939+msgstr "Dizoberiant"
3940+
3941+#: ../data/glade/gajim_themes_window.glade.h:12 ../src/chat_control.py:819
3942+msgid "Italic"
3943+msgstr "Stouet"
3944+
3945+#: ../data/glade/gajim_themes_window.glade.h:13
3946+msgid ""
3947+"MUC\n"
3948+"Messages"
3949+msgstr ""
3950+"Kemennadennoù\n"
3951+"webgaoz"
3952+
3953+#: ../data/glade/gajim_themes_window.glade.h:15
3954+msgid ""
3955+"MUC Directed\n"
3956+"Messages"
3957+msgstr ""
3958+"Kemennadennoù\n"
3959+"kaset davet\n"
3960+"webkaozioù"
3961+
3962+#: ../data/glade/gajim_themes_window.glade.h:17
3963+msgid "Paused"
3964+msgstr "Ehan"
3965+
3966+#: ../data/glade/gajim_themes_window.glade.h:18
3967+msgid "Text _color:"
3968+msgstr "_Liv ar skrid:"
3969+
3970+#: ../data/glade/gajim_themes_window.glade.h:19
3971+msgid "Text _font:"
3972+msgstr "_Nodrezh ar skrid:"
3973+
3974+#: ../data/glade/gajim_themes_window.glade.h:20
3975+msgid "_Background:"
3976+msgstr "_Drekleur:"
3977+
3978+#: ../data/glade/gc_control_popup_menu.glade.h:1
3979+#, fuzzy
3980+msgid "Change _Nickname..."
3981+msgstr "Cheñch _lesanv"
3982+
3983+#: ../data/glade/gc_control_popup_menu.glade.h:2
3984+#, fuzzy
3985+msgid "Change _Subject..."
3986+msgstr "Kemmañ ar _sujed"
3987+
3988+#: ../data/glade/gc_control_popup_menu.glade.h:3
3989+#, fuzzy
3990+msgid "Configure _Room..."
3991+msgstr "Ke_fluniañ ar flap"
3992+
3993+#: ../data/glade/gc_control_popup_menu.glade.h:4 ../src/disco.py:1624
3994+#, fuzzy
3995+msgid "_Bookmark"
3996+msgstr "_Ouzhpennañ ar webgaoz d'ar sinedoù"
3997+
3998+#: ../data/glade/gc_control_popup_menu.glade.h:5
3999+msgid "_Destroy Room"
4000+msgstr ""
4001+
4002+#: ../data/glade/gc_control_popup_menu.glade.h:7
4003+#, fuzzy
4004+msgid "_Manage Room"
4005+msgstr "Merañ ar sinedoù"
4006+
4007+#: ../data/glade/gc_control_popup_menu.glade.h:8
4008+msgid "_Minimize on close"
4009+msgstr ""
4010+
4011+#: ../data/glade/gc_occupants_menu.glade.h:1
4012+msgid "Mo_derator"
4013+msgstr "Ka_sour-ez"
4014+
4015+#: ../data/glade/gc_occupants_menu.glade.h:2
4016+#, fuzzy
4017+msgid "Occupant Actions"
4018+msgstr "_Galloudoù an darempred"
4019+
4020+#: ../data/glade/gc_occupants_menu.glade.h:3
4021+msgid "Send _File"
4022+msgstr "Kas ur _restr"
4023+
4024+#: ../data/glade/gc_occupants_menu.glade.h:4
4025+msgid "_Add to Roster"
4026+msgstr "_Ouzhpennañ er roll"
4027+
4028+#: ../data/glade/gc_occupants_menu.glade.h:5
4029+msgid "_Admin"
4030+msgstr "_Merour-ez"
4031+
4032+#: ../data/glade/gc_occupants_menu.glade.h:6
4033+msgid "_Ban"
4034+msgstr "_Argas"
4035+
4036+#: ../data/glade/gc_occupants_menu.glade.h:9
4037+msgid "_Kick"
4038+msgstr "_Ermaeziañ"
4039+
4040+#: ../data/glade/gc_occupants_menu.glade.h:10
4041+msgid "_Member"
4042+msgstr "_Ezel"
4043+
4044+#: ../data/glade/gc_occupants_menu.glade.h:11
4045+msgid "_Owner"
4046+msgstr "_Perc'hener-ez"
4047+
4048+#: ../data/glade/gc_occupants_menu.glade.h:12
4049+msgid "_Send Private Message"
4050+msgstr "_Kas ur gemennadenn brevez"
4051+
4052+#: ../data/glade/gc_occupants_menu.glade.h:14
4053+msgid "_Voice"
4054+msgstr ""
4055+
4056+#: ../data/glade/groups_post_window.glade.h:1
4057+msgid "Create new post"
4058+msgstr ""
4059+
4060+#: ../data/glade/groups_post_window.glade.h:2 ../src/common/helpers.py:244
4061+msgid "From"
4062+msgstr "Digant"
4063+
4064+#. holds subject
4065+#: ../data/glade/groups_post_window.glade.h:3 ../src/history_manager.py:195
4066+#: ../src/history_manager.py:226
4067+msgid "Subject"
4068+msgstr "Titl"
4069+
4070+#: ../data/glade/history_manager.glade.h:1
4071+msgid ""
4072+"<b>WARNING:</b>\n"
4073+"If you plan to do massive deletions, please make sure Gajim is not running. "
4074+"Generally avoid deletions with contacts you currently chat with."
4075+msgstr ""
4076+
4077+#: ../data/glade/history_manager.glade.h:3
4078+#, fuzzy
4079+msgid "<big><b>Welcome to Gajim History Logs Manager</b></big>"
4080+msgstr "Merour istoradur Gajim"
4081+
4082+#: ../data/glade/history_manager.glade.h:4 ../src/dialogs.py:2884
4083+#: ../src/dialogs.py:2987
4084+msgid "Delete"
4085+msgstr "Dilemel"
4086+
4087+#: ../data/glade/history_manager.glade.h:5
4088+msgid "Export"
4089+msgstr "Ezporzhiañ"
4090+
4091+#: ../data/glade/history_manager.glade.h:6
4092+msgid "Gajim History Logs Manager"
4093+msgstr "Merour istoradur Gajim"
4094+
4095+#: ../data/glade/history_manager.glade.h:7
4096+msgid ""
4097+"This log manager is not intended for log viewing. If you are looking for "
4098+"such functionality, use the history window instead.\n"
4099+"\n"
4100+"Use this program to delete or export logs. You can select logs from the left "
4101+"and/or search database from below."
4102+msgstr ""
4103+
4104+#: ../data/glade/history_manager.glade.h:10
4105+msgid "_Search Database"
4106+msgstr "_Klask en titourva"
4107+
4108+#: ../data/glade/history_window.glade.h:1 ../src/history_window.py:316
4109+msgid "Conversation History"
4110+msgstr "Istoradur ar gaoz"
4111+
4112+#: ../data/glade/history_window.glade.h:2
4113+msgid ""
4114+"Enter JID or Contact name\n"
4115+"Groupchat Histories\n"
4116+"All Chat Histories"
4117+msgstr ""
4118+
4119+#: ../data/glade/history_window.glade.h:5
4120+#, fuzzy
4121+msgid "Search:"
4122+msgstr "Klask"
4123+
4124+#: ../data/glade/history_window.glade.h:6
4125+#: ../data/glade/zeroconf_information_window.glade.h:10
4126+msgid "_Log conversation history"
4127+msgstr "_Istoradur flapiñ"
4128+
4129+#: ../data/glade/join_groupchat_window.glade.h:2
4130+#, fuzzy
4131+msgid "Bookmark this room"
4132+msgstr "_Ouzhpennañ ar webgaoz d'ar sinedoù"
4133+
4134+#: ../data/glade/join_groupchat_window.glade.h:3 ../src/dialogs.py:1972
4135+msgid "Join Group Chat"
4136+msgstr "Ebarzhiñ ur sal-flapiñ"
4137+
4138+#: ../data/glade/join_groupchat_window.glade.h:4
4139+#, fuzzy
4140+msgid "Join this room automatically when I connect"
4141+msgstr "Aozañ ma aelad pa lugan"
4142+
4143+#: ../data/glade/join_groupchat_window.glade.h:5
4144+#: ../data/glade/manage_bookmarks_window.glade.h:5
4145+msgid "Nickname:"
4146+msgstr "Lesanv:"
4147+
4148+#: ../data/glade/join_groupchat_window.glade.h:6
4149+#: ../data/glade/manage_bookmarks_window.glade.h:6
4150+msgid "Password:"
4151+msgstr "Ger-kuzh:"
4152+
4153+#: ../data/glade/join_groupchat_window.glade.h:7
4154+msgid "Recently:"
4155+msgstr "Nevez 'zo:"
4156+
4157+#: ../data/glade/join_groupchat_window.glade.h:8
4158+#: ../data/glade/manage_bookmarks_window.glade.h:8
4159+msgid "Room:"
4160+msgstr "Webgaoz:"
4161+
4162+#: ../data/glade/join_groupchat_window.glade.h:9 ../src/disco.py:1201
4163+#: ../src/disco.py:1628
4164+msgid "_Join"
4165+msgstr "E_barzhiñ"
4166+
4167+#: ../data/glade/manage_accounts_window.glade.h:1
4168+msgid "Manage Accounts"
4169+msgstr "Merañ ar c'hontoù"
4170+
4171+#: ../data/glade/manage_bookmarks_window.glade.h:1
4172+msgid "Auto join"
4173+msgstr ""
4174+
4175+#: ../data/glade/manage_bookmarks_window.glade.h:2
4176+msgid "If checked, Gajim will join this group chat on startup"
4177+msgstr "Si cette case est cochée, Gajim se connectera à ce salon au démarrage"
4178+
4179+#: ../data/glade/manage_bookmarks_window.glade.h:3
4180+msgid "Manage Bookmarks"
4181+msgstr "Merañ ar sinedoù"
4182+
4183+#: ../data/glade/manage_bookmarks_window.glade.h:4
4184+msgid "Minimize on Auto Join"
4185+msgstr ""
4186+
4187+#: ../data/glade/manage_bookmarks_window.glade.h:7
4188+#, fuzzy
4189+msgid "Print status:"
4190+msgstr "Diskouez an eur:"
4191+
4192+#: ../data/glade/manage_bookmarks_window.glade.h:9 ../src/config.py:1602
4193+msgid "Server:"
4194+msgstr "Servijer:"
4195+
4196+#: ../data/glade/manage_bookmarks_window.glade.h:10
4197+msgid "Title:"
4198+msgstr "Titl:"
4199+
4200+#: ../data/glade/manage_pep_services_window.glade.h:1
4201+#, fuzzy
4202+msgid "PEP Service Configuration"
4203+msgstr "Kefluniañ ar webgaoz"
4204+
4205+#: ../data/glade/manage_pep_services_window.glade.h:2
4206+#, fuzzy
4207+msgid "_Configure"
4208+msgstr "_Kenderc'hel"
4209+
4210+#: ../data/glade/manage_pep_services_window.glade.h:3
4211+#, fuzzy
4212+msgid "gtk-delete"
4213+msgstr "Dilemel"
4214+
4215+#: ../data/glade/manage_proxies_window.glade.h:1
4216+msgid "<b>Properties</b>"
4217+msgstr "<b>Perzhioù</b>"
4218+
4219+#: ../data/glade/manage_proxies_window.glade.h:2
4220+msgid "<b>Settings</b>"
4221+msgstr "<b>Dibarzhioù</b>"
4222+
4223+#: ../data/glade/manage_proxies_window.glade.h:3
4224+#, fuzzy
4225+msgid ""
4226+"HTTP Connect\n"
4227+"SOCKS5\n"
4228+"BOSH"
4229+msgstr "Kevreadenn HTTP"
4230+
4231+#: ../data/glade/manage_proxies_window.glade.h:6
4232+msgid "Manage Proxy Profiles"
4233+msgstr "Merañ an aeladoù proksi"
4234+
4235+#: ../data/glade/manage_proxies_window.glade.h:7
4236+msgid "Pass_word:"
4237+msgstr "_Ger-kuzh:"
4238+
4239+#: ../data/glade/manage_proxies_window.glade.h:8
4240+#, fuzzy
4241+msgid "Proxy _Host:"
4242+msgstr "Proksi:"
4243+
4244+#: ../data/glade/manage_proxies_window.glade.h:9
4245+#, fuzzy
4246+msgid "Proxy _Port:"
4247+msgstr "_Porzh:"
4248+
4249+#: ../data/glade/manage_proxies_window.glade.h:10
4250+#, fuzzy
4251+msgid "Use HTTP prox_y"
4252+msgstr "_Implij ur proxy"
4253+
4254+#: ../data/glade/manage_proxies_window.glade.h:11
4255+#, fuzzy
4256+msgid "Use proxy auth_entication"
4257+msgstr "Implij an diskleriañ"
4258+
4259+#: ../data/glade/manage_proxies_window.glade.h:12
4260+#, fuzzy
4261+msgid "_BOSH URL:"
4262+msgstr "_URL :"
4263+
4264+#: ../data/glade/manage_proxies_window.glade.h:14
4265+#, fuzzy
4266+msgid "_Type:"
4267+msgstr "Doare:"
4268+
4269+#: ../data/glade/manage_proxies_window.glade.h:15
4270+msgid "_Username:"
4271+msgstr "_Anv:"
4272+
4273+#: ../data/glade/message_window.glade.h:1
4274+#, fuzzy
4275+msgid "Add this contact to roster (Ctrl+D)"
4276+msgstr "Ouzhennañ an darempred d'ar roll"
4277+
4278+#: ../data/glade/message_window.glade.h:2
4279+#, fuzzy
4280+msgid "Bookmark this room (Ctrl+B)"
4281+msgstr "_Ouzhpennañ ar webgaoz d'ar sinedoù"
4282+
4283+#: ../data/glade/message_window.glade.h:3
4284+msgid "Browse the chat history (Ctrl+H)"
4285+msgstr ""
4286+
4287+#: ../data/glade/message_window.glade.h:4
4288+msgid "Change the room's subject (Alt+T)"
4289+msgstr ""
4290+
4291+#: ../data/glade/message_window.glade.h:5
4292+#, fuzzy
4293+msgid "Change your nickname (Ctrl+N)"
4294+msgstr "Cheñch _lesanv"
4295+
4296+#: ../data/glade/message_window.glade.h:6
4297+#, fuzzy
4298+msgid "Invite contacts to the conversation (Ctrl+G)"
4299+msgstr "a zo aketus d'ar gaozeadenn"
4300+
4301+#: ../data/glade/message_window.glade.h:7
4302+msgid "Send a file (Ctrl+F)"
4303+msgstr ""
4304+
4305+#: ../data/glade/message_window.glade.h:8
4306+#, fuzzy
4307+msgid "Show a list of emoticons (Alt+M)"
4308+msgstr "Klikit evit enlakaat ur boulomell (Alt+M)"
4309+
4310+#: ../data/glade/message_window.glade.h:9
4311+#, fuzzy
4312+msgid "Show a list of formattings"
4313+msgstr "Klikit evit enlakaat ur boulomell (Alt+M)"
4314+
4315+#: ../data/glade/message_window.glade.h:10
4316+msgid "Show a menu of advanced functions (Alt+A)"
4317+msgstr ""
4318+
4319+#: ../data/glade/message_window.glade.h:11
4320+msgid "Show the contact's profile (Ctrl+I)"
4321+msgstr ""
4322+
4323+#. Make sure the character after "_" is not M/m (conflicts with Alt+M that is supposed to show the Emoticon Selector)
4324+#: ../data/glade/message_window.glade.h:13
4325+#: ../data/glade/xml_console_window.glade.h:11
4326+#: ../src/filetransfers_window.py:260
4327+msgid "_Send"
4328+msgstr "_Kas"
4329+
4330+#: ../data/glade/passphrase_dialog.glade.h:1
4331+msgid "Passphrase"
4332+msgstr "Ger-kuzh"
4333+
4334+#: ../data/glade/preferences_window.glade.h:1
4335+msgid "<b>Advanced Configuration Editor</b>"
4336+msgstr "<b>Aozer kefluniañ munut</b>"
4337+
4338+#: ../data/glade/preferences_window.glade.h:2
4339+msgid "<b>Applications</b>"
4340+msgstr "<b>Poelladoù</b>"
4341+
4342+#: ../data/glade/preferences_window.glade.h:3
4343+#, fuzzy
4344+msgid "<b>Auto Status</b>"
4345+msgstr "<b>Poelladoù</b>"
4346+
4347+#: ../data/glade/preferences_window.glade.h:4
4348+#, fuzzy
4349+msgid "<b>Chat Appearance</b>"
4350+msgstr "<b>Furmad ul linenn</b>"
4351+
4352+#: ../data/glade/preferences_window.glade.h:5
4353+#, fuzzy
4354+msgid "<b>Chat Line Colors</b>"
4355+msgstr "<b>Liv-stad an ivinelloù</b>"
4356+
4357+#: ../data/glade/preferences_window.glade.h:6
4358+#, fuzzy
4359+msgid "<b>Chat state notifications</b>"
4360+msgstr "<b>Kelaouennoù dre welet</b>"
4361+
4362+#. a header for custom browser/client/file manager. so translate sth like: Custom Settings
4363+#: ../data/glade/preferences_window.glade.h:8
4364+msgid "<b>Custom</b>"
4365+msgstr "<b>Personelaet</b>"
4366+
4367+#: ../data/glade/preferences_window.glade.h:9
4368+#, fuzzy
4369+msgid "<b>Font</b>"
4370+msgstr "<b>Sonioù</b>"
4371+
4372+#: ../data/glade/preferences_window.glade.h:10
4373+#, fuzzy
4374+msgid "<b>GMail Options</b>"
4375+msgstr "<b>Poelladoù</b>"
4376+
4377+#: ../data/glade/preferences_window.glade.h:12
4378+msgid "<b>Preset Status Messages</b>"
4379+msgstr "<b>Titouroù-stad raklakaet</b>"
4380+
4381+#: ../data/glade/preferences_window.glade.h:13
4382+#, fuzzy
4383+msgid "<b>Privacy</b>"
4384+msgstr "<b>Perzhioù</b>"
4385+
4386+#: ../data/glade/preferences_window.glade.h:14
4387+msgid "<b>Roster Appearance</b>"
4388+msgstr ""
4389+
4390+#: ../data/glade/preferences_window.glade.h:16
4391+#, fuzzy
4392+msgid "<b>Status Messages</b>"
4393+msgstr "<b>Titouroù-stad raklakaet</b>"
4394+
4395+#: ../data/glade/preferences_window.glade.h:17
4396+#, fuzzy
4397+msgid "<b>Themes</b>"
4398+msgstr "<b>Perzhioù</b>"
4399+
4400+#: ../data/glade/preferences_window.glade.h:18
4401+msgid "<b>Visual Notifications</b>"
4402+msgstr "<b>Kelaouennoù dre welet</b>"
4403+
4404+#: ../data/glade/preferences_window.glade.h:19
4405+msgid "Advanced"
4406+msgstr "Dre ar munut"
4407+
4408+#: ../data/glade/preferences_window.glade.h:20
4409+#, fuzzy
4410+msgid "Advanced..."
4411+msgstr "Dre ar munut"
4412+
4413+#: ../data/glade/preferences_window.glade.h:21
4414+msgid ""
4415+"All chat states\n"
4416+"Composing only\n"
4417+"Disabled"
4418+msgstr ""
4419+"An holl stadoù\n"
4420+"O skrivañ hepken\n"
4421+"Lazhet"
4422+
4423+#: ../data/glade/preferences_window.glade.h:24
4424+msgid "Allow _OS information to be sent"
4425+msgstr "Aotren e vefe kaset titouroù diwar-benn an _OS"
4426+
4427+#: ../data/glade/preferences_window.glade.h:25
4428+msgid "Allow popup/notifications when I'm _away/na/busy/invisible"
4429+msgstr "Aotren ar c'helaouennoù p'emaon _ezvezant/dihegerz/busy/diwelus"
4430+
4431+#: ../data/glade/preferences_window.glade.h:26
4432+msgid "Allow sound when I'm _busy"
4433+msgstr ""
4434+
4435+#: ../data/glade/preferences_window.glade.h:27
4436+msgid "Ask status message when I:"
4437+msgstr "Goulenn an titour-stad pa:"
4438+
4439+#: ../data/glade/preferences_window.glade.h:28
4440+#, fuzzy
4441+msgid ""
4442+"Autodetect on every Gajim startup\n"
4443+"Always use GNOME default applications\n"
4444+"Always use KDE default applications\n"
4445+"Always use Xfce default applications\n"
4446+"Custom"
4447+msgstr ""
4448+"Détection automatique à chaque démarrage\n"
4449+"Toujours utiliser les applications par défaut de GNOME\n"
4450+"Toujours utiliser les applications par défaut de KDE\n"
4451+"Personnalisé"
4452+
4453+#: ../data/glade/preferences_window.glade.h:33
4454+#, fuzzy
4455+msgid "Chat message:"
4456+msgstr "_Titour-stad:"
4457+
4458+#: ../data/glade/preferences_window.glade.h:34
4459+msgid "Check on startup if Gajim is the _default Jabber client"
4460+msgstr ""
4461+
4462+#: ../data/glade/preferences_window.glade.h:35
4463+msgid "Configure color and font of the interface"
4464+msgstr ""
4465+
4466+#: ../data/glade/preferences_window.glade.h:36
4467+msgid ""
4468+"Detached roster with detached chats\n"
4469+"Detached roster with single chat\n"
4470+"Single window for everything\n"
4471+"Detached roster with chat grouped by account\n"
4472+"Detached roster with chat grouped by type"
4473+msgstr ""
4474+
4475+#: ../data/glade/preferences_window.glade.h:41
4476+#, fuzzy
4477+msgid "Display _activity of contacts in roster"
4478+msgstr "Diskouez _skeudennigoù an darempredoù er roll"
4479+
4480+#: ../data/glade/preferences_window.glade.h:42
4481+msgid "Display _extra email details"
4482+msgstr ""
4483+
4484+#: ../data/glade/preferences_window.glade.h:43
4485+#, fuzzy
4486+msgid "Display _tunes of contacts in roster"
4487+msgstr "Diskouez _skeudennigoù an darempredoù er roll"
4488+
4489+#: ../data/glade/preferences_window.glade.h:44
4490+msgid "Display a_vatars of contacts in roster"
4491+msgstr "Diskouez _skeudennigoù an darempredoù er roll"
4492+
4493+#: ../data/glade/preferences_window.glade.h:45
4494+#, fuzzy
4495+msgid "Display m_ood of contacts in roster"
4496+msgstr "Diskouez _skeudennigoù an darempredoù er roll"
4497+
4498+#: ../data/glade/preferences_window.glade.h:46
4499+msgid "Display status _messages of contacts in roster"
4500+msgstr "Diskouez titouroù-stad an darempredoù e-barzh ar roll"
4501+
4502+#: ../data/glade/preferences_window.glade.h:47
4503+#, fuzzy
4504+msgid ""
4505+"Gajim can send and receive meta-information related to a conversation you "
4506+"may have with a contact. Here you can specify which chatstates you want to "
4507+"display in chat windows."
4508+msgstr ""
4509+"Gajim peut envoyer et recevoir des meta-informations concernant les "
4510+"conversations que vous pouvez avoir avec un contact. Vous pouvez ici "
4511+"spécifier quel état de conversation vous voulez envoyer à vos contacts"
4512+
4513+#: ../data/glade/preferences_window.glade.h:48
4514+msgid ""
4515+"Gajim can send and receive meta-information related to a conversation you "
4516+"may have with a contact. Here you can specify which chatstates you want to "
4517+"send to the other party."
4518+msgstr ""
4519+"Gajim peut envoyer et recevoir des meta-informations concernant les "
4520+"conversations que vous pouvez avoir avec un contact. Vous pouvez ici "
4521+"spécifier quel état de conversation vous voulez envoyer à vos contacts"
4522+
4523+#: ../data/glade/preferences_window.glade.h:49
4524+msgid ""
4525+"Gajim will notify you via a popup window in the bottom right of the screen "
4526+"about contacts that just signed out"
4527+msgstr ""
4528+"Gajim vous signalera par une fenêtre de notification en bas à droite de "
4529+"l'écran qu'un contact s'est déconnecté"
4530+
4531+#: ../data/glade/preferences_window.glade.h:51
4532+#, fuzzy
4533+msgid "Hide all buttons in chat windows"
4534+msgstr "A guzha an nozelennoù er prenestroù webgaoz"
4535+
4536+#: ../data/glade/preferences_window.glade.h:52
4537+#, fuzzy
4538+msgid ""
4539+"If checked, Gajim will allow others to detect the operation system you are "
4540+"using"
4541+msgstr "Si cette case est cochée, Gajim se connectera à ce salon au démarrage"
4542+
4543+#: ../data/glade/preferences_window.glade.h:53
4544+msgid ""
4545+"If checked, Gajim will also include information about the sender of the new "
4546+"emails"
4547+msgstr ""
4548+
4549+#: ../data/glade/preferences_window.glade.h:54
4550+#, fuzzy
4551+msgid ""
4552+"If checked, Gajim will change status to Away when the computer is unused."
4553+msgstr ""
4554+"Si cette case est cochée, Gajim placera une icône dans la zone de "
4555+"notification"
4556+
4557+#: ../data/glade/preferences_window.glade.h:55
4558+msgid ""
4559+"If checked, Gajim will change status to Not Available when the computer has "
4560+"not been used even longer"
4561+msgstr ""
4562+
4563+#: ../data/glade/preferences_window.glade.h:56
4564+msgid ""
4565+"If checked, Gajim will display avatars of contacts in roster window and in "
4566+"group chats"
4567+msgstr ""
4568+"Si cette case est cochée, Gajim affichera l'avatar de chaque contact dans la "
4569+"fenêtre principale et les salons"
4570+
4571+#: ../data/glade/preferences_window.glade.h:57
4572+msgid ""
4573+"If checked, Gajim will display status messages of contacts under the contact "
4574+"name in roster window and in group chats"
4575+msgstr ""
4576+"Si cette case est cochée, Gajim affichera le message d'état, sous le nom de "
4577+"chaque contact dans la fenêtre principale et les salons"
4578+
4579+#: ../data/glade/preferences_window.glade.h:58
4580+#, fuzzy
4581+msgid ""
4582+"If checked, Gajim will display the activity of contacts in the roster window"
4583+msgstr ""
4584+"Si cette case est cochée, Gajim affichera l'avatar de chaque contact dans la "
4585+"fenêtre principale et les salons"
4586+
4587+#: ../data/glade/preferences_window.glade.h:59
4588+#, fuzzy
4589+msgid ""
4590+"If checked, Gajim will display the mood of contacts in the roster window"
4591+msgstr ""
4592+"Si cette case est cochée, Gajim affichera l'avatar de chaque contact dans la "
4593+"fenêtre principale et les salons"
4594+
4595+#: ../data/glade/preferences_window.glade.h:60
4596+#, fuzzy
4597+msgid ""
4598+"If checked, Gajim will display the tunes of contacts in the roster window"
4599+msgstr ""
4600+"Si cette case est cochée, Gajim affichera l'avatar de chaque contact dans la "
4601+"fenêtre principale et les salons"
4602+
4603+#: ../data/glade/preferences_window.glade.h:61
4604+msgid ""
4605+"If checked, Gajim will highlight spelling errors in input fields of chat "
4606+"windows. If no language is explicitly set via right click on the input "
4607+"field, the default language will be used for this contact or group chat."
4608+msgstr ""
4609+
4610+#: ../data/glade/preferences_window.glade.h:62
4611+#, fuzzy
4612+msgid ""
4613+"If checked, Gajim will ignore incoming events from unauthorized contacts. "
4614+"Use with caution, because it blocks all messages from any contact that is "
4615+"not in the roster"
4616+msgstr ""
4617+"Cochez cette option seulement si quelqu'un n'appartenant pas à votre liste "
4618+"vous spamme/ennuie. Utilisez la avec précaution, car elle bloque tous les "
4619+"messages des contacts qui ne sont pas dans votre liste"
4620+
4621+#: ../data/glade/preferences_window.glade.h:63
4622+msgid ""
4623+"If checked, Gajim will keep logs for encrypted messages. Please note that "
4624+"when using E2E encryption the remote party has to agree on logging, else the "
4625+"messages will not be logged."
4626+msgstr ""
4627+
4628+#: ../data/glade/preferences_window.glade.h:64
4629+msgid ""
4630+"If checked, Gajim will show a notification when a new e-mail is received via "
4631+"GMail"
4632+msgstr ""
4633+
4634+#: ../data/glade/preferences_window.glade.h:65
4635+msgid ""
4636+"If checked, Gajim will use protocol-specific status icons. (eg. A contact "
4637+"from MSN will have the equivalent msn icon for status online, away, busy, "
4638+"etc...)"
4639+msgstr ""
4640+"Si cette case est cochée, Gajim utilisera des icônes d'état spécifiques aux "
4641+"protocoles. (Par ex. un contact MSN aura les icônes de MSN pour les états "
4642+"disponible, absent, occupé, etc)"
4643+
4644+#: ../data/glade/preferences_window.glade.h:66
4645+msgid ""
4646+"If enabled, Gajim will not ask for a status message. The specified default "
4647+"message will be used instead."
4648+msgstr ""
4649+
4650+#: ../data/glade/preferences_window.glade.h:67
4651+msgid ""
4652+"If not disabled, Gajim will replace ascii smilies like ':)' with equivalent "
4653+"animated or static graphical emoticons"
4654+msgstr ""
4655+"M'eo lazhet, ne vo ket erlec'hiet ar voulomelloù ascii doare ':)' gant "
4656+"boulomelloù grafikel fiñv pe difiñv"
4657+
4658+#: ../data/glade/preferences_window.glade.h:68
4659+msgid "Log _encrypted chat session"
4660+msgstr ""
4661+
4662+#: ../data/glade/preferences_window.glade.h:69
4663+#, fuzzy
4664+msgid "Ma_ke message windows compact"
4665+msgstr "Ur prenestr-flapiñ:"
4666+
4667+#: ../data/glade/preferences_window.glade.h:70
4668+msgid "Ma_nage..."
4669+msgstr "Me_rañ..."
4670+
4671+#: ../data/glade/preferences_window.glade.h:71
4672+msgid ""
4673+"Never\n"
4674+"Only when pending events\n"
4675+"Always"
4676+msgstr ""
4677+
4678+#: ../data/glade/preferences_window.glade.h:74
4679+#, fuzzy
4680+msgid "Notifications"
4681+msgstr "Kemmañ ar gont"
4682+
4683+#: ../data/glade/preferences_window.glade.h:75
4684+#, fuzzy
4685+msgid "Notify me about contacts that sign _in"
4686+msgstr "Ma c'helaouiñ pa c'hoarvez gant un darempred:"
4687+
4688+#: ../data/glade/preferences_window.glade.h:76
4689+#, fuzzy
4690+msgid "Notify me about contacts that sign _out"
4691+msgstr "Ma c'helaouiñ pa c'hoarvez gant un darempred:"
4692+
4693+#: ../data/glade/preferences_window.glade.h:77
4694+#, fuzzy
4695+msgid "Notify on new _GMail email"
4696+msgstr "Ma c'helaouiñ evit ar c'hemennadennoù _Gmail nevez"
4697+
4698+#: ../data/glade/preferences_window.glade.h:78
4699+#, fuzzy
4700+msgid "Personal Events"
4701+msgstr "Titouroù hiniennel"
4702+
4703+#: ../data/glade/preferences_window.glade.h:79
4704+msgid "Play _sounds"
4705+msgstr "_Seniñ"
4706+
4707+#: ../data/glade/preferences_window.glade.h:80
4708+msgid ""
4709+"Pop it up\n"
4710+"Notify me about it\n"
4711+"Show only in roster"
4712+msgstr ""
4713+
4714+#: ../data/glade/preferences_window.glade.h:83
4715+msgid "Preferences"
4716+msgstr "Penndibaboù"
4717+
4718+#: ../data/glade/preferences_window.glade.h:84
4719+#, fuzzy
4720+msgid "Show systray:"
4721+msgstr "Diskouez er _roll hepken"
4722+
4723+#: ../data/glade/preferences_window.glade.h:85
4724+msgid "Sign _in"
4725+msgstr "_Lugañ"
4726+
4727+#: ../data/glade/preferences_window.glade.h:86
4728+msgid "Sign _out"
4729+msgstr "_Dilugañ"
4730+
4731+#: ../data/glade/preferences_window.glade.h:87
4732+msgid ""
4733+"Some messages may include rich content (formatting, colors etc). If checked, "
4734+"Gajim will just display the raw message text."
4735+msgstr ""
4736+
4737+#: ../data/glade/preferences_window.glade.h:88
4738+#, fuzzy
4739+msgid "Sort contacts by status"
4740+msgstr "_Urzhiañ an darempredoù hervez o stad"
4741+
4742+#: ../data/glade/preferences_window.glade.h:89 ../src/config.py:390
4743+msgid "Status"
4744+msgstr "Stad"
4745+
4746+#: ../data/glade/preferences_window.glade.h:90
4747+#, fuzzy
4748+msgid "Status _iconset:"
4749+msgstr "_Arlunioù-stad dre-ziouer:"
4750+
4751+#: ../data/glade/preferences_window.glade.h:91
4752+msgid "Style"
4753+msgstr ""
4754+
4755+#: ../data/glade/preferences_window.glade.h:92
4756+msgid "T_heme:"
4757+msgstr "_Gwiskadur:"
4758+
4759+#: ../data/glade/preferences_window.glade.h:93
4760+msgid ""
4761+"The auto away status message. If empty, Gajim will not change the current "
4762+"status message\n"
4763+"$S will be replaced by previous status message\n"
4764+"$T will be replaced by auto-away timeout"
4765+msgstr ""
4766+
4767+#: ../data/glade/preferences_window.glade.h:96
4768+msgid ""
4769+"The auto not available status message. If empty, Gajim will not change the "
4770+"current status message\n"
4771+"$S will be replaced by previous status message\n"
4772+"$T will be replaced by auto-not-available timeout"
4773+msgstr ""
4774+
4775+#: ../data/glade/preferences_window.glade.h:99
4776+#, fuzzy
4777+msgid "Use _transports icons"
4778+msgstr "Implij arlunioù an _dorioù"
4779+
4780+#: ../data/glade/preferences_window.glade.h:100
4781+msgid "Use system _default"
4782+msgstr ""
4783+
4784+#: ../data/glade/preferences_window.glade.h:101
4785+#, fuzzy
4786+msgid "When new event is received:"
4787+msgstr "Pa resever un darvoud nevez"
4788+
4789+#: ../data/glade/preferences_window.glade.h:102
4790+#, fuzzy
4791+msgid "_Away after:"
4792+msgstr "Bezañ lakaet da _ezvezant war-lerc'h:"
4793+
4794+#: ../data/glade/preferences_window.glade.h:103
4795+msgid "_Browser:"
4796+msgstr "_Furcher web:"
4797+
4798+#: ../data/glade/preferences_window.glade.h:104
4799+#, fuzzy
4800+msgid "_Display chat state notifications:"
4801+msgstr "Titou_roù-stad ar flap:"
4802+
4803+#: ../data/glade/preferences_window.glade.h:105
4804+#, fuzzy
4805+msgid "_Emoticons:"
4806+msgstr "Boulomelloù:"
4807+
4808+#: ../data/glade/preferences_window.glade.h:106
4809+msgid "_File manager:"
4810+msgstr "Merour _restroù:"
4811+
4812+#: ../data/glade/preferences_window.glade.h:107
4813+msgid "_Highlight misspelled words"
4814+msgstr "_Islinennañ ar fazioù reizhskrivañ"
4815+
4816+#: ../data/glade/preferences_window.glade.h:108
4817+msgid "_Ignore events from contacts not in the roster"
4818+msgstr "_Chom hep teurel pled eus ar c'hemennadennoù kaset gant tud dianav"
4819+
4820+#: ../data/glade/preferences_window.glade.h:109
4821+msgid "_Ignore rich content in incoming messages"
4822+msgstr ""
4823+
4824+#: ../data/glade/preferences_window.glade.h:110
4825+msgid "_Incoming message:"
4826+msgstr "Kemennadenn o _tegouezhout:"
4827+
4828+#: ../data/glade/preferences_window.glade.h:111
4829+msgid "_Log status changes of contacts"
4830+msgstr "_Menegiñ kemmoù stad an darempredoù e-barzh an istoradur"
4831+
4832+#: ../data/glade/preferences_window.glade.h:112
4833+msgid "_Mail client:"
4834+msgstr "_Meziant posteliñ:"
4835+
4836+#: ../data/glade/preferences_window.glade.h:113
4837+#, fuzzy
4838+msgid "_Not available after:"
4839+msgstr "Bezañ lakaet evel _dihegerz war-lerc'h:"
4840+
4841+#: ../data/glade/preferences_window.glade.h:114
4842+msgid "_Open..."
4843+msgstr "_Digeriñ..."
4844+
4845+#: ../data/glade/preferences_window.glade.h:115
4846+msgid "_Outgoing message:"
4847+msgstr "Kemennadenn o _vont 'maez:"
4848+
4849+#: ../data/glade/preferences_window.glade.h:116
4850+msgid "_Reset to Default Colors"
4851+msgstr "_Distreiñ gant al livioù dre-ziouer"
4852+
4853+#: ../data/glade/preferences_window.glade.h:117
4854+#, fuzzy
4855+msgid "_Send chat state notifications:"
4856+msgstr "Titou_roù-stad ar flap:"
4857+
4858+#: ../data/glade/preferences_window.glade.h:118
4859+msgid "_Status message:"
4860+msgstr "_Titour-stad:"
4861+
4862+#: ../data/glade/preferences_window.glade.h:119
4863+msgid "_URL highlight:"
4864+msgstr ""
4865+
4866+#: ../data/glade/preferences_window.glade.h:120
4867+msgid "_Window behavior:"
4868+msgstr ""
4869+
4870+#: ../data/glade/preferences_window.glade.h:121
4871+#, fuzzy
4872+msgid "in _group chats"
4873+msgstr "Ebarzhiñ ur _webgaoz"
4874+
4875+#: ../data/glade/preferences_window.glade.h:122
4876+#, fuzzy
4877+msgid "in _roster"
4878+msgstr "Ket er roll"
4879+
4880+#: ../data/glade/preferences_window.glade.h:123
4881+msgid "minutes"
4882+msgstr "munutenn"
4883+
4884+#: ../data/glade/privacy_lists_window.glade.h:1
4885+#, fuzzy
4886+msgid "Privacy Lists:"
4887+msgstr "Flapoù prevez"
4888+
4889+#: ../data/glade/privacy_list_window.glade.h:1
4890+msgid "<b>Add / Edit a rule</b>"
4891+msgstr ""
4892+
4893+#: ../data/glade/privacy_list_window.glade.h:2
4894+#, fuzzy
4895+msgid "<b>List of rules</b>"
4896+msgstr "<b>Furmad ul linenn</b>"
4897+
4898+#: ../data/glade/privacy_list_window.glade.h:3
4899+msgid "<i>Privacy List</i>"
4900+msgstr ""
4901+
4902+#: ../data/glade/privacy_list_window.glade.h:4
4903+msgid "Active for this session"
4904+msgstr ""
4905+
4906+#: ../data/glade/privacy_list_window.glade.h:5
4907+#, fuzzy
4908+msgid "Active on each startup"
4909+msgstr "K_evreañ en ur loc'hañ Gajim"
4910+
4911+#: ../data/glade/privacy_list_window.glade.h:6
4912+msgid "All"
4913+msgstr ""
4914+
4915+#: ../data/glade/privacy_list_window.glade.h:7
4916+#, fuzzy
4917+msgid "All (including subscription)"
4918+msgstr "_Koumanant"
4919+
4920+#: ../data/glade/privacy_list_window.glade.h:8
4921+msgid "Allow"
4922+msgstr ""
4923+
4924+#: ../data/glade/privacy_list_window.glade.h:9
4925+msgid "Deny"
4926+msgstr "Nac'hañ"
4927+
4928+#: ../data/glade/privacy_list_window.glade.h:10
4929+#, fuzzy
4930+msgid "JabberID"
4931+msgstr "ID Jabber:"
4932+
4933+#: ../data/glade/privacy_list_window.glade.h:11
4934+#, fuzzy
4935+msgid "Order:"
4936+msgstr "Servijer:"
4937+
4938+#: ../data/glade/privacy_list_window.glade.h:12 ../src/dialogs.py:3114
4939+#, fuzzy
4940+msgid "Privacy List"
4941+msgstr "Roll argas"
4942+
4943+#: ../data/glade/privacy_list_window.glade.h:13
4944+#, fuzzy
4945+msgid "all by subscription"
4946+msgstr "_Koumanant"
4947+
4948+#: ../data/glade/privacy_list_window.glade.h:14
4949+#, fuzzy
4950+msgid "all in the group"
4951+msgstr "Er strollad"
4952+
4953+#: ../data/glade/privacy_list_window.glade.h:15
4954+msgid ""
4955+"none\n"
4956+"both\n"
4957+"from\n"
4958+"to"
4959+msgstr ""
4960+
4961+#: ../data/glade/privacy_list_window.glade.h:19
4962+#, fuzzy
4963+msgid "to send me messages"
4964+msgstr "Kas ur gemennadenn"
4965+
4966+#: ../data/glade/privacy_list_window.glade.h:20
4967+msgid "to send me queries"
4968+msgstr ""
4969+
4970+#: ../data/glade/privacy_list_window.glade.h:21
4971+#, fuzzy
4972+msgid "to send me status"
4973+msgstr "Goulenn evit gwelet e/he stad"
4974+
4975+#: ../data/glade/privacy_list_window.glade.h:22
4976+#, fuzzy
4977+msgid "to view my status"
4978+msgstr "He/E aotren da welet ma stad"
4979+
4980+#: ../data/glade/profile_window.glade.h:1
4981+#: ../data/glade/vcard_information_window.glade.h:1
4982+#, fuzzy
4983+msgid "<b>Address</b>"
4984+msgstr "<b>Furmad ul linenn</b>"
4985+
4986+#: ../data/glade/profile_window.glade.h:2
4987+#, fuzzy
4988+msgid "<b>Avatar:</b>"
4989+msgstr "Dibab ur _skeudenn"
4990+
4991+#: ../data/glade/profile_window.glade.h:3
4992+#: ../data/glade/vcard_information_window.glade.h:4
4993+#, fuzzy
4994+msgid "<b>Birthday:</b>"
4995+msgstr "Deiz-ha-bloaz:"
4996+
4997+#: ../data/glade/profile_window.glade.h:4
4998+#: ../data/glade/vcard_information_window.glade.h:5
4999+#, fuzzy
5000+msgid "<b>City:</b>"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches