Merge lp:~noskcaj/ubuntu/trusty/lxappearance/0.5.5 into lp:ubuntu/trusty/lxappearance

Proposed by Jackson Doak
Status: Merged
Merge reported by: Martin Pitt
Merged at revision: not available
Proposed branch: lp:~noskcaj/ubuntu/trusty/lxappearance/0.5.5
Merge into: lp:ubuntu/trusty/lxappearance
Diff against target: 3316 lines (+1362/-287)
57 files modified
Makefile.in (+2/-3)
configure (+10/-10)
configure.ac (+2/-2)
data/lxappearance.desktop (+4/-4)
data/ui/about.ui (+1/-1)
data/ui/lxappearance.ui (+2/-2)
debian/changelog (+6/-0)
po/LINGUAS (+3/-0)
po/ar.po (+5/-3)
po/be.po (+5/-3)
po/bg.po (+5/-3)
po/cs.po (+5/-3)
po/da.po (+5/-3)
po/de.po (+5/-3)
po/el.po (+5/-3)
po/en_GB.po (+5/-3)
po/es.po (+19/-12)
po/et.po (+33/-31)
po/eu.po (+5/-3)
po/fa.po (+5/-4)
po/fi.po (+5/-3)
po/fo.po (+5/-4)
po/fr.po (+5/-3)
po/gl.po (+13/-8)
po/he.po (+5/-3)
po/hr.po (+17/-17)
po/hu.po (+5/-3)
po/id.po (+5/-4)
po/is.po (+318/-0)
po/it.po (+5/-3)
po/ja.po (+5/-3)
po/kk.po (+5/-3)
po/ko.po (+5/-3)
po/lg.po (+5/-3)
po/lt.po (+13/-7)
po/nl.po (+5/-3)
po/pa.po (+5/-4)
po/pl.po (+5/-3)
po/pt.po (+21/-21)
po/pt_BR.po (+5/-3)
po/ro.po (+5/-3)
po/ru.po (+15/-11)
po/sl.po (+7/-5)
po/sr.po (+16/-9)
po/sr@latin.po (+17/-10)
po/sv.po (+6/-5)
po/te.po (+5/-3)
po/tr.po (+19/-17)
po/tt_RU.po (+5/-3)
po/ug.po (+5/-3)
po/uk.po (+14/-8)
po/ur.po (+318/-0)
po/ur_PK.po (+318/-0)
po/vi.po (+5/-3)
po/zh_CN.po (+12/-6)
po/zh_TW.po (+5/-3)
src/lxappearance.c (+1/-1)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/trusty/lxappearance/0.5.5
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+205465@code.launchpad.net

Description of the change

New upstream release, packaged for debian but their DD is gone.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

This was already uploaded by someone.

lxappearance | 0.5.5-0ubuntu1 | trusty/universe | source, amd64, arm64, armhf, i386, powerpc, ppc64el

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile.in'
2--- Makefile.in 2013-12-27 00:46:45 +0000
3+++ Makefile.in 2014-02-08 05:27:31 +0000
4@@ -185,9 +185,9 @@
5 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
6 done; \
7 reldir="$$dir2"
8-DIST_ARCHIVES = $(distdir).tar.gz
9 GZIP_ENV = --best
10-DIST_TARGETS = dist-gzip
11+DIST_ARCHIVES = $(distdir).tar.xz
12+DIST_TARGETS = dist-xz
13 distuninstallcheck_listfiles = find . -type f -print
14 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
15 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
16@@ -606,7 +606,6 @@
17 dist-lzip: distdir
18 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
19 $(am__post_remove_distdir)
20-
21 dist-xz: distdir
22 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
23 $(am__post_remove_distdir)
24
25=== modified file 'configure'
26--- configure 2013-12-27 00:46:45 +0000
27+++ configure 2014-02-08 05:27:31 +0000
28@@ -1,6 +1,6 @@
29 #! /bin/sh
30 # Guess values for system-dependent variables and create Makefiles.
31-# Generated by GNU Autoconf 2.69 for lxappearance 0.5.3.
32+# Generated by GNU Autoconf 2.69 for lxappearance 0.5.5.
33 #
34 # Report bugs to <http://lxde.org/>.
35 #
36@@ -590,8 +590,8 @@
37 # Identity of this package.
38 PACKAGE_NAME='lxappearance'
39 PACKAGE_TARNAME='lxappearance'
40-PACKAGE_VERSION='0.5.3'
41-PACKAGE_STRING='lxappearance 0.5.3'
42+PACKAGE_VERSION='0.5.5'
43+PACKAGE_STRING='lxappearance 0.5.5'
44 PACKAGE_BUGREPORT='http://lxde.org/'
45 PACKAGE_URL=''
46
47@@ -1391,7 +1391,7 @@
48 # Omit some internal or obsolete options to make the list less imposing.
49 # This message is too long to be a string in the A/UX 3.1 sh.
50 cat <<_ACEOF
51-\`configure' configures lxappearance 0.5.3 to adapt to many kinds of systems.
52+\`configure' configures lxappearance 0.5.5 to adapt to many kinds of systems.
53
54 Usage: $0 [OPTION]... [VAR=VALUE]...
55
56@@ -1461,7 +1461,7 @@
57
58 if test -n "$ac_init_help"; then
59 case $ac_init_help in
60- short | recursive ) echo "Configuration of lxappearance 0.5.3:";;
61+ short | recursive ) echo "Configuration of lxappearance 0.5.5:";;
62 esac
63 cat <<\_ACEOF
64
65@@ -1590,7 +1590,7 @@
66 test -n "$ac_init_help" && exit $ac_status
67 if $ac_init_version; then
68 cat <<\_ACEOF
69-lxappearance configure 0.5.3
70+lxappearance configure 0.5.5
71 generated by GNU Autoconf 2.69
72
73 Copyright (C) 2012 Free Software Foundation, Inc.
74@@ -1959,7 +1959,7 @@
75 This file contains any messages produced by compilers while
76 running configure, to aid debugging if configure makes a mistake.
77
78-It was created by lxappearance $as_me 0.5.3, which was
79+It was created by lxappearance $as_me 0.5.5, which was
80 generated by GNU Autoconf 2.69. Invocation command line was
81
82 $ $0 $@
83@@ -2822,7 +2822,7 @@
84
85 # Define the identity of the package.
86 PACKAGE='lxappearance'
87- VERSION='0.5.3'
88+ VERSION='0.5.5'
89
90
91 cat >>confdefs.h <<_ACEOF
92@@ -15219,7 +15219,7 @@
93 # report actual input values of CONFIG_FILES etc. instead of their
94 # values after options handling.
95 ac_log="
96-This file was extended by lxappearance $as_me 0.5.3, which was
97+This file was extended by lxappearance $as_me 0.5.5, which was
98 generated by GNU Autoconf 2.69. Invocation command line was
99
100 CONFIG_FILES = $CONFIG_FILES
101@@ -15285,7 +15285,7 @@
102 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
103 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
104 ac_cs_version="\\
105-lxappearance config.status 0.5.3
106+lxappearance config.status 0.5.5
107 configured by $0, generated by GNU Autoconf 2.69,
108 with options \\"\$ac_cs_config\\"
109
110
111=== modified file 'configure.ac'
112--- configure.ac 2013-12-27 00:46:45 +0000
113+++ configure.ac 2014-02-08 05:27:31 +0000
114@@ -1,8 +1,8 @@
115 # -*- Autoconf -*-
116 # Process this file with autoconf to produce a configure script.
117 AC_PREREQ([2.64])
118-AC_INIT([lxappearance],[0.5.3],[http://lxde.org/])
119-AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign subdir-objects])
120+AC_INIT([lxappearance],[0.5.5],[http://lxde.org/])
121+AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign subdir-objects no-dist-gzip dist-xz])
122
123 # intltool
124 IT_PROG_INTLTOOL([0.40.0])
125
126=== modified file 'data/lxappearance.desktop'
127--- data/lxappearance.desktop 2013-12-27 00:46:45 +0000
128+++ data/lxappearance.desktop 2014-02-08 05:27:31 +0000
129@@ -10,7 +10,7 @@
130 Name[el]=Προσαρμογή εμφάνισης και αισθητικής
131 Name[en_GB]=Customise Look and Feel
132 Name[es]=Personalizar apariencia y comportamiento
133-Name[et]=Välimuse Kohandamine
134+Name[et]=Välimuse kohandamine
135 Name[eu]=Pertsonalizatu itxura eta izaera
136 Name[fa]=سفارشی سازی نما و شما
137 Name[fi]=Muokkaa ulkonäköä ja tuntumaa
138@@ -56,7 +56,7 @@
139 GenericName[el]=Προσαρμογή εμφάνισης και αισθητικής
140 GenericName[en_GB]=Customise Look and Feel
141 GenericName[es]=Personalizar apariencia y comportamiento
142-GenericName[et]=Välimuse Kohandamine
143+GenericName[et]=Välimuse kohandamine
144 GenericName[eu]=Pertsonalizatu itxura eta izaera
145 GenericName[fa]=سفارشی سازی نما و شما
146 GenericName[fi]=Muokkaa ulkonäköä ja tuntumaa
147@@ -122,7 +122,7 @@
148 Comment[nl]=Past uiterlijk en bediening aan van uw bureaublad en toepassingen
149 Comment[pa]=ਆਪਣੇ ਡੈਸਕਟਾਪ ਤੇ ਐਪਲੀਕੇਸ਼ਨ ਦੀ ਦਿੱਖ ਤੇ ਪਰਭਾਵ ਆਪਣੇ ਮੁਤਾਬਕ ਬਣਾਓ
150 Comment[pl]=Dostosowuje wygląd środowiska graficznego i aplikacji
151-Comment[pt]=Personaliza o aspeto do seu ambiente de trabalho e das aplicações
152+Comment[pt]=Personaliza o aspeto da sua área de trabalho e das aplicações
153 Comment[pt_BR]=Personaliza o visual de sua área de trabalho e aplicativos
154 Comment[ro]=Personalizați aspectul desktopului și al programelor
155 Comment[ru]=Настройте тему рабочего стола и приложений
156@@ -131,7 +131,7 @@
157 Comment[sr@latin]=Prilagodite izgled radne površi i programa
158 Comment[sv]=Hanterar utseende och beteende för skrivbordsmiljö och program
159 Comment[te]=మీ డెస్క్‍టాప్ మరియు అనువర్తనాల దర్శనమును అనురూపిస్తుంది
160-Comment[tr]=Masaüstünüzün ve uygulamaların görünümünü özelleştirir.
161+Comment[tr]=Masaüstünüzün ve uygulamaların görünümünü özelleştirir
162 Comment[tt_RU]=Сезнең эш өстәле һәм кушымтаның тышкы кыяфәтен көйләгез
163 Comment[ug]=ئۈستەلئۈستىنىڭ ۋە پروگراممىلارنىڭ كۆرۈنۈش ۋە تۇيغۇسىنى ئۆزلەشتۈرۈش
164 Comment[uk]=Налаштовує вигляд Вашого робочого столу і програм
165
166=== modified file 'data/ui/about.ui'
167--- data/ui/about.ui 2013-12-27 00:46:45 +0000
168+++ data/ui/about.ui 2014-02-08 05:27:31 +0000
169@@ -1,4 +1,4 @@
170-<?xml version="1.0"?><interface><object class="GtkAboutDialog" id="dlg"><property name="border_width">5</property><property name="window_position">center-on-parent</property><property name="type_hint">dialog</property><property name="has_separator">False</property><property name="program_name">LXAppearance</property><property name="version">0.5.3</property><property name="copyright" translatable="yes">Copyright (C) 2011 LXDE Project</property><property name="comments" translatable="yes">Customizes look and feel of your desktop</property><property name="website">http://lxde.org/</property><property name="license">Copyright (C) 2010 LXDE Team
171+<?xml version="1.0"?><interface><object class="GtkAboutDialog" id="dlg"><property name="border_width">5</property><property name="window_position">center-on-parent</property><property name="type_hint">dialog</property><property name="has_separator">False</property><property name="program_name">LXAppearance</property><property name="version">0.5.5</property><property name="copyright" translatable="yes">Copyright (C) 2011 LXDE Project</property><property name="comments" translatable="yes">Customizes look and feel of your desktop</property><property name="website">http://lxde.org/</property><property name="license">Copyright (C) 2010 LXDE Team
172
173 This program is free software; you can redistribute it and/or
174 modify it under the terms of the GNU General Public License
175
176=== modified file 'data/ui/lxappearance.ui'
177--- data/ui/lxappearance.ui 2011-07-30 22:08:42 +0000
178+++ data/ui/lxappearance.ui 2014-02-08 05:27:31 +0000
179@@ -1357,7 +1357,7 @@
180 <property name="visible">True</property>
181 <child>
182 <object class="GtkCheckButton" id="enable_antialising">
183- <property name="label" translatable="yes">Enable antialising</property>
184+ <property name="label" translatable="yes">Enable antialiasing</property>
185 <property name="visible">True</property>
186 <property name="can_focus">True</property>
187 <property name="receives_default">False</property>
188@@ -1374,7 +1374,7 @@
189 <child type="label">
190 <object class="GtkLabel" id="label23">
191 <property name="visible">True</property>
192- <property name="label" translatable="yes">&lt;b&gt;Antialising&lt;/b&gt;</property>
193+ <property name="label" translatable="yes">&lt;b&gt;Antialiasing&lt;/b&gt;</property>
194 <property name="use_markup">True</property>
195 </object>
196 </child>
197
198=== modified file 'debian/changelog'
199--- debian/changelog 2013-12-27 00:46:45 +0000
200+++ debian/changelog 2014-02-08 05:27:31 +0000
201@@ -1,3 +1,9 @@
202+lxappearance (0.5.5-0ubuntu1) trusty; urgency=medium
203+
204+ * New upstream release.
205+
206+ -- Jackson Doak <noskcaj@ubuntu.com> Sat, 08 Feb 2014 16:20:24 +1100
207+
208 lxappearance (0.5.3-1ubuntu1) trusty; urgency=medium
209
210 * Merge from Debian unstable. Remaining changes:
211
212=== modified file 'po/LINGUAS'
213--- po/LINGUAS 2013-12-27 00:46:45 +0000
214+++ po/LINGUAS 2014-02-08 05:27:31 +0000
215@@ -18,6 +18,7 @@
216 hr
217 hu
218 id
219+is
220 it
221 ja
222 kk
223@@ -40,6 +41,8 @@
224 tt_RU
225 ug
226 uk
227+ur
228+ur_PK
229 vi
230 zh_CN
231 zh_TW
232
233=== modified file 'po/ar.po'
234--- po/ar.po 2013-12-26 02:42:06 +0000
235+++ po/ar.po 2014-02-08 05:27:31 +0000
236@@ -7,7 +7,7 @@
237 msgstr ""
238 "Project-Id-Version: PACKAGE VERSION\n"
239 "Report-Msgid-Bugs-To: \n"
240-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
241+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
242 "PO-Revision-Date: 2012-02-24 23:52+0200\n"
243 "Last-Translator: كريم <herr-linux@hotmail.fr>\n"
244 "Language-Team: LANGUAGE <LL@li.org>\n"
245@@ -246,11 +246,13 @@
246 msgstr "حدود النافذة"
247
248 #: ../data/ui/lxappearance.ui.h:52
249-msgid "Enable antialising"
250+#, fuzzy
251+msgid "Enable antialiasing"
252 msgstr "تمكين مضاد التعرجات"
253
254 #: ../data/ui/lxappearance.ui.h:53
255-msgid "<b>Antialising</b>"
256+#, fuzzy
257+msgid "<b>Antialiasing</b>"
258 msgstr "<b>مضاد التعرج</b>"
259
260 #: ../data/ui/lxappearance.ui.h:54
261
262=== modified file 'po/be.po'
263--- po/be.po 2013-12-27 00:46:45 +0000
264+++ po/be.po 2014-02-08 05:27:31 +0000
265@@ -7,7 +7,7 @@
266 msgstr ""
267 "Project-Id-Version: PACKAGE VERSION\n"
268 "Report-Msgid-Bugs-To: \n"
269-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
270+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
271 "PO-Revision-Date: 2011-08-07 16:58+0200\n"
272 "Last-Translator: Мікалай <crom-a@tut.by>\n"
273 "Language-Team: LANGUAGE <LL@li.org>\n"
274@@ -248,11 +248,13 @@
275 msgstr "Абрамленне акна"
276
277 #: ../data/ui/lxappearance.ui.h:52
278-msgid "Enable antialising"
279+#, fuzzy
280+msgid "Enable antialiasing"
281 msgstr "Уключыць згладжванне"
282
283 #: ../data/ui/lxappearance.ui.h:53
284-msgid "<b>Antialising</b>"
285+#, fuzzy
286+msgid "<b>Antialiasing</b>"
287 msgstr "<b>Згладжванне</b>"
288
289 #: ../data/ui/lxappearance.ui.h:54
290
291=== modified file 'po/bg.po'
292--- po/bg.po 2013-12-27 00:46:45 +0000
293+++ po/bg.po 2014-02-08 05:27:31 +0000
294@@ -7,7 +7,7 @@
295 msgstr ""
296 "Project-Id-Version: PACKAGE VERSION\n"
297 "Report-Msgid-Bugs-To: \n"
298-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
299+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
300 "PO-Revision-Date: 2011-12-31 23:37+0200\n"
301 "Last-Translator: Радослав <Rec.ku@hotmail.com>\n"
302 "Language-Team: LANGUAGE <LL@li.org>\n"
303@@ -246,11 +246,13 @@
304 msgstr "Рамка на прозорците"
305
306 #: ../data/ui/lxappearance.ui.h:52
307-msgid "Enable antialising"
308+#, fuzzy
309+msgid "Enable antialiasing"
310 msgstr "Позволи заглаждане"
311
312 #: ../data/ui/lxappearance.ui.h:53
313-msgid "<b>Antialising</b>"
314+#, fuzzy
315+msgid "<b>Antialiasing</b>"
316 msgstr "<b>Заглаждане</b>"
317
318 #: ../data/ui/lxappearance.ui.h:54
319
320=== modified file 'po/cs.po'
321--- po/cs.po 2013-12-27 00:46:45 +0000
322+++ po/cs.po 2014-02-08 05:27:31 +0000
323@@ -7,7 +7,7 @@
324 msgstr ""
325 "Project-Id-Version: LXAppearance\n"
326 "Report-Msgid-Bugs-To: \n"
327-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
328+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
329 "PO-Revision-Date: 2012-08-14 13:23+0200\n"
330 "Last-Translator: ALIUM <info@aloisnespor.info>\n"
331 "Language-Team: Czech <radek@fastlinux.eu>\n"
332@@ -245,11 +245,13 @@
333 msgstr "Okraj okna"
334
335 #: ../data/ui/lxappearance.ui.h:52
336-msgid "Enable antialising"
337+#, fuzzy
338+msgid "Enable antialiasing"
339 msgstr "Zapnout vyhlazování"
340
341 #: ../data/ui/lxappearance.ui.h:53
342-msgid "<b>Antialising</b>"
343+#, fuzzy
344+msgid "<b>Antialiasing</b>"
345 msgstr "<b>Vyhlazování</b>"
346
347 #: ../data/ui/lxappearance.ui.h:54
348
349=== modified file 'po/da.po'
350--- po/da.po 2013-12-27 00:46:45 +0000
351+++ po/da.po 2014-02-08 05:27:31 +0000
352@@ -7,7 +7,7 @@
353 msgstr ""
354 "Project-Id-Version: lxappearance\n"
355 "Report-Msgid-Bugs-To: \n"
356-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
357+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
358 "PO-Revision-Date: 2011-12-27 13:37+0200\n"
359 "Last-Translator: mjjzf <mjjzf@syntaktisk.dk>\n"
360 "Language: da\n"
361@@ -249,11 +249,13 @@
362 msgstr "Vinduegrænse"
363
364 #: ../data/ui/lxappearance.ui.h:52
365-msgid "Enable antialising"
366+#, fuzzy
367+msgid "Enable antialiasing"
368 msgstr "Aktivér antialiasing"
369
370 #: ../data/ui/lxappearance.ui.h:53
371-msgid "<b>Antialising</b>"
372+#, fuzzy
373+msgid "<b>Antialiasing</b>"
374 msgstr "<b>Antialias</b>"
375
376 #: ../data/ui/lxappearance.ui.h:54
377
378=== modified file 'po/de.po'
379--- po/de.po 2013-12-27 00:46:45 +0000
380+++ po/de.po 2014-02-08 05:27:31 +0000
381@@ -7,7 +7,7 @@
382 msgstr ""
383 "Project-Id-Version: lxappearance\n"
384 "Report-Msgid-Bugs-To: \n"
385-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
386+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
387 "PO-Revision-Date: 2012-03-05 01:16+0200\n"
388 "Last-Translator: Christoph <christoph.wickert@googlemail.com>\n"
389 "Language-Team: Deutsch <translation@mailinglist.lxde.org>\n"
390@@ -250,11 +250,13 @@
391
392 # oder "aktivieren"?
393 #: ../data/ui/lxappearance.ui.h:52
394-msgid "Enable antialising"
395+#, fuzzy
396+msgid "Enable antialiasing"
397 msgstr "Kantenglättung verwenden"
398
399 #: ../data/ui/lxappearance.ui.h:53
400-msgid "<b>Antialising</b>"
401+#, fuzzy
402+msgid "<b>Antialiasing</b>"
403 msgstr "Kantenglättung"
404
405 #: ../data/ui/lxappearance.ui.h:54
406
407=== modified file 'po/el.po'
408--- po/el.po 2013-12-27 00:46:45 +0000
409+++ po/el.po 2014-02-08 05:27:31 +0000
410@@ -3,7 +3,7 @@
411 msgstr ""
412 "Project-Id-Version: lxappearance\n"
413 "Report-Msgid-Bugs-To: \n"
414-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
415+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
416 "PO-Revision-Date: 2011-07-24 14:43+0200\n"
417 "Last-Translator: George <forfolias@gmail.com>\n"
418 "Language-Team: Greek\n"
419@@ -247,11 +247,13 @@
420 msgstr "Πλαίσιο παραθύρου"
421
422 #: ../data/ui/lxappearance.ui.h:52
423-msgid "Enable antialising"
424+#, fuzzy
425+msgid "Enable antialiasing"
426 msgstr "Ενεργοποίηση antialising"
427
428 #: ../data/ui/lxappearance.ui.h:53
429-msgid "<b>Antialising</b>"
430+#, fuzzy
431+msgid "<b>Antialiasing</b>"
432 msgstr "<b>Antialising</b>"
433
434 #: ../data/ui/lxappearance.ui.h:54
435
436=== modified file 'po/en_GB.po'
437--- po/en_GB.po 2013-12-27 00:46:45 +0000
438+++ po/en_GB.po 2014-02-08 05:27:31 +0000
439@@ -7,7 +7,7 @@
440 msgstr ""
441 "Project-Id-Version: lxappearance\n"
442 "Report-Msgid-Bugs-To: \n"
443-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
444+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
445 "PO-Revision-Date: 2012-01-25 00:25+0200\n"
446 "Last-Translator: Steve <yorvik.ubunto@gmail.com>\n"
447 "Language-Team: en_GB <LL@li.org>\n"
448@@ -248,11 +248,13 @@
449 msgstr "Window Border"
450
451 #: ../data/ui/lxappearance.ui.h:52
452-msgid "Enable antialising"
453+#, fuzzy
454+msgid "Enable antialiasing"
455 msgstr "Enable anti-aliasing"
456
457 #: ../data/ui/lxappearance.ui.h:53
458-msgid "<b>Antialising</b>"
459+#, fuzzy
460+msgid "<b>Antialiasing</b>"
461 msgstr "<b>Anti-aliasing</b>"
462
463 #: ../data/ui/lxappearance.ui.h:54
464
465=== modified file 'po/es.po'
466--- po/es.po 2013-12-27 00:46:45 +0000
467+++ po/es.po 2014-02-08 05:27:31 +0000
468@@ -2,13 +2,12 @@
469 # Copyright (C) 2010 The LXDE Project
470 # This file is distributed under the same license as the lxappearance package.
471 # Hugo Florentino <sysadmin@cips.cu>, 2010.
472-#
473 msgid ""
474 msgstr ""
475 "Project-Id-Version: lxappearance\n"
476 "Report-Msgid-Bugs-To: \n"
477-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
478-"PO-Revision-Date: 2013-07-12 02:54+0000\n"
479+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
480+"PO-Revision-Date: 2013-12-29 19:47+0000\n"
481 "Last-Translator: Adolfo <fitoschido@ubuntu.com>\n"
482 "Language-Team: Spanish\n"
483 "Language: es\n"
484@@ -17,7 +16,7 @@
485 "Content-Transfer-Encoding: 8bit\n"
486 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
487 "X-Generator: Pootle 2.5.0\n"
488-"X-POOTLE-MTIME: 1373597650.0\n"
489+"X-POOTLE-MTIME: 1388346427.0\n"
490
491 #: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
492 msgid "Customize Look and Feel"
493@@ -40,7 +39,9 @@
494 #. Please replace this line with your own names, one name per line.
495 #: ../data/ui/about.ui.in.h:4
496 msgid "translator-credits"
497-msgstr "Hugo Florentino <sysadmin@cips.cu>"
498+msgstr ""
499+"Adolfo Jayme Barrientos <fitoschido@ubuntu.com>, 2013, 2014\n"
500+"Hugo Florentino <sysadmin@cips.cu>"
501
502 #: ../data/ui/lxappearance.ui.h:1
503 msgid "Icons only"
504@@ -144,7 +145,7 @@
505
506 #: ../data/ui/lxappearance.ui.h:27
507 msgid "Demo"
508-msgstr "Demo"
509+msgstr "Demostración"
510
511 #: ../data/ui/lxappearance.ui.h:28
512 msgid "Page1"
513@@ -182,7 +183,7 @@
514
515 #: ../data/ui/lxappearance.ui.h:36
516 msgid "Selected items:"
517-msgstr "Elementos seleccionados"
518+msgstr "Elementos seleccionados:"
519
520 #: ../data/ui/lxappearance.ui.h:37
521 msgid "Tooltips:"
522@@ -251,24 +252,24 @@
523 msgstr "Borde de la ventana"
524
525 #: ../data/ui/lxappearance.ui.h:52
526-msgid "Enable antialising"
527+msgid "Enable antialiasing"
528 msgstr "Activar el suavizado de bordes"
529
530 #: ../data/ui/lxappearance.ui.h:53
531-msgid "<b>Antialising</b>"
532+msgid "<b>Antialiasing</b>"
533 msgstr "<b>Suavizado de bordes</b>"
534
535 #: ../data/ui/lxappearance.ui.h:54
536 msgid "Enable hinting"
537-msgstr "Habilitar optimización"
538+msgstr "Activar la optimización"
539
540 #: ../data/ui/lxappearance.ui.h:55
541 msgid "Hinting style: "
542-msgstr "Estilo de optimización:"
543+msgstr "Estilo de optimización: "
544
545 #: ../data/ui/lxappearance.ui.h:56
546 msgid "<b>Hinting</b>"
547-msgstr "<b>Optimización</b>"
548+msgstr "<b>Optimización (<i>hinting</i>)</b>"
549
550 #: ../data/ui/lxappearance.ui.h:57
551 msgid "Sub-pixel geometry: "
552@@ -325,3 +326,9 @@
553 #: ../src/utils.c:224
554 msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
555 msgstr "*.tar.gz, *.tar.bz2 (tema de iconos)"
556+
557+#~ msgid "Enable antialising"
558+#~ msgstr "Activar el suavizado de bordes"
559+
560+#~ msgid "<b>Antialising</b>"
561+#~ msgstr "<b>Suavizado de bordes</b>"
562
563=== modified file 'po/et.po'
564--- po/et.po 2013-12-26 02:42:06 +0000
565+++ po/et.po 2014-02-08 05:27:31 +0000
566@@ -2,13 +2,12 @@
567 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
568 # This file is distributed under the same license as the PACKAGE package.
569 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
570-#
571 msgid ""
572 msgstr ""
573 "Project-Id-Version: PACKAGE VERSION\n"
574 "Report-Msgid-Bugs-To: \n"
575-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
576-"PO-Revision-Date: 2011-09-08 15:51+0200\n"
577+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
578+"PO-Revision-Date: 2013-12-28 09:18+0000\n"
579 "Last-Translator: Anari <anari.jalakas@gmail.com>\n"
580 "Language-Team: LANGUAGE <LL@li.org>\n"
581 "Language: et\n"
582@@ -16,11 +15,12 @@
583 "Content-Type: text/plain; charset=UTF-8\n"
584 "Content-Transfer-Encoding: 8bit\n"
585 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
586-"X-Generator: Pootle 2.0.5\n"
587+"X-Generator: Pootle 2.5.0\n"
588+"X-POOTLE-MTIME: 1388222303.0\n"
589
590 #: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
591 msgid "Customize Look and Feel"
592-msgstr "Välimuse Kohandamine"
593+msgstr "Välimuse kohandamine"
594
595 #: ../data/lxappearance.desktop.in.h:2
596 msgid "Customizes look and feel of your desktop and applications"
597@@ -37,7 +37,9 @@
598 #. Please replace this line with your own names, one name per line.
599 #: ../data/ui/about.ui.in.h:4
600 msgid "translator-credits"
601-msgstr "Anari Jalakas"
602+msgstr ""
603+"Anari Jalakas\n"
604+"Mattias Põldaru"
605
606 #: ../data/ui/lxappearance.ui.h:1
607 msgid "Icons only"
608@@ -57,7 +59,7 @@
609
610 #: ../data/ui/lxappearance.ui.h:5
611 msgid "Same as menu items"
612-msgstr "Sama mis menüüelementidel"
613+msgstr "Sama, mis menüüelementidel"
614
615 #: ../data/ui/lxappearance.ui.h:6
616 msgid "Small toolbar icon"
617@@ -69,19 +71,19 @@
618
619 #: ../data/ui/lxappearance.ui.h:8
620 msgid "Same as buttons"
621-msgstr "Sama mis nuppudel"
622+msgstr "Sama, mis nuppudel"
623
624 #: ../data/ui/lxappearance.ui.h:9
625 msgid "Same as drag icons"
626-msgstr "Sama mis lohistamisikoonidel"
627+msgstr "Sama, mis lohistamisikoonidel"
628
629 #: ../data/ui/lxappearance.ui.h:10
630 msgid "Same as dialogs"
631-msgstr "Sama mis dialoogidel"
632+msgstr "Sama, mis dialoogidel"
633
634 #: ../data/ui/lxappearance.ui.h:11
635 msgid "None"
636-msgstr "Mitte ükski"
637+msgstr "Puudub"
638
639 #: ../data/ui/lxappearance.ui.h:12
640 msgid "Slight"
641@@ -93,7 +95,7 @@
642
643 #: ../data/ui/lxappearance.ui.h:14
644 msgid "Full"
645-msgstr "Täis"
646+msgstr "Täielik"
647
648 #: ../data/ui/lxappearance.ui.h:15
649 msgid "RGB"
650@@ -125,7 +127,7 @@
651
652 #: ../data/ui/lxappearance.ui.h:23
653 msgid "_Help"
654-msgstr "_Abi"
655+msgstr "A_bi"
656
657 #: ../data/ui/lxappearance.ui.h:24
658 msgid "Radio Button"
659@@ -169,7 +171,7 @@
660
661 #: ../data/ui/lxappearance.ui.h:34
662 msgid "Normal windows:"
663-msgstr "Normaalsed aknad:"
664+msgstr "Tavaaknad:"
665
666 #: ../data/ui/lxappearance.ui.h:35
667 msgid "Text windows:"
668@@ -177,7 +179,7 @@
669
670 #: ../data/ui/lxappearance.ui.h:36
671 msgid "Selected items:"
672-msgstr "Valitud:"
673+msgstr "Valik:"
674
675 #: ../data/ui/lxappearance.ui.h:37
676 msgid "Tooltips:"
677@@ -189,7 +191,7 @@
678
679 #: ../data/ui/lxappearance.ui.h:39
680 msgid "Foreground"
681-msgstr "Esiplaan"
682+msgstr "Tekst"
683
684 #: ../data/ui/lxappearance.ui.h:40
685 msgid "Color"
686@@ -197,11 +199,11 @@
687
688 #: ../data/ui/lxappearance.ui.h:41
689 msgid "Install"
690-msgstr "Paigaldamine"
691+msgstr "Paigalda"
692
693 #: ../data/ui/lxappearance.ui.h:42
694 msgid "Remove"
695-msgstr "Eemaldamine"
696+msgstr "Eemalda"
697
698 #: ../data/ui/lxappearance.ui.h:43
699 msgid "Preview of the selected icon theme"
700@@ -234,8 +236,8 @@
701 "applications till next login."
702 msgstr ""
703 "<b>Märkus:</b> Mitte kõik töölaua programmid ei toeta töö-käigus muutuvat "
704-"kursoriteemat. Siin tehtud muudatused ei pruugi olla täielikult rakendunud "
705-"enne järgmist sisselogimist."
706+"kursoriteemat. Siin tehtud muudatused ei pruugi täielikult rakenduda enne "
707+"järgmist sisselogimist."
708
709 #: ../data/ui/lxappearance.ui.h:50
710 msgid "Mouse Cursor"
711@@ -246,16 +248,16 @@
712 msgstr "Akna ääris"
713
714 #: ../data/ui/lxappearance.ui.h:52
715-msgid "Enable antialising"
716-msgstr "Luba antialising"
717+msgid "Enable antialiasing"
718+msgstr "Sakisilumise lubamine"
719
720 #: ../data/ui/lxappearance.ui.h:53
721-msgid "<b>Antialising</b>"
722-msgstr "<b>Antialiasing</b>"
723+msgid "<b>Antialiasing</b>"
724+msgstr "<b>Sakisilumine</b>"
725
726 #: ../data/ui/lxappearance.ui.h:54
727 msgid "Enable hinting"
728-msgstr "Luba vihjamine"
729+msgstr "Vihjamise lubamine"
730
731 #: ../data/ui/lxappearance.ui.h:55
732 msgid "Hinting style: "
733@@ -283,7 +285,7 @@
734
735 #: ../data/ui/lxappearance.ui.h:61
736 msgid "Toolbar Icon Size: "
737-msgstr "Tööriistariba Ikooni suurus: "
738+msgstr "Tööriistariba ikooni suurus: "
739
740 #: ../data/ui/lxappearance.ui.h:62
741 msgid "Show images on buttons"
742@@ -295,7 +297,7 @@
743
744 #: ../data/ui/lxappearance.ui.h:64
745 msgid "<b>GUI Options</b>"
746-msgstr "<b>GUI Valikud</b>"
747+msgstr "<b>Kasutajaliidese valikud</b>"
748
749 #: ../data/ui/lxappearance.ui.h:65
750 msgid "Play event sounds"
751@@ -303,11 +305,11 @@
752
753 #: ../data/ui/lxappearance.ui.h:66
754 msgid "Play event sounds as feedback to user input"
755-msgstr "Sündmuse heli mängimine kasutaja sisendi tagasideks"
756+msgstr "Sündmuse heli mängimine kasutaja sisendi tagasisideks"
757
758 #: ../data/ui/lxappearance.ui.h:67
759 msgid "<b>Sound Effect</b>"
760-msgstr "<b>Heliefekt</b>"
761+msgstr "<b>Heliefektid</b>"
762
763 #: ../data/ui/lxappearance.ui.h:68
764 msgid "Other"
765@@ -315,8 +317,8 @@
766
767 #: ../src/utils.c:217
768 msgid "Select an icon theme"
769-msgstr "Vali ikooniteema"
770+msgstr "Ikooniteema valimine"
771
772 #: ../src/utils.c:224
773 msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
774-msgstr "*.tar.gz, *.tar.bz2 (Ikooniteema)"
775+msgstr "*.tar.gz, *.tar.bz2 (ikooniteema)"
776
777=== modified file 'po/eu.po'
778--- po/eu.po 2013-12-26 02:42:06 +0000
779+++ po/eu.po 2014-02-08 05:27:31 +0000
780@@ -7,7 +7,7 @@
781 msgstr ""
782 "Project-Id-Version: PACKAGE VERSION\n"
783 "Report-Msgid-Bugs-To: \n"
784-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
785+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
786 "PO-Revision-Date: 2012-08-17 02:32+0200\n"
787 "Last-Translator: Asier_Iturralde_Sarasola <asier.iturralde@gmail.com>\n"
788 "Language-Team: LANGUAGE <LL@li.org>\n"
789@@ -246,11 +246,13 @@
790 msgstr "Leiho-ertza"
791
792 #: ../data/ui/lxappearance.ui.h:52
793-msgid "Enable antialising"
794+#, fuzzy
795+msgid "Enable antialiasing"
796 msgstr "Gaitu antialiasing-a"
797
798 #: ../data/ui/lxappearance.ui.h:53
799-msgid "<b>Antialising</b>"
800+#, fuzzy
801+msgid "<b>Antialiasing</b>"
802 msgstr "<b>Antialising-a</b>"
803
804 #: ../data/ui/lxappearance.ui.h:54
805
806=== modified file 'po/fa.po'
807--- po/fa.po 2013-12-27 00:46:45 +0000
808+++ po/fa.po 2014-02-08 05:27:31 +0000
809@@ -7,7 +7,7 @@
810 msgstr ""
811 "Project-Id-Version: 1\n"
812 "Report-Msgid-Bugs-To: \n"
813-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
814+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
815 "PO-Revision-Date: 2010-11-05 16:52+0200\n"
816 "Last-Translator: Ali <aysabzevar@gmail.com>\n"
817 "Language-Team: Persian <trans-fa@lists.fedoraproject.org>\n"
818@@ -249,12 +249,13 @@
819 msgstr "محدوده ی پنجره"
820
821 #: ../data/ui/lxappearance.ui.h:52
822-msgid "Enable antialising"
823+msgid "Enable antialiasing"
824 msgstr ""
825
826 #: ../data/ui/lxappearance.ui.h:53
827-msgid "<b>Antialising</b>"
828-msgstr ""
829+#, fuzzy
830+msgid "<b>Antialiasing</b>"
831+msgstr "<b>گزینه های میانگر گرافیکی کاربری</b>"
832
833 #: ../data/ui/lxappearance.ui.h:54
834 msgid "Enable hinting"
835
836=== modified file 'po/fi.po'
837--- po/fi.po 2013-12-26 02:42:06 +0000
838+++ po/fi.po 2014-02-08 05:27:31 +0000
839@@ -7,7 +7,7 @@
840 msgstr ""
841 "Project-Id-Version: PACKAGE VERSION\n"
842 "Report-Msgid-Bugs-To: \n"
843-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
844+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
845 "PO-Revision-Date: 2012-03-10 20:11+0200\n"
846 "Last-Translator: Juhani <juhaninumminen0@gmail.com>\n"
847 "Language-Team: LANGUAGE <LL@li.org>\n"
848@@ -247,11 +247,13 @@
849 msgstr "Ikkunan reunat"
850
851 #: ../data/ui/lxappearance.ui.h:52
852-msgid "Enable antialising"
853+#, fuzzy
854+msgid "Enable antialiasing"
855 msgstr "Ota käyttöön antialiasointi"
856
857 #: ../data/ui/lxappearance.ui.h:53
858-msgid "<b>Antialising</b>"
859+#, fuzzy
860+msgid "<b>Antialiasing</b>"
861 msgstr "<b>Antialiasointi</b>"
862
863 #: ../data/ui/lxappearance.ui.h:54
864
865=== modified file 'po/fo.po'
866--- po/fo.po 2013-12-27 00:46:45 +0000
867+++ po/fo.po 2014-02-08 05:27:31 +0000
868@@ -6,7 +6,7 @@
869 msgstr ""
870 "Project-Id-Version: PACKAGE VERSION\n"
871 "Report-Msgid-Bugs-To: \n"
872-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
873+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
874 "PO-Revision-Date: 2010-10-22 08:52+0200\n"
875 "Last-Translator: Gunleif Joensen <gunleif@gmail.com>\n"
876 "Language-Team: Føroyabólkurin\n"
877@@ -251,12 +251,13 @@
878 msgstr "Gluggakantur"
879
880 #: ../data/ui/lxappearance.ui.h:52
881-msgid "Enable antialising"
882+msgid "Enable antialiasing"
883 msgstr ""
884
885 #: ../data/ui/lxappearance.ui.h:53
886-msgid "<b>Antialising</b>"
887-msgstr ""
888+#, fuzzy
889+msgid "<b>Antialiasing</b>"
890+msgstr "<b>GUI kostir</b>"
891
892 #: ../data/ui/lxappearance.ui.h:54
893 msgid "Enable hinting"
894
895=== modified file 'po/fr.po'
896--- po/fr.po 2013-12-27 00:46:45 +0000
897+++ po/fr.po 2014-02-08 05:27:31 +0000
898@@ -7,7 +7,7 @@
899 msgstr ""
900 "Project-Id-Version: lxappearance\n"
901 "Report-Msgid-Bugs-To: \n"
902-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
903+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
904 "PO-Revision-Date: 2013-08-12 19:24+0000\n"
905 "Last-Translator: Julien <Julius22@laposte.net>\n"
906 "Language-Team: French\n"
907@@ -250,11 +250,13 @@
908 msgstr "Bordures des fenêtres"
909
910 #: ../data/ui/lxappearance.ui.h:52
911-msgid "Enable antialising"
912+#, fuzzy
913+msgid "Enable antialiasing"
914 msgstr "Activer l'anticrénelage"
915
916 #: ../data/ui/lxappearance.ui.h:53
917-msgid "<b>Antialising</b>"
918+#, fuzzy
919+msgid "<b>Antialiasing</b>"
920 msgstr "<b>Anticrénelage</b>"
921
922 #: ../data/ui/lxappearance.ui.h:54
923
924=== modified file 'po/gl.po'
925--- po/gl.po 2013-12-27 00:46:45 +0000
926+++ po/gl.po 2014-02-08 05:27:31 +0000
927@@ -2,22 +2,21 @@
928 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
929 # This file is distributed under the same license as the PACKAGE package.
930 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
931-#
932 msgid ""
933 msgstr ""
934 "Project-Id-Version: lxappearance\n"
935 "Report-Msgid-Bugs-To: \n"
936-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
937-"PO-Revision-Date: 2012-01-11 19:29+0200\n"
938-"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
939+"POT-Creation-Date: 2013-12-20 13:08+0100\n"
940+"PO-Revision-Date: 2014-01-04 08:22+0000\n"
941+"Last-Translator: Miguel Anxo <mbouzada@gmail.com>\n"
942 "Language-Team: Proxecto Trasno <proxecto@trasno.net>\n"
943 "Language: gl\n"
944 "MIME-Version: 1.0\n"
945 "Content-Type: text/plain; charset=UTF-8\n"
946 "Content-Transfer-Encoding: 8bit\n"
947 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
948-"X-Generator: Pootle 2.0.5\n"
949-"X-Poedit-Language: Galician\n"
950+"X-Generator: Pootle 2.5.0\n"
951+"X-POOTLE-MTIME: 1388823779.0\n"
952
953 #: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
954 msgid "Customize Look and Feel"
955@@ -252,11 +251,11 @@
956 msgstr "Bordo da xanela"
957
958 #: ../data/ui/lxappearance.ui.h:52
959-msgid "Enable antialising"
960+msgid "Enable antialiasing"
961 msgstr "Activar o suavizado"
962
963 #: ../data/ui/lxappearance.ui.h:53
964-msgid "<b>Antialising</b>"
965+msgid "<b>Antialiasing</b>"
966 msgstr "<b>Suavizado</b>"
967
968 #: ../data/ui/lxappearance.ui.h:54
969@@ -327,6 +326,12 @@
970 msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
971 msgstr "*.tar.gz, *.tar.bz2 (tema de iconas)"
972
973+#~ msgid "Enable antialising"
974+#~ msgstr "Activar o suavizado"
975+
976+#~ msgid "<b>Antialising</b>"
977+#~ msgstr "<b>Suavizado</b>"
978+
979 #~ msgid "Column"
980 #~ msgstr "Columna"
981
982
983=== modified file 'po/he.po'
984--- po/he.po 2013-12-27 00:46:45 +0000
985+++ po/he.po 2014-02-08 05:27:31 +0000
986@@ -7,7 +7,7 @@
987 msgstr ""
988 "Project-Id-Version: LXAppearance\n"
989 "Report-Msgid-Bugs-To: \n"
990-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
991+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
992 "PO-Revision-Date: 2012-10-23 22:32+0200\n"
993 "Last-Translator: Yaron <sh.yaron@gmail.com>\n"
994 "Language-Team: Gezer <gezer@lists.launchpad.net>\n"
995@@ -249,11 +249,13 @@
996 msgstr "מסגרת החלון"
997
998 #: ../data/ui/lxappearance.ui.h:52
999-msgid "Enable antialising"
1000+#, fuzzy
1001+msgid "Enable antialiasing"
1002 msgstr "הפעלת החלקת קצוות"
1003
1004 #: ../data/ui/lxappearance.ui.h:53
1005-msgid "<b>Antialising</b>"
1006+#, fuzzy
1007+msgid "<b>Antialiasing</b>"
1008 msgstr "<b>החלקת קצוות</b>"
1009
1010 #: ../data/ui/lxappearance.ui.h:54
1011
1012=== modified file 'po/hr.po'
1013--- po/hr.po 2013-12-27 00:46:45 +0000
1014+++ po/hr.po 2014-02-08 05:27:31 +0000
1015@@ -2,22 +2,22 @@
1016 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
1017 # This file is distributed under the same license as the PACKAGE package.
1018 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
1019-#
1020 msgid ""
1021 msgstr ""
1022 "Project-Id-Version: PACKAGE VERSION\n"
1023 "Report-Msgid-Bugs-To: \n"
1024-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1025-"PO-Revision-Date: 2012-10-17 00:02+0200\n"
1026-"Last-Translator: zvacet <ikoli@yahoo.com>\n"
1027+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1028+"PO-Revision-Date: 2013-12-24 05:44+0000\n"
1029+"Last-Translator: Ivica <ikoli@yahoo.com>\n"
1030 "Language-Team: LANGUAGE <LL@li.org>\n"
1031 "Language: hr\n"
1032 "MIME-Version: 1.0\n"
1033 "Content-Type: text/plain; charset=UTF-8\n"
1034 "Content-Transfer-Encoding: 8bit\n"
1035-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
1036-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
1037-"X-Generator: Pootle 2.0.5\n"
1038+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
1039+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
1040+"X-Generator: Pootle 2.5.0\n"
1041+"X-POOTLE-MTIME: 1387863892.0\n"
1042
1043 #: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
1044 msgid "Customize Look and Feel"
1045@@ -70,7 +70,7 @@
1046
1047 #: ../data/ui/lxappearance.ui.h:8
1048 msgid "Same as buttons"
1049-msgstr ""
1050+msgstr "Isto kao i gumbi"
1051
1052 #: ../data/ui/lxappearance.ui.h:9
1053 msgid "Same as drag icons"
1054@@ -86,7 +86,7 @@
1055
1056 #: ../data/ui/lxappearance.ui.h:12
1057 msgid "Slight"
1058-msgstr ""
1059+msgstr "Lagano"
1060
1061 #: ../data/ui/lxappearance.ui.h:13
1062 msgid "Medium"
1063@@ -114,7 +114,7 @@
1064
1065 #: ../data/ui/lxappearance.ui.h:20
1066 msgid "Preview of the selected widget style"
1067-msgstr ""
1068+msgstr "Pregled odabranog widget stila"
1069
1070 #: ../data/ui/lxappearance.ui.h:21
1071 msgid "_File"
1072@@ -130,15 +130,15 @@
1073
1074 #: ../data/ui/lxappearance.ui.h:24
1075 msgid "Radio Button"
1076-msgstr ""
1077+msgstr "Radio gumb"
1078
1079 #: ../data/ui/lxappearance.ui.h:25
1080 msgid "Check Button"
1081-msgstr ""
1082+msgstr "Gumb za potvrdu"
1083
1084 #: ../data/ui/lxappearance.ui.h:26
1085 msgid "button"
1086-msgstr ""
1087+msgstr "gumb"
1088
1089 #: ../data/ui/lxappearance.ui.h:27
1090 msgid "Demo"
1091@@ -158,7 +158,7 @@
1092
1093 #: ../data/ui/lxappearance.ui.h:31
1094 msgid "Widget"
1095-msgstr ""
1096+msgstr "Widget"
1097
1098 #: ../data/ui/lxappearance.ui.h:32
1099 msgid "Color scheme is not supported by currently selected widget theme."
1100@@ -244,11 +244,11 @@
1101 msgstr "Granica prozora"
1102
1103 #: ../data/ui/lxappearance.ui.h:52
1104-msgid "Enable antialising"
1105+msgid "Enable antialiasing"
1106 msgstr ""
1107
1108 #: ../data/ui/lxappearance.ui.h:53
1109-msgid "<b>Antialising</b>"
1110+msgid "<b>Antialiasing</b>"
1111 msgstr ""
1112
1113 #: ../data/ui/lxappearance.ui.h:54
1114@@ -285,7 +285,7 @@
1115
1116 #: ../data/ui/lxappearance.ui.h:62
1117 msgid "Show images on buttons"
1118-msgstr ""
1119+msgstr "Pokaži slike na gumbima"
1120
1121 #: ../data/ui/lxappearance.ui.h:63
1122 msgid "Show images in menus"
1123
1124=== modified file 'po/hu.po'
1125--- po/hu.po 2013-12-27 00:46:45 +0000
1126+++ po/hu.po 2014-02-08 05:27:31 +0000
1127@@ -7,7 +7,7 @@
1128 msgstr ""
1129 "Project-Id-Version: lxappearance\n"
1130 "Report-Msgid-Bugs-To: \n"
1131-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1132+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1133 "PO-Revision-Date: 2011-09-03 15:13+0200\n"
1134 "Last-Translator: Laszlo Dvornik <rezuri@zoho.com>\n"
1135 "Language-Team: Hungarian\n"
1136@@ -244,11 +244,13 @@
1137 msgstr "Ablakkeret"
1138
1139 #: ../data/ui/lxappearance.ui.h:52
1140-msgid "Enable antialising"
1141+#, fuzzy
1142+msgid "Enable antialiasing"
1143 msgstr "Elsimítás engedélyezése"
1144
1145 #: ../data/ui/lxappearance.ui.h:53
1146-msgid "<b>Antialising</b>"
1147+#, fuzzy
1148+msgid "<b>Antialiasing</b>"
1149 msgstr "<b>Élsimítás</b>"
1150
1151 #: ../data/ui/lxappearance.ui.h:54
1152
1153=== modified file 'po/id.po'
1154--- po/id.po 2013-12-27 00:46:45 +0000
1155+++ po/id.po 2014-02-08 05:27:31 +0000
1156@@ -2,12 +2,11 @@
1157 # Copyright (C) 2010 THE lxappearance'S COPYRIGHT HOLDER
1158 # This file is distributed under the same license as the lxappearance package.
1159 # Andika Triwidada <andika@gmail.com>, 2010.
1160-#
1161 msgid ""
1162 msgstr ""
1163 "Project-Id-Version: lxappearance master\n"
1164 "Report-Msgid-Bugs-To: \n"
1165-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1166+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1167 "PO-Revision-Date: 2011-08-21 10:24+0200\n"
1168 "Last-Translator: andika <andika@gmail.com>\n"
1169 "Language-Team: Indonesian Translation Team <id@li.org>\n"
1170@@ -246,11 +245,13 @@
1171 msgstr "Bingkai Jendela"
1172
1173 #: ../data/ui/lxappearance.ui.h:52
1174-msgid "Enable antialising"
1175+#, fuzzy
1176+msgid "Enable antialiasing"
1177 msgstr "Aktifkan antialias"
1178
1179 #: ../data/ui/lxappearance.ui.h:53
1180-msgid "<b>Antialising</b>"
1181+#, fuzzy
1182+msgid "<b>Antialiasing</b>"
1183 msgstr "<b>Antialias</b>"
1184
1185 #: ../data/ui/lxappearance.ui.h:54
1186
1187=== added file 'po/is.po'
1188--- po/is.po 1970-01-01 00:00:00 +0000
1189+++ po/is.po 2014-02-08 05:27:31 +0000
1190@@ -0,0 +1,318 @@
1191+# SOME DESCRIPTIVE TITLE.
1192+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
1193+# This file is distributed under the same license as the PACKAGE package.
1194+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
1195+#
1196+msgid ""
1197+msgstr ""
1198+"Project-Id-Version: PACKAGE VERSION\n"
1199+"Report-Msgid-Bugs-To: \n"
1200+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1201+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1202+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1203+"Language-Team: LANGUAGE <LL@li.org>\n"
1204+"Language: is\n"
1205+"MIME-Version: 1.0\n"
1206+"Content-Type: text/plain; charset=UTF-8\n"
1207+"Content-Transfer-Encoding: 8bit\n"
1208+"X-Generator: Translate Toolkit 1.10.0\n"
1209+
1210+#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
1211+msgid "Customize Look and Feel"
1212+msgstr ""
1213+
1214+#: ../data/lxappearance.desktop.in.h:2
1215+msgid "Customizes look and feel of your desktop and applications"
1216+msgstr ""
1217+
1218+#: ../data/ui/about.ui.in.h:1
1219+msgid "Copyright (C) 2011 LXDE Project"
1220+msgstr ""
1221+
1222+#: ../data/ui/about.ui.in.h:2
1223+msgid "Customizes look and feel of your desktop"
1224+msgstr ""
1225+
1226+#. Please replace this line with your own names, one name per line.
1227+#: ../data/ui/about.ui.in.h:4
1228+msgid "translator-credits"
1229+msgstr ""
1230+
1231+#: ../data/ui/lxappearance.ui.h:1
1232+msgid "Icons only"
1233+msgstr ""
1234+
1235+#: ../data/ui/lxappearance.ui.h:2
1236+msgid "Text only"
1237+msgstr ""
1238+
1239+#: ../data/ui/lxappearance.ui.h:3
1240+msgid "Text below icons"
1241+msgstr ""
1242+
1243+#: ../data/ui/lxappearance.ui.h:4
1244+msgid "Text beside icons"
1245+msgstr ""
1246+
1247+#: ../data/ui/lxappearance.ui.h:5
1248+msgid "Same as menu items"
1249+msgstr ""
1250+
1251+#: ../data/ui/lxappearance.ui.h:6
1252+msgid "Small toolbar icon"
1253+msgstr ""
1254+
1255+#: ../data/ui/lxappearance.ui.h:7
1256+msgid "Large toolbar icon"
1257+msgstr ""
1258+
1259+#: ../data/ui/lxappearance.ui.h:8
1260+msgid "Same as buttons"
1261+msgstr ""
1262+
1263+#: ../data/ui/lxappearance.ui.h:9
1264+msgid "Same as drag icons"
1265+msgstr ""
1266+
1267+#: ../data/ui/lxappearance.ui.h:10
1268+msgid "Same as dialogs"
1269+msgstr ""
1270+
1271+#: ../data/ui/lxappearance.ui.h:11
1272+msgid "None"
1273+msgstr ""
1274+
1275+#: ../data/ui/lxappearance.ui.h:12
1276+msgid "Slight"
1277+msgstr ""
1278+
1279+#: ../data/ui/lxappearance.ui.h:13
1280+msgid "Medium"
1281+msgstr ""
1282+
1283+#: ../data/ui/lxappearance.ui.h:14
1284+msgid "Full"
1285+msgstr ""
1286+
1287+#: ../data/ui/lxappearance.ui.h:15
1288+msgid "RGB"
1289+msgstr ""
1290+
1291+#: ../data/ui/lxappearance.ui.h:16
1292+msgid "BGR"
1293+msgstr ""
1294+
1295+#: ../data/ui/lxappearance.ui.h:17
1296+msgid "VRGB"
1297+msgstr ""
1298+
1299+#: ../data/ui/lxappearance.ui.h:18
1300+msgid "VBGR"
1301+msgstr ""
1302+
1303+#: ../data/ui/lxappearance.ui.h:20
1304+msgid "Preview of the selected widget style"
1305+msgstr ""
1306+
1307+#: ../data/ui/lxappearance.ui.h:21
1308+msgid "_File"
1309+msgstr ""
1310+
1311+#: ../data/ui/lxappearance.ui.h:22
1312+msgid "_Edit"
1313+msgstr ""
1314+
1315+#: ../data/ui/lxappearance.ui.h:23
1316+msgid "_Help"
1317+msgstr ""
1318+
1319+#: ../data/ui/lxappearance.ui.h:24
1320+msgid "Radio Button"
1321+msgstr ""
1322+
1323+#: ../data/ui/lxappearance.ui.h:25
1324+msgid "Check Button"
1325+msgstr ""
1326+
1327+#: ../data/ui/lxappearance.ui.h:26
1328+msgid "button"
1329+msgstr ""
1330+
1331+#: ../data/ui/lxappearance.ui.h:27
1332+msgid "Demo"
1333+msgstr ""
1334+
1335+#: ../data/ui/lxappearance.ui.h:28
1336+msgid "Page1"
1337+msgstr ""
1338+
1339+#: ../data/ui/lxappearance.ui.h:29
1340+msgid "Page2"
1341+msgstr ""
1342+
1343+#: ../data/ui/lxappearance.ui.h:30
1344+msgid "Default font:"
1345+msgstr ""
1346+
1347+#: ../data/ui/lxappearance.ui.h:31
1348+msgid "Widget"
1349+msgstr ""
1350+
1351+#: ../data/ui/lxappearance.ui.h:32
1352+msgid "Color scheme is not supported by currently selected widget theme."
1353+msgstr ""
1354+
1355+#: ../data/ui/lxappearance.ui.h:33
1356+msgid "Use customized color scheme"
1357+msgstr ""
1358+
1359+#: ../data/ui/lxappearance.ui.h:34
1360+msgid "Normal windows:"
1361+msgstr ""
1362+
1363+#: ../data/ui/lxappearance.ui.h:35
1364+msgid "Text windows:"
1365+msgstr ""
1366+
1367+#: ../data/ui/lxappearance.ui.h:36
1368+msgid "Selected items:"
1369+msgstr ""
1370+
1371+#: ../data/ui/lxappearance.ui.h:37
1372+msgid "Tooltips:"
1373+msgstr ""
1374+
1375+#: ../data/ui/lxappearance.ui.h:38
1376+msgid "Background"
1377+msgstr ""
1378+
1379+#: ../data/ui/lxappearance.ui.h:39
1380+msgid "Foreground"
1381+msgstr ""
1382+
1383+#: ../data/ui/lxappearance.ui.h:40
1384+msgid "Color"
1385+msgstr ""
1386+
1387+#: ../data/ui/lxappearance.ui.h:41
1388+msgid "Install"
1389+msgstr ""
1390+
1391+#: ../data/ui/lxappearance.ui.h:42
1392+msgid "Remove"
1393+msgstr ""
1394+
1395+#: ../data/ui/lxappearance.ui.h:43
1396+msgid "Preview of the selected icon theme"
1397+msgstr ""
1398+
1399+#: ../data/ui/lxappearance.ui.h:44
1400+msgid "Icon Theme"
1401+msgstr ""
1402+
1403+#: ../data/ui/lxappearance.ui.h:45
1404+msgid "Preview of the selected cursor theme"
1405+msgstr ""
1406+
1407+#: ../data/ui/lxappearance.ui.h:46
1408+msgid "Size of cursors"
1409+msgstr ""
1410+
1411+#: ../data/ui/lxappearance.ui.h:47
1412+msgid "Smaller"
1413+msgstr ""
1414+
1415+#: ../data/ui/lxappearance.ui.h:48
1416+msgid "Bigger"
1417+msgstr ""
1418+
1419+#: ../data/ui/lxappearance.ui.h:49
1420+msgid ""
1421+"<b>Note:</b> Not all of the desktop applications support changing cursor "
1422+"theme on-the-fly. So your changes here might not be fully applied to all "
1423+"applications till next login."
1424+msgstr ""
1425+
1426+#: ../data/ui/lxappearance.ui.h:50
1427+msgid "Mouse Cursor"
1428+msgstr ""
1429+
1430+#: ../data/ui/lxappearance.ui.h:51
1431+msgid "Window Border"
1432+msgstr ""
1433+
1434+#: ../data/ui/lxappearance.ui.h:52
1435+msgid "Enable antialiasing"
1436+msgstr ""
1437+
1438+#: ../data/ui/lxappearance.ui.h:53
1439+msgid "<b>Antialiasing</b>"
1440+msgstr ""
1441+
1442+#: ../data/ui/lxappearance.ui.h:54
1443+msgid "Enable hinting"
1444+msgstr ""
1445+
1446+#: ../data/ui/lxappearance.ui.h:55
1447+msgid "Hinting style: "
1448+msgstr ""
1449+
1450+#: ../data/ui/lxappearance.ui.h:56
1451+msgid "<b>Hinting</b>"
1452+msgstr ""
1453+
1454+#: ../data/ui/lxappearance.ui.h:57
1455+msgid "Sub-pixel geometry: "
1456+msgstr ""
1457+
1458+#: ../data/ui/lxappearance.ui.h:58
1459+msgid "<b>Sub-pixel geometry</b>"
1460+msgstr ""
1461+
1462+#: ../data/ui/lxappearance.ui.h:59
1463+msgid "Font"
1464+msgstr ""
1465+
1466+#: ../data/ui/lxappearance.ui.h:60
1467+msgid "Toolbar Style: "
1468+msgstr ""
1469+
1470+#: ../data/ui/lxappearance.ui.h:61
1471+msgid "Toolbar Icon Size: "
1472+msgstr ""
1473+
1474+#: ../data/ui/lxappearance.ui.h:62
1475+msgid "Show images on buttons"
1476+msgstr ""
1477+
1478+#: ../data/ui/lxappearance.ui.h:63
1479+msgid "Show images in menus"
1480+msgstr ""
1481+
1482+#: ../data/ui/lxappearance.ui.h:64
1483+msgid "<b>GUI Options</b>"
1484+msgstr ""
1485+
1486+#: ../data/ui/lxappearance.ui.h:65
1487+msgid "Play event sounds"
1488+msgstr ""
1489+
1490+#: ../data/ui/lxappearance.ui.h:66
1491+msgid "Play event sounds as feedback to user input"
1492+msgstr ""
1493+
1494+#: ../data/ui/lxappearance.ui.h:67
1495+msgid "<b>Sound Effect</b>"
1496+msgstr ""
1497+
1498+#: ../data/ui/lxappearance.ui.h:68
1499+msgid "Other"
1500+msgstr ""
1501+
1502+#: ../src/utils.c:217
1503+msgid "Select an icon theme"
1504+msgstr ""
1505+
1506+#: ../src/utils.c:224
1507+msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
1508+msgstr ""
1509
1510=== modified file 'po/it.po'
1511--- po/it.po 2013-12-27 00:46:45 +0000
1512+++ po/it.po 2014-02-08 05:27:31 +0000
1513@@ -8,7 +8,7 @@
1514 msgstr ""
1515 "Project-Id-Version: 0.5.0\n"
1516 "Report-Msgid-Bugs-To: \n"
1517-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1518+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1519 "PO-Revision-Date: 2012-08-25 17:38+0200\n"
1520 "Last-Translator: Daniele Forsi <daniele@forsi.it>\n"
1521 "Language-Team: Italian\n"
1522@@ -251,11 +251,13 @@
1523 msgstr "Bordo finestra"
1524
1525 #: ../data/ui/lxappearance.ui.h:52
1526-msgid "Enable antialising"
1527+#, fuzzy
1528+msgid "Enable antialiasing"
1529 msgstr "Abilita antialias"
1530
1531 #: ../data/ui/lxappearance.ui.h:53
1532-msgid "<b>Antialising</b>"
1533+#, fuzzy
1534+msgid "<b>Antialiasing</b>"
1535 msgstr "<b>Antialias</b>"
1536
1537 #: ../data/ui/lxappearance.ui.h:54
1538
1539=== modified file 'po/ja.po'
1540--- po/ja.po 2013-12-27 00:46:45 +0000
1541+++ po/ja.po 2014-02-08 05:27:31 +0000
1542@@ -8,7 +8,7 @@
1543 msgstr ""
1544 "Project-Id-Version: lxappearance 0.5.0\n"
1545 "Report-Msgid-Bugs-To: \n"
1546-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1547+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1548 "PO-Revision-Date: 2010-10-07 18:41+0900\n"
1549 "Last-Translator: Hironao Komatsu <hironao@users.sourceforge.net>\n"
1550 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
1551@@ -248,11 +248,13 @@
1552 msgstr "ウィンドウ境界"
1553
1554 #: ../data/ui/lxappearance.ui.h:52
1555-msgid "Enable antialising"
1556+#, fuzzy
1557+msgid "Enable antialiasing"
1558 msgstr "アンチエイリアシングを有効にする"
1559
1560 #: ../data/ui/lxappearance.ui.h:53
1561-msgid "<b>Antialising</b>"
1562+#, fuzzy
1563+msgid "<b>Antialiasing</b>"
1564 msgstr "<b>アンチエイリアシング</b>"
1565
1566 #: ../data/ui/lxappearance.ui.h:54
1567
1568=== modified file 'po/kk.po'
1569--- po/kk.po 2013-12-26 02:42:06 +0000
1570+++ po/kk.po 2014-02-08 05:27:31 +0000
1571@@ -7,7 +7,7 @@
1572 msgstr ""
1573 "Project-Id-Version: master\n"
1574 "Report-Msgid-Bugs-To: \n"
1575-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1576+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1577 "PO-Revision-Date: 2012-05-01 14:34+0600\n"
1578 "Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
1579 "Language-Team: Kazakh <kk_KZ@googlegroups.com>\n"
1580@@ -247,11 +247,13 @@
1581 msgstr "Терезе шегі"
1582
1583 #: ../data/ui/lxappearance.ui.h:52
1584-msgid "Enable antialising"
1585+#, fuzzy
1586+msgid "Enable antialiasing"
1587 msgstr "Антиалиасингті іске қосу"
1588
1589 #: ../data/ui/lxappearance.ui.h:53
1590-msgid "<b>Antialising</b>"
1591+#, fuzzy
1592+msgid "<b>Antialiasing</b>"
1593 msgstr "<b>Антиалиасинг</b>"
1594
1595 #: ../data/ui/lxappearance.ui.h:54
1596
1597=== modified file 'po/ko.po'
1598--- po/ko.po 2013-12-26 02:42:06 +0000
1599+++ po/ko.po 2014-02-08 05:27:31 +0000
1600@@ -7,7 +7,7 @@
1601 msgstr ""
1602 "Project-Id-Version: lxappearance\n"
1603 "Report-Msgid-Bugs-To: \n"
1604-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1605+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1606 "PO-Revision-Date: 2012-04-04 21:48+0900\n"
1607 "Last-Translator: Seong-ho Cho <darkcircle.0426@gmail.com>\n"
1608 "Language-Team: LANGUAGE <LL@li.org>\n"
1609@@ -244,11 +244,13 @@
1610 msgstr "창 테두리"
1611
1612 #: ../data/ui/lxappearance.ui.h:52
1613-msgid "Enable antialising"
1614+#, fuzzy
1615+msgid "Enable antialiasing"
1616 msgstr "안티앨리어싱 활성화"
1617
1618 #: ../data/ui/lxappearance.ui.h:53
1619-msgid "<b>Antialising</b>"
1620+#, fuzzy
1621+msgid "<b>Antialiasing</b>"
1622 msgstr "<b>안티앨리어싱</b>"
1623
1624 #: ../data/ui/lxappearance.ui.h:54
1625
1626=== modified file 'po/lg.po'
1627--- po/lg.po 2013-12-27 00:46:45 +0000
1628+++ po/lg.po 2014-02-08 05:27:31 +0000
1629@@ -7,7 +7,7 @@
1630 msgstr ""
1631 "Project-Id-Version: lxappearance 0.5.0\n"
1632 "Report-Msgid-Bugs-To: \n"
1633-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1634+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1635 "PO-Revision-Date: 2011-07-22 23:21+0200\n"
1636 "Last-Translator: kizito <kbirabwa@yahoo.co.uk>\n"
1637 "Language-Team: Luganda <kbirabwa@yahoo.co.uk>\n"
1638@@ -248,11 +248,13 @@
1639 msgstr "Olukoloboze olwetoolola ddirisa"
1640
1641 #: ../data/ui/lxappearance.ui.h:52
1642-msgid "Enable antialising"
1643+#, fuzzy
1644+msgid "Enable antialiasing"
1645 msgstr "Wabewo okugyamu aliyasi"
1646
1647 #: ../data/ui/lxappearance.ui.h:53
1648-msgid "<b>Antialising</b>"
1649+#, fuzzy
1650+msgid "<b>Antialiasing</b>"
1651 msgstr "<b>Okuseeteeza</b>"
1652
1653 #: ../data/ui/lxappearance.ui.h:54
1654
1655=== modified file 'po/lt.po'
1656--- po/lt.po 2013-12-26 02:42:06 +0000
1657+++ po/lt.po 2014-02-08 05:27:31 +0000
1658@@ -2,14 +2,13 @@
1659 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
1660 # This file is distributed under the same license as the PACKAGE package.
1661 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
1662-#
1663 msgid ""
1664 msgstr ""
1665 "Project-Id-Version: PACKAGE VERSION\n"
1666 "Report-Msgid-Bugs-To: \n"
1667-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1668-"PO-Revision-Date: 2012-05-17 09:09+0200\n"
1669-"Last-Translator: Algimantas <margevicius.algimantas@mail.ru>\n"
1670+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1671+"PO-Revision-Date: 2013-12-27 05:33+0000\n"
1672+"Last-Translator: Algimantas <gymka@archlinux.lt>\n"
1673 "Language-Team: LANGUAGE <LL@li.org>\n"
1674 "Language: lt\n"
1675 "MIME-Version: 1.0\n"
1676@@ -17,7 +16,8 @@
1677 "Content-Transfer-Encoding: 8bit\n"
1678 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
1679 "%100<10 || n%100>=20) ? 1 : 2);\n"
1680-"X-Generator: Pootle 2.0.5\n"
1681+"X-Generator: Pootle 2.5.0\n"
1682+"X-POOTLE-MTIME: 1388122383.0\n"
1683
1684 #: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
1685 msgid "Customize Look and Feel"
1686@@ -249,11 +249,11 @@
1687 msgstr "Lango rėmelis"
1688
1689 #: ../data/ui/lxappearance.ui.h:52
1690-msgid "Enable antialising"
1691+msgid "Enable antialiasing"
1692 msgstr "Įjungti glotninimą"
1693
1694 #: ../data/ui/lxappearance.ui.h:53
1695-msgid "<b>Antialising</b>"
1696+msgid "<b>Antialiasing</b>"
1697 msgstr "<b>Glotninimas</b>"
1698
1699 #: ../data/ui/lxappearance.ui.h:54
1700@@ -323,3 +323,9 @@
1701 #: ../src/utils.c:224
1702 msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
1703 msgstr "*.tar.gz, *.tar.bz2 (Piktogramų tema)"
1704+
1705+#~ msgid "Enable antialising"
1706+#~ msgstr "Įjungti glotninimą"
1707+
1708+#~ msgid "<b>Antialising</b>"
1709+#~ msgstr "<b>Glotninimas</b>"
1710
1711=== modified file 'po/nl.po'
1712--- po/nl.po 2013-12-27 00:46:45 +0000
1713+++ po/nl.po 2014-02-08 05:27:31 +0000
1714@@ -8,7 +8,7 @@
1715 msgstr ""
1716 "Project-Id-Version: lxappearance\n"
1717 "Report-Msgid-Bugs-To: \n"
1718-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1719+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1720 "PO-Revision-Date: 2011-09-08 19:39+0200\n"
1721 "Last-Translator: Pjotr <>\n"
1722 "Language-Team: Dutch\n"
1723@@ -250,11 +250,13 @@
1724 msgstr "Vensterrand"
1725
1726 #: ../data/ui/lxappearance.ui.h:52
1727-msgid "Enable antialising"
1728+#, fuzzy
1729+msgid "Enable antialiasing"
1730 msgstr "Anti-kartelvorming inschakelen"
1731
1732 #: ../data/ui/lxappearance.ui.h:53
1733-msgid "<b>Antialising</b>"
1734+#, fuzzy
1735+msgid "<b>Antialiasing</b>"
1736 msgstr "<b>Anti-kartelvorming</b>"
1737
1738 #: ../data/ui/lxappearance.ui.h:54
1739
1740=== modified file 'po/pa.po'
1741--- po/pa.po 2013-12-27 00:46:45 +0000
1742+++ po/pa.po 2014-02-08 05:27:31 +0000
1743@@ -6,7 +6,7 @@
1744 msgstr ""
1745 "Project-Id-Version: \n"
1746 "Report-Msgid-Bugs-To: \n"
1747-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1748+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1749 "PO-Revision-Date: 2010-10-10 07:57+0530\n"
1750 "Last-Translator: A S Alam <aalam@users.sf.net>\n"
1751 "Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n"
1752@@ -245,12 +245,13 @@
1753 msgstr "ਵਿੰਡੋ ਬਾਰਡਰ"
1754
1755 #: ../data/ui/lxappearance.ui.h:52
1756-msgid "Enable antialising"
1757+msgid "Enable antialiasing"
1758 msgstr ""
1759
1760 #: ../data/ui/lxappearance.ui.h:53
1761-msgid "<b>Antialising</b>"
1762-msgstr ""
1763+#, fuzzy
1764+msgid "<b>Antialiasing</b>"
1765+msgstr "<b>GUI ਚੋਣਾਂ</b>"
1766
1767 #: ../data/ui/lxappearance.ui.h:54
1768 msgid "Enable hinting"
1769
1770=== modified file 'po/pl.po'
1771--- po/pl.po 2013-12-27 00:46:45 +0000
1772+++ po/pl.po 2014-02-08 05:27:31 +0000
1773@@ -7,7 +7,7 @@
1774 msgstr ""
1775 "Project-Id-Version: lxappearance 0.5.0\n"
1776 "Report-Msgid-Bugs-To: \n"
1777-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1778+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1779 "PO-Revision-Date: 2013-09-04 12:26+0000\n"
1780 "Last-Translator: Piotr <strebski@o2.pl>\n"
1781 "Language-Team: polski <>\n"
1782@@ -250,11 +250,13 @@
1783 msgstr "Obramowanie okien"
1784
1785 #: ../data/ui/lxappearance.ui.h:52
1786-msgid "Enable antialising"
1787+#, fuzzy
1788+msgid "Enable antialiasing"
1789 msgstr "Włącz antyaliasing"
1790
1791 #: ../data/ui/lxappearance.ui.h:53
1792-msgid "<b>Antialising</b>"
1793+#, fuzzy
1794+msgid "<b>Antialiasing</b>"
1795 msgstr "<b>Antyaliasing</b>"
1796
1797 #: ../data/ui/lxappearance.ui.h:54
1798
1799=== modified file 'po/pt.po'
1800--- po/pt.po 2013-12-27 00:46:45 +0000
1801+++ po/pt.po 2014-02-08 05:27:31 +0000
1802@@ -1,22 +1,22 @@
1803 # Portuguese translation for LXAPPEARANCE.
1804 # Copyright (C) 2010 The LXAPPEARANCE Copyright Holder.
1805 # This file is distributed under the same license as the LXAPPEARANCE package.
1806-# Sérgio Marques <smarquespt@gmail.com>, 2010-2012.
1807+# Sérgio Marques <smarquespt@gmail.com>, 2010-2013.
1808 # Adaptado ao acordo ortográfico de 1990
1809 msgid ""
1810 msgstr ""
1811 "Project-Id-Version: lxappearance\n"
1812 "Report-Msgid-Bugs-To: \n"
1813-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1814-"PO-Revision-Date: 2013-07-25 11:42+0000\n"
1815-"Last-Translator: Sérgio <smarquespt@gmail.com>\n"
1816+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1817+"PO-Revision-Date: 2013-12-27 15:38-0000\n"
1818+"Last-Translator: Sérgio Marques <smarquespt@gmail.com>\n"
1819 "Language-Team: \n"
1820 "Language: pt\n"
1821 "MIME-Version: 1.0\n"
1822 "Content-Type: text/plain; charset=UTF-8\n"
1823 "Content-Transfer-Encoding: 8bit\n"
1824 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1825-"X-Generator: Pootle 2.5.0\n"
1826+"X-Generator: Poedit 1.6.3\n"
1827 "X-POOTLE-MTIME: 1374752572.0\n"
1828
1829 #: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
1830@@ -25,15 +25,15 @@
1831
1832 #: ../data/lxappearance.desktop.in.h:2
1833 msgid "Customizes look and feel of your desktop and applications"
1834-msgstr "Personaliza o aspeto do seu ambiente de trabalho e das aplicações"
1835+msgstr "Personaliza o aspeto da sua área de trabalho e das aplicações"
1836
1837 #: ../data/ui/about.ui.in.h:1
1838 msgid "Copyright (C) 2011 LXDE Project"
1839-msgstr "Direitos de autor (C) 2011 Projeto LXDE"
1840+msgstr "Direitos de autor (C) 2011-2013 Projeto LXDE"
1841
1842 #: ../data/ui/about.ui.in.h:2
1843 msgid "Customizes look and feel of your desktop"
1844-msgstr "Personaliza a aparência do seu ambiente de trabalho"
1845+msgstr "Personaliza o aspeto da sua área de trabalho"
1846
1847 #. Please replace this line with your own names, one name per line.
1848 #: ../data/ui/about.ui.in.h:4
1849@@ -42,11 +42,11 @@
1850
1851 #: ../data/ui/lxappearance.ui.h:1
1852 msgid "Icons only"
1853-msgstr "Só ícones"
1854+msgstr "Apenas ícones"
1855
1856 #: ../data/ui/lxappearance.ui.h:2
1857 msgid "Text only"
1858-msgstr "Só texto"
1859+msgstr "Apenas texto"
1860
1861 #: ../data/ui/lxappearance.ui.h:3
1862 msgid "Text below icons"
1863@@ -58,7 +58,7 @@
1864
1865 #: ../data/ui/lxappearance.ui.h:5
1866 msgid "Same as menu items"
1867-msgstr "O mesmo dos itens de menu"
1868+msgstr "Igual aos itens de menu"
1869
1870 #: ../data/ui/lxappearance.ui.h:6
1871 msgid "Small toolbar icon"
1872@@ -70,19 +70,19 @@
1873
1874 #: ../data/ui/lxappearance.ui.h:8
1875 msgid "Same as buttons"
1876-msgstr "O mesmo dos botões"
1877+msgstr "cos botões"
1878
1879 #: ../data/ui/lxappearance.ui.h:9
1880 msgid "Same as drag icons"
1881-msgstr "O mesmo dos ícones arrastáveis"
1882+msgstr "Igual aos ícones arrastáveis"
1883
1884 #: ../data/ui/lxappearance.ui.h:10
1885 msgid "Same as dialogs"
1886-msgstr "O mesmo dos diálogos"
1887+msgstr "Igual aos diálogos"
1888
1889 #: ../data/ui/lxappearance.ui.h:11
1890 msgid "None"
1891-msgstr "Nenhum"
1892+msgstr "Nenhuma"
1893
1894 #: ../data/ui/lxappearance.ui.h:12
1895 msgid "Slight"
1896@@ -114,7 +114,7 @@
1897
1898 #: ../data/ui/lxappearance.ui.h:20
1899 msgid "Preview of the selected widget style"
1900-msgstr "Visualização do estilo do \"widget\" selecionado"
1901+msgstr "Visualização de estilo do \"widget\" selecionado"
1902
1903 #: ../data/ui/lxappearance.ui.h:21
1904 msgid "_File"
1905@@ -126,7 +126,7 @@
1906
1907 #: ../data/ui/lxappearance.ui.h:23
1908 msgid "_Help"
1909-msgstr "_Ajuda"
1910+msgstr "Aj_uda"
1911
1912 #: ../data/ui/lxappearance.ui.h:24
1913 msgid "Radio Button"
1914@@ -142,7 +142,7 @@
1915
1916 #: ../data/ui/lxappearance.ui.h:27
1917 msgid "Demo"
1918-msgstr "Demonstração"
1919+msgstr "Exemplo"
1920
1921 #: ../data/ui/lxappearance.ui.h:28
1922 msgid "Page1"
1923@@ -186,7 +186,7 @@
1924
1925 #: ../data/ui/lxappearance.ui.h:38
1926 msgid "Background"
1927-msgstr "Fundo"
1928+msgstr "Secundária"
1929
1930 #: ../data/ui/lxappearance.ui.h:39
1931 msgid "Foreground"
1932@@ -247,11 +247,11 @@
1933 msgstr "Contornos da janela"
1934
1935 #: ../data/ui/lxappearance.ui.h:52
1936-msgid "Enable antialising"
1937+msgid "Enable antialiasing"
1938 msgstr "Ativar suavização"
1939
1940 #: ../data/ui/lxappearance.ui.h:53
1941-msgid "<b>Antialising</b>"
1942+msgid "<b>Antialiasing</b>"
1943 msgstr "<b>Suavização</b>"
1944
1945 #: ../data/ui/lxappearance.ui.h:54
1946
1947=== modified file 'po/pt_BR.po'
1948--- po/pt_BR.po 2013-12-27 00:46:45 +0000
1949+++ po/pt_BR.po 2014-02-08 05:27:31 +0000
1950@@ -8,7 +8,7 @@
1951 msgstr ""
1952 "Project-Id-Version: 0.1\n"
1953 "Report-Msgid-Bugs-To: \n"
1954-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1955+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1956 "PO-Revision-Date: 2011-06-11 14:05+0200\n"
1957 "Last-Translator: Sérgio <ikisham@gmail.com>\n"
1958 "Language-Team: Brazilian Porguese <ldp-br@bazar.conectiva.com.br>\n"
1959@@ -251,11 +251,13 @@
1960 msgstr "Borda da janela"
1961
1962 #: ../data/ui/lxappearance.ui.h:52
1963-msgid "Enable antialising"
1964+#, fuzzy
1965+msgid "Enable antialiasing"
1966 msgstr "Habilitar antialiasing"
1967
1968 #: ../data/ui/lxappearance.ui.h:53
1969-msgid "<b>Antialising</b>"
1970+#, fuzzy
1971+msgid "<b>Antialiasing</b>"
1972 msgstr "<b>Antialiasing</b>"
1973
1974 #: ../data/ui/lxappearance.ui.h:54
1975
1976=== modified file 'po/ro.po'
1977--- po/ro.po 2013-12-26 02:42:06 +0000
1978+++ po/ro.po 2014-02-08 05:27:31 +0000
1979@@ -7,7 +7,7 @@
1980 msgstr ""
1981 "Project-Id-Version: PACKAGE VERSION\n"
1982 "Report-Msgid-Bugs-To: \n"
1983-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
1984+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
1985 "PO-Revision-Date: 2012-04-19 13:43+0200\n"
1986 "Last-Translator: Mișu <dumol@l10n.ro>\n"
1987 "Language-Team: LANGUAGE <LL@li.org>\n"
1988@@ -247,11 +247,13 @@
1989 msgstr "Chenarul ferestrei"
1990
1991 #: ../data/ui/lxappearance.ui.h:52
1992-msgid "Enable antialising"
1993+#, fuzzy
1994+msgid "Enable antialiasing"
1995 msgstr "Activare antialias"
1996
1997 #: ../data/ui/lxappearance.ui.h:53
1998-msgid "<b>Antialising</b>"
1999+#, fuzzy
2000+msgid "<b>Antialiasing</b>"
2001 msgstr "<b>Antialias</b>"
2002
2003 #: ../data/ui/lxappearance.ui.h:54
2004
2005=== modified file 'po/ru.po'
2006--- po/ru.po 2013-12-27 00:46:45 +0000
2007+++ po/ru.po 2014-02-08 05:27:31 +0000
2008@@ -3,24 +3,22 @@
2009 # Copyright (C) 2009 THE LXAppearance'S COPYRIGHT HOLDER
2010 # This file is distributed under the same license as the LXAppearance package.
2011 # Vitaly Pashkov <admin@fluda.net>, 2009.
2012-#
2013 msgid ""
2014 msgstr ""
2015 "Project-Id-Version: lxappearance\n"
2016 "Report-Msgid-Bugs-To: \n"
2017-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
2018-"PO-Revision-Date: 2011-08-08 14:23+0200\n"
2019-"Last-Translator: Max <mpui@tut.by>\n"
2020+"POT-Creation-Date: 2013-12-20 13:08+0100\n"
2021+"PO-Revision-Date: 2014-01-05 00:13+0000\n"
2022+"Last-Translator: Andriy <andrej@rep.kiev.ua>\n"
2023 "Language-Team: Russian <info@edumandriva.ru>\n"
2024 "Language: ru\n"
2025 "MIME-Version: 1.0\n"
2026 "Content-Type: text/plain; charset=UTF-8\n"
2027 "Content-Transfer-Encoding: 8bit\n"
2028-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
2029-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2030-"X-Generator: Pootle 2.0.5\n"
2031-"X-Poedit-Language: Russian\n"
2032-"X-Poedit-Country: RUSSIAN FEDERATION\n"
2033+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
2034+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2035+"X-Generator: Pootle 2.5.0\n"
2036+"X-POOTLE-MTIME: 1388880794.0\n"
2037
2038 #: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
2039 msgid "Customize Look and Feel"
2040@@ -250,11 +248,11 @@
2041 msgstr "Рамка окна"
2042
2043 #: ../data/ui/lxappearance.ui.h:52
2044-msgid "Enable antialising"
2045+msgid "Enable antialiasing"
2046 msgstr "Включить сглаживание"
2047
2048 #: ../data/ui/lxappearance.ui.h:53
2049-msgid "<b>Antialising</b>"
2050+msgid "<b>Antialiasing</b>"
2051 msgstr "<b>Сглаживание</b>"
2052
2053 #: ../data/ui/lxappearance.ui.h:54
2054@@ -325,6 +323,12 @@
2055 msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
2056 msgstr "*.tar.gz, *.tar.bz2 (Тема значков)"
2057
2058+#~ msgid "Enable antialising"
2059+#~ msgstr "Включить сглаживание"
2060+
2061+#~ msgid "<b>Antialising</b>"
2062+#~ msgstr "<b>Сглаживание</b>"
2063+
2064 #~ msgid "<b>Toolbar</b>"
2065 #~ msgstr "<b>Панель инструментов</b>"
2066
2067
2068=== modified file 'po/sl.po'
2069--- po/sl.po 2013-12-27 00:46:45 +0000
2070+++ po/sl.po 2014-02-08 05:27:31 +0000
2071@@ -7,7 +7,7 @@
2072 msgstr ""
2073 "Project-Id-Version: lxappearance\n"
2074 "Report-Msgid-Bugs-To: \n"
2075-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
2076+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
2077 "PO-Revision-Date: 2013-08-09 09:08+0000\n"
2078 "Last-Translator: Klemen <klemen913@gmail.com>\n"
2079 "Language-Team: Slovenian <lugos-slo@lugos.si>\n"
2080@@ -15,8 +15,8 @@
2081 "MIME-Version: 1.0\n"
2082 "Content-Type: text/plain; charset=UTF-8\n"
2083 "Content-Transfer-Encoding: 8bit\n"
2084-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || "
2085-"n%100==4 ? 3 : 0);\n"
2086+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
2087+"%100==4 ? 3 : 0);\n"
2088 "X-Generator: Pootle 2.5.0\n"
2089 "X-POOTLE-MTIME: 1376039331.0\n"
2090
2091@@ -247,11 +247,13 @@
2092 msgstr "Obroba oken"
2093
2094 #: ../data/ui/lxappearance.ui.h:52
2095-msgid "Enable antialising"
2096+#, fuzzy
2097+msgid "Enable antialiasing"
2098 msgstr "Omogoči glajenje robov"
2099
2100 #: ../data/ui/lxappearance.ui.h:53
2101-msgid "<b>Antialising</b>"
2102+#, fuzzy
2103+msgid "<b>Antialiasing</b>"
2104 msgstr "<b>Glajenje robov</b>"
2105
2106 #: ../data/ui/lxappearance.ui.h:54
2107
2108=== modified file 'po/sr.po'
2109--- po/sr.po 2013-12-27 00:46:45 +0000
2110+++ po/sr.po 2014-02-08 05:27:31 +0000
2111@@ -7,7 +7,7 @@
2112 msgstr ""
2113 "Project-Id-Version: LXAppearance package\n"
2114 "Report-Msgid-Bugs-To: \n"
2115-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
2116+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
2117 "PO-Revision-Date: 2013-09-06 01:35+0100\n"
2118 "Last-Translator: Jay A.Fleming <tito.nehru.naser@gmail.com>\n"
2119 "Language-Team: \n"
2120@@ -15,11 +15,11 @@
2121 "MIME-Version: 1.0\n"
2122 "Content-Type: text/plain; charset=utf-8\n"
2123 "Content-Transfer-Encoding: 8bit\n"
2124-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2125+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
2126+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2127 "X-Generator: Pootle 2.0.5\n"
2128
2129-#: ../data/lxappearance.desktop.in.h:1
2130-#: ../data/ui/lxappearance.ui.h:19
2131+#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
2132 msgid "Customize Look and Feel"
2133 msgstr "Подешавања изгледа"
2134
2135@@ -229,8 +229,14 @@
2136 msgstr "Веће"
2137
2138 #: ../data/ui/lxappearance.ui.h:49
2139-msgid "<b>Note:</b> Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login."
2140-msgstr "<b>Напомена:</b> Аутоматску промену изгледа показивача не подржавају неки програми, па ће се ове промене у њима видети након наредног пријављивања на систем."
2141+msgid ""
2142+"<b>Note:</b> Not all of the desktop applications support changing cursor "
2143+"theme on-the-fly. So your changes here might not be fully applied to all "
2144+"applications till next login."
2145+msgstr ""
2146+"<b>Напомена:</b> Аутоматску промену изгледа показивача не подржавају неки "
2147+"програми, па ће се ове промене у њима видети након наредног пријављивања на "
2148+"систем."
2149
2150 #: ../data/ui/lxappearance.ui.h:50
2151 msgid "Mouse Cursor"
2152@@ -241,11 +247,13 @@
2153 msgstr "Ивица прозора"
2154
2155 #: ../data/ui/lxappearance.ui.h:52
2156-msgid "Enable antialising"
2157+#, fuzzy
2158+msgid "Enable antialiasing"
2159 msgstr "Омогући умекшавање"
2160
2161 #: ../data/ui/lxappearance.ui.h:53
2162-msgid "<b>Antialising</b>"
2163+#, fuzzy
2164+msgid "<b>Antialiasing</b>"
2165 msgstr "<b>Умекшавање ивица</b>"
2166
2167 #: ../data/ui/lxappearance.ui.h:54
2168@@ -315,4 +323,3 @@
2169 #: ../src/utils.c:224
2170 msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
2171 msgstr "*.tar.gz, *.tar.bz2 (тема икона)"
2172-
2173
2174=== modified file 'po/sr@latin.po'
2175--- po/sr@latin.po 2013-12-27 00:46:45 +0000
2176+++ po/sr@latin.po 2014-02-08 05:27:31 +0000
2177@@ -7,19 +7,19 @@
2178 msgstr ""
2179 "Project-Id-Version: LXAppearance package\n"
2180 "Report-Msgid-Bugs-To: \n"
2181-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
2182-"PO-Revision-Date: 2013-09-06 01:37+0100\n"
2183+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
2184+"PO-Revision-Date: 2013-09-06 01:35+0100\n"
2185 "Last-Translator: Jay A.Fleming <tito.nehru.naser@gmail.com>\n"
2186 "Language-Team: \n"
2187 "Language: sr\n"
2188 "MIME-Version: 1.0\n"
2189 "Content-Type: text/plain; charset=utf-8\n"
2190 "Content-Transfer-Encoding: 8bit\n"
2191-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2192+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
2193+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2194 "X-Generator: Pootle 2.0.5\n"
2195
2196-#: ../data/lxappearance.desktop.in.h:1
2197-#: ../data/ui/lxappearance.ui.h:19
2198+#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
2199 msgid "Customize Look and Feel"
2200 msgstr "Podešavanja izgleda"
2201
2202@@ -229,8 +229,14 @@
2203 msgstr "Veće"
2204
2205 #: ../data/ui/lxappearance.ui.h:49
2206-msgid "<b>Note:</b> Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login."
2207-msgstr "<b>Napomena:</b> Automatsku promenu izgleda pokazivača ne podržavaju neki programi, pa će se ove promene u njima videti nakon narednog prijavljivanja na sistem."
2208+msgid ""
2209+"<b>Note:</b> Not all of the desktop applications support changing cursor "
2210+"theme on-the-fly. So your changes here might not be fully applied to all "
2211+"applications till next login."
2212+msgstr ""
2213+"<b>Napomena:</b> Automatsku promenu izgleda pokazivača ne podržavaju neki "
2214+"programi, pa će se ove promene u njima videti nakon narednog prijavljivanja "
2215+"na sistem."
2216
2217 #: ../data/ui/lxappearance.ui.h:50
2218 msgid "Mouse Cursor"
2219@@ -241,11 +247,13 @@
2220 msgstr "Ivica prozora"
2221
2222 #: ../data/ui/lxappearance.ui.h:52
2223-msgid "Enable antialising"
2224+#, fuzzy
2225+msgid "Enable antialiasing"
2226 msgstr "Omogući umekšavanje"
2227
2228 #: ../data/ui/lxappearance.ui.h:53
2229-msgid "<b>Antialising</b>"
2230+#, fuzzy
2231+msgid "<b>Antialiasing</b>"
2232 msgstr "<b>Umekšavanje ivica</b>"
2233
2234 #: ../data/ui/lxappearance.ui.h:54
2235@@ -315,4 +323,3 @@
2236 #: ../src/utils.c:224
2237 msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
2238 msgstr "*.tar.gz, *.tar.bz2 (tema ikona)"
2239-
2240
2241=== modified file 'po/sv.po'
2242--- po/sv.po 2013-12-27 00:46:45 +0000
2243+++ po/sv.po 2014-02-08 05:27:31 +0000
2244@@ -7,8 +7,8 @@
2245 msgstr ""
2246 "Project-Id-Version: PACKAGE VERSION\n"
2247 "Report-Msgid-Bugs-To: \n"
2248-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
2249-"PO-Revision-Date: 2011-07-22 17:34+0200\n"
2250+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
2251+"PO-Revision-Date: 2013-12-20 12:11+0000\n"
2252 "Last-Translator: Martin <brother@bsnet.se>\n"
2253 "Language-Team: LANGUAGE <LL@li.org>\n"
2254 "Language: sv\n"
2255@@ -16,7 +16,8 @@
2256 "Content-Type: text/plain; charset=UTF-8\n"
2257 "Content-Transfer-Encoding: 8bit\n"
2258 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
2259-"X-Generator: Pootle 2.0.5\n"
2260+"X-Generator: Pootle 2.5.0\n"
2261+"X-POOTLE-MTIME: 1387541468.0\n"
2262
2263 #: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
2264 msgid "Customize Look and Feel"
2265@@ -250,11 +251,11 @@
2266 msgstr "Fönsterkant"
2267
2268 #: ../data/ui/lxappearance.ui.h:52
2269-msgid "Enable antialising"
2270+msgid "Enable antialiasing"
2271 msgstr "Aktivera kantutjämning"
2272
2273 #: ../data/ui/lxappearance.ui.h:53
2274-msgid "<b>Antialising</b>"
2275+msgid "<b>Antialiasing</b>"
2276 msgstr "<b>Kantutjämning</b>"
2277
2278 # hinting är oöversatt i gimp också. facterm?
2279
2280=== modified file 'po/te.po'
2281--- po/te.po 2013-12-26 02:42:06 +0000
2282+++ po/te.po 2014-02-08 05:27:31 +0000
2283@@ -7,7 +7,7 @@
2284 msgstr ""
2285 "Project-Id-Version: PACKAGE VERSION\n"
2286 "Report-Msgid-Bugs-To: \n"
2287-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
2288+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
2289 "PO-Revision-Date: 2012-04-11 04:09+0200\n"
2290 "Last-Translator: PraveenIlla <mail2ipn@gmail.com>\n"
2291 "Language-Team: LANGUAGE <LL@li.org>\n"
2292@@ -245,11 +245,13 @@
2293 msgstr "విండో సరిహద్దు"
2294
2295 #: ../data/ui/lxappearance.ui.h:52
2296-msgid "Enable antialising"
2297+#, fuzzy
2298+msgid "Enable antialiasing"
2299 msgstr "యాంటీఅలియాసింగును చేతనపరుచు"
2300
2301 #: ../data/ui/lxappearance.ui.h:53
2302-msgid "<b>Antialising</b>"
2303+#, fuzzy
2304+msgid "<b>Antialiasing</b>"
2305 msgstr "<b>యాంటీఅలియాసింగ్</b>"
2306
2307 #: ../data/ui/lxappearance.ui.h:54
2308
2309=== modified file 'po/tr.po'
2310--- po/tr.po 2013-12-27 00:46:45 +0000
2311+++ po/tr.po 2014-02-08 05:27:31 +0000
2312@@ -7,17 +7,17 @@
2313 msgstr ""
2314 "Project-Id-Version: 0.1\n"
2315 "Report-Msgid-Bugs-To: \n"
2316-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
2317-"PO-Revision-Date: 2012-05-06 15:12+0200\n"
2318-"Last-Translator: Necdet <necdetyucel@gmail.com>\n"
2319+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
2320+"PO-Revision-Date: 2013-11-06 21:32+0000\n"
2321+"Last-Translator: vgezer <volkangezer@gmail.com>\n"
2322 "Language-Team: tr <tr@li.org>\n"
2323 "Language: tr\n"
2324 "MIME-Version: 1.0\n"
2325 "Content-Type: text/plain; charset=UTF-8\n"
2326 "Content-Transfer-Encoding: 8bit\n"
2327 "Plural-Forms: nplurals=1; plural=0;\n"
2328-"X-Generator: Pootle 2.0.5\n"
2329-"X-Poedit-Country: TURKEY\n"
2330+"X-Generator: Pootle 2.5.0\n"
2331+"X-POOTLE-MTIME: 1383773535.0\n"
2332
2333 #: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
2334 msgid "Customize Look and Feel"
2335@@ -25,7 +25,7 @@
2336
2337 #: ../data/lxappearance.desktop.in.h:2
2338 msgid "Customizes look and feel of your desktop and applications"
2339-msgstr "Masaüstünüzün ve uygulamaların görünümünü özelleştirir."
2340+msgstr "Masaüstünüzün ve uygulamaların görünümünü özelleştirir"
2341
2342 #: ../data/ui/about.ui.in.h:1
2343 msgid "Copyright (C) 2011 LXDE Project"
2344@@ -33,12 +33,12 @@
2345
2346 #: ../data/ui/about.ui.in.h:2
2347 msgid "Customizes look and feel of your desktop"
2348-msgstr "Masaüstünüzün Görünümünü Özelleştirin"
2349+msgstr "Masaüstünüzün görünümünü özelleştirin"
2350
2351 #. Please replace this line with your own names, one name per line.
2352 #: ../data/ui/about.ui.in.h:4
2353 msgid "translator-credits"
2354-msgstr "Mehmet Gülmen memetgulmen@gmail.com"
2355+msgstr "çevirmenler Mehmet Gülmen memetgulmen@gmail.com"
2356
2357 #: ../data/ui/lxappearance.ui.h:1
2358 msgid "Icons only"
2359@@ -118,7 +118,7 @@
2360
2361 #: ../data/ui/lxappearance.ui.h:21
2362 msgid "_File"
2363-msgstr "D_osya"
2364+msgstr "_Dosya"
2365
2366 #: ../data/ui/lxappearance.ui.h:22
2367 msgid "_Edit"
2368@@ -159,7 +159,7 @@
2369
2370 #: ../data/ui/lxappearance.ui.h:31
2371 msgid "Widget"
2372-msgstr "Widget"
2373+msgstr "Gereç"
2374
2375 #: ../data/ui/lxappearance.ui.h:32
2376 msgid "Color scheme is not supported by currently selected widget theme."
2377@@ -179,7 +179,7 @@
2378
2379 #: ../data/ui/lxappearance.ui.h:36
2380 msgid "Selected items:"
2381-msgstr "Seçilen Öğeler"
2382+msgstr "Seçilen öğeler:"
2383
2384 #: ../data/ui/lxappearance.ui.h:37
2385 msgid "Tooltips:"
2386@@ -223,11 +223,11 @@
2387
2388 #: ../data/ui/lxappearance.ui.h:47
2389 msgid "Smaller"
2390-msgstr "Daha Küçük"
2391+msgstr "Daha küçük"
2392
2393 #: ../data/ui/lxappearance.ui.h:48
2394 msgid "Bigger"
2395-msgstr "Daha Büyük"
2396+msgstr "Daha büyük"
2397
2398 #: ../data/ui/lxappearance.ui.h:49
2399 msgid ""
2400@@ -248,11 +248,13 @@
2401 msgstr "Pencere Kenarı"
2402
2403 #: ../data/ui/lxappearance.ui.h:52
2404-msgid "Enable antialising"
2405+#, fuzzy
2406+msgid "Enable antialiasing"
2407 msgstr "Düzgünleştirmeyi etkinleştir"
2408
2409 #: ../data/ui/lxappearance.ui.h:53
2410-msgid "<b>Antialising</b>"
2411+#, fuzzy
2412+msgid "<b>Antialiasing</b>"
2413 msgstr "<b>Düzgünleştirmek</b>"
2414
2415 #: ../data/ui/lxappearance.ui.h:54
2416@@ -261,7 +263,7 @@
2417
2418 #: ../data/ui/lxappearance.ui.h:55
2419 msgid "Hinting style: "
2420-msgstr "İpucu biçimi:"
2421+msgstr "İpucu biçimi: "
2422
2423 #: ../data/ui/lxappearance.ui.h:56
2424 msgid "<b>Hinting</b>"
2425@@ -321,4 +323,4 @@
2426
2427 #: ../src/utils.c:224
2428 msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
2429-msgstr "*tar.gz, *tar.bz2 (Simge Teması)"
2430+msgstr "*.tar.gz, *.tar.bz2 (Simge Teması)"
2431
2432=== modified file 'po/tt_RU.po'
2433--- po/tt_RU.po 2013-12-26 02:42:06 +0000
2434+++ po/tt_RU.po 2014-02-08 05:27:31 +0000
2435@@ -6,7 +6,7 @@
2436 msgstr ""
2437 "Project-Id-Version: \n"
2438 "Report-Msgid-Bugs-To: \n"
2439-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
2440+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
2441 "PO-Revision-Date: 2011-08-18 01:30+0400\n"
2442 "Last-Translator: Ainur Shakirov <ainur.shakirov.tt@gmail.com>\n"
2443 "Language-Team: Tatar <>\n"
2444@@ -244,11 +244,13 @@
2445 msgstr "Тәрәзә чиге"
2446
2447 #: ../data/ui/lxappearance.ui.h:52
2448-msgid "Enable antialising"
2449+#, fuzzy
2450+msgid "Enable antialiasing"
2451 msgstr "Шомаруны эшләтү"
2452
2453 #: ../data/ui/lxappearance.ui.h:53
2454-msgid "<b>Antialising</b>"
2455+#, fuzzy
2456+msgid "<b>Antialiasing</b>"
2457 msgstr "<b>Шомарту</b>"
2458
2459 #: ../data/ui/lxappearance.ui.h:54
2460
2461=== modified file 'po/ug.po'
2462--- po/ug.po 2013-12-26 02:42:06 +0000
2463+++ po/ug.po 2014-02-08 05:27:31 +0000
2464@@ -7,7 +7,7 @@
2465 msgstr ""
2466 "Project-Id-Version: lxappearance\n"
2467 "Report-Msgid-Bugs-To: \n"
2468-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
2469+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
2470 "PO-Revision-Date: 2011-11-29 08:44+0200\n"
2471 "Last-Translator: Gheyret <gheyret@gmail.com>\n"
2472 "Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n"
2473@@ -246,11 +246,13 @@
2474 msgstr "كۆزنەك گىرۋىكى"
2475
2476 #: ../data/ui/lxappearance.ui.h:52
2477-msgid "Enable antialising"
2478+#, fuzzy
2479+msgid "Enable antialiasing"
2480 msgstr "سىلىقلاشنى ئىناۋەتلىك قىلىش"
2481
2482 #: ../data/ui/lxappearance.ui.h:53
2483-msgid "<b>Antialising</b>"
2484+#, fuzzy
2485+msgid "<b>Antialiasing</b>"
2486 msgstr "<b>سىلىقلاش</b>"
2487
2488 #: ../data/ui/lxappearance.ui.h:54
2489
2490=== modified file 'po/uk.po'
2491--- po/uk.po 2013-12-27 00:46:45 +0000
2492+++ po/uk.po 2014-02-08 05:27:31 +0000
2493@@ -2,14 +2,13 @@
2494 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2495 # This file is distributed under the same license as the PACKAGE package.
2496 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
2497-#
2498 msgid ""
2499 msgstr ""
2500 "Project-Id-Version: lxappearance\n"
2501 "Report-Msgid-Bugs-To: \n"
2502-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
2503-"PO-Revision-Date: 2011-07-22 22:44+0200\n"
2504-"Last-Translator: Y P <yupadmin@gmail.com>\n"
2505+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
2506+"PO-Revision-Date: 2013-12-22 01:40+0000\n"
2507+"Last-Translator: Andriy <andrej@rep.kiev.ua>\n"
2508 "Language-Team: Ukrainian\n"
2509 "Language: uk\n"
2510 "MIME-Version: 1.0\n"
2511@@ -17,7 +16,8 @@
2512 "Content-Transfer-Encoding: 8bit\n"
2513 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
2514 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2515-"X-Generator: Pootle 2.0.5\n"
2516+"X-Generator: Pootle 2.5.0\n"
2517+"X-POOTLE-MTIME: 1387676414.0\n"
2518
2519 #: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
2520 msgid "Customize Look and Feel"
2521@@ -247,11 +247,11 @@
2522 msgstr "Границя вікна"
2523
2524 #: ../data/ui/lxappearance.ui.h:52
2525-msgid "Enable antialising"
2526-msgstr "Включити згладження"
2527+msgid "Enable antialiasing"
2528+msgstr "Ввімкнути згладжування"
2529
2530 #: ../data/ui/lxappearance.ui.h:53
2531-msgid "<b>Antialising</b>"
2532+msgid "<b>Antialiasing</b>"
2533 msgstr "<b>Згладжування</b>"
2534
2535 #: ../data/ui/lxappearance.ui.h:54
2536@@ -321,3 +321,9 @@
2537 #: ../src/utils.c:224
2538 msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
2539 msgstr "*.tar.gz, *.tar.bz2 (Тема іконок)"
2540+
2541+#~ msgid "Enable antialising"
2542+#~ msgstr "Включити згладження"
2543+
2544+#~ msgid "<b>Antialising</b>"
2545+#~ msgstr "<b>Згладжування</b>"
2546
2547=== added file 'po/ur.po'
2548--- po/ur.po 1970-01-01 00:00:00 +0000
2549+++ po/ur.po 2014-02-08 05:27:31 +0000
2550@@ -0,0 +1,318 @@
2551+# SOME DESCRIPTIVE TITLE.
2552+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2553+# This file is distributed under the same license as the PACKAGE package.
2554+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
2555+#
2556+msgid ""
2557+msgstr ""
2558+"Project-Id-Version: PACKAGE VERSION\n"
2559+"Report-Msgid-Bugs-To: \n"
2560+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
2561+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
2562+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2563+"Language-Team: LANGUAGE <LL@li.org>\n"
2564+"Language: ur\n"
2565+"MIME-Version: 1.0\n"
2566+"Content-Type: text/plain; charset=UTF-8\n"
2567+"Content-Transfer-Encoding: 8bit\n"
2568+"X-Generator: Translate Toolkit 1.10.0\n"
2569+
2570+#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
2571+msgid "Customize Look and Feel"
2572+msgstr ""
2573+
2574+#: ../data/lxappearance.desktop.in.h:2
2575+msgid "Customizes look and feel of your desktop and applications"
2576+msgstr ""
2577+
2578+#: ../data/ui/about.ui.in.h:1
2579+msgid "Copyright (C) 2011 LXDE Project"
2580+msgstr ""
2581+
2582+#: ../data/ui/about.ui.in.h:2
2583+msgid "Customizes look and feel of your desktop"
2584+msgstr ""
2585+
2586+#. Please replace this line with your own names, one name per line.
2587+#: ../data/ui/about.ui.in.h:4
2588+msgid "translator-credits"
2589+msgstr ""
2590+
2591+#: ../data/ui/lxappearance.ui.h:1
2592+msgid "Icons only"
2593+msgstr ""
2594+
2595+#: ../data/ui/lxappearance.ui.h:2
2596+msgid "Text only"
2597+msgstr ""
2598+
2599+#: ../data/ui/lxappearance.ui.h:3
2600+msgid "Text below icons"
2601+msgstr ""
2602+
2603+#: ../data/ui/lxappearance.ui.h:4
2604+msgid "Text beside icons"
2605+msgstr ""
2606+
2607+#: ../data/ui/lxappearance.ui.h:5
2608+msgid "Same as menu items"
2609+msgstr ""
2610+
2611+#: ../data/ui/lxappearance.ui.h:6
2612+msgid "Small toolbar icon"
2613+msgstr ""
2614+
2615+#: ../data/ui/lxappearance.ui.h:7
2616+msgid "Large toolbar icon"
2617+msgstr ""
2618+
2619+#: ../data/ui/lxappearance.ui.h:8
2620+msgid "Same as buttons"
2621+msgstr ""
2622+
2623+#: ../data/ui/lxappearance.ui.h:9
2624+msgid "Same as drag icons"
2625+msgstr ""
2626+
2627+#: ../data/ui/lxappearance.ui.h:10
2628+msgid "Same as dialogs"
2629+msgstr ""
2630+
2631+#: ../data/ui/lxappearance.ui.h:11
2632+msgid "None"
2633+msgstr ""
2634+
2635+#: ../data/ui/lxappearance.ui.h:12
2636+msgid "Slight"
2637+msgstr ""
2638+
2639+#: ../data/ui/lxappearance.ui.h:13
2640+msgid "Medium"
2641+msgstr ""
2642+
2643+#: ../data/ui/lxappearance.ui.h:14
2644+msgid "Full"
2645+msgstr ""
2646+
2647+#: ../data/ui/lxappearance.ui.h:15
2648+msgid "RGB"
2649+msgstr ""
2650+
2651+#: ../data/ui/lxappearance.ui.h:16
2652+msgid "BGR"
2653+msgstr ""
2654+
2655+#: ../data/ui/lxappearance.ui.h:17
2656+msgid "VRGB"
2657+msgstr ""
2658+
2659+#: ../data/ui/lxappearance.ui.h:18
2660+msgid "VBGR"
2661+msgstr ""
2662+
2663+#: ../data/ui/lxappearance.ui.h:20
2664+msgid "Preview of the selected widget style"
2665+msgstr ""
2666+
2667+#: ../data/ui/lxappearance.ui.h:21
2668+msgid "_File"
2669+msgstr ""
2670+
2671+#: ../data/ui/lxappearance.ui.h:22
2672+msgid "_Edit"
2673+msgstr ""
2674+
2675+#: ../data/ui/lxappearance.ui.h:23
2676+msgid "_Help"
2677+msgstr ""
2678+
2679+#: ../data/ui/lxappearance.ui.h:24
2680+msgid "Radio Button"
2681+msgstr ""
2682+
2683+#: ../data/ui/lxappearance.ui.h:25
2684+msgid "Check Button"
2685+msgstr ""
2686+
2687+#: ../data/ui/lxappearance.ui.h:26
2688+msgid "button"
2689+msgstr ""
2690+
2691+#: ../data/ui/lxappearance.ui.h:27
2692+msgid "Demo"
2693+msgstr ""
2694+
2695+#: ../data/ui/lxappearance.ui.h:28
2696+msgid "Page1"
2697+msgstr ""
2698+
2699+#: ../data/ui/lxappearance.ui.h:29
2700+msgid "Page2"
2701+msgstr ""
2702+
2703+#: ../data/ui/lxappearance.ui.h:30
2704+msgid "Default font:"
2705+msgstr ""
2706+
2707+#: ../data/ui/lxappearance.ui.h:31
2708+msgid "Widget"
2709+msgstr ""
2710+
2711+#: ../data/ui/lxappearance.ui.h:32
2712+msgid "Color scheme is not supported by currently selected widget theme."
2713+msgstr ""
2714+
2715+#: ../data/ui/lxappearance.ui.h:33
2716+msgid "Use customized color scheme"
2717+msgstr ""
2718+
2719+#: ../data/ui/lxappearance.ui.h:34
2720+msgid "Normal windows:"
2721+msgstr ""
2722+
2723+#: ../data/ui/lxappearance.ui.h:35
2724+msgid "Text windows:"
2725+msgstr ""
2726+
2727+#: ../data/ui/lxappearance.ui.h:36
2728+msgid "Selected items:"
2729+msgstr ""
2730+
2731+#: ../data/ui/lxappearance.ui.h:37
2732+msgid "Tooltips:"
2733+msgstr ""
2734+
2735+#: ../data/ui/lxappearance.ui.h:38
2736+msgid "Background"
2737+msgstr ""
2738+
2739+#: ../data/ui/lxappearance.ui.h:39
2740+msgid "Foreground"
2741+msgstr ""
2742+
2743+#: ../data/ui/lxappearance.ui.h:40
2744+msgid "Color"
2745+msgstr ""
2746+
2747+#: ../data/ui/lxappearance.ui.h:41
2748+msgid "Install"
2749+msgstr ""
2750+
2751+#: ../data/ui/lxappearance.ui.h:42
2752+msgid "Remove"
2753+msgstr ""
2754+
2755+#: ../data/ui/lxappearance.ui.h:43
2756+msgid "Preview of the selected icon theme"
2757+msgstr ""
2758+
2759+#: ../data/ui/lxappearance.ui.h:44
2760+msgid "Icon Theme"
2761+msgstr ""
2762+
2763+#: ../data/ui/lxappearance.ui.h:45
2764+msgid "Preview of the selected cursor theme"
2765+msgstr ""
2766+
2767+#: ../data/ui/lxappearance.ui.h:46
2768+msgid "Size of cursors"
2769+msgstr ""
2770+
2771+#: ../data/ui/lxappearance.ui.h:47
2772+msgid "Smaller"
2773+msgstr ""
2774+
2775+#: ../data/ui/lxappearance.ui.h:48
2776+msgid "Bigger"
2777+msgstr ""
2778+
2779+#: ../data/ui/lxappearance.ui.h:49
2780+msgid ""
2781+"<b>Note:</b> Not all of the desktop applications support changing cursor "
2782+"theme on-the-fly. So your changes here might not be fully applied to all "
2783+"applications till next login."
2784+msgstr ""
2785+
2786+#: ../data/ui/lxappearance.ui.h:50
2787+msgid "Mouse Cursor"
2788+msgstr ""
2789+
2790+#: ../data/ui/lxappearance.ui.h:51
2791+msgid "Window Border"
2792+msgstr ""
2793+
2794+#: ../data/ui/lxappearance.ui.h:52
2795+msgid "Enable antialiasing"
2796+msgstr ""
2797+
2798+#: ../data/ui/lxappearance.ui.h:53
2799+msgid "<b>Antialiasing</b>"
2800+msgstr ""
2801+
2802+#: ../data/ui/lxappearance.ui.h:54
2803+msgid "Enable hinting"
2804+msgstr ""
2805+
2806+#: ../data/ui/lxappearance.ui.h:55
2807+msgid "Hinting style: "
2808+msgstr ""
2809+
2810+#: ../data/ui/lxappearance.ui.h:56
2811+msgid "<b>Hinting</b>"
2812+msgstr ""
2813+
2814+#: ../data/ui/lxappearance.ui.h:57
2815+msgid "Sub-pixel geometry: "
2816+msgstr ""
2817+
2818+#: ../data/ui/lxappearance.ui.h:58
2819+msgid "<b>Sub-pixel geometry</b>"
2820+msgstr ""
2821+
2822+#: ../data/ui/lxappearance.ui.h:59
2823+msgid "Font"
2824+msgstr ""
2825+
2826+#: ../data/ui/lxappearance.ui.h:60
2827+msgid "Toolbar Style: "
2828+msgstr ""
2829+
2830+#: ../data/ui/lxappearance.ui.h:61
2831+msgid "Toolbar Icon Size: "
2832+msgstr ""
2833+
2834+#: ../data/ui/lxappearance.ui.h:62
2835+msgid "Show images on buttons"
2836+msgstr ""
2837+
2838+#: ../data/ui/lxappearance.ui.h:63
2839+msgid "Show images in menus"
2840+msgstr ""
2841+
2842+#: ../data/ui/lxappearance.ui.h:64
2843+msgid "<b>GUI Options</b>"
2844+msgstr ""
2845+
2846+#: ../data/ui/lxappearance.ui.h:65
2847+msgid "Play event sounds"
2848+msgstr ""
2849+
2850+#: ../data/ui/lxappearance.ui.h:66
2851+msgid "Play event sounds as feedback to user input"
2852+msgstr ""
2853+
2854+#: ../data/ui/lxappearance.ui.h:67
2855+msgid "<b>Sound Effect</b>"
2856+msgstr ""
2857+
2858+#: ../data/ui/lxappearance.ui.h:68
2859+msgid "Other"
2860+msgstr ""
2861+
2862+#: ../src/utils.c:217
2863+msgid "Select an icon theme"
2864+msgstr ""
2865+
2866+#: ../src/utils.c:224
2867+msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
2868+msgstr ""
2869
2870=== added file 'po/ur_PK.po'
2871--- po/ur_PK.po 1970-01-01 00:00:00 +0000
2872+++ po/ur_PK.po 2014-02-08 05:27:31 +0000
2873@@ -0,0 +1,318 @@
2874+# SOME DESCRIPTIVE TITLE.
2875+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2876+# This file is distributed under the same license as the PACKAGE package.
2877+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
2878+#
2879+msgid ""
2880+msgstr ""
2881+"Project-Id-Version: PACKAGE VERSION\n"
2882+"Report-Msgid-Bugs-To: \n"
2883+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
2884+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
2885+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2886+"Language-Team: LANGUAGE <LL@li.org>\n"
2887+"Language: ur_PK\n"
2888+"MIME-Version: 1.0\n"
2889+"Content-Type: text/plain; charset=UTF-8\n"
2890+"Content-Transfer-Encoding: 8bit\n"
2891+"X-Generator: Translate Toolkit 1.10.0\n"
2892+
2893+#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
2894+msgid "Customize Look and Feel"
2895+msgstr ""
2896+
2897+#: ../data/lxappearance.desktop.in.h:2
2898+msgid "Customizes look and feel of your desktop and applications"
2899+msgstr ""
2900+
2901+#: ../data/ui/about.ui.in.h:1
2902+msgid "Copyright (C) 2011 LXDE Project"
2903+msgstr ""
2904+
2905+#: ../data/ui/about.ui.in.h:2
2906+msgid "Customizes look and feel of your desktop"
2907+msgstr ""
2908+
2909+#. Please replace this line with your own names, one name per line.
2910+#: ../data/ui/about.ui.in.h:4
2911+msgid "translator-credits"
2912+msgstr ""
2913+
2914+#: ../data/ui/lxappearance.ui.h:1
2915+msgid "Icons only"
2916+msgstr ""
2917+
2918+#: ../data/ui/lxappearance.ui.h:2
2919+msgid "Text only"
2920+msgstr ""
2921+
2922+#: ../data/ui/lxappearance.ui.h:3
2923+msgid "Text below icons"
2924+msgstr ""
2925+
2926+#: ../data/ui/lxappearance.ui.h:4
2927+msgid "Text beside icons"
2928+msgstr ""
2929+
2930+#: ../data/ui/lxappearance.ui.h:5
2931+msgid "Same as menu items"
2932+msgstr ""
2933+
2934+#: ../data/ui/lxappearance.ui.h:6
2935+msgid "Small toolbar icon"
2936+msgstr ""
2937+
2938+#: ../data/ui/lxappearance.ui.h:7
2939+msgid "Large toolbar icon"
2940+msgstr ""
2941+
2942+#: ../data/ui/lxappearance.ui.h:8
2943+msgid "Same as buttons"
2944+msgstr ""
2945+
2946+#: ../data/ui/lxappearance.ui.h:9
2947+msgid "Same as drag icons"
2948+msgstr ""
2949+
2950+#: ../data/ui/lxappearance.ui.h:10
2951+msgid "Same as dialogs"
2952+msgstr ""
2953+
2954+#: ../data/ui/lxappearance.ui.h:11
2955+msgid "None"
2956+msgstr ""
2957+
2958+#: ../data/ui/lxappearance.ui.h:12
2959+msgid "Slight"
2960+msgstr ""
2961+
2962+#: ../data/ui/lxappearance.ui.h:13
2963+msgid "Medium"
2964+msgstr ""
2965+
2966+#: ../data/ui/lxappearance.ui.h:14
2967+msgid "Full"
2968+msgstr ""
2969+
2970+#: ../data/ui/lxappearance.ui.h:15
2971+msgid "RGB"
2972+msgstr ""
2973+
2974+#: ../data/ui/lxappearance.ui.h:16
2975+msgid "BGR"
2976+msgstr ""
2977+
2978+#: ../data/ui/lxappearance.ui.h:17
2979+msgid "VRGB"
2980+msgstr ""
2981+
2982+#: ../data/ui/lxappearance.ui.h:18
2983+msgid "VBGR"
2984+msgstr ""
2985+
2986+#: ../data/ui/lxappearance.ui.h:20
2987+msgid "Preview of the selected widget style"
2988+msgstr ""
2989+
2990+#: ../data/ui/lxappearance.ui.h:21
2991+msgid "_File"
2992+msgstr ""
2993+
2994+#: ../data/ui/lxappearance.ui.h:22
2995+msgid "_Edit"
2996+msgstr ""
2997+
2998+#: ../data/ui/lxappearance.ui.h:23
2999+msgid "_Help"
3000+msgstr ""
3001+
3002+#: ../data/ui/lxappearance.ui.h:24
3003+msgid "Radio Button"
3004+msgstr ""
3005+
3006+#: ../data/ui/lxappearance.ui.h:25
3007+msgid "Check Button"
3008+msgstr ""
3009+
3010+#: ../data/ui/lxappearance.ui.h:26
3011+msgid "button"
3012+msgstr ""
3013+
3014+#: ../data/ui/lxappearance.ui.h:27
3015+msgid "Demo"
3016+msgstr ""
3017+
3018+#: ../data/ui/lxappearance.ui.h:28
3019+msgid "Page1"
3020+msgstr ""
3021+
3022+#: ../data/ui/lxappearance.ui.h:29
3023+msgid "Page2"
3024+msgstr ""
3025+
3026+#: ../data/ui/lxappearance.ui.h:30
3027+msgid "Default font:"
3028+msgstr ""
3029+
3030+#: ../data/ui/lxappearance.ui.h:31
3031+msgid "Widget"
3032+msgstr ""
3033+
3034+#: ../data/ui/lxappearance.ui.h:32
3035+msgid "Color scheme is not supported by currently selected widget theme."
3036+msgstr ""
3037+
3038+#: ../data/ui/lxappearance.ui.h:33
3039+msgid "Use customized color scheme"
3040+msgstr ""
3041+
3042+#: ../data/ui/lxappearance.ui.h:34
3043+msgid "Normal windows:"
3044+msgstr ""
3045+
3046+#: ../data/ui/lxappearance.ui.h:35
3047+msgid "Text windows:"
3048+msgstr ""
3049+
3050+#: ../data/ui/lxappearance.ui.h:36
3051+msgid "Selected items:"
3052+msgstr ""
3053+
3054+#: ../data/ui/lxappearance.ui.h:37
3055+msgid "Tooltips:"
3056+msgstr ""
3057+
3058+#: ../data/ui/lxappearance.ui.h:38
3059+msgid "Background"
3060+msgstr ""
3061+
3062+#: ../data/ui/lxappearance.ui.h:39
3063+msgid "Foreground"
3064+msgstr ""
3065+
3066+#: ../data/ui/lxappearance.ui.h:40
3067+msgid "Color"
3068+msgstr ""
3069+
3070+#: ../data/ui/lxappearance.ui.h:41
3071+msgid "Install"
3072+msgstr ""
3073+
3074+#: ../data/ui/lxappearance.ui.h:42
3075+msgid "Remove"
3076+msgstr ""
3077+
3078+#: ../data/ui/lxappearance.ui.h:43
3079+msgid "Preview of the selected icon theme"
3080+msgstr ""
3081+
3082+#: ../data/ui/lxappearance.ui.h:44
3083+msgid "Icon Theme"
3084+msgstr ""
3085+
3086+#: ../data/ui/lxappearance.ui.h:45
3087+msgid "Preview of the selected cursor theme"
3088+msgstr ""
3089+
3090+#: ../data/ui/lxappearance.ui.h:46
3091+msgid "Size of cursors"
3092+msgstr ""
3093+
3094+#: ../data/ui/lxappearance.ui.h:47
3095+msgid "Smaller"
3096+msgstr ""
3097+
3098+#: ../data/ui/lxappearance.ui.h:48
3099+msgid "Bigger"
3100+msgstr ""
3101+
3102+#: ../data/ui/lxappearance.ui.h:49
3103+msgid ""
3104+"<b>Note:</b> Not all of the desktop applications support changing cursor "
3105+"theme on-the-fly. So your changes here might not be fully applied to all "
3106+"applications till next login."
3107+msgstr ""
3108+
3109+#: ../data/ui/lxappearance.ui.h:50
3110+msgid "Mouse Cursor"
3111+msgstr ""
3112+
3113+#: ../data/ui/lxappearance.ui.h:51
3114+msgid "Window Border"
3115+msgstr ""
3116+
3117+#: ../data/ui/lxappearance.ui.h:52
3118+msgid "Enable antialiasing"
3119+msgstr ""
3120+
3121+#: ../data/ui/lxappearance.ui.h:53
3122+msgid "<b>Antialiasing</b>"
3123+msgstr ""
3124+
3125+#: ../data/ui/lxappearance.ui.h:54
3126+msgid "Enable hinting"
3127+msgstr ""
3128+
3129+#: ../data/ui/lxappearance.ui.h:55
3130+msgid "Hinting style: "
3131+msgstr ""
3132+
3133+#: ../data/ui/lxappearance.ui.h:56
3134+msgid "<b>Hinting</b>"
3135+msgstr ""
3136+
3137+#: ../data/ui/lxappearance.ui.h:57
3138+msgid "Sub-pixel geometry: "
3139+msgstr ""
3140+
3141+#: ../data/ui/lxappearance.ui.h:58
3142+msgid "<b>Sub-pixel geometry</b>"
3143+msgstr ""
3144+
3145+#: ../data/ui/lxappearance.ui.h:59
3146+msgid "Font"
3147+msgstr ""
3148+
3149+#: ../data/ui/lxappearance.ui.h:60
3150+msgid "Toolbar Style: "
3151+msgstr ""
3152+
3153+#: ../data/ui/lxappearance.ui.h:61
3154+msgid "Toolbar Icon Size: "
3155+msgstr ""
3156+
3157+#: ../data/ui/lxappearance.ui.h:62
3158+msgid "Show images on buttons"
3159+msgstr ""
3160+
3161+#: ../data/ui/lxappearance.ui.h:63
3162+msgid "Show images in menus"
3163+msgstr ""
3164+
3165+#: ../data/ui/lxappearance.ui.h:64
3166+msgid "<b>GUI Options</b>"
3167+msgstr ""
3168+
3169+#: ../data/ui/lxappearance.ui.h:65
3170+msgid "Play event sounds"
3171+msgstr ""
3172+
3173+#: ../data/ui/lxappearance.ui.h:66
3174+msgid "Play event sounds as feedback to user input"
3175+msgstr ""
3176+
3177+#: ../data/ui/lxappearance.ui.h:67
3178+msgid "<b>Sound Effect</b>"
3179+msgstr ""
3180+
3181+#: ../data/ui/lxappearance.ui.h:68
3182+msgid "Other"
3183+msgstr ""
3184+
3185+#: ../src/utils.c:217
3186+msgid "Select an icon theme"
3187+msgstr ""
3188+
3189+#: ../src/utils.c:224
3190+msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
3191+msgstr ""
3192
3193=== modified file 'po/vi.po'
3194--- po/vi.po 2013-12-27 00:46:45 +0000
3195+++ po/vi.po 2014-02-08 05:27:31 +0000
3196@@ -7,7 +7,7 @@
3197 msgstr ""
3198 "Project-Id-Version: lxappearance\n"
3199 "Report-Msgid-Bugs-To: \n"
3200-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
3201+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
3202 "PO-Revision-Date: 2011-07-23 04:04+0200\n"
3203 "Last-Translator: Duy Hung <nguyentieuhau@gmail.com>\n"
3204 "Language-Team: vi <nguyentieuhau@gmail.com>\n"
3205@@ -248,11 +248,13 @@
3206 msgstr "Viền Cửa sổ"
3207
3208 #: ../data/ui/lxappearance.ui.h:52
3209-msgid "Enable antialising"
3210+#, fuzzy
3211+msgid "Enable antialiasing"
3212 msgstr "Bật chống răng cưa"
3213
3214 #: ../data/ui/lxappearance.ui.h:53
3215-msgid "<b>Antialising</b>"
3216+#, fuzzy
3217+msgid "<b>Antialiasing</b>"
3218 msgstr "<b>Chống răng cưa</b>"
3219
3220 #: ../data/ui/lxappearance.ui.h:54
3221
3222=== modified file 'po/zh_CN.po'
3223--- po/zh_CN.po 2013-12-27 00:46:45 +0000
3224+++ po/zh_CN.po 2014-02-08 05:27:31 +0000
3225@@ -2,13 +2,12 @@
3226 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3227 # This file is distributed under the same license as the PACKAGE package.
3228 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
3229-#
3230 msgid ""
3231 msgstr ""
3232 "Project-Id-Version: PACKAGE VERSION\n"
3233 "Report-Msgid-Bugs-To: \n"
3234-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
3235-"PO-Revision-Date: 2012-10-14 12:20+0200\n"
3236+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
3237+"PO-Revision-Date: 2013-12-22 07:33+0000\n"
3238 "Last-Translator: Wylmer <wantinghard@gmail.com>\n"
3239 "Language-Team: LANGUAGE <LL@li.org>\n"
3240 "Language: zh_CN\n"
3241@@ -16,7 +15,8 @@
3242 "Content-Type: text/plain; charset=UTF-8\n"
3243 "Content-Transfer-Encoding: 8bit\n"
3244 "Plural-Forms: nplurals=1; plural=0;\n"
3245-"X-Generator: Pootle 2.0.5\n"
3246+"X-Generator: Pootle 2.5.0\n"
3247+"X-POOTLE-MTIME: 1387697635.0\n"
3248
3249 #: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.ui.h:19
3250 msgid "Customize Look and Feel"
3251@@ -245,11 +245,11 @@
3252 msgstr "窗口边框"
3253
3254 #: ../data/ui/lxappearance.ui.h:52
3255-msgid "Enable antialising"
3256+msgid "Enable antialiasing"
3257 msgstr "启用平滑"
3258
3259 #: ../data/ui/lxappearance.ui.h:53
3260-msgid "<b>Antialising</b>"
3261+msgid "<b>Antialiasing</b>"
3262 msgstr "<b>平滑</b>"
3263
3264 #: ../data/ui/lxappearance.ui.h:54
3265@@ -319,3 +319,9 @@
3266 #: ../src/utils.c:224
3267 msgid "*.tar.gz, *.tar.bz2 (Icon Theme)"
3268 msgstr "*.tar.gz, *.tar.bz2 (图标主题)"
3269+
3270+#~ msgid "Enable antialising"
3271+#~ msgstr "启用平滑"
3272+
3273+#~ msgid "<b>Antialising</b>"
3274+#~ msgstr "<b>平滑</b>"
3275
3276=== modified file 'po/zh_TW.po'
3277--- po/zh_TW.po 2013-12-27 00:46:45 +0000
3278+++ po/zh_TW.po 2014-02-08 05:27:31 +0000
3279@@ -7,7 +7,7 @@
3280 msgstr ""
3281 "Project-Id-Version: 0.1\n"
3282 "Report-Msgid-Bugs-To: \n"
3283-"POT-Creation-Date: 2012-09-23 14:57+0200\n"
3284+"POT-Creation-Date: 2013-12-30 11:30+0100\n"
3285 "PO-Revision-Date: 2012-04-14 10:49+0200\n"
3286 "Last-Translator: Walter <wwycheuk@gmail.com>\n"
3287 "Language-Team: zh_TW <zh@li.org>\n"
3288@@ -248,11 +248,13 @@
3289 msgstr "視窗邊框"
3290
3291 #: ../data/ui/lxappearance.ui.h:52
3292-msgid "Enable antialising"
3293+#, fuzzy
3294+msgid "Enable antialiasing"
3295 msgstr "啟用反鋸齒"
3296
3297 #: ../data/ui/lxappearance.ui.h:53
3298-msgid "<b>Antialising</b>"
3299+#, fuzzy
3300+msgid "<b>Antialiasing</b>"
3301 msgstr "<b>反鋸齒</b>"
3302
3303 #: ../data/ui/lxappearance.ui.h:54
3304
3305=== modified file 'src/lxappearance.c'
3306--- src/lxappearance.c 2013-12-27 00:46:45 +0000
3307+++ src/lxappearance.c 2014-02-08 05:27:31 +0000
3308@@ -122,7 +122,7 @@
3309 {
3310 char* index_theme = g_build_filename(dir_path, "index.theme", NULL);
3311 char* content = g_strdup_printf(
3312- "# This file is written by LXAppearance. Do not edit."
3313+ "# This file is written by LXAppearance. Do not edit.\n"
3314 "[Icon Theme]\n"
3315 "Name=Default\n"
3316 "Comment=Default Cursor Theme\n"

Subscribers

People subscribed via source and target branches

to all changes: