Merge lp:~docky-core/plank/trunk-next into lp:plank

Proposed by Rico Tzschichholz
Status: Merged
Merged at revision: 1504
Proposed branch: lp:~docky-core/plank/trunk-next
Merge into: lp:plank
Diff against target: 5410 lines (+1159/-1362)
75 files modified
configure.ac (+7/-47)
data/ui/preferences.ui (+620/-596)
docklets/Trash/TrashDockItem.vala (+1/-4)
lib/DBus/Client.vala (+0/-9)
lib/DBusManager.vala (+0/-9)
lib/DockController.vala (+1/-4)
lib/DockRenderer.vala (+0/-12)
lib/Docklets/DockletManager.vala (+0/-4)
lib/Drawing/Renderer.vala (+0/-36)
lib/Drawing/SurfaceCache.vala (+0/-5)
lib/Drawing/Theme.vala (+0/-8)
lib/Factories/AbstractMain.vala (+43/-66)
lib/Items/ApplicationDockItem.vala (+0/-4)
lib/Items/FileDockItem.vala (+0/-16)
lib/Makefile.am (+2/-2)
lib/PositionManager.vala (+0/-10)
lib/Widgets/DockWindow.vala (+0/-4)
lib/Widgets/PreferencesWindow.vala (+48/-87)
lib/libplank.symbols (+0/-2)
lib/plank.deps (+1/-1)
lib/plank.pc.in (+1/-1)
po/am.po (+8/-8)
po/ar.po (+8/-8)
po/bg.po (+8/-8)
po/bs.po (+8/-8)
po/ca.po (+8/-8)
po/cs.po (+8/-8)
po/de.po (+9/-9)
po/el.po (+8/-8)
po/en_AU.po (+8/-8)
po/en_CA.po (+8/-8)
po/en_GB.po (+4/-4)
po/eo.po (+8/-8)
po/es.po (+8/-8)
po/et.po (+8/-8)
po/eu.po (+9/-9)
po/fi.po (+8/-8)
po/fr.po (+14/-14)
po/gd.po (+8/-8)
po/gl.po (+8/-8)
po/he.po (+8/-8)
po/hr.po (+11/-11)
po/hu.po (+8/-8)
po/id.po (+8/-8)
po/it.po (+8/-8)
po/ja.po (+8/-8)
po/ka.po (+8/-8)
po/ko.po (+3/-3)
po/lt.po (+9/-9)
po/lv.po (+8/-8)
po/ml.po (+8/-8)
po/nb.po (+8/-8)
po/nl.po (+9/-9)
po/nn.po (+8/-8)
po/pl.po (+9/-9)
po/pt.po (+8/-8)
po/pt_BR.po (+8/-8)
po/ro.po (+9/-9)
po/ru.po (+8/-8)
po/sk.po (+8/-8)
po/sl.po (+8/-8)
po/sma.po (+8/-8)
po/sq.po (+8/-8)
po/sr.po (+4/-4)
po/sr@latin.po (+8/-8)
po/sv.po (+8/-8)
po/ta.po (+9/-9)
po/te.po (+8/-8)
po/th.po (+8/-8)
po/tr.po (+8/-8)
po/uk.po (+8/-8)
po/uz.po (+8/-8)
po/vi.po (+8/-8)
po/zh_CN.po (+8/-8)
po/zh_TW.po (+8/-8)
To merge this branch: bzr merge lp:~docky-core/plank/trunk-next
Reviewer Review Type Date Requested Status
Docky Core Pending
Review via email: mp+286168@code.launchpad.net

Description of the change

FOR TESTING PURPOSES and will be occasionally rebased and eventually merged.

To post a comment you must log in.
lp:~docky-core/plank/trunk-next updated
1502. By Rico Tzschichholz

po: Update translations

1503. By Rico Tzschichholz

lib: Update symbols

1504. By Rico Tzschichholz

build: Only cairo >= 1.13 is required for HiDPI

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure.ac'
--- configure.ac 2015-11-03 12:01:37 +0000
+++ configure.ac 2016-02-16 14:34:53 +0000
@@ -108,8 +108,8 @@
108# -----------------------------------------------------------108# -----------------------------------------------------------
109# Dependencies109# Dependencies
110# -----------------------------------------------------------110# -----------------------------------------------------------
111GTK_MIN_VERSION=3.4.0111GTK_MIN_VERSION=3.10.0
112GLIB_MIN_VERSION=2.32.0112GLIB_MIN_VERSION=2.40.0
113GDK_PIXBUF_MIN_VERSION=2.26.0113GDK_PIXBUF_MIN_VERSION=2.26.0
114BAMF_MIN_VERSION=0.2.92114BAMF_MIN_VERSION=0.2.92
115CAIRO_MIN_VERSION=1.10115CAIRO_MIN_VERSION=1.10
@@ -124,6 +124,7 @@
124 gdk-x11-3.0 >= $GTK_MIN_VERSION \124 gdk-x11-3.0 >= $GTK_MIN_VERSION \
125 gdk-pixbuf-2.0 >= $GDK_PIXBUF_MIN_VERSION \125 gdk-pixbuf-2.0 >= $GDK_PIXBUF_MIN_VERSION \
126 cairo >= $CAIRO_MIN_VERSION \126 cairo >= $CAIRO_MIN_VERSION \
127 gee-0.8 \
127 libbamf3 >= $BAMF_MIN_VERSION \128 libbamf3 >= $BAMF_MIN_VERSION \
128 libwnck-3.0 \129 libwnck-3.0 \
129 x11"130 x11"
@@ -135,6 +136,7 @@
135 --pkg gdk-x11-3.0 \136 --pkg gdk-x11-3.0 \
136 --pkg gdk-pixbuf-2.0 \137 --pkg gdk-pixbuf-2.0 \
137 --pkg cairo \138 --pkg cairo \
139 --pkg gee-0.8 \
138 --pkg libbamf3 \140 --pkg libbamf3 \
139 --pkg libwnck-3.0 \141 --pkg libwnck-3.0 \
140 --pkg posix \142 --pkg posix \
@@ -168,41 +170,20 @@
168# target-glib flag accoringly170# target-glib flag accoringly
169# -----------------------------------------------------------171# -----------------------------------------------------------
170172
171VALAFLAGS="--target-glib=2.32"173VALAFLAGS="--target-glib=2.40"
172
173PKG_CHECK_MODULES(GLIB_2_34,
174 [gobject-2.0 >= 2.34 glib-2.0 >= 2.34 gio-2.0 >= 2.34], [VALAFLAGS="--target-glib=2.34"], []
175)
176
177174
178# -----------------------------------------------------------175# -----------------------------------------------------------
179# Optional Dependencies176# Optional Dependencies
180# -----------------------------------------------------------177# -----------------------------------------------------------
181178
182# Check for HiDPI support of Gtk+ and Cairo179# Check for HiDPI support of Cairo
183HIDPI_PKGS="gtk+-3.0 >= 3.10.0 cairo >= 1.13"180HIDPI_PKGS="cairo >= 1.13"
184PKG_CHECK_MODULES(HIDPI, $HIDPI_PKGS, [enable_hidpi=yes], [enable_hidpi=no])181PKG_CHECK_MODULES(HIDPI, $HIDPI_PKGS, [enable_hidpi=yes], [enable_hidpi=no])
185if test "x$enable_hidpi" = "xyes" ; then182if test "x$enable_hidpi" = "xyes" ; then
186 VALAFLAGS="$VALAFLAGS --define HAVE_HIDPI"183 VALAFLAGS="$VALAFLAGS --define HAVE_HIDPI"
187fi184fi
188AM_CONDITIONAL([HAVE_HIDPI], [test "x$enable_hidpi" = "xyes"])185AM_CONDITIONAL([HAVE_HIDPI], [test "x$enable_hidpi" = "xyes"])
189186
190# Check for FrameClock support of Gtk+
191GTK_PKGS="gtk+-3.0 >= 3.8"
192PKG_CHECK_MODULES(FRAMECLOCK, $GTK_PKGS, [enable_gtk38=yes], [enable_gtk38=no])
193if test "x$enable_gtk38" = "xyes" ; then
194 VALAFLAGS="$VALAFLAGS --define HAVE_GTK_3_8"
195fi
196AM_CONDITIONAL([HAVE_GTK_3_8], [test "x$enable_gtk38" = "xyes"])
197
198# Check for CSD support of Gtk+
199GTK_PKGS="gtk+-3.0 >= 3.10.0"
200PKG_CHECK_MODULES(GTK, $GTK_PKGS, [enable_gtk310=yes], [enable_gtk310=no])
201if test "x$enable_gtk310" = "xyes" ; then
202 VALAFLAGS="$VALAFLAGS --define HAVE_GTK_3_10"
203fi
204AM_CONDITIONAL([HAVE_GTK_3_10], [test "x$enable_gtk310" = "xyes"])
205
206# Check for newer BAMF187# Check for newer BAMF
207BAMF_PKGS="libbamf3 >= 0.4.0"188BAMF_PKGS="libbamf3 >= 0.4.0"
208PKG_CHECK_MODULES(BAMF, $BAMF_PKGS, [enable_bamf_0_4=yes], [enable_bamf_0_4=no])189PKG_CHECK_MODULES(BAMF, $BAMF_PKGS, [enable_bamf_0_4=yes], [enable_bamf_0_4=no])
@@ -211,25 +192,6 @@
211fi192fi
212AM_CONDITIONAL([HAVE_BAMF_0_4], [test "x$enable_bamf_0_4" = "xyes"])193AM_CONDITIONAL([HAVE_BAMF_0_4], [test "x$enable_bamf_0_4" = "xyes"])
213194
214# Check for gee-0.8 and prefer to use it, no automatic fallback to gee-1.0 (0.6)
215AC_ARG_ENABLE([gee-0.8],
216 AS_HELP_STRING([--enable-gee-0.8],
217 [Enable use of gee-0.8 instead of gee-1.0]),
218 [enable_gee_0_8=$enableval],
219 [enable_gee_0_8=yes])
220if test "x$enable_gee_0_8" = "xyes" ; then
221 GEE_DEPEND=gee-0.8
222 PLANK_CORE_PKGS="$PLANK_CORE_PKGS gee-0.8"
223 PLANK_CORE_VALA_PKGS="$PLANK_CORE_VALA_PKGS --pkg gee-0.8"
224 VALAFLAGS="$VALAFLAGS --define HAVE_GEE_0_8"
225else
226 GEE_DEPEND=gee-1.0
227 PLANK_CORE_PKGS="$PLANK_CORE_PKGS gee-1.0"
228 PLANK_CORE_VALA_PKGS="$PLANK_CORE_VALA_PKGS --pkg gee-1.0"
229fi
230AM_CONDITIONAL([HAVE_GEE_0_8], [test "x$enable_gee_0_8" = "xyes"])
231AC_SUBST(GEE_DEPEND)
232
233# Support barrier-supported unhiding using Xinput 2.3195# Support barrier-supported unhiding using Xinput 2.3
234XFIXES_MIN_VERSION=5.0196XFIXES_MIN_VERSION=5.0
235XINPUT_MIN_VERSION=1.6.99.1197XINPUT_MIN_VERSION=1.6.99.1
@@ -397,7 +359,6 @@
397data/icons/Makefile359data/icons/Makefile
398data/themes/Makefile360data/themes/Makefile
399lib/Makefile361lib/Makefile
400lib/plank.deps
401lib/plank.pc362lib/plank.pc
402lib/Version.vala363lib/Version.vala
403src/Makefile364src/Makefile
@@ -423,7 +384,6 @@
423 Vala Flags..................: ${VALAFLAGS}384 Vala Flags..................: ${VALAFLAGS}
424 C Compiler Flags............: ${CFLAGS}385 C Compiler Flags............: ${CFLAGS}
425386
426 Use gee-0.8.................: ${enable_gee_0_8}
427 Dbusmenu support............: ${enable_dbusmenu}387 Dbusmenu support............: ${enable_dbusmenu}
428 HiDPI support...............: ${enable_hidpi}388 HiDPI support...............: ${enable_hidpi}
429 XInput Barriers support.....: ${enable_barriers}389 XInput Barriers support.....: ${enable_barriers}
430390
=== modified file 'data/ui/preferences.ui'
--- data/ui/preferences.ui 2016-01-14 13:33:33 +0000
+++ data/ui/preferences.ui 2016-02-16 14:34:53 +0000
@@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="UTF-8"?>1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.19.0 2<!-- Generated with glade 3.19.0
33
4Copyright (C) 2014 Rico Tzschichholz4Copyright (C) 2016 Rico Tzschichholz
55
6This file is part of Plank.6This file is part of Plank.
77
@@ -20,10 +20,10 @@
2020
21-->21-->
22<interface domain="plank">22<interface domain="plank">
23 <requires lib="gtk+" version="3.4"/>23 <requires lib="gtk+" version="3.10"/>
24 <!-- interface-license-type gplv3 -->24 <!-- interface-license-type gplv3 -->
25 <!-- interface-name plank -->25 <!-- interface-name plank -->
26 <!-- interface-copyright 2014 Rico Tzschichholz -->26 <!-- interface-copyright 2016 Rico Tzschichholz -->
27 <object class="GtkAdjustment" id="adj_hide_delay">27 <object class="GtkAdjustment" id="adj_hide_delay">
28 <property name="upper">2500</property>28 <property name="upper">2500</property>
29 <property name="step_increment">50</property>29 <property name="step_increment">50</property>
@@ -49,597 +49,621 @@
49 <property name="step_increment">5</property>49 <property name="step_increment">5</property>
50 <property name="page_increment">10</property>50 <property name="page_increment">10</property>
51 </object>51 </object>
52 <object class="GtkStack" id="dock_preferences">52 <template class="PlankPreferencesWindow" parent="GtkWindow">
53 <property name="visible">True</property>53 <property name="can_focus">False</property>
54 <property name="can_focus">False</property>54 <property name="resizable">False</property>
55 <child>55 <property name="window_position">center</property>
56 <object class="GtkGrid" id="grid_appearance">56 <property name="icon_name">plank</property>
57 <property name="visible">True</property>57 <property name="type_hint">dialog</property>
58 <property name="can_focus">False</property>58 <property name="skip_taskbar_hint">True</property>
59 <property name="valign">start</property>59 <property name="skip_pager_hint">True</property>
60 <property name="margin_left">16</property>60 <property name="gravity">center</property>
61 <property name="margin_right">16</property>61 <child>
62 <property name="margin_top">16</property>62 <object class="GtkStack" id="dock_preferences">
63 <property name="margin_bottom">16</property>63 <property name="visible">True</property>
64 <property name="row_spacing">8</property>64 <property name="can_focus">False</property>
65 <property name="column_spacing">12</property>65 <child>
66 <property name="row_homogeneous">True</property>66 <object class="GtkGrid" id="grid_appearance">
67 <child>67 <property name="visible">True</property>
68 <object class="GtkLabel" id="l_theme">68 <property name="can_focus">False</property>
69 <property name="visible">True</property>69 <property name="valign">start</property>
70 <property name="can_focus">False</property>70 <property name="margin_left">16</property>
71 <property name="halign">end</property>71 <property name="margin_right">16</property>
72 <property name="label" translatable="yes">Theme:</property>72 <property name="margin_top">16</property>
73 <property name="justify">right</property>73 <property name="margin_bottom">16</property>
74 </object>74 <property name="row_spacing">8</property>
75 <packing>75 <property name="column_spacing">12</property>
76 <property name="left_attach">0</property>76 <property name="row_homogeneous">True</property>
77 <property name="top_attach">0</property>77 <child>
78 </packing>78 <object class="GtkLabel" id="l_theme">
79 </child>79 <property name="visible">True</property>
80 <child>80 <property name="can_focus">False</property>
81 <object class="GtkLabel" id="l_position">81 <property name="halign">end</property>
82 <property name="visible">True</property>82 <property name="label" translatable="yes">Theme:</property>
83 <property name="can_focus">False</property>83 <property name="justify">right</property>
84 <property name="halign">end</property>84 </object>
85 <property name="label" translatable="yes">Position:</property>85 <packing>
86 <property name="justify">right</property>86 <property name="left_attach">0</property>
87 </object>87 <property name="top_attach">0</property>
88 <packing>88 </packing>
89 <property name="left_attach">0</property>89 </child>
90 <property name="top_attach">1</property>90 <child>
91 </packing>91 <object class="GtkLabel" id="l_position">
92 </child>92 <property name="visible">True</property>
93 <child>93 <property name="can_focus">False</property>
94 <object class="GtkComboBoxText" id="cb_theme">94 <property name="halign">end</property>
95 <property name="width_request">200</property>95 <property name="label" translatable="yes">Position:</property>
96 <property name="visible">True</property>96 <property name="justify">right</property>
97 <property name="can_focus">False</property>97 </object>
98 <property name="hexpand">True</property>98 <packing>
99 </object>99 <property name="left_attach">0</property>
100 <packing>100 <property name="top_attach">1</property>
101 <property name="left_attach">1</property>101 </packing>
102 <property name="top_attach">0</property>102 </child>
103 <property name="width">3</property>103 <child>
104 </packing>104 <object class="GtkComboBoxText" id="cb_theme">
105 </child>105 <property name="width_request">200</property>
106 <child>106 <property name="visible">True</property>
107 <object class="GtkComboBoxText" id="cb_position">107 <property name="can_focus">False</property>
108 <property name="width_request">200</property>108 <property name="hexpand">True</property>
109 <property name="visible">True</property>109 </object>
110 <property name="can_focus">False</property>110 <packing>
111 <items>111 <property name="left_attach">1</property>
112 <item id="0" translatable="yes">Left</item>112 <property name="top_attach">0</property>
113 <item id="1" translatable="yes">Right</item>113 <property name="width">3</property>
114 <item id="2" translatable="yes">Top</item>114 </packing>
115 <item id="3" translatable="yes">Bottom</item>115 </child>
116 </items>116 <child>
117 </object>117 <object class="GtkComboBoxText" id="cb_position">
118 <packing>118 <property name="width_request">200</property>
119 <property name="left_attach">1</property>119 <property name="visible">True</property>
120 <property name="top_attach">1</property>120 <property name="can_focus">False</property>
121 <property name="width">3</property>121 <items>
122 </packing>122 <item id="0" translatable="yes">Left</item>
123 </child>123 <item id="1" translatable="yes">Right</item>
124 <child>124 <item id="2" translatable="yes">Top</item>
125 <object class="GtkLabel" id="l_alignment">125 <item id="3" translatable="yes">Bottom</item>
126 <property name="visible">True</property>126 </items>
127 <property name="can_focus">False</property>127 </object>
128 <property name="halign">end</property>128 <packing>
129 <property name="label" translatable="yes">Alignment:</property>129 <property name="left_attach">1</property>
130 <property name="justify">right</property>130 <property name="top_attach">1</property>
131 </object>131 <property name="width">3</property>
132 <packing>132 </packing>
133 <property name="left_attach">0</property>133 </child>
134 <property name="top_attach">3</property>134 <child>
135 </packing>135 <object class="GtkLabel" id="l_alignment">
136 </child>136 <property name="visible">True</property>
137 <child>137 <property name="can_focus">False</property>
138 <object class="GtkComboBoxText" id="cb_alignment">138 <property name="halign">end</property>
139 <property name="visible">True</property>139 <property name="label" translatable="yes">Alignment:</property>
140 <property name="can_focus">False</property>140 <property name="justify">right</property>
141 <items>141 </object>
142 <item id="0" translatable="yes">Fill</item>142 <packing>
143 <item id="1" translatable="yes">Start</item>143 <property name="left_attach">0</property>
144 <item id="2" translatable="yes">End</item>144 <property name="top_attach">3</property>
145 <item id="3" translatable="yes">Center</item>145 </packing>
146 </items>146 </child>
147 </object>147 <child>
148 <packing>148 <object class="GtkComboBoxText" id="cb_alignment">
149 <property name="left_attach">1</property>149 <property name="visible">True</property>
150 <property name="top_attach">3</property>150 <property name="can_focus">False</property>
151 </packing>151 <items>
152 </child>152 <item id="0" translatable="yes">Fill</item>
153 <child>153 <item id="1" translatable="yes">Start</item>
154 <object class="GtkLabel" id="l_primary_display">154 <item id="2" translatable="yes">End</item>
155 <property name="visible">True</property>155 <item id="3" translatable="yes">Center</item>
156 <property name="can_focus">False</property>156 </items>
157 <property name="halign">end</property>157 </object>
158 <property name="label" translatable="yes">On Primary Display:</property>158 <packing>
159 </object>159 <property name="left_attach">1</property>
160 <packing>160 <property name="top_attach">3</property>
161 <property name="left_attach">0</property>161 </packing>
162 <property name="top_attach">2</property>162 </child>
163 <property name="width">2</property>163 <child>
164 </packing>164 <object class="GtkLabel" id="l_primary_display">
165 </child>165 <property name="visible">True</property>
166 <child>166 <property name="can_focus">False</property>
167 <object class="GtkSwitch" id="sw_primary_display">167 <property name="halign">end</property>
168 <property name="visible">True</property>168 <property name="label" translatable="yes">On Primary Display:</property>
169 <property name="can_focus">True</property>169 </object>
170 <property name="halign">start</property>170 <packing>
171 <property name="valign">center</property>171 <property name="left_attach">0</property>
172 </object>172 <property name="top_attach">2</property>
173 <packing>173 <property name="width">2</property>
174 <property name="left_attach">2</property>174 </packing>
175 <property name="top_attach">2</property>175 </child>
176 </packing>176 <child>
177 </child>177 <object class="GtkComboBoxText" id="cb_display_plug">
178 <child>178 <property name="visible">True</property>
179 <object class="GtkComboBoxText" id="cb_display_plug">179 <property name="can_focus">False</property>
180 <property name="visible">True</property>180 <property name="hexpand">True</property>
181 <property name="can_focus">False</property>181 </object>
182 <property name="hexpand">True</property>182 <packing>
183 </object>183 <property name="left_attach">3</property>
184 <packing>184 <property name="top_attach">2</property>
185 <property name="left_attach">3</property>185 </packing>
186 <property name="top_attach">2</property>186 </child>
187 </packing>187 <child>
188 </child>188 <object class="GtkScale" id="s_offset">
189 <child>189 <property name="visible">True</property>
190 <object class="GtkScale" id="s_offset">190 <property name="can_focus">True</property>
191 <property name="visible">True</property>191 <property name="tooltip_text" translatable="yes">Offset in percent from the center of the screen-edge</property>
192 <property name="can_focus">True</property>192 <property name="adjustment">adj_offset</property>
193 <property name="tooltip_text" translatable="yes">Offset in percent from the center of the screen-edge</property>193 <property name="round_digits">0</property>
194 <property name="adjustment">adj_offset</property>194 <property name="digits">0</property>
195 <property name="round_digits">0</property>195 <property name="value_pos">right</property>
196 <property name="digits">0</property>196 </object>
197 <property name="value_pos">right</property>197 <packing>
198 </object>198 <property name="left_attach">2</property>
199 <packing>199 <property name="top_attach">3</property>
200 <property name="left_attach">2</property>200 <property name="width">2</property>
201 <property name="top_attach">3</property>201 </packing>
202 <property name="width">2</property>202 </child>
203 </packing>203 <child>
204 </child>204 <object class="GtkLabel" id="l_icon_alignment">
205 <child>205 <property name="visible">True</property>
206 <object class="GtkLabel" id="l_icon_alignment">206 <property name="can_focus">False</property>
207 <property name="visible">True</property>207 <property name="halign">end</property>
208 <property name="can_focus">False</property>208 <property name="label" translatable="yes">Icon Alignment:</property>
209 <property name="halign">end</property>209 <property name="justify">right</property>
210 <property name="label" translatable="yes">Icon Alignment:</property>210 </object>
211 <property name="justify">right</property>211 <packing>
212 </object>212 <property name="left_attach">0</property>
213 <packing>213 <property name="top_attach">4</property>
214 <property name="left_attach">0</property>214 <property name="width">2</property>
215 <property name="top_attach">4</property>215 </packing>
216 <property name="width">2</property>216 </child>
217 </packing>217 <child>
218 </child>218 <object class="GtkComboBoxText" id="cb_items_alignment">
219 <child>219 <property name="visible">True</property>
220 <object class="GtkComboBoxText" id="cb_items_alignment">220 <property name="can_focus">False</property>
221 <property name="visible">True</property>221 <items>
222 <property name="can_focus">False</property>222 <item id="1" translatable="yes">Start</item>
223 <items>223 <item id="2" translatable="yes">End</item>
224 <item id="1" translatable="yes">Start</item>224 <item id="3" translatable="yes">Center</item>
225 <item id="2" translatable="yes">End</item>225 </items>
226 <item id="3" translatable="yes">Center</item>226 </object>
227 </items>227 <packing>
228 </object>228 <property name="left_attach">2</property>
229 <packing>229 <property name="top_attach">4</property>
230 <property name="left_attach">2</property>230 <property name="width">2</property>
231 <property name="top_attach">4</property>231 </packing>
232 <property name="width">2</property>232 </child>
233 </packing>233 <child>
234 </child>234 <object class="GtkLabel" id="l_iconsize">
235 <child>235 <property name="visible">True</property>
236 <object class="GtkLabel" id="l_iconsize">236 <property name="can_focus">False</property>
237 <property name="visible">True</property>237 <property name="halign">end</property>
238 <property name="can_focus">False</property>238 <property name="label" translatable="yes">Icon Size:</property>
239 <property name="halign">end</property>239 <property name="justify">right</property>
240 <property name="label" translatable="yes">Icon Size:</property>240 </object>
241 <property name="justify">right</property>241 <packing>
242 </object>242 <property name="left_attach">0</property>
243 <packing>243 <property name="top_attach">5</property>
244 <property name="left_attach">0</property>244 </packing>
245 <property name="top_attach">5</property>245 </child>
246 </packing>246 <child>
247 </child>247 <object class="GtkSpinButton" id="sp_iconsize">
248 <child>248 <property name="visible">True</property>
249 <object class="GtkSpinButton" id="sp_iconsize">249 <property name="can_focus">True</property>
250 <property name="visible">True</property>250 <property name="invisible_char">•</property>
251 <property name="can_focus">True</property>251 <property name="adjustment">adj_iconsize</property>
252 <property name="invisible_char">•</property>252 <property name="numeric">True</property>
253 <property name="adjustment">adj_iconsize</property>253 </object>
254 <property name="numeric">True</property>254 <packing>
255 </object>255 <property name="left_attach">1</property>
256 <packing>256 <property name="top_attach">5</property>
257 <property name="left_attach">1</property>257 </packing>
258 <property name="top_attach">5</property>258 </child>
259 </packing>259 <child>
260 </child>260 <object class="GtkScale" id="s_iconsize">
261 <child>261 <property name="visible">True</property>
262 <object class="GtkScale" id="s_iconsize">262 <property name="can_focus">True</property>
263 <property name="visible">True</property>263 <property name="adjustment">adj_iconsize</property>
264 <property name="can_focus">True</property>264 <property name="digits">0</property>
265 <property name="adjustment">adj_iconsize</property>265 <property name="draw_value">False</property>
266 <property name="digits">0</property>266 <property name="value_pos">left</property>
267 <property name="draw_value">False</property>267 </object>
268 <property name="value_pos">left</property>268 <packing>
269 </object>269 <property name="left_attach">2</property>
270 <packing>270 <property name="top_attach">5</property>
271 <property name="left_attach">2</property>271 <property name="width">2</property>
272 <property name="top_attach">5</property>272 </packing>
273 <property name="width">2</property>273 </child>
274 </packing>274 <child>
275 </child>275 <object class="GtkScale" id="s_zoom_percent">
276 <child>276 <property name="visible">True</property>
277 <object class="GtkScale" id="s_zoom_percent">277 <property name="can_focus">True</property>
278 <property name="visible">True</property>278 <property name="adjustment">adj_zoom_percent</property>
279 <property name="can_focus">True</property>279 <property name="digits">0</property>
280 <property name="adjustment">adj_zoom_percent</property>280 <property name="value_pos">right</property>
281 <property name="digits">0</property>281 </object>
282 <property name="value_pos">right</property>282 <packing>
283 </object>283 <property name="left_attach">3</property>
284 <packing>284 <property name="top_attach">6</property>
285 <property name="left_attach">3</property>285 </packing>
286 <property name="top_attach">6</property>286 </child>
287 </packing>287 <child>
288 </child>288 <object class="GtkSwitch" id="sw_zoom_enabled">
289 <child>289 <property name="visible">True</property>
290 <object class="GtkSwitch" id="sw_zoom_enabled">290 <property name="can_focus">True</property>
291 <property name="visible">True</property>291 <property name="halign">start</property>
292 <property name="can_focus">True</property>292 <property name="valign">center</property>
293 <property name="halign">start</property>293 </object>
294 <property name="valign">center</property>294 <packing>
295 </object>295 <property name="left_attach">2</property>
296 <packing>296 <property name="top_attach">6</property>
297 <property name="left_attach">2</property>297 </packing>
298 <property name="top_attach">6</property>298 </child>
299 </packing>299 <child>
300 </child>300 <object class="GtkLabel" id="l_iconzoom">
301 <child>301 <property name="visible">True</property>
302 <object class="GtkLabel" id="l_iconzoom">302 <property name="can_focus">False</property>
303 <property name="visible">True</property>303 <property name="halign">end</property>
304 <property name="can_focus">False</property>304 <property name="label" translatable="yes">Icon Zoom:</property>
305 <property name="halign">end</property>305 <property name="justify">right</property>
306 <property name="label" translatable="yes">Icon Zoom:</property>306 </object>
307 <property name="justify">right</property>307 <packing>
308 </object>308 <property name="left_attach">0</property>
309 <packing>309 <property name="top_attach">6</property>
310 <property name="left_attach">0</property>310 <property name="width">2</property>
311 <property name="top_attach">6</property>311 </packing>
312 <property name="width">2</property>312 </child>
313 </packing>313 <child>
314 </child>314 <object class="GtkSwitch" id="sw_primary_display">
315 </object>315 <property name="visible">True</property>
316 <packing>316 <property name="can_focus">True</property>
317 <property name="name">grid_appearance</property>317 <property name="halign">start</property>
318 <property name="title" translatable="yes">Appearance</property>318 <property name="valign">center</property>
319 </packing>319 </object>
320 </child>320 <packing>
321 <child>321 <property name="left_attach">2</property>
322 <object class="GtkGrid" id="grid_behaviour">322 <property name="top_attach">2</property>
323 <property name="visible">True</property>323 </packing>
324 <property name="can_focus">False</property>324 </child>
325 <property name="valign">start</property>325 </object>
326 <property name="margin_left">16</property>326 <packing>
327 <property name="margin_right">16</property>327 <property name="name">grid_appearance</property>
328 <property name="margin_top">16</property>328 <property name="title" translatable="yes">Appearance</property>
329 <property name="margin_bottom">16</property>329 </packing>
330 <property name="row_spacing">8</property>330 </child>
331 <property name="column_spacing">12</property>331 <child>
332 <child>332 <object class="GtkGrid" id="grid_behaviour">
333 <object class="GtkComboBoxText" id="cb_hidemode">333 <property name="visible">True</property>
334 <property name="visible">True</property>334 <property name="can_focus">False</property>
335 <property name="can_focus">False</property>335 <property name="valign">start</property>
336 <property name="hexpand">True</property>336 <property name="margin_left">16</property>
337 <items>337 <property name="margin_right">16</property>
338 <item id="1" translatable="yes">Intellihide</item>338 <property name="margin_top">16</property>
339 <item id="2" translatable="yes">Autohide</item>339 <property name="margin_bottom">16</property>
340 <item id="3" translatable="yes">Dodge maximized window</item>340 <property name="row_spacing">8</property>
341 <item id="4" translatable="yes">Window Dodge</item>341 <property name="column_spacing">12</property>
342 <item id="5" translatable="yes">Dodge active window</item>342 <child>
343 </items>343 <object class="GtkComboBoxText" id="cb_hidemode">
344 </object>344 <property name="visible">True</property>
345 <packing>345 <property name="can_focus">False</property>
346 <property name="left_attach">1</property>346 <property name="hexpand">True</property>
347 <property name="top_attach">1</property>347 <items>
348 <property name="width">2</property>348 <item id="1" translatable="yes">Intellihide</item>
349 </packing>349 <item id="2" translatable="yes">Autohide</item>
350 </child>350 <item id="3" translatable="yes">Dodge maximized window</item>
351 <child>351 <item id="4" translatable="yes">Window Dodge</item>
352 <object class="GtkSwitch" id="sw_hide">352 <item id="5" translatable="yes">Dodge active window</item>
353 <property name="visible">True</property>353 </items>
354 <property name="can_focus">True</property>354 </object>
355 <property name="halign">end</property>355 <packing>
356 <property name="valign">center</property>356 <property name="left_attach">1</property>
357 </object>357 <property name="top_attach">1</property>
358 <packing>358 <property name="width">2</property>
359 <property name="left_attach">0</property>359 </packing>
360 <property name="top_attach">1</property>360 </child>
361 </packing>361 <child>
362 </child>362 <object class="GtkSwitch" id="sw_hide">
363 <child>363 <property name="visible">True</property>
364 <object class="GtkLabel" id="l_hide_dock">364 <property name="can_focus">True</property>
365 <property name="visible">True</property>365 <property name="halign">end</property>
366 <property name="can_focus">False</property>366 <property name="valign">center</property>
367 <property name="halign">start</property>367 </object>
368 <property name="label" translatable="yes">Hide Dock</property>368 <packing>
369 <attributes>369 <property name="left_attach">0</property>
370 <attribute name="weight" value="bold"/>370 <property name="top_attach">1</property>
371 </attributes>371 </packing>
372 </object>372 </child>
373 <packing>373 <child>
374 <property name="left_attach">0</property>374 <object class="GtkLabel" id="l_hide_dock">
375 <property name="top_attach">0</property>375 <property name="visible">True</property>
376 <property name="width">4</property>376 <property name="can_focus">False</property>
377 </packing>377 <property name="halign">start</property>
378 </child>378 <property name="label" translatable="yes">Hide Dock</property>
379 <child>379 <attributes>
380 <object class="GtkLabel" id="l_pressure1">380 <attribute name="weight" value="bold"/>
381 <property name="visible">True</property>381 </attributes>
382 <property name="can_focus">False</property>382 </object>
383 <property name="halign">end</property>383 <packing>
384 <property name="label" translatable="yes">Hide Delay:</property>384 <property name="left_attach">0</property>
385 </object>385 <property name="top_attach">0</property>
386 <packing>386 <property name="width">4</property>
387 <property name="left_attach">0</property>387 </packing>
388 <property name="top_attach">2</property>388 </child>
389 </packing>389 <child>
390 </child>390 <object class="GtkLabel" id="l_pressure1">
391 <child>391 <property name="visible">True</property>
392 <object class="GtkSpinButton" id="sp_hide_delay">392 <property name="can_focus">False</property>
393 <property name="visible">True</property>393 <property name="halign">end</property>
394 <property name="can_focus">True</property>394 <property name="label" translatable="yes">Hide Delay:</property>
395 <property name="tooltip_text" translatable="yes">Delay in ms before hiding the dock</property>395 </object>
396 <property name="halign">start</property>396 <packing>
397 <property name="invisible_char">•</property>397 <property name="left_attach">0</property>
398 <property name="adjustment">adj_hide_delay</property>398 <property name="top_attach">2</property>
399 <property name="numeric">True</property>399 </packing>
400 </object>400 </child>
401 <packing>401 <child>
402 <property name="left_attach">1</property>402 <object class="GtkSpinButton" id="sp_hide_delay">
403 <property name="top_attach">2</property>403 <property name="visible">True</property>
404 </packing>404 <property name="can_focus">True</property>
405 </child>405 <property name="tooltip_text" translatable="yes">Delay in ms before hiding the dock</property>
406 <child>406 <property name="halign">start</property>
407 <object class="GtkLabel" id="l_pressure2">407 <property name="invisible_char">•</property>
408 <property name="visible">True</property>408 <property name="adjustment">adj_hide_delay</property>
409 <property name="can_focus">False</property>409 <property name="numeric">True</property>
410 <property name="halign">end</property>410 </object>
411 <property name="label" translatable="yes">Unhide Delay:</property>411 <packing>
412 </object>412 <property name="left_attach">1</property>
413 <packing>413 <property name="top_attach">2</property>
414 <property name="left_attach">2</property>414 </packing>
415 <property name="top_attach">2</property>415 </child>
416 </packing>416 <child>
417 </child>417 <object class="GtkLabel" id="l_pressure2">
418 <child>418 <property name="visible">True</property>
419 <object class="GtkSpinButton" id="sp_unhide_delay">419 <property name="can_focus">False</property>
420 <property name="visible">True</property>420 <property name="halign">end</property>
421 <property name="can_focus">True</property>421 <property name="label" translatable="yes">Unhide Delay:</property>
422 <property name="tooltip_text" translatable="yes">Delay in ms before showing the dock</property>422 </object>
423 <property name="halign">start</property>423 <packing>
424 <property name="invisible_char">•</property>424 <property name="left_attach">2</property>
425 <property name="adjustment">adj_unhide_delay</property>425 <property name="top_attach">2</property>
426 <property name="numeric">True</property>426 </packing>
427 </object>427 </child>
428 <packing>428 <child>
429 <property name="left_attach">3</property>429 <object class="GtkSpinButton" id="sp_unhide_delay">
430 <property name="top_attach">2</property>430 <property name="visible">True</property>
431 </packing>431 <property name="can_focus">True</property>
432 </child>432 <property name="tooltip_text" translatable="yes">Delay in ms before showing the dock</property>
433 <child>433 <property name="halign">start</property>
434 <object class="GtkLabel" id="l_pressure">434 <property name="invisible_char">•</property>
435 <property name="visible">True</property>435 <property name="adjustment">adj_unhide_delay</property>
436 <property name="can_focus">False</property>436 <property name="numeric">True</property>
437 <property name="halign">end</property>437 </object>
438 <property name="label" translatable="yes">Pressure Reveal:</property>438 <packing>
439 </object>439 <property name="left_attach">3</property>
440 <packing>440 <property name="top_attach">2</property>
441 <property name="left_attach">2</property>441 </packing>
442 <property name="top_attach">3</property>442 </child>
443 </packing>443 <child>
444 </child>444 <object class="GtkLabel" id="l_pressure">
445 <child>445 <property name="visible">True</property>
446 <object class="GtkSwitch" id="sw_pressure_reveal">446 <property name="can_focus">False</property>
447 <property name="visible">True</property>447 <property name="halign">end</property>
448 <property name="can_focus">True</property>448 <property name="label" translatable="yes">Pressure Reveal:</property>
449 <property name="halign">start</property>449 </object>
450 <property name="valign">center</property>450 <packing>
451 </object>451 <property name="left_attach">2</property>
452 <packing>452 <property name="top_attach">3</property>
453 <property name="left_attach">3</property>453 </packing>
454 <property name="top_attach">3</property>454 </child>
455 </packing>455 <child>
456 </child>456 <object class="GtkSwitch" id="sw_pressure_reveal">
457 <child>457 <property name="visible">True</property>
458 <object class="GtkLabel" id="l_application_windows">458 <property name="can_focus">True</property>
459 <property name="visible">True</property>459 <property name="halign">start</property>
460 <property name="can_focus">False</property>460 <property name="valign">center</property>
461 <property name="halign">start</property>461 </object>
462 <property name="label" translatable="yes">Item Management</property>462 <packing>
463 <attributes>463 <property name="left_attach">3</property>
464 <attribute name="weight" value="bold"/>464 <property name="top_attach">3</property>
465 </attributes>465 </packing>
466 </object>466 </child>
467 <packing>467 <child>
468 <property name="left_attach">0</property>468 <object class="GtkLabel" id="l_application_windows">
469 <property name="top_attach">4</property>469 <property name="visible">True</property>
470 <property name="width">4</property>470 <property name="can_focus">False</property>
471 </packing>471 <property name="halign">start</property>
472 </child>472 <property name="label" translatable="yes">Item Management</property>
473 <child>473 <attributes>
474 <object class="GtkLabel" id="l_show_unpinned">474 <attribute name="weight" value="bold"/>
475 <property name="visible">True</property>475 </attributes>
476 <property name="can_focus">False</property>476 </object>
477 <property name="halign">end</property>477 <packing>
478 <property name="label" translatable="yes">Show Unpinned:</property>478 <property name="left_attach">0</property>
479 </object>479 <property name="top_attach">4</property>
480 <packing>480 <property name="width">4</property>
481 <property name="left_attach">0</property>481 </packing>
482 <property name="top_attach">5</property>482 </child>
483 </packing>483 <child>
484 </child>484 <object class="GtkLabel" id="l_show_unpinned">
485 <child>485 <property name="visible">True</property>
486 <object class="GtkSwitch" id="sw_show_unpinned">486 <property name="can_focus">False</property>
487 <property name="visible">True</property>487 <property name="halign">end</property>
488 <property name="can_focus">True</property>488 <property name="label" translatable="yes">Show Unpinned:</property>
489 <property name="halign">start</property>489 </object>
490 <property name="valign">center</property>490 <packing>
491 </object>491 <property name="left_attach">0</property>
492 <packing>492 <property name="top_attach">5</property>
493 <property name="left_attach">1</property>493 </packing>
494 <property name="top_attach">5</property>494 </child>
495 </packing>495 <child>
496 </child>496 <object class="GtkSwitch" id="sw_show_unpinned">
497 <child>497 <property name="visible">True</property>
498 <object class="GtkLabel" id="l_workspace_only">498 <property name="can_focus">True</property>
499 <property name="visible">True</property>499 <property name="halign">start</property>
500 <property name="can_focus">False</property>500 <property name="valign">center</property>
501 <property name="halign">end</property>501 </object>
502 <property name="label" translatable="yes">Restrict to Workspace:</property>502 <packing>
503 <property name="justify">right</property>503 <property name="left_attach">1</property>
504 </object>504 <property name="top_attach">5</property>
505 <packing>505 </packing>
506 <property name="left_attach">0</property>506 </child>
507 <property name="top_attach">6</property>507 <child>
508 </packing>508 <object class="GtkLabel" id="l_workspace_only">
509 </child>509 <property name="visible">True</property>
510 <child>510 <property name="can_focus">False</property>
511 <object class="GtkSwitch" id="sw_workspace_only">511 <property name="halign">end</property>
512 <property name="visible">True</property>512 <property name="label" translatable="yes">Restrict to Workspace:</property>
513 <property name="can_focus">True</property>513 <property name="justify">right</property>
514 <property name="halign">start</property>514 </object>
515 <property name="valign">center</property>515 <packing>
516 </object>516 <property name="left_attach">0</property>
517 <packing>517 <property name="top_attach">6</property>
518 <property name="left_attach">1</property>518 </packing>
519 <property name="top_attach">6</property>519 </child>
520 </packing>520 <child>
521 </child>521 <object class="GtkSwitch" id="sw_workspace_only">
522 <child>522 <property name="visible">True</property>
523 <object class="GtkLabel" id="l_lock_items">523 <property name="can_focus">True</property>
524 <property name="visible">True</property>524 <property name="halign">start</property>
525 <property name="can_focus">False</property>525 <property name="valign">center</property>
526 <property name="halign">end</property>526 </object>
527 <property name="label" translatable="yes">Lock Icons:</property>527 <packing>
528 </object>528 <property name="left_attach">1</property>
529 <packing>529 <property name="top_attach">6</property>
530 <property name="left_attach">2</property>530 </packing>
531 <property name="top_attach">5</property>531 </child>
532 </packing>532 <child>
533 </child>533 <object class="GtkLabel" id="l_lock_items">
534 <child>534 <property name="visible">True</property>
535 <object class="GtkLabel" id="l_auto_pinning">535 <property name="can_focus">False</property>
536 <property name="visible">True</property>536 <property name="halign">end</property>
537 <property name="can_focus">False</property>537 <property name="label" translatable="yes">Lock Icons:</property>
538 <property name="halign">end</property>538 </object>
539 <property name="label" translatable="yes">Automatic Pinning:</property>539 <packing>
540 <property name="justify">right</property>540 <property name="left_attach">2</property>
541 </object>541 <property name="top_attach">5</property>
542 <packing>542 </packing>
543 <property name="left_attach">2</property>543 </child>
544 <property name="top_attach">6</property>544 <child>
545 </packing>545 <object class="GtkLabel" id="l_auto_pinning">
546 </child>546 <property name="visible">True</property>
547 <child>547 <property name="can_focus">False</property>
548 <object class="GtkSwitch" id="sw_lock_items">548 <property name="halign">end</property>
549 <property name="visible">True</property>549 <property name="label" translatable="yes">Automatic Pinning:</property>
550 <property name="can_focus">True</property>550 <property name="justify">right</property>
551 <property name="halign">start</property>551 </object>
552 <property name="valign">center</property>552 <packing>
553 </object>553 <property name="left_attach">2</property>
554 <packing>554 <property name="top_attach">6</property>
555 <property name="left_attach">3</property>555 </packing>
556 <property name="top_attach">5</property>556 </child>
557 </packing>557 <child>
558 </child>558 <object class="GtkSwitch" id="sw_lock_items">
559 <child>559 <property name="visible">True</property>
560 <object class="GtkSwitch" id="sw_auto_pinning">560 <property name="can_focus">True</property>
561 <property name="visible">True</property>561 <property name="halign">start</property>
562 <property name="can_focus">True</property>562 <property name="valign">center</property>
563 <property name="halign">start</property>563 </object>
564 <property name="valign">center</property>564 <packing>
565 </object>565 <property name="left_attach">3</property>
566 <packing>566 <property name="top_attach">5</property>
567 <property name="left_attach">3</property>567 </packing>
568 <property name="top_attach">6</property>568 </child>
569 </packing>569 <child>
570 </child>570 <object class="GtkSwitch" id="sw_auto_pinning">
571 <child>571 <property name="visible">True</property>
572 <object class="GtkLabel" id="l_show_dock_item">572 <property name="can_focus">True</property>
573 <property name="visible">True</property>573 <property name="halign">start</property>
574 <property name="can_focus">False</property>574 <property name="valign">center</property>
575 <property name="halign">end</property>575 </object>
576 <property name="label" translatable="yes">Show Item for Dock:</property>576 <packing>
577 <property name="justify">right</property>577 <property name="left_attach">3</property>
578 </object>578 <property name="top_attach">6</property>
579 <packing>579 </packing>
580 <property name="left_attach">0</property>580 </child>
581 <property name="top_attach">7</property>581 <child>
582 </packing>582 <object class="GtkLabel" id="l_show_dock_item">
583 </child>583 <property name="visible">True</property>
584 <child>584 <property name="can_focus">False</property>
585 <object class="GtkSwitch" id="sw_show_dock_item">585 <property name="halign">end</property>
586 <property name="visible">True</property>586 <property name="label" translatable="yes">Show Item for Dock:</property>
587 <property name="can_focus">True</property>587 <property name="justify">right</property>
588 <property name="halign">start</property>588 </object>
589 <property name="valign">center</property>589 <packing>
590 </object>590 <property name="left_attach">0</property>
591 <packing>591 <property name="top_attach">7</property>
592 <property name="left_attach">1</property>592 </packing>
593 <property name="top_attach">7</property>593 </child>
594 </packing>594 <child>
595 </child>595 <object class="GtkSwitch" id="sw_show_dock_item">
596 <child>596 <property name="visible">True</property>
597 <placeholder/>597 <property name="can_focus">True</property>
598 </child>598 <property name="halign">start</property>
599 <child>599 <property name="valign">center</property>
600 <placeholder/>600 </object>
601 </child>601 <packing>
602 <child>602 <property name="left_attach">1</property>
603 <placeholder/>603 <property name="top_attach">7</property>
604 </child>604 </packing>
605 <child>605 </child>
606 <placeholder/>606 <child>
607 </child>607 <placeholder/>
608 <child>608 </child>
609 <placeholder/>609 <child>
610 </child>610 <placeholder/>
611 </object>611 </child>
612 <packing>612 <child>
613 <property name="name">grid_behaviour</property>613 <placeholder/>
614 <property name="title" translatable="yes">Behaviour</property>614 </child>
615 <property name="position">1</property>615 <child>
616 </packing>616 <placeholder/>
617 </child>617 </child>
618 <child>618 <child>
619 <object class="GtkScrolledWindow" id="sw_docklets">619 <placeholder/>
620 <property name="visible">True</property>620 </child>
621 <property name="can_focus">True</property>621 </object>
622 <property name="hscrollbar_policy">never</property>622 <packing>
623 <child>623 <property name="name">grid_behaviour</property>
624 <object class="GtkIconView" id="view_docklets">624 <property name="title" translatable="yes">Behaviour</property>
625 <property name="visible">True</property>625 <property name="position">1</property>
626 <property name="can_focus">True</property>626 </packing>
627 <property name="margin">6</property>627 </child>
628 <property name="columns">3</property>628 <child>
629 </object>629 <object class="GtkScrolledWindow" id="sw_docklets">
630 </child>630 <property name="visible">True</property>
631 </object>631 <property name="can_focus">True</property>
632 <packing>632 <property name="hscrollbar_policy">never</property>
633 <property name="name">view_docklets</property>633 <child>
634 <property name="title" translatable="yes">Docklets</property>634 <object class="GtkIconView" id="view_docklets">
635 <property name="position">2</property>635 <property name="visible">True</property>
636 </packing>636 <property name="can_focus">True</property>
637 </child>637 <property name="margin">6</property>
638 </object>638 <property name="columns">3</property>
639 <object class="GtkStackSwitcher" id="dock_preferences_switcher">639 </object>
640 <property name="visible">True</property>640 </child>
641 <property name="can_focus">False</property>641 </object>
642 <property name="halign">center</property>642 <packing>
643 <property name="stack">dock_preferences</property>643 <property name="name">view_docklets</property>
644 </object>644 <property name="title" translatable="yes">Docklets</property>
645 <property name="position">2</property>
646 </packing>
647 </child>
648 </object>
649 </child>
650 <child type="titlebar">
651 <object class="GtkHeaderBar" id="headerbar">
652 <property name="visible">True</property>
653 <property name="can_focus">False</property>
654 <property name="show_close_button">True</property>
655 <child>
656 <placeholder/>
657 </child>
658 <child type="title">
659 <object class="GtkStackSwitcher" id="dock_preferences_switcher">
660 <property name="visible">True</property>
661 <property name="can_focus">False</property>
662 <property name="halign">center</property>
663 <property name="stack">dock_preferences</property>
664 </object>
665 </child>
666 </object>
667 </child>
668 </template>
645</interface>669</interface>
646670
=== modified file 'docklets/Trash/TrashDockItem.vala'
--- docklets/Trash/TrashDockItem.vala 2015-12-09 09:30:43 +0000
+++ docklets/Trash/TrashDockItem.vala 2016-02-16 14:34:53 +0000
@@ -180,11 +180,8 @@
180 if (files.size > 0)180 if (files.size > 0)
181 items.add (new TitledSeparatorMenuItem.no_line (_("Restore Files")));181 items.add (new TitledSeparatorMenuItem.no_line (_("Restore Files")));
182 182
183#if HAVE_GEE_0_8
184 files.sort ((CompareDataFunc) compare_files);183 files.sort ((CompareDataFunc) compare_files);
185#else184
186 files.sort ((CompareFunc) compare_files);
187#endif
188 var count = 0;185 var count = 0;
189 foreach (File _f in files) {186 foreach (File _f in files) {
190 var f = _f;187 var f = _f;
191188
=== modified file 'lib/DBus/Client.vala'
--- lib/DBus/Client.vala 2015-11-03 10:37:19 +0000
+++ lib/DBus/Client.vala 2016-02-16 14:34:53 +0000
@@ -80,17 +80,8 @@
80 string? object_path = null;80 string? object_path = null;
81 81
82 if (application != null) {82 if (application != null) {
83#if GLIB_2_34
84 connection = application.get_dbus_connection ();83 connection = application.get_dbus_connection ();
85 object_path = application.get_dbus_object_path ();84 object_path = application.get_dbus_object_path ();
86#else
87 try {
88 connection = Bus.get_sync (BusType.SESSION);
89 } catch {
90 connection = null;
91 }
92 object_path = "/%s".printf (application.get_application_id ().replace (".", "/").replace ("-", "_"));
93#endif
94 }85 }
95 86
96 if (connection == null || object_path == null) {87 if (connection == null || object_path == null) {
9788
=== modified file 'lib/DBusManager.vala'
--- lib/DBusManager.vala 2015-11-03 10:37:19 +0000
+++ lib/DBusManager.vala 2016-02-16 14:34:53 +0000
@@ -161,17 +161,8 @@
161 unowned Application application = Application.get_default ();161 unowned Application application = Application.get_default ();
162 string? object_path;162 string? object_path;
163 163
164#if GLIB_2_34
165 connection = application.get_dbus_connection ();164 connection = application.get_dbus_connection ();
166 object_path = application.get_dbus_object_path ();165 object_path = application.get_dbus_object_path ();
167#else
168 try {
169 connection = Bus.get_sync (BusType.SESSION);
170 } catch {
171 connection = null;
172 }
173 object_path = "/%s".printf (application.get_application_id ().replace (".", "/").replace ("-", "_"));
174#endif
175 166
176 if (connection == null || object_path == null) {167 if (connection == null || object_path == null) {
177 critical ("Not able to register our interfaces");168 critical ("Not able to register our interfaces");
178169
=== modified file 'lib/DockController.vala'
--- lib/DockController.vala 2016-01-30 12:08:11 +0000
+++ lib/DockController.vala 2016-02-16 14:34:53 +0000
@@ -263,11 +263,8 @@
263 263
264 void update_visible_items_recursive (DockContainer container, ref int current_position)264 void update_visible_items_recursive (DockContainer container, ref int current_position)
265 {265 {
266#if HAVE_GEE_0_8
267 var iterator = container.VisibleElements.bidir_list_iterator ();266 var iterator = container.VisibleElements.bidir_list_iterator ();
268#else267
269 var iterator = container.VisibleElements.list_iterator ();
270#endif
271 // Reverse dock-item-order for RTL environments if dock is placed horizontally268 // Reverse dock-item-order for RTL environments if dock is placed horizontally
272 if (Gtk.Widget.get_default_direction () == Gtk.TextDirection.RTL && prefs.is_horizontal_dock ()) {269 if (Gtk.Widget.get_default_direction () == Gtk.TextDirection.RTL && prefs.is_horizontal_dock ()) {
273 iterator.last ();270 iterator.last ();
274271
=== modified file 'lib/DockRenderer.vala'
--- lib/DockRenderer.vala 2016-01-14 13:28:13 +0000
+++ lib/DockRenderer.vala 2016-02-16 14:34:53 +0000
@@ -321,11 +321,7 @@
321 transient_items.clear ();321 transient_items.clear ();
322 }322 }
323 323
324#if HAVE_GEE_0_8
325 current_items.sort ((CompareDataFunc) compare_dock_item_position);324 current_items.sort ((CompareDataFunc) compare_dock_item_position);
326#else
327 current_items.sort ((CompareFunc) compare_dock_item_position);
328#endif
329 325
330 // Calculate positions for given ordered list of items326 // Calculate positions for given ordered list of items
331 position_manager.update_draw_values (current_items,327 position_manager.update_draw_values (current_items,
@@ -745,18 +741,10 @@
745 if (x_offset == 0.0)741 if (x_offset == 0.0)
746 return;742 return;
747 743
748#if HAVE_GEE_0_8
749 draw_values.map_iterator ().foreach ((i, val) => {744 draw_values.map_iterator ().foreach ((i, val) => {
750 val.move_right (position, x_offset);745 val.move_right (position, x_offset);
751 return true;746 return true;
752 });747 });
753#else
754 var draw_values_it = draw_values.map_iterator ();
755 while (draw_values_it.next ()) {
756 var val = draw_values_it.get_value ();
757 val.move_right (position, x_offset);
758 }
759#endif
760 }748 }
761 749
762 void draw_item (Cairo.Context cr, DockItem item, PositionManager.DockItemDrawValue draw_value, int64 frame_time)750 void draw_item (Cairo.Context cr, DockItem item, PositionManager.DockItemDrawValue draw_value, int64 frame_time)
763751
=== modified file 'lib/Docklets/DockletManager.vala'
--- lib/Docklets/DockletManager.vala 2016-01-14 13:28:13 +0000
+++ lib/Docklets/DockletManager.vala 2016-02-16 14:34:53 +0000
@@ -72,11 +72,7 @@
72 72
73 construct73 construct
74 {74 {
75#if HAVE_GEE_0_8
76 docklets = new Gee.HashMap<string, Docklet> ();75 docklets = new Gee.HashMap<string, Docklet> ();
77#else
78 docklets = new Gee.HashMap<string, Docklet> (str_hash, str_equal);
79#endif
80 }76 }
81 77
82 /**78 /**
8379
=== modified file 'lib/Drawing/Renderer.vala'
--- lib/Drawing/Renderer.vala 2016-01-30 16:54:55 +0000
+++ lib/Drawing/Renderer.vala 2016-02-16 14:34:53 +0000
@@ -33,9 +33,7 @@
33 uint timer_id = 0U;33 uint timer_id = 0U;
34 ulong widget_realize_handler_id = 0UL;34 ulong widget_realize_handler_id = 0UL;
35 ulong widget_draw_handler_id = 0UL;35 ulong widget_draw_handler_id = 0UL;
36#if HAVE_GTK_3_8
37 bool is_updating = false;36 bool is_updating = false;
38#endif
39 37
40 /**38 /**
41 * Creates a new animation renderer.39 * Creates a new animation renderer.
@@ -47,9 +45,7 @@
47 45
48 construct46 construct
49 {47 {
50#if HAVE_GTK_3_8
51 timer_id = widget.add_tick_callback ((Gtk.TickCallback) draw_timeout);48 timer_id = widget.add_tick_callback ((Gtk.TickCallback) draw_timeout);
52#endif
53 widget_realize_handler_id = widget.realize.connect (on_widget_realize);49 widget_realize_handler_id = widget.realize.connect (on_widget_realize);
54 widget_draw_handler_id = widget.draw.connect (on_widget_draw);50 widget_draw_handler_id = widget.draw.connect (on_widget_draw);
55 }51 }
@@ -57,11 +53,7 @@
57 ~Renderer ()53 ~Renderer ()
58 {54 {
59 if (timer_id > 0U) {55 if (timer_id > 0U) {
60#if HAVE_GTK_3_8
61 widget.remove_tick_callback (timer_id);56 widget.remove_tick_callback (timer_id);
62#else
63 GLib.Source.remove (timer_id);
64#endif
65 timer_id = 0U;57 timer_id = 0U;
66 }58 }
67 59
@@ -103,17 +95,13 @@
103 */95 */
104 protected void force_frame_time_update ()96 protected void force_frame_time_update ()
105 {97 {
106#if HAVE_GTK_3_8
107 unowned Gdk.FrameClock? frame_clock = widget.get_frame_clock ();98 unowned Gdk.FrameClock? frame_clock = widget.get_frame_clock ();
108 if (frame_clock != null) {99 if (frame_clock != null) {
109 frame_time = frame_clock.get_frame_time ();100 frame_time = frame_clock.get_frame_time ();
110 } else {101 } else {
111#endif
112 frame_time = GLib.get_monotonic_time ();102 frame_time = GLib.get_monotonic_time ();
113#if HAVE_GTK_3_8
114 critical ("FrameClock not available");103 critical ("FrameClock not available");
115 }104 }
116#endif
117 }105 }
118 106
119 /**107 /**
@@ -121,11 +109,7 @@
121 */109 */
122 public void animated_draw ()110 public void animated_draw ()
123 {111 {
124#if HAVE_GTK_3_8
125 if (is_updating || !widget.get_realized ())112 if (is_updating || !widget.get_realized ())
126#else
127 if (timer_id > 0U)
128#endif
129 return;113 return;
130 114
131 force_frame_time_update ();115 force_frame_time_update ();
@@ -134,50 +118,30 @@
134 widget.queue_draw ();118 widget.queue_draw ();
135 119
136 if (animation_needed (frame_time)) {120 if (animation_needed (frame_time)) {
137#if HAVE_GTK_3_8
138 unowned Gdk.FrameClock? frame_clock = widget.get_frame_clock ();121 unowned Gdk.FrameClock? frame_clock = widget.get_frame_clock ();
139 frame_clock.begin_updating ();122 frame_clock.begin_updating ();
140 is_updating = true;123 is_updating = true;
141#else
142 // This roughly means driving animations with 60 fps
143 timer_id = Gdk.threads_add_timeout (16, (SourceFunc) draw_timeout);
144#endif
145 }124 }
146 }125 }
147 126
148#if HAVE_GTK_3_8
149 [CCode (instance_pos = -1)]127 [CCode (instance_pos = -1)]
150 bool draw_timeout (Gtk.Widget widget, Gdk.FrameClock frame_clock)128 bool draw_timeout (Gtk.Widget widget, Gdk.FrameClock frame_clock)
151 {129 {
152 frame_time = frame_clock.get_frame_time ();130 frame_time = frame_clock.get_frame_time ();
153 initialize_frame (frame_time);131 initialize_frame (frame_time);
154#else
155 bool draw_timeout ()
156 {
157 force_frame_time_update ();
158#endif
159 widget.queue_draw ();132 widget.queue_draw ();
160 133
161 if (animation_needed (frame_time))134 if (animation_needed (frame_time))
162 return true;135 return true;
163 136
164#if HAVE_GTK_3_8
165 frame_clock.end_updating ();137 frame_clock.end_updating ();
166 is_updating = false;138 is_updating = false;
167 return true;139 return true;
168#else
169 timer_id = 0U;
170 return false;
171#endif
172 }140 }
173 141
174 [CCode (instance_pos = -1)]142 [CCode (instance_pos = -1)]
175 bool on_widget_draw (Gtk.Widget widget, Cairo.Context cr)143 bool on_widget_draw (Gtk.Widget widget, Cairo.Context cr)
176 {144 {
177#if !HAVE_GTK_3_8
178 force_frame_time_update ();
179 initialize_frame (frame_time);
180#endif
181 draw (cr, frame_time);145 draw (cr, frame_time);
182 146
183 return Gdk.EVENT_PROPAGATE;147 return Gdk.EVENT_PROPAGATE;
184148
=== modified file 'lib/Drawing/SurfaceCache.vala'
--- lib/Drawing/SurfaceCache.vala 2015-11-03 10:40:13 +0000
+++ lib/Drawing/SurfaceCache.vala 2016-02-16 14:34:53 +0000
@@ -131,13 +131,8 @@
131 131
132 construct132 construct
133 {133 {
134#if HAVE_GEE_0_8
135 infos = new Gee.TreeSet<unowned SurfaceInfo> ((CompareDataFunc) SurfaceInfo.compare);134 infos = new Gee.TreeSet<unowned SurfaceInfo> ((CompareDataFunc) SurfaceInfo.compare);
136 cache_map = new Gee.HashMap<SurfaceInfo, Surface> ((Gee.HashDataFunc<SurfaceInfo>) SurfaceInfo.hash);135 cache_map = new Gee.HashMap<SurfaceInfo, Surface> ((Gee.HashDataFunc<SurfaceInfo>) SurfaceInfo.hash);
137#else
138 infos = new Gee.TreeSet<unowned SurfaceInfo> ((CompareFunc) SurfaceInfo.compare);
139 cache_map = new Gee.HashMap<SurfaceInfo, Surface> ((HashFunc<SurfaceInfo>) SurfaceInfo.hash);
140#endif
141 last_info = null;136 last_info = null;
142 137
143 //TODO Adaptive delay depending on the access rate138 //TODO Adaptive delay depending on the access rate
144139
=== modified file 'lib/Drawing/Theme.vala'
--- lib/Drawing/Theme.vala 2016-01-03 16:05:10 +0000
+++ lib/Drawing/Theme.vala 2016-02-16 14:34:53 +0000
@@ -376,11 +376,7 @@
376 */376 */
377 public static string[] get_theme_list ()377 public static string[] get_theme_list ()
378 {378 {
379#if HAVE_GEE_0_8
380 var list = new Gee.HashSet<string> ();379 var list = new Gee.HashSet<string> ();
381#else
382 var list = new Gee.HashSet<string> (str_hash, str_equal);
383#endif
384 380
385 list.add (DEFAULT_NAME);381 list.add (DEFAULT_NAME);
386 list.add (GTK_THEME_NAME);382 list.add (GTK_THEME_NAME);
@@ -415,11 +411,7 @@
415 411
416 var result = new Gee.ArrayList<string> ();412 var result = new Gee.ArrayList<string> ();
417 result.add_all (list);413 result.add_all (list);
418#if HAVE_GEE_0_8
419 result.sort ();414 result.sort ();
420#else
421 result.sort ((CompareFunc) strcmp);
422#endif
423 415
424 return result.to_array ();416 return result.to_array ();
425 }417 }
426418
=== modified file 'lib/Factories/AbstractMain.vala'
--- lib/Factories/AbstractMain.vala 2016-01-14 13:33:33 +0000
+++ lib/Factories/AbstractMain.vala 2016-02-16 14:34:53 +0000
@@ -29,20 +29,14 @@
29 * The default command-line options for the dock.29 * The default command-line options for the dock.
30 */30 */
31 const OptionEntry[] options = {31 const OptionEntry[] options = {
32 { "debug", 'd', 0, OptionArg.NONE, ref DEBUG, "Enable debug logging", null },32 { "debug", 'd', 0, OptionArg.NONE, null, "Enable debug logging", null },
33 { "verbose", 'v', 0, OptionArg.NONE, ref VERBOSE, "Enable verbose logging", null },33 { "verbose", 'v', 0, OptionArg.NONE, null, "Enable verbose logging", null },
34 { "name", 'n', 0, OptionArg.STRING, ref NAME, "The name of this dock", null },34 { "name", 'n', 0, OptionArg.STRING, null, "The name of this dock", null },
35 { "preferences", 0, 0, OptionArg.NONE, ref PREFERENCES, "Show the application's preferences dialog", null },35 { "preferences", 0, 0, OptionArg.NONE, null, "Show the application's preferences dialog", null },
36 { "version", 'V', 0, OptionArg.NONE, ref VERSION, "Show the application's version", null },36 { "version", 'V', 0, OptionArg.NONE, null, "Show the application's version", null },
37 { null }37 { null }
38 };38 };
3939
40 static bool DEBUG = false;
41 static bool VERBOSE = false;
42 static bool PREFERENCES = false;
43 static bool VERSION = false;
44 static string NAME = "dock1";
45
46 static void sig_handler (int sig)40 static void sig_handler (int sig)
47 {41 {
48 warning ("Caught signal (%d), exiting", sig);42 warning ("Caught signal (%d), exiting", sig);
@@ -94,10 +88,6 @@
94 */88 */
95 public string app_dbus { get; construct; }89 public string app_dbus { get; construct; }
96 /**90 /**
97 * The name of the path containing the dock's preferences.
98 */
99 public string dock_name { get; protected set; }
100 /**
101 * The name of this program's icon.91 * The name of this program's icon.
102 */92 */
103 public string app_icon { get; construct; }93 public string app_icon { get; construct; }
@@ -140,29 +130,15 @@
140 */130 */
141 public Gtk.License about_license_type { get; construct set; default = Gtk.License.UNKNOWN; }131 public Gtk.License about_license_type { get; construct set; default = Gtk.License.UNKNOWN; }
142 132
133 string dock_name = "";
134
143 Gtk.AboutDialog? about_dlg;135 Gtk.AboutDialog? about_dlg;
144 PreferencesWindow? preferences_dlg;136 PreferencesWindow? preferences_dlg;
145 DockController? controller;137 DockController? controller;
146 138
147 construct139 construct
148 {140 {
149 flags = ApplicationFlags.FLAGS_NONE;141 flags = ApplicationFlags.HANDLES_COMMAND_LINE;
150 }
151
152 /**
153 * {@inheritDoc}
154 */
155 public override void activate ()
156 {
157 //TODO Maybe let the dock hide/show for a visible feedback
158 }
159
160 /**
161 * {@inheritDoc}
162 */
163 public override bool local_command_line (ref unowned string[] args, out int exit_status)
164 {
165 exit_status = 0;
166 142
167 // set program name143 // set program name
168#if HAVE_SYS_PRCTL_H144#if HAVE_SYS_PRCTL_H
@@ -175,46 +151,55 @@
175 Intl.bindtextdomain (Build.GETTEXT_PACKAGE, Build.DATADIR + "/locale");151 Intl.bindtextdomain (Build.GETTEXT_PACKAGE, Build.DATADIR + "/locale");
176 Intl.bind_textdomain_codeset (Build.GETTEXT_PACKAGE, "UTF-8");152 Intl.bind_textdomain_codeset (Build.GETTEXT_PACKAGE, "UTF-8");
177 153
178 var context = new OptionContext (null);154 add_main_option_entries (options);
179 context.add_main_entries (options, exec_name);155 }
180 context.add_group (Gtk.get_option_group (false));156
181 157 /**
182 try {158 * {@inheritDoc}
183 unowned string[] args2 = args;159 */
184 context.parse (ref args2);160 public override void activate ()
185 } catch (OptionError e) {161 {
186 printerr ("%s\n", e.message);162 //TODO Maybe let the dock hide/show for a visible feedback
187 exit_status = 1;163 }
188 return true;164
189 }165 /**
190 166 * {@inheritDoc}
191 if (VERSION) {167 */
168 public override int handle_local_options (VariantDict options)
169 {
170 if (options.contains ("version")) {
192 print ("%s\n", build_version);171 print ("%s\n", build_version);
193 return true;172 return 0;
194 }173 }
195 174
196 if (VERBOSE)175 Logger.initialize (program_name);
176
177 if (options.contains ("verbose"))
197 Logger.DisplayLevel = LogLevel.VERBOSE;178 Logger.DisplayLevel = LogLevel.VERBOSE;
198 else if (DEBUG)179 else if (options.contains ("debug"))
199 Logger.DisplayLevel = LogLevel.DEBUG;180 Logger.DisplayLevel = LogLevel.DEBUG;
200 else181 else
201 Logger.DisplayLevel = LogLevel.WARN;182 Logger.DisplayLevel = LogLevel.WARN;
202 183
203 dock_name = NAME;184 if (!options.lookup ("name", "&s", out dock_name))
185 dock_name = "dock1";
204 186
205 application_id = "%s.%s".printf (app_dbus, dock_name);187 application_id = "%s.%s".printf (app_dbus, dock_name);
206 188
207 try {189 return -1;
208 register ();190 }
209 } catch {191
210 exit_status = 1;192 /**
211 return true;193 * {@inheritDoc}
212 }194 */
195 public override int command_line (ApplicationCommandLine command_line)
196 {
197 var options = command_line.get_options_dict ();
213 198
214 if (get_is_registered () && PREFERENCES)199 if (options.contains ("preferences"))
215 activate_action ("preferences", null);200 activate_action ("preferences", null);
216 201
217 return base.local_command_line (ref args, out exit_status);202 return 0;
218 }203 }
219 204
220 /**205 /**
@@ -231,14 +216,12 @@
231 assert (program_name != null);216 assert (program_name != null);
232 assert (exec_name != null);217 assert (exec_name != null);
233 assert (app_dbus != null);218 assert (app_dbus != null);
234 assert (dock_name != null);
235 219
236 base.startup ();220 base.startup ();
237 221
238 if (!Thread.supported ())222 if (!Thread.supported ())
239 critical ("Problem initializing thread support.");223 critical ("Problem initializing thread support.");
240 224
241 Logger.initialize (program_name);
242 message ("%s version: %s", program_name, build_version);225 message ("%s version: %s", program_name, build_version);
243 message ("Kernel version: %s", Posix.utsname ().release);226 message ("Kernel version: %s", Posix.utsname ().release);
244 message ("GLib version: %u.%u.%u (%u.%u.%u)",227 message ("GLib version: %u.%u.%u (%u.%u.%u)",
@@ -250,12 +233,6 @@
250 message ("Wnck version: %d.%d.%d", Wnck.Version.MAJOR_VERSION, Wnck.Version.MINOR_VERSION, Wnck.Version.MICRO_VERSION);233 message ("Wnck version: %d.%d.%d", Wnck.Version.MAJOR_VERSION, Wnck.Version.MINOR_VERSION, Wnck.Version.MICRO_VERSION);
251 message ("Cairo version: %s", Cairo.version_string ());234 message ("Cairo version: %s", Cairo.version_string ());
252 message ("Pango version: %s", Pango.version_string ());235 message ("Pango version: %s", Pango.version_string ());
253#if HAVE_GTK_3_8
254 message ("+ Gtk+ FrameClock usage enabled");
255#endif
256#if HAVE_GTK_3_10
257 message ("+ Gtk+ CSD support enabled");
258#endif
259#if HAVE_HIDPI236#if HAVE_HIDPI
260 message ("+ Cairo/Gtk+ HiDPI support enabled");237 message ("+ Cairo/Gtk+ HiDPI support enabled");
261#endif238#endif
262239
=== modified file 'lib/Items/ApplicationDockItem.vala'
--- lib/Items/ApplicationDockItem.vala 2016-01-07 18:00:19 +0000
+++ lib/Items/ApplicationDockItem.vala 2016-02-16 14:34:53 +0000
@@ -128,11 +128,7 @@
128 {128 {
129 supported_mime_types = new Gee.ArrayList<string> ();129 supported_mime_types = new Gee.ArrayList<string> ();
130 actions = new Gee.ArrayList<string> ();130 actions = new Gee.ArrayList<string> ();
131#if HAVE_GEE_0_8
132 actions_map = new Gee.HashMap<string, string> ();131 actions_map = new Gee.HashMap<string, string> ();
133#else
134 actions_map = new Gee.HashMap<string, string> (str_hash, str_equal);
135#endif
136 132
137 load_from_launcher ();133 load_from_launcher ();
138 }134 }
139135
=== modified file 'lib/Items/FileDockItem.vala'
--- lib/Items/FileDockItem.vala 2016-01-04 19:54:10 +0000
+++ lib/Items/FileDockItem.vala 2016-02-16 14:34:53 +0000
@@ -186,11 +186,7 @@
186 186
187 draw_icon_fast (surface);187 draw_icon_fast (surface);
188 188
189#if HAVE_GEE_0_8
190 var icons = new Gee.HashMap<string, string> ();189 var icons = new Gee.HashMap<string, string> ();
191#else
192 var icons = new Gee.HashMap<string, string> (str_hash, str_equal);
193#endif
194 var keys = new Gee.ArrayList<string> ();190 var keys = new Gee.ArrayList<string> ();
195 191
196 foreach (var file in get_files ()) {192 foreach (var file in get_files ()) {
@@ -213,11 +209,7 @@
213 var icon_height = (int) ((height - 80 * radius / 33.0) / 2.0);209 var icon_height = (int) ((height - 80 * radius / 33.0) / 2.0);
214 var offset = (int) ((width - 2 * icon_width) / 3.0);210 var offset = (int) ((width - 2 * icon_width) / 3.0);
215 211
216#if HAVE_GEE_0_8
217 keys.sort ();212 keys.sort ();
218#else
219 keys.sort ((CompareFunc) strcmp);
220#endif
221 foreach (var s in keys) {213 foreach (var s in keys) {
222 var x = pos % 2;214 var x = pos % 2;
223 int y = pos / 2;215 int y = pos / 2;
@@ -277,11 +269,7 @@
277 {269 {
278 var items = new Gee.ArrayList<Gtk.MenuItem> ();270 var items = new Gee.ArrayList<Gtk.MenuItem> ();
279 271
280#if HAVE_GEE_0_8
281 var menu_items = new Gee.HashMap<string, Gtk.MenuItem> ();272 var menu_items = new Gee.HashMap<string, Gtk.MenuItem> ();
282#else
283 var menu_items = new Gee.HashMap<string, Gtk.MenuItem> (str_hash, str_equal);
284#endif
285 var keys = new Gee.ArrayList<string> ();273 var keys = new Gee.ArrayList<string> ();
286 274
287 foreach (var file in get_files ()) {275 foreach (var file in get_files ()) {
@@ -313,11 +301,7 @@
313 keys.add (key);301 keys.add (key);
314 }302 }
315 303
316#if HAVE_GEE_0_8
317 keys.sort ();304 keys.sort ();
318#else
319 keys.sort ((CompareFunc) strcmp);
320#endif
321 foreach (var s in keys)305 foreach (var s in keys)
322 items.add (menu_items.get (s));306 items.add (menu_items.get (s));
323 307
324308
=== modified file 'lib/Makefile.am'
--- lib/Makefile.am 2016-01-30 12:08:11 +0000
+++ lib/Makefile.am 2016-02-16 14:34:53 +0000
@@ -134,6 +134,7 @@
134 --library plank \134 --library plank \
135 --symbols build-abi \135 --symbols build-abi \
136 --vapi plank.vapi \136 --vapi plank.vapi \
137 --gresources $(top_srcdir)/data/plank.gresource.xml \
137 $(filter %.vala %.c,$^)138 $(filter %.vala %.c,$^)
138 $(AM_V_at)touch $@139 $(AM_V_at)touch $@
139140
@@ -196,7 +197,6 @@
196 $(nodist_libplank_la_SOURCES) \197 $(nodist_libplank_la_SOURCES) \
197 $(nodist_libplank_internal_la_SOURCES) \198 $(nodist_libplank_internal_la_SOURCES) \
198 build-abi \199 build-abi \
199 plank.deps \
200 plank.pc \200 plank.pc \
201 plank.vapi \201 plank.vapi \
202 plank.h \202 plank.h \
@@ -210,7 +210,7 @@
210 $(libplank_internal_la_VALASOURCES) \210 $(libplank_internal_la_VALASOURCES) \
211 abicheck.sh \211 abicheck.sh \
212 libplank.symbols \212 libplank.symbols \
213 plank.deps.in \213 plank.deps \
214 plank.pc.in \214 plank.pc.in \
215 Version.vala.in \215 Version.vala.in \
216 $(NULL)216 $(NULL)
217217
=== modified file 'lib/PositionManager.vala'
--- lib/PositionManager.vala 2016-01-09 09:20:19 +0000
+++ lib/PositionManager.vala 2016-02-16 14:34:53 +0000
@@ -1003,22 +1003,12 @@
1003 update_background_region (draw_values[items.first ()], draw_values[items.last ()]);1003 update_background_region (draw_values[items.first ()], draw_values[items.last ()]);
1004 1004
1005 // precalculate and cache regions (for the current frame)1005 // precalculate and cache regions (for the current frame)
1006#if HAVE_GEE_0_8
1007 draw_values.map_iterator ().foreach ((i, val) => {1006 draw_values.map_iterator ().foreach ((i, val) => {
1008 val.draw_region = get_item_draw_region (val);1007 val.draw_region = get_item_draw_region (val);
1009 val.hover_region = get_item_hover_region (val);1008 val.hover_region = get_item_hover_region (val);
1010 val.background_region = get_item_background_region (val);1009 val.background_region = get_item_background_region (val);
1011 return true;1010 return true;
1012 });1011 });
1013#else
1014 var draw_values_it = draw_values.map_iterator ();
1015 while (draw_values_it.next ()) {
1016 var val = draw_values_it.get_value ();
1017 val.draw_region = get_item_draw_region (val);
1018 val.hover_region = get_item_hover_region (val);
1019 val.background_region = get_item_background_region (val);
1020 }
1021#endif
1022 }1012 }
1023 /**1013 /**
1024 * The region for drawing a dock item.1014 * The region for drawing a dock item.
10251015
=== modified file 'lib/Widgets/DockWindow.vala'
--- lib/Widgets/DockWindow.vala 2015-12-09 09:30:43 +0000
+++ lib/Widgets/DockWindow.vala 2016-02-16 14:34:53 +0000
@@ -619,11 +619,7 @@
619 menu.show.connect (on_menu_show);619 menu.show.connect (on_menu_show);
620 menu.hide.connect (on_menu_hide);620 menu.hide.connect (on_menu_hide);
621 621
622#if HAVE_GEE_0_8
623 var iterator = menu_items.bidir_list_iterator ();622 var iterator = menu_items.bidir_list_iterator ();
624#else
625 var iterator = menu_items.list_iterator ();
626#endif
627 if (controller.prefs.Position == Gtk.PositionType.TOP) {623 if (controller.prefs.Position == Gtk.PositionType.TOP) {
628 iterator.last ();624 iterator.last ();
629 do {625 do {
630626
=== modified file 'lib/Widgets/PreferencesWindow.vala'
--- lib/Widgets/PreferencesWindow.vala 2016-01-26 14:18:35 +0000
+++ lib/Widgets/PreferencesWindow.vala 2016-02-16 14:34:53 +0000
@@ -19,6 +19,7 @@
1919
20namespace Plank20namespace Plank
21{21{
22 [GtkTemplate (ui = "/net/launchpad/plank/ui/preferences.ui")]
22 public class PreferencesWindow : Gtk.Window23 public class PreferencesWindow : Gtk.Window
23 {24 {
24 /**25 /**
@@ -28,114 +29,75 @@
28 29
29 DockPreferences prefs;30 DockPreferences prefs;
30 31
31 Gtk.Builder? builder;32 [GtkChild]
32
33 Gtk.ComboBoxText cb_theme;33 Gtk.ComboBoxText cb_theme;
34 [GtkChild]
34 Gtk.ComboBoxText cb_hidemode;35 Gtk.ComboBoxText cb_hidemode;
36 [GtkChild]
35 Gtk.ComboBoxText cb_display_plug;37 Gtk.ComboBoxText cb_display_plug;
38 [GtkChild]
36 Gtk.ComboBoxText cb_position;39 Gtk.ComboBoxText cb_position;
40 [GtkChild]
37 Gtk.ComboBoxText cb_alignment;41 Gtk.ComboBoxText cb_alignment;
42 [GtkChild]
38 Gtk.ComboBoxText cb_items_alignment;43 Gtk.ComboBoxText cb_items_alignment;
39 44
45 [GtkChild]
40 Gtk.SpinButton sp_hide_delay;46 Gtk.SpinButton sp_hide_delay;
47 [GtkChild]
41 Gtk.SpinButton sp_unhide_delay;48 Gtk.SpinButton sp_unhide_delay;
49 [GtkChild]
42 Gtk.Scale s_offset;50 Gtk.Scale s_offset;
51 [GtkChild]
43 Gtk.Scale s_zoom_percent;52 Gtk.Scale s_zoom_percent;
44 53
54 [GtkChild]
45 Gtk.Adjustment adj_hide_delay;55 Gtk.Adjustment adj_hide_delay;
56 [GtkChild]
46 Gtk.Adjustment adj_unhide_delay;57 Gtk.Adjustment adj_unhide_delay;
58 [GtkChild]
47 Gtk.Adjustment adj_iconsize;59 Gtk.Adjustment adj_iconsize;
60 [GtkChild]
48 Gtk.Adjustment adj_offset;61 Gtk.Adjustment adj_offset;
62 [GtkChild]
49 Gtk.Adjustment adj_zoom_percent;63 Gtk.Adjustment adj_zoom_percent;
50 64
65 [GtkChild]
51 Gtk.Switch sw_hide;66 Gtk.Switch sw_hide;
67 [GtkChild]
52 Gtk.Switch sw_primary_display;68 Gtk.Switch sw_primary_display;
69 [GtkChild]
53 Gtk.Switch sw_workspace_only;70 Gtk.Switch sw_workspace_only;
71 [GtkChild]
54 Gtk.Switch sw_show_unpinned;72 Gtk.Switch sw_show_unpinned;
73 [GtkChild]
55 Gtk.Switch sw_lock_items;74 Gtk.Switch sw_lock_items;
75 [GtkChild]
56 Gtk.Switch sw_auto_pinning;76 Gtk.Switch sw_auto_pinning;
77 [GtkChild]
57 Gtk.Switch sw_pressure_reveal;78 Gtk.Switch sw_pressure_reveal;
79 [GtkChild]
58 Gtk.Switch sw_show_dock_item;80 Gtk.Switch sw_show_dock_item;
81 [GtkChild]
59 Gtk.Switch sw_zoom_enabled;82 Gtk.Switch sw_zoom_enabled;
60 83
84 [GtkChild]
85 Gtk.IconView view_docklets;
86
61 public PreferencesWindow (DockController controller)87 public PreferencesWindow (DockController controller)
62 {88 {
63 Object (controller: controller, type: Gtk.WindowType.TOPLEVEL, type_hint: Gdk.WindowTypeHint.DIALOG);89 Object (controller: controller);
64 }90 }
65 91
66 construct92 construct
67 {93 {
68 prefs = controller.prefs;94 prefs = controller.prefs;
69 95
70 skip_pager_hint = true;96 init_dock_tab ();
71 skip_taskbar_hint = true;97 init_docklets_tab ();
72 title = _("Preferences");98 connect_signals ();
73 resizable = false;
74 deletable = true;
75 window_position = Gtk.WindowPosition.CENTER;
76 gravity = Gdk.Gravity.CENTER;
77 icon_name = "plank";
78 99
79 try {100 notify["controller"].connect (controller_changed);
80 builder = new Gtk.Builder ();
81#if HAVE_GTK_3_10
82 builder.add_from_resource ("%s/ui/preferences.ui".printf (Plank.G_RESOURCE_PATH));
83
84 var headerbar = new Gtk.HeaderBar ();
85 headerbar.show_close_button = true;
86 headerbar.set_custom_title ((Gtk.Widget) builder.get_object ("dock_preferences_switcher"));
87 headerbar.show ();
88 set_titlebar (headerbar);
89
90 var stack = (Gtk.Stack) builder.get_object ("dock_preferences");
91 add (stack);
92#else
93 const string[] ids = { "grid_appearance", "grid_behaviour", "view_docklets",
94 "adj_hide_delay", "adj_iconsize", "adj_offset", "adj_unhide_delay" };
95 builder.add_objects_from_resource ("%s/ui/preferences.ui".printf (Plank.G_RESOURCE_PATH), ids);
96
97 var notebook = new Gtk.Notebook ();
98 notebook.append_page ((Gtk.Widget) builder.get_object ("grid_appearance"), new Gtk.Label (_("Appearance")));
99 notebook.append_page ((Gtk.Widget) builder.get_object ("grid_behaviour"), new Gtk.Label (_("Behaviour")));
100 notebook.append_page ((Gtk.Widget) builder.get_object ("view_docklets"), new Gtk.Label (_("Docklets")));
101 notebook.show ();
102 add (notebook);
103#endif
104
105 cb_theme = builder.get_object ("cb_theme") as Gtk.ComboBoxText;
106 cb_hidemode = builder.get_object ("cb_hidemode") as Gtk.ComboBoxText;
107 cb_display_plug = builder.get_object ("cb_display_plug") as Gtk.ComboBoxText;
108 cb_position = builder.get_object ("cb_position") as Gtk.ComboBoxText;
109 sp_hide_delay = builder.get_object ("sp_hide_delay") as Gtk.SpinButton;
110 sp_unhide_delay = builder.get_object ("sp_unhide_delay") as Gtk.SpinButton;
111 adj_hide_delay = builder.get_object ("adj_hide_delay") as Gtk.Adjustment;
112 adj_unhide_delay = builder.get_object ("adj_unhide_delay") as Gtk.Adjustment;
113 adj_iconsize = builder.get_object ("adj_iconsize") as Gtk.Adjustment;
114 adj_offset = builder.get_object ("adj_offset") as Gtk.Adjustment;
115 adj_zoom_percent = builder.get_object ("adj_zoom_percent") as Gtk.Adjustment;
116 s_offset = builder.get_object ("s_offset") as Gtk.Scale;
117 s_zoom_percent = builder.get_object ("s_zoom_percent") as Gtk.Scale;
118 sw_hide = builder.get_object ("sw_hide") as Gtk.Switch;
119 sw_primary_display = builder.get_object ("sw_primary_display") as Gtk.Switch;
120 sw_workspace_only = builder.get_object ("sw_workspace_only") as Gtk.Switch;
121 sw_show_unpinned = builder.get_object ("sw_show_unpinned") as Gtk.Switch;
122 sw_lock_items = builder.get_object ("sw_lock_items") as Gtk.Switch;
123 sw_auto_pinning = builder.get_object ("sw_auto_pinning") as Gtk.Switch;
124 sw_pressure_reveal = builder.get_object ("sw_pressure_reveal") as Gtk.Switch;
125 sw_show_dock_item = builder.get_object ("sw_show_dock_item") as Gtk.Switch;
126 sw_zoom_enabled = builder.get_object ("sw_zoom_enabled") as Gtk.Switch;
127 cb_alignment = builder.get_object ("cb_alignment") as Gtk.ComboBoxText;
128 cb_items_alignment = builder.get_object ("cb_items_alignment") as Gtk.ComboBoxText;
129
130 init_dock_tab ();
131 init_docklets_tab ();
132 connect_signals ();
133
134 notify["controller"].connect (controller_changed);
135 } catch (Error e) {
136 builder = null;
137 critical (e.message);
138 }
139 }101 }
140 102
141 void controller_changed ()103 void controller_changed ()
@@ -236,29 +198,29 @@
236 198
237 }199 }
238 200
239 void cb_theme_changed (Gtk.ComboBox widget)201 void theme_changed (Gtk.ComboBox widget)
240 {202 {
241 prefs.Theme = ((Gtk.ComboBoxText) widget).get_active_text ();203 prefs.Theme = ((Gtk.ComboBoxText) widget).get_active_text ();
242 }204 }
243 205
244 void cb_hidemode_changed (Gtk.ComboBox widget)206 void hidemode_changed (Gtk.ComboBox widget)
245 {207 {
246 prefs.HideMode = (HideType) int.parse (widget.get_active_id ());208 prefs.HideMode = (HideType) int.parse (widget.get_active_id ());
247 }209 }
248 210
249 void cb_position_changed (Gtk.ComboBox widget)211 void position_changed (Gtk.ComboBox widget)
250 {212 {
251 prefs.Position = (Gtk.PositionType) int.parse (widget.get_active_id ());213 prefs.Position = (Gtk.PositionType) int.parse (widget.get_active_id ());
252 }214 }
253 215
254 void cb_alignment_changed (Gtk.ComboBox widget)216 void alignment_changed (Gtk.ComboBox widget)
255 {217 {
256 prefs.Alignment = (Gtk.Align) int.parse (widget.get_active_id ());218 prefs.Alignment = (Gtk.Align) int.parse (widget.get_active_id ());
257 cb_items_alignment.sensitive = (prefs.Alignment == Gtk.Align.FILL);219 cb_items_alignment.sensitive = (prefs.Alignment == Gtk.Align.FILL);
258 s_offset.sensitive = (prefs.Alignment == Gtk.Align.CENTER);220 s_offset.sensitive = (prefs.Alignment == Gtk.Align.CENTER);
259 }221 }
260 222
261 void cb_items_alignment_changed (Gtk.ComboBox widget)223 void items_alignment_changed (Gtk.ComboBox widget)
262 {224 {
263 prefs.ItemsAlignment = (Gtk.Align) int.parse (widget.get_active_id ());225 prefs.ItemsAlignment = (Gtk.Align) int.parse (widget.get_active_id ());
264 }226 }
@@ -366,9 +328,9 @@
366 {328 {
367 prefs.notify.connect (prefs_changed);329 prefs.notify.connect (prefs_changed);
368 330
369 cb_theme.changed.connect (cb_theme_changed);331 cb_theme.changed.connect (theme_changed);
370 cb_hidemode.changed.connect (cb_hidemode_changed);332 cb_hidemode.changed.connect (hidemode_changed);
371 cb_position.changed.connect (cb_position_changed);333 cb_position.changed.connect (position_changed);
372 adj_hide_delay.value_changed.connect (hide_delay_changed);334 adj_hide_delay.value_changed.connect (hide_delay_changed);
373 adj_unhide_delay.value_changed.connect (unhide_delay_changed);335 adj_unhide_delay.value_changed.connect (unhide_delay_changed);
374 cb_display_plug.changed.connect (monitor_changed);336 cb_display_plug.changed.connect (monitor_changed);
@@ -384,17 +346,17 @@
384 sw_pressure_reveal.notify["active"].connect (pressure_reveal_toggled);346 sw_pressure_reveal.notify["active"].connect (pressure_reveal_toggled);
385 sw_show_dock_item.notify["active"].connect (show_dock_item_toggled);347 sw_show_dock_item.notify["active"].connect (show_dock_item_toggled);
386 sw_zoom_enabled.notify["active"].connect (zoom_enabled_toggled);348 sw_zoom_enabled.notify["active"].connect (zoom_enabled_toggled);
387 cb_alignment.changed.connect (cb_alignment_changed);349 cb_alignment.changed.connect (alignment_changed);
388 cb_items_alignment.changed.connect (cb_items_alignment_changed);350 cb_items_alignment.changed.connect (items_alignment_changed);
389 }351 }
390 352
391 void disconnect_signals ()353 void disconnect_signals ()
392 {354 {
393 prefs.notify.disconnect (prefs_changed);355 prefs.notify.disconnect (prefs_changed);
394 356
395 cb_theme.changed.disconnect (cb_theme_changed);357 cb_theme.changed.disconnect (theme_changed);
396 cb_hidemode.changed.disconnect (cb_hidemode_changed);358 cb_hidemode.changed.disconnect (hidemode_changed);
397 cb_position.changed.disconnect (cb_position_changed);359 cb_position.changed.disconnect (position_changed);
398 adj_hide_delay.value_changed.disconnect (hide_delay_changed);360 adj_hide_delay.value_changed.disconnect (hide_delay_changed);
399 adj_unhide_delay.value_changed.disconnect (unhide_delay_changed);361 adj_unhide_delay.value_changed.disconnect (unhide_delay_changed);
400 cb_display_plug.changed.disconnect (monitor_changed);362 cb_display_plug.changed.disconnect (monitor_changed);
@@ -410,8 +372,8 @@
410 sw_pressure_reveal.notify["active"].disconnect (pressure_reveal_toggled);372 sw_pressure_reveal.notify["active"].disconnect (pressure_reveal_toggled);
411 sw_show_dock_item.notify["active"].disconnect (show_dock_item_toggled);373 sw_show_dock_item.notify["active"].disconnect (show_dock_item_toggled);
412 sw_zoom_enabled.notify["active"].disconnect (zoom_enabled_toggled);374 sw_zoom_enabled.notify["active"].disconnect (zoom_enabled_toggled);
413 cb_alignment.changed.disconnect (cb_alignment_changed);375 cb_alignment.changed.disconnect (alignment_changed);
414 cb_items_alignment.changed.disconnect (cb_items_alignment_changed);376 cb_items_alignment.changed.disconnect (items_alignment_changed);
415 }377 }
416 378
417 void init_dock_tab ()379 void init_dock_tab ()
@@ -469,7 +431,6 @@
469 {431 {
470 var model_docklets = new DockletViewModel ();432 var model_docklets = new DockletViewModel ();
471 var sorted_docklets = new Gtk.TreeModelSort.with_model (model_docklets);433 var sorted_docklets = new Gtk.TreeModelSort.with_model (model_docklets);
472 var view_docklets = (Gtk.IconView) builder.get_object ("view_docklets");
473 434
474 Gtk.TargetEntry te = { "text/plank-uri-list", Gtk.TargetFlags.SAME_APP, 0};435 Gtk.TargetEntry te = { "text/plank-uri-list", Gtk.TargetFlags.SAME_APP, 0};
475 view_docklets.enable_model_drag_source (Gdk.ModifierType.BUTTON1_MASK, { te }, Gdk.DragAction.PRIVATE);436 view_docklets.enable_model_drag_source (Gdk.ModifierType.BUTTON1_MASK, { te }, Gdk.DragAction.PRIVATE);
476437
=== modified file 'lib/libplank.symbols'
--- lib/libplank.symbols 2016-01-30 12:08:11 +0000
+++ lib/libplank.symbols 2016-02-16 14:34:53 +0000
@@ -15,7 +15,6 @@
15plank_abstract_main_get_build_release_name15plank_abstract_main_get_build_release_name
16plank_abstract_main_get_build_version16plank_abstract_main_get_build_version
17plank_abstract_main_get_build_version_info17plank_abstract_main_get_build_version_info
18plank_abstract_main_get_dock_name
19plank_abstract_main_get_exec_name18plank_abstract_main_get_exec_name
20plank_abstract_main_get_help_url19plank_abstract_main_get_help_url
21plank_abstract_main_get_main_url20plank_abstract_main_get_main_url
@@ -29,7 +28,6 @@
29plank_abstract_main_set_about_documenters28plank_abstract_main_set_about_documenters
30plank_abstract_main_set_about_license_type29plank_abstract_main_set_about_license_type
31plank_abstract_main_set_about_translators30plank_abstract_main_set_about_translators
32plank_abstract_main_set_dock_name
33plank_abstract_main_set_help_url31plank_abstract_main_set_help_url
34plank_abstract_main_set_main_url32plank_abstract_main_set_main_url
35plank_abstract_main_set_translate_url33plank_abstract_main_set_translate_url
3634
=== renamed file 'lib/plank.deps.in' => 'lib/plank.deps'
--- lib/plank.deps.in 2013-04-20 10:55:48 +0000
+++ lib/plank.deps 2016-02-16 14:34:53 +0000
@@ -1,7 +1,7 @@
1cairo1cairo
2gdk-pixbuf-2.02gdk-pixbuf-2.0
3gdk-3.03gdk-3.0
4@GEE_DEPEND@4gee-0.8
5gio-2.05gio-2.0
6glib-2.06glib-2.0
7gobject-2.07gobject-2.0
88
=== modified file 'lib/plank.pc.in'
--- lib/plank.pc.in 2015-05-30 07:01:01 +0000
+++ lib/plank.pc.in 2016-02-16 14:34:53 +0000
@@ -7,6 +7,6 @@
7Name: Plank7Name: Plank
8Description: Generic dock library of Plank8Description: Generic dock library of Plank
9Version: @PACKAGE_VERSION@9Version: @PACKAGE_VERSION@
10Requires: cairo @GEE_DEPEND@ glib-2.0 gio-2.0 gobject-2.0 gthread-2.0 gdk-3.0 gdk-pixbuf-2.0 gtk+-3.0 libbamf310Requires: cairo gee-0.8 glib-2.0 gio-2.0 gobject-2.0 gthread-2.0 gdk-3.0 gdk-pixbuf-2.0 gtk+-3.0 libbamf3
11Libs: -L${libdir} -lplank11Libs: -L${libdir} -lplank
12Cflags: -I${includedir}/plank12Cflags: -I${includedir}/plank
1313
=== modified file 'po/am.po'
--- po/am.po 2016-01-05 09:09:38 +0000
+++ po/am.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-11 19:08+0000\n"11"PO-Revision-Date: 2015-12-11 19:08+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Amharic <am@li.org>\n"13"Language-Team: Amharic <am@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr "አቀራረብ"105msgstr "አቀራረብ"
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr "ባህሪው"177msgstr "ባህሪው"
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr ""185msgstr ""
186186
@@ -233,6 +233,6 @@
233msgid "_Translate This Application..."233msgid "_Translate This Application..."
234msgstr ""234msgstr ""
235235
236#: ../lib/Widgets/PreferencesWindow.vala:65236#: ../lib/Widgets/PreferencesWindow.vala:72
237msgid "Preferences"237msgid "Preferences"
238msgstr "ምርጫዎች"238msgstr "ምርጫዎች"
239239
=== modified file 'po/ar.po'
--- po/ar.po 2016-01-05 09:09:38 +0000
+++ po/ar.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:42+0000\n"11"PO-Revision-Date: 2015-12-23 00:42+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Arabic <ar@li.org>\n"13"Language-Team: Arabic <ar@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -102,7 +102,7 @@
102msgid "Icon Zoom:"102msgid "Icon Zoom:"
103msgstr ""103msgstr ""
104104
105#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91105#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
106msgid "Appearance"106msgid "Appearance"
107msgstr "المظهر"107msgstr "المظهر"
108108
@@ -174,15 +174,15 @@
174msgid "Show Item for Dock:"174msgid "Show Item for Dock:"
175msgstr ""175msgstr ""
176176
177#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92177#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
178msgid "Behaviour"178msgid "Behaviour"
179msgstr "سلوك"179msgstr "سلوك"
180180
181#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93181#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
182msgid "Docklets"182msgid "Docklets"
183msgstr ""183msgstr ""
184184
185#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51185#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
186msgid "Drop to add to dock"186msgid "Drop to add to dock"
187msgstr ""187msgstr ""
188188
@@ -239,6 +239,6 @@
239msgid "_Translate This Application..."239msgid "_Translate This Application..."
240msgstr "ترجم هذا الت_طبيق"240msgstr "ترجم هذا الت_طبيق"
241241
242#: ../lib/Widgets/PreferencesWindow.vala:65242#: ../lib/Widgets/PreferencesWindow.vala:72
243msgid "Preferences"243msgid "Preferences"
244msgstr "التفضيلات"244msgstr "التفضيلات"
245245
=== modified file 'po/bg.po'
--- po/bg.po 2016-01-05 09:09:38 +0000
+++ po/bg.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Bulgarian <bg@li.org>\n"13"Language-Team: Bulgarian <bg@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -106,7 +106,7 @@
106msgid "Icon Zoom:"106msgid "Icon Zoom:"
107msgstr ""107msgstr ""
108108
109#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91109#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
110msgid "Appearance"110msgid "Appearance"
111msgstr "Външен вид"111msgstr "Външен вид"
112112
@@ -178,15 +178,15 @@
178msgid "Show Item for Dock:"178msgid "Show Item for Dock:"
179msgstr ""179msgstr ""
180180
181#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92181#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
182msgid "Behaviour"182msgid "Behaviour"
183msgstr "Поведение"183msgstr "Поведение"
184184
185#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93185#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
186msgid "Docklets"186msgid "Docklets"
187msgstr "Доклети"187msgstr "Доклети"
188188
189#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51189#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
190msgid "Drop to add to dock"190msgid "Drop to add to dock"
191msgstr "Отпуснете за да добавите към док"191msgstr "Отпуснете за да добавите към док"
192192
@@ -242,6 +242,6 @@
242msgid "_Translate This Application..."242msgid "_Translate This Application..."
243msgstr "_Превеждане на това приложение..."243msgstr "_Превеждане на това приложение..."
244244
245#: ../lib/Widgets/PreferencesWindow.vala:65245#: ../lib/Widgets/PreferencesWindow.vala:72
246msgid "Preferences"246msgid "Preferences"
247msgstr "Предпочитания"247msgstr "Предпочитания"
248248
=== modified file 'po/bs.po'
--- po/bs.po 2016-01-05 09:09:38 +0000
+++ po/bs.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:41+0000\n"11"PO-Revision-Date: 2015-12-23 00:41+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Bosnian <bs@li.org>\n"13"Language-Team: Bosnian <bs@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr ""105msgstr ""
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr ""185msgstr ""
186186
@@ -234,6 +234,6 @@
234msgid "_Translate This Application..."234msgid "_Translate This Application..."
235msgstr "Prevedi ovu aplikaciju..."235msgstr "Prevedi ovu aplikaciju..."
236236
237#: ../lib/Widgets/PreferencesWindow.vala:65237#: ../lib/Widgets/PreferencesWindow.vala:72
238msgid "Preferences"238msgid "Preferences"
239msgstr "Postavke"239msgstr "Postavke"
240240
=== modified file 'po/ca.po'
--- po/ca.po 2016-01-05 09:09:38 +0000
+++ po/ca.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: José Alfredo Múrcia Andrés <joamuran@gmail.com>\n"12"Last-Translator: José Alfredo Múrcia Andrés <joamuran@gmail.com>\n"
13"Language-Team: Catalan <ca@li.org>\n"13"Language-Team: Catalan <ca@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -108,7 +108,7 @@
108msgid "Icon Zoom:"108msgid "Icon Zoom:"
109msgstr "Escala de les icones:"109msgstr "Escala de les icones:"
110110
111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
112msgid "Appearance"112msgid "Appearance"
113msgstr "Aparença"113msgstr "Aparença"
114114
@@ -180,15 +180,15 @@
180msgid "Show Item for Dock:"180msgid "Show Item for Dock:"
181msgstr "Mostra l'element del Dock:"181msgstr "Mostra l'element del Dock:"
182182
183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
184msgid "Behaviour"184msgid "Behaviour"
185msgstr "Comportament"185msgstr "Comportament"
186186
187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
188msgid "Docklets"188msgid "Docklets"
189msgstr "Miniaplicacions"189msgstr "Miniaplicacions"
190190
191#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51191#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
192msgid "Drop to add to dock"192msgid "Drop to add to dock"
193msgstr "Deixa anar per afegir al dock"193msgstr "Deixa anar per afegir al dock"
194194
@@ -243,6 +243,6 @@
243msgid "_Translate This Application..."243msgid "_Translate This Application..."
244msgstr "_Traduïu aquesta aplicació…"244msgstr "_Traduïu aquesta aplicació…"
245245
246#: ../lib/Widgets/PreferencesWindow.vala:65246#: ../lib/Widgets/PreferencesWindow.vala:72
247msgid "Preferences"247msgid "Preferences"
248msgstr "Preferències"248msgstr "Preferències"
249249
=== modified file 'po/cs.po'
--- po/cs.po 2016-01-05 09:09:38 +0000
+++ po/cs.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Czech <cs@li.org>\n"13"Language-Team: Czech <cs@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -102,7 +102,7 @@
102msgid "Icon Zoom:"102msgid "Icon Zoom:"
103msgstr ""103msgstr ""
104104
105#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91105#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
106msgid "Appearance"106msgid "Appearance"
107msgstr "Vzhled"107msgstr "Vzhled"
108108
@@ -174,15 +174,15 @@
174msgid "Show Item for Dock:"174msgid "Show Item for Dock:"
175msgstr ""175msgstr ""
176176
177#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92177#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
178msgid "Behaviour"178msgid "Behaviour"
179msgstr "Chování"179msgstr "Chování"
180180
181#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93181#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
182msgid "Docklets"182msgid "Docklets"
183msgstr "Doplňky"183msgstr "Doplňky"
184184
185#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51185#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
186msgid "Drop to add to dock"186msgid "Drop to add to dock"
187msgstr "Upustit pro přidání do panelu"187msgstr "Upustit pro přidání do panelu"
188188
@@ -239,6 +239,6 @@
239msgid "_Translate This Application..."239msgid "_Translate This Application..."
240msgstr "_Přeložit tuto aplikaci..."240msgstr "_Přeložit tuto aplikaci..."
241241
242#: ../lib/Widgets/PreferencesWindow.vala:65242#: ../lib/Widgets/PreferencesWindow.vala:72
243msgid "Preferences"243msgid "Preferences"
244msgstr "Předvolby"244msgstr "Předvolby"
245245
=== modified file 'po/de.po'
--- po/de.po 2016-01-05 09:09:38 +0000
+++ po/de.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:39+0000\n"11"PO-Revision-Date: 2016-01-05 17:58+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: German <de@li.org>\n"13"Language-Team: German <de@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -107,7 +107,7 @@
107msgid "Icon Zoom:"107msgid "Icon Zoom:"
108msgstr "Symbolvergrößerung:"108msgstr "Symbolvergrößerung:"
109109
110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
111msgid "Appearance"111msgid "Appearance"
112msgstr "Erscheinungsbild"112msgstr "Erscheinungsbild"
113113
@@ -179,15 +179,15 @@
179msgid "Show Item for Dock:"179msgid "Show Item for Dock:"
180msgstr "Symbol für Dock anzeigen:"180msgstr "Symbol für Dock anzeigen:"
181181
182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
183msgid "Behaviour"183msgid "Behaviour"
184msgstr "Verhalten"184msgstr "Verhalten"
185185
186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
187msgid "Docklets"187msgid "Docklets"
188msgstr "Docklets"188msgstr "Docklets"
189189
190#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51190#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
191msgid "Drop to add to dock"191msgid "Drop to add to dock"
192msgstr "Loslassen, um es zum Dock hinzuzufügen"192msgstr "Loslassen, um es zum Dock hinzuzufügen"
193193
@@ -248,6 +248,6 @@
248msgid "_Translate This Application..."248msgid "_Translate This Application..."
249msgstr "_Diese Anwendung übersetzen …"249msgstr "_Diese Anwendung übersetzen …"
250250
251#: ../lib/Widgets/PreferencesWindow.vala:65251#: ../lib/Widgets/PreferencesWindow.vala:72
252msgid "Preferences"252msgid "Preferences"
253msgstr "Einstellungen"253msgstr "Einstellungen"
254254
=== modified file 'po/el.po'
--- po/el.po 2016-01-05 09:09:38 +0000
+++ po/el.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: Kostas Milonas <milonas.ko@gmail.com>\n"9"Report-Msgid-Bugs-To: Kostas Milonas <milonas.ko@gmail.com>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:41+0000\n"11"PO-Revision-Date: 2015-12-23 00:41+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Greek <el@li.org>\n"13"Language-Team: Greek <el@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -109,7 +109,7 @@
109msgid "Icon Zoom:"109msgid "Icon Zoom:"
110msgstr "Μεγέθυνση εικονιδίων:"110msgstr "Μεγέθυνση εικονιδίων:"
111111
112#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91112#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
113msgid "Appearance"113msgid "Appearance"
114msgstr "Εμφάνιση"114msgstr "Εμφάνιση"
115115
@@ -181,15 +181,15 @@
181msgid "Show Item for Dock:"181msgid "Show Item for Dock:"
182msgstr "Εμφάνιση Αντικειμένου για Υποδοχή:"182msgstr "Εμφάνιση Αντικειμένου για Υποδοχή:"
183183
184#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92184#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
185msgid "Behaviour"185msgid "Behaviour"
186msgstr "Συμπεριφορά"186msgstr "Συμπεριφορά"
187187
188#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93188#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
189msgid "Docklets"189msgid "Docklets"
190msgstr "Εφαρμογίδια"190msgstr "Εφαρμογίδια"
191191
192#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51192#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
193msgid "Drop to add to dock"193msgid "Drop to add to dock"
194msgstr ""194msgstr ""
195195
@@ -245,6 +245,6 @@
245msgid "_Translate This Application..."245msgid "_Translate This Application..."
246msgstr "Με_ταφράστε αυτήν την εφαρμογή..."246msgstr "Με_ταφράστε αυτήν την εφαρμογή..."
247247
248#: ../lib/Widgets/PreferencesWindow.vala:65248#: ../lib/Widgets/PreferencesWindow.vala:72
249msgid "Preferences"249msgid "Preferences"
250msgstr "Προτιμήσεις"250msgstr "Προτιμήσεις"
251251
=== modified file 'po/en_AU.po'
--- po/en_AU.po 2016-01-05 09:09:38 +0000
+++ po/en_AU.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:42+0000\n"11"PO-Revision-Date: 2015-12-23 00:42+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: English (Australia) <en_AU@li.org>\n"13"Language-Team: English (Australia) <en_AU@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr ""105msgstr ""
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr "Drop to add to dock"185msgstr "Drop to add to dock"
186186
@@ -233,6 +233,6 @@
233msgid "_Translate This Application..."233msgid "_Translate This Application..."
234msgstr "_Translate This Application..."234msgstr "_Translate This Application..."
235235
236#: ../lib/Widgets/PreferencesWindow.vala:65236#: ../lib/Widgets/PreferencesWindow.vala:72
237msgid "Preferences"237msgid "Preferences"
238msgstr "Preferences"238msgstr "Preferences"
239239
=== modified file 'po/en_CA.po'
--- po/en_CA.po 2016-01-05 09:09:38 +0000
+++ po/en_CA.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:41+0000\n"11"PO-Revision-Date: 2015-12-23 00:41+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: English (Canada) <en_CA@li.org>\n"13"Language-Team: English (Canada) <en_CA@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr ""105msgstr ""
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr ""185msgstr ""
186186
@@ -233,6 +233,6 @@
233msgid "_Translate This Application..."233msgid "_Translate This Application..."
234msgstr "_Translate This Application..."234msgstr "_Translate This Application..."
235235
236#: ../lib/Widgets/PreferencesWindow.vala:65236#: ../lib/Widgets/PreferencesWindow.vala:72
237msgid "Preferences"237msgid "Preferences"
238msgstr ""238msgstr ""
239239
=== modified file 'po/en_GB.po'
--- po/en_GB.po 2016-01-30 12:44:39 +0000
+++ po/en_GB.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-26 14:33+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2016-01-12 10:38+0000\n"11"PO-Revision-Date: 2016-01-12 10:38+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: English (United Kingdom) <en_GB@li.org>\n"13"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-27 05:18+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17902)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -197,7 +197,7 @@
197"Launchpad Contributions:\n"197"Launchpad Contributions:\n"
198" Alfredo Hernández https://launchpad.net/~aldomann\n"198" Alfredo Hernández https://launchpad.net/~aldomann\n"
199" Anthony Harrington https://launchpad.net/~untaintableangel\n"199" Anthony Harrington https://launchpad.net/~untaintableangel\n"
200" ChrisofBristol https://launchpad.net/~chrisofbristol\n"200" Deleted https://launchpad.net/~old.name\n"
201" Dinçer Kavraal https://launchpad.net/~dkavraal\n"201" Dinçer Kavraal https://launchpad.net/~dkavraal\n"
202" James Tait https://launchpad.net/~jamestait\n"202" James Tait https://launchpad.net/~jamestait\n"
203" Rico Tzschichholz https://launchpad.net/~ricotz"203" Rico Tzschichholz https://launchpad.net/~ricotz"
204204
=== modified file 'po/eo.po'
--- po/eo.po 2016-01-05 09:09:38 +0000
+++ po/eo.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:39+0000\n"11"PO-Revision-Date: 2015-12-23 00:39+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Esperanto <eo@li.org>\n"13"Language-Team: Esperanto <eo@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr "Aspekto"105msgstr "Aspekto"
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr ""185msgstr ""
186186
@@ -236,6 +236,6 @@
236msgid "_Translate This Application..."236msgid "_Translate This Application..."
237msgstr "_Traduki ĉi tiun aplikaĵon..."237msgstr "_Traduki ĉi tiun aplikaĵon..."
238238
239#: ../lib/Widgets/PreferencesWindow.vala:65239#: ../lib/Widgets/PreferencesWindow.vala:72
240msgid "Preferences"240msgid "Preferences"
241msgstr "Agordoj"241msgstr "Agordoj"
242242
=== modified file 'po/es.po'
--- po/es.po 2016-01-05 09:09:38 +0000
+++ po/es.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Spanish <es@li.org>\n"13"Language-Team: Spanish <es@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -107,7 +107,7 @@
107msgid "Icon Zoom:"107msgid "Icon Zoom:"
108msgstr "Escala de iconos:"108msgstr "Escala de iconos:"
109109
110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
111msgid "Appearance"111msgid "Appearance"
112msgstr "Apariencia"112msgstr "Apariencia"
113113
@@ -179,15 +179,15 @@
179msgid "Show Item for Dock:"179msgid "Show Item for Dock:"
180msgstr "Mostrar elemento del dock:"180msgstr "Mostrar elemento del dock:"
181181
182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
183msgid "Behaviour"183msgid "Behaviour"
184msgstr "Comportamiento"184msgstr "Comportamiento"
185185
186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
187msgid "Docklets"187msgid "Docklets"
188msgstr "Agregados"188msgstr "Agregados"
189189
190#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51190#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
191msgid "Drop to add to dock"191msgid "Drop to add to dock"
192msgstr "Soltar para añadir al dock"192msgstr "Soltar para añadir al dock"
193193
@@ -259,6 +259,6 @@
259msgid "_Translate This Application..."259msgid "_Translate This Application..."
260msgstr "_Traducir esta aplicación…"260msgstr "_Traducir esta aplicación…"
261261
262#: ../lib/Widgets/PreferencesWindow.vala:65262#: ../lib/Widgets/PreferencesWindow.vala:72
263msgid "Preferences"263msgid "Preferences"
264msgstr "Preferencias"264msgstr "Preferencias"
265265
=== modified file 'po/et.po'
--- po/et.po 2016-01-05 09:09:38 +0000
+++ po/et.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:41+0000\n"11"PO-Revision-Date: 2015-12-23 00:41+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Estonian <et@li.org>\n"13"Language-Team: Estonian <et@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -106,7 +106,7 @@
106msgid "Icon Zoom:"106msgid "Icon Zoom:"
107msgstr "Ikoonide suurendamine:"107msgstr "Ikoonide suurendamine:"
108108
109#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91109#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
110msgid "Appearance"110msgid "Appearance"
111msgstr "Välimus"111msgstr "Välimus"
112112
@@ -178,15 +178,15 @@
178msgid "Show Item for Dock:"178msgid "Show Item for Dock:"
179msgstr "Doki ikooni näitamine:"179msgstr "Doki ikooni näitamine:"
180180
181#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92181#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
182msgid "Behaviour"182msgid "Behaviour"
183msgstr "Käitumine"183msgstr "Käitumine"
184184
185#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93185#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
186msgid "Docklets"186msgid "Docklets"
187msgstr "Lisad"187msgstr "Lisad"
188188
189#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51189#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
190msgid "Drop to add to dock"190msgid "Drop to add to dock"
191msgstr "Lohista lisamiseks dokile"191msgstr "Lohista lisamiseks dokile"
192192
@@ -241,6 +241,6 @@
241msgid "_Translate This Application..."241msgid "_Translate This Application..."
242msgstr "_Aita tõlkida..."242msgstr "_Aita tõlkida..."
243243
244#: ../lib/Widgets/PreferencesWindow.vala:65244#: ../lib/Widgets/PreferencesWindow.vala:72
245msgid "Preferences"245msgid "Preferences"
246msgstr "Eelistused"246msgstr "Eelistused"
247247
=== modified file 'po/eu.po'
--- po/eu.po 2016-01-05 09:09:38 +0000
+++ po/eu.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2016-01-04 14:54+0000\n"11"PO-Revision-Date: 2016-01-05 18:02+0000\n"
12"Last-Translator: Félix Brezo <felixbrezo@gmail.com>\n"12"Last-Translator: Félix Brezo <felixbrezo@gmail.com>\n"
13"Language-Team: Basque <eu@li.org>\n"13"Language-Team: Basque <eu@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -102,7 +102,7 @@
102msgid "Icon Zoom:"102msgid "Icon Zoom:"
103msgstr "Ikonoen zooma:"103msgstr "Ikonoen zooma:"
104104
105#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91105#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
106msgid "Appearance"106msgid "Appearance"
107msgstr "Itxura"107msgstr "Itxura"
108108
@@ -174,15 +174,15 @@
174msgid "Show Item for Dock:"174msgid "Show Item for Dock:"
175msgstr ""175msgstr ""
176176
177#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92177#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
178msgid "Behaviour"178msgid "Behaviour"
179msgstr ""179msgstr ""
180180
181#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93181#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
182msgid "Docklets"182msgid "Docklets"
183msgstr ""183msgstr ""
184184
185#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51185#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
186msgid "Drop to add to dock"186msgid "Drop to add to dock"
187msgstr "Jaregin atrakera itsasteko"187msgstr "Jaregin atrakera itsasteko"
188188
@@ -237,6 +237,6 @@
237msgid "_Translate This Application..."237msgid "_Translate This Application..."
238msgstr "It_zuli aplikazio hau..."238msgstr "It_zuli aplikazio hau..."
239239
240#: ../lib/Widgets/PreferencesWindow.vala:65240#: ../lib/Widgets/PreferencesWindow.vala:72
241msgid "Preferences"241msgid "Preferences"
242msgstr "Hobespenak"242msgstr "Hobespenak"
243243
=== modified file 'po/fi.po'
--- po/fi.po 2016-01-05 09:09:38 +0000
+++ po/fi.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Finnish <fi@li.org>\n"13"Language-Team: Finnish <fi@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -106,7 +106,7 @@
106msgid "Icon Zoom:"106msgid "Icon Zoom:"
107msgstr "Kuvakesuurennus:"107msgstr "Kuvakesuurennus:"
108108
109#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91109#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
110msgid "Appearance"110msgid "Appearance"
111msgstr "Ulkoasu"111msgstr "Ulkoasu"
112112
@@ -178,15 +178,15 @@
178msgid "Show Item for Dock:"178msgid "Show Item for Dock:"
179msgstr "Näytettävä kohde telakalle:"179msgstr "Näytettävä kohde telakalle:"
180180
181#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92181#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
182msgid "Behaviour"182msgid "Behaviour"
183msgstr "Toiminta"183msgstr "Toiminta"
184184
185#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93185#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
186msgid "Docklets"186msgid "Docklets"
187msgstr "Telakkasovelmat"187msgstr "Telakkasovelmat"
188188
189#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51189#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
190msgid "Drop to add to dock"190msgid "Drop to add to dock"
191msgstr "Tiputa lisätäksesi telakkaan"191msgstr "Tiputa lisätäksesi telakkaan"
192192
@@ -239,6 +239,6 @@
239msgid "_Translate This Application..."239msgid "_Translate This Application..."
240msgstr "Kää_nnä tämä ohjelma..."240msgstr "Kää_nnä tämä ohjelma..."
241241
242#: ../lib/Widgets/PreferencesWindow.vala:65242#: ../lib/Widgets/PreferencesWindow.vala:72
243msgid "Preferences"243msgid "Preferences"
244msgstr "Asetukset"244msgstr "Asetukset"
245245
=== modified file 'po/fr.po'
--- po/fr.po 2016-01-05 09:09:38 +0000
+++ po/fr.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 15:40+0000\n"11"PO-Revision-Date: 2016-02-13 15:33+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Charles Monzat <superboa@hotmail.fr>\n"
13"Language-Team: French <fr@li.org>\n"13"Language-Team: French <fr@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -108,7 +108,7 @@
108msgid "Icon Zoom:"108msgid "Icon Zoom:"
109msgstr "Zoom sur icône :"109msgstr "Zoom sur icône :"
110110
111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
112msgid "Appearance"112msgid "Appearance"
113msgstr "Apparence"113msgstr "Apparence"
114114
@@ -180,17 +180,17 @@
180msgid "Show Item for Dock:"180msgid "Show Item for Dock:"
181msgstr "Afficher l'icône du dock :"181msgstr "Afficher l'icône du dock :"
182182
183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
184msgid "Behaviour"184msgid "Behaviour"
185msgstr "Comportement"185msgstr "Comportement"
186186
187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
188msgid "Docklets"188msgid "Docklets"
189msgstr "Docklets"189msgstr "Docklets"
190190
191#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51191#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
192msgid "Drop to add to dock"192msgid "Drop to add to dock"
193msgstr "Relâchez pour ajouter au dock"193msgstr "Relâcher pour ajouter au dock"
194194
195#: ../lib/Factories/AbstractMain.vala:388 ../src/Main.vala:75195#: ../lib/Factories/AbstractMain.vala:388 ../src/Main.vala:75
196msgid "translator-credits"196msgid "translator-credits"
@@ -236,7 +236,7 @@
236236
237#: ../lib/Items/FileDockItem.vala:336237#: ../lib/Items/FileDockItem.vala:336
238msgid "_Open in File Browser"238msgid "_Open in File Browser"
239msgstr "_Ouvrir dans le Gestionnaire de Fichiers"239msgstr "_Ouvrir dans le Gestionnaire de fichiers"
240240
241#: ../lib/Items/FileDockItem.vala:358241#: ../lib/Items/FileDockItem.vala:358
242msgid "_Open"242msgid "_Open"
@@ -244,11 +244,11 @@
244244
245#: ../lib/Items/FileDockItem.vala:362245#: ../lib/Items/FileDockItem.vala:362
246msgid "Open Containing _Folder"246msgid "Open Containing _Folder"
247msgstr "Ouvrir le _dossier contenant"247msgstr "Ouvrir le _dossier parent"
248248
249#: ../lib/Items/PlaceholderDockItem.vala:37249#: ../lib/Items/PlaceholderDockItem.vala:37
250msgid "Drop applications or files here"250msgid "Drop applications or files here"
251msgstr "Déposez ici des applications ou des fichiers"251msgstr "Déposer ici des applications ou des fichiers"
252252
253#: ../lib/Items/PlankDockItem.vala:73253#: ../lib/Items/PlankDockItem.vala:73
254msgid "Get _Help Online..."254msgid "Get _Help Online..."
@@ -258,6 +258,6 @@
258msgid "_Translate This Application..."258msgid "_Translate This Application..."
259msgstr "_Traduire cette application..."259msgstr "_Traduire cette application..."
260260
261#: ../lib/Widgets/PreferencesWindow.vala:65261#: ../lib/Widgets/PreferencesWindow.vala:72
262msgid "Preferences"262msgid "Preferences"
263msgstr "Préférences"263msgstr "Préférences"
264264
=== modified file 'po/gd.po'
--- po/gd.po 2016-01-05 09:09:38 +0000
+++ po/gd.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:41+0000\n"11"PO-Revision-Date: 2015-12-23 00:41+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Fòram na Gàidhlig\n"13"Language-Team: Fòram na Gàidhlig\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
19"Language: gd\n"19"Language: gd\n"
2020
21#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:121#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
@@ -110,7 +110,7 @@
110msgid "Icon Zoom:"110msgid "Icon Zoom:"
111msgstr ""111msgstr ""
112112
113#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91113#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
114msgid "Appearance"114msgid "Appearance"
115msgstr "Coltas"115msgstr "Coltas"
116116
@@ -182,15 +182,15 @@
182msgid "Show Item for Dock:"182msgid "Show Item for Dock:"
183msgstr "Seall nì airson an doca:"183msgstr "Seall nì airson an doca:"
184184
185#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92185#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
186msgid "Behaviour"186msgid "Behaviour"
187msgstr "Giùlan"187msgstr "Giùlan"
188188
189#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93189#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
190msgid "Docklets"190msgid "Docklets"
191msgstr ""191msgstr ""
192192
193#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51193#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
194msgid "Drop to add to dock"194msgid "Drop to add to dock"
195msgstr ""195msgstr ""
196196
@@ -243,6 +243,6 @@
243msgid "_Translate This Application..."243msgid "_Translate This Application..."
244msgstr "Eadar-_theangaich an aplacaid seo..."244msgstr "Eadar-_theangaich an aplacaid seo..."
245245
246#: ../lib/Widgets/PreferencesWindow.vala:65246#: ../lib/Widgets/PreferencesWindow.vala:72
247msgid "Preferences"247msgid "Preferences"
248msgstr "Roghainnean"248msgstr "Roghainnean"
249249
=== modified file 'po/gl.po'
--- po/gl.po 2016-01-05 09:09:38 +0000
+++ po/gl.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:41+0000\n"11"PO-Revision-Date: 2015-12-23 00:41+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Galician <gl@li.org>\n"13"Language-Team: Galician <gl@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -108,7 +108,7 @@
108msgid "Icon Zoom:"108msgid "Icon Zoom:"
109msgstr "Ampliación das iconas:"109msgstr "Ampliación das iconas:"
110110
111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
112msgid "Appearance"112msgid "Appearance"
113msgstr "Aparencia"113msgstr "Aparencia"
114114
@@ -180,15 +180,15 @@
180msgid "Show Item for Dock:"180msgid "Show Item for Dock:"
181msgstr "Mostar elemento de doca:"181msgstr "Mostar elemento de doca:"
182182
183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
184msgid "Behaviour"184msgid "Behaviour"
185msgstr "Comportamento"185msgstr "Comportamento"
186186
187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
188msgid "Docklets"188msgid "Docklets"
189msgstr "Engadidos de doca"189msgstr "Engadidos de doca"
190190
191#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51191#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
192msgid "Drop to add to dock"192msgid "Drop to add to dock"
193msgstr "Soltar para engadir á doca"193msgstr "Soltar para engadir á doca"
194194
@@ -244,6 +244,6 @@
244msgid "_Translate This Application..."244msgid "_Translate This Application..."
245msgstr "_Traducir este aplicativo..."245msgstr "_Traducir este aplicativo..."
246246
247#: ../lib/Widgets/PreferencesWindow.vala:65247#: ../lib/Widgets/PreferencesWindow.vala:72
248msgid "Preferences"248msgid "Preferences"
249msgstr "Preferencias"249msgstr "Preferencias"
250250
=== modified file 'po/he.po'
--- po/he.po 2016-01-05 09:09:38 +0000
+++ po/he.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 16:04+0000\n"11"PO-Revision-Date: 2015-12-23 16:04+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Hebrew <he@li.org>\n"13"Language-Team: Hebrew <he@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -106,7 +106,7 @@
106msgid "Icon Zoom:"106msgid "Icon Zoom:"
107msgstr "הגדלת אייקונים"107msgstr "הגדלת אייקונים"
108108
109#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91109#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
110msgid "Appearance"110msgid "Appearance"
111msgstr "מראה"111msgstr "מראה"
112112
@@ -178,15 +178,15 @@
178msgid "Show Item for Dock:"178msgid "Show Item for Dock:"
179msgstr "הראה אייקון עבור הסרגל:"179msgstr "הראה אייקון עבור הסרגל:"
180180
181#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92181#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
182msgid "Behaviour"182msgid "Behaviour"
183msgstr "התנהגות"183msgstr "התנהגות"
184184
185#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93185#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
186msgid "Docklets"186msgid "Docklets"
187msgstr "גאדג'טים"187msgstr "גאדג'טים"
188188
189#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51189#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
190msgid "Drop to add to dock"190msgid "Drop to add to dock"
191msgstr "שחרר בכדי להוסיף לסרגל הדוק"191msgstr "שחרר בכדי להוסיף לסרגל הדוק"
192192
@@ -243,6 +243,6 @@
243msgid "_Translate This Application..."243msgid "_Translate This Application..."
244msgstr "_תרגום יישום זה..."244msgstr "_תרגום יישום זה..."
245245
246#: ../lib/Widgets/PreferencesWindow.vala:65246#: ../lib/Widgets/PreferencesWindow.vala:72
247msgid "Preferences"247msgid "Preferences"
248msgstr "העדפות"248msgstr "העדפות"
249249
=== modified file 'po/hr.po'
--- po/hr.po 2016-01-05 09:09:38 +0000
+++ po/hr.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2016-02-09 17:42+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: gogo <trebelnik2@gmail.com>\n"
13"Language-Team: Croatian <hr@li.org>\n"13"Language-Team: Croatian <hr@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr "Izgled"105msgstr "Izgled"
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr "Ispustite da biste dodali na dok"185msgstr "Ispustite da biste dodali na dok"
186186
@@ -221,7 +221,7 @@
221221
222#: ../lib/Items/FileDockItem.vala:362222#: ../lib/Items/FileDockItem.vala:362
223msgid "Open Containing _Folder"223msgid "Open Containing _Folder"
224msgstr "Otvori Sadržajnu _mapu"224msgstr "Otvori sadržajnu _mapu"
225225
226#: ../lib/Items/PlaceholderDockItem.vala:37226#: ../lib/Items/PlaceholderDockItem.vala:37
227msgid "Drop applications or files here"227msgid "Drop applications or files here"
@@ -235,6 +235,6 @@
235msgid "_Translate This Application..."235msgid "_Translate This Application..."
236msgstr "_Prevedi ovu aplikaciju..."236msgstr "_Prevedi ovu aplikaciju..."
237237
238#: ../lib/Widgets/PreferencesWindow.vala:65238#: ../lib/Widgets/PreferencesWindow.vala:72
239msgid "Preferences"239msgid "Preferences"
240msgstr "Postavke"240msgstr "Postavke"
241241
=== modified file 'po/hu.po'
--- po/hu.po 2016-01-05 09:09:38 +0000
+++ po/hu.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Hungarian <hu@li.org>\n"13"Language-Team: Hungarian <hu@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -108,7 +108,7 @@
108msgid "Icon Zoom:"108msgid "Icon Zoom:"
109msgstr "Ikon nagyítása:"109msgstr "Ikon nagyítása:"
110110
111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
112msgid "Appearance"112msgid "Appearance"
113msgstr "Megjelenés"113msgstr "Megjelenés"
114114
@@ -181,15 +181,15 @@
181msgid "Show Item for Dock:"181msgid "Show Item for Dock:"
182msgstr "Dokk ikon megjelenítése:"182msgstr "Dokk ikon megjelenítése:"
183183
184#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92184#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
185msgid "Behaviour"185msgid "Behaviour"
186msgstr "Viselkedés"186msgstr "Viselkedés"
187187
188#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93188#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
189msgid "Docklets"189msgid "Docklets"
190msgstr "Dockletek"190msgstr "Dockletek"
191191
192#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51192#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
193msgid "Drop to add to dock"193msgid "Drop to add to dock"
194msgstr "Ragadja meg a dokkon való elhelyezéshez"194msgstr "Ragadja meg a dokkon való elhelyezéshez"
195195
@@ -245,6 +245,6 @@
245msgid "_Translate This Application..."245msgid "_Translate This Application..."
246msgstr "Ezen alkalmazás _fordítása..."246msgstr "Ezen alkalmazás _fordítása..."
247247
248#: ../lib/Widgets/PreferencesWindow.vala:65248#: ../lib/Widgets/PreferencesWindow.vala:72
249msgid "Preferences"249msgid "Preferences"
250msgstr "Beállítások"250msgstr "Beállítások"
251251
=== modified file 'po/id.po'
--- po/id.po 2016-01-05 09:09:38 +0000
+++ po/id.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Indonesian <id@li.org>\n"13"Language-Team: Indonesian <id@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -107,7 +107,7 @@
107msgid "Icon Zoom:"107msgid "Icon Zoom:"
108msgstr ""108msgstr ""
109109
110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
111msgid "Appearance"111msgid "Appearance"
112msgstr "Tampilan"112msgstr "Tampilan"
113113
@@ -179,15 +179,15 @@
179msgid "Show Item for Dock:"179msgid "Show Item for Dock:"
180msgstr ""180msgstr ""
181181
182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
183msgid "Behaviour"183msgid "Behaviour"
184msgstr ""184msgstr ""
185185
186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
187msgid "Docklets"187msgid "Docklets"
188msgstr ""188msgstr ""
189189
190#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51190#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
191msgid "Drop to add to dock"191msgid "Drop to add to dock"
192msgstr "Jatuhkan untuk menambah dok"192msgstr "Jatuhkan untuk menambah dok"
193193
@@ -245,6 +245,6 @@
245msgid "_Translate This Application..."245msgid "_Translate This Application..."
246msgstr "_Terjemahkan Aplikasi ini..."246msgstr "_Terjemahkan Aplikasi ini..."
247247
248#: ../lib/Widgets/PreferencesWindow.vala:65248#: ../lib/Widgets/PreferencesWindow.vala:72
249msgid "Preferences"249msgid "Preferences"
250msgstr "Preferensi"250msgstr "Preferensi"
251251
=== modified file 'po/it.po'
--- po/it.po 2016-01-05 09:09:38 +0000
+++ po/it.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Italian <it@li.org>\n"13"Language-Team: Italian <it@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -108,7 +108,7 @@
108msgid "Icon Zoom:"108msgid "Icon Zoom:"
109msgstr "Ingrandimento icone:"109msgstr "Ingrandimento icone:"
110110
111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
112msgid "Appearance"112msgid "Appearance"
113msgstr "Aspetto"113msgstr "Aspetto"
114114
@@ -180,15 +180,15 @@
180msgid "Show Item for Dock:"180msgid "Show Item for Dock:"
181msgstr "Mostra elemento per la Dock:"181msgstr "Mostra elemento per la Dock:"
182182
183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
184msgid "Behaviour"184msgid "Behaviour"
185msgstr "Comportamento"185msgstr "Comportamento"
186186
187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
188msgid "Docklets"188msgid "Docklets"
189msgstr "Docklets"189msgstr "Docklets"
190190
191#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51191#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
192msgid "Drop to add to dock"192msgid "Drop to add to dock"
193msgstr "Rilascia per aggiungere alla dock"193msgstr "Rilascia per aggiungere alla dock"
194194
@@ -253,6 +253,6 @@
253msgid "_Translate This Application..."253msgid "_Translate This Application..."
254msgstr "_Traduci questa applicazione"254msgstr "_Traduci questa applicazione"
255255
256#: ../lib/Widgets/PreferencesWindow.vala:65256#: ../lib/Widgets/PreferencesWindow.vala:72
257msgid "Preferences"257msgid "Preferences"
258msgstr "Preferenze"258msgstr "Preferenze"
259259
=== modified file 'po/ja.po'
--- po/ja.po 2016-01-05 09:09:38 +0000
+++ po/ja.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 16:13+0000\n"11"PO-Revision-Date: 2015-12-23 16:13+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Japanese <ja@li.org>\n"13"Language-Team: Japanese <ja@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr "外観"105msgstr "外観"
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr "ドックにアイテムを表示"173msgstr "ドックにアイテムを表示"
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr "ドロップしてドックに追加"185msgstr "ドロップしてドックに追加"
186186
@@ -236,6 +236,6 @@
236msgid "_Translate This Application..."236msgid "_Translate This Application..."
237msgstr ""237msgstr ""
238238
239#: ../lib/Widgets/PreferencesWindow.vala:65239#: ../lib/Widgets/PreferencesWindow.vala:72
240msgid "Preferences"240msgid "Preferences"
241msgstr "設定"241msgstr "設定"
242242
=== modified file 'po/ka.po'
--- po/ka.po 2016-01-05 09:09:38 +0000
+++ po/ka.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 15:53+0000\n"11"PO-Revision-Date: 2015-12-23 15:53+0000\n"
12"Last-Translator: guja <guja1995@gmail.com>\n"12"Last-Translator: guja <guja1995@gmail.com>\n"
13"Language-Team: Georgian <ka@li.org>\n"13"Language-Team: Georgian <ka@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -102,7 +102,7 @@
102msgid "Icon Zoom:"102msgid "Icon Zoom:"
103msgstr "ხატულის გაზრდა:"103msgstr "ხატულის გაზრდა:"
104104
105#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91105#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
106msgid "Appearance"106msgid "Appearance"
107msgstr "ინტერფეისი"107msgstr "ინტერფეისი"
108108
@@ -174,15 +174,15 @@
174msgid "Show Item for Dock:"174msgid "Show Item for Dock:"
175msgstr ""175msgstr ""
176176
177#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92177#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
178msgid "Behaviour"178msgid "Behaviour"
179msgstr ""179msgstr ""
180180
181#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93181#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
182msgid "Docklets"182msgid "Docklets"
183msgstr ""183msgstr ""
184184
185#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51185#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
186msgid "Drop to add to dock"186msgid "Drop to add to dock"
187msgstr ""187msgstr ""
188188
@@ -235,6 +235,6 @@
235msgid "_Translate This Application..."235msgid "_Translate This Application..."
236msgstr ""236msgstr ""
237237
238#: ../lib/Widgets/PreferencesWindow.vala:65238#: ../lib/Widgets/PreferencesWindow.vala:72
239msgid "Preferences"239msgid "Preferences"
240msgstr "პარამეტრები"240msgstr "პარამეტრები"
241241
=== modified file 'po/ko.po'
--- po/ko.po 2016-01-30 12:44:39 +0000
+++ po/ko.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-26 14:33+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2016-01-25 14:40+0000\n"11"PO-Revision-Date: 2016-01-25 14:40+0000\n"
12"Last-Translator: Jung-Kyu Park <bagjunggyu@gmail.com>\n"12"Last-Translator: Jung-Kyu Park <bagjunggyu@gmail.com>\n"
13"Language-Team: Korean <ko@li.org>\n"13"Language-Team: Korean <ko@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-27 05:18+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17902)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
2222
=== modified file 'po/lt.po'
--- po/lt.po 2016-01-05 09:09:38 +0000
+++ po/lt.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:42+0000\n"11"PO-Revision-Date: 2016-01-05 18:03+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Lithuanian <lt@li.org>\n"13"Language-Team: Lithuanian <lt@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr ""105msgstr ""
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr "Paleiskie, kad įdėti į skydelį"185msgstr "Paleiskie, kad įdėti į skydelį"
186186
@@ -234,6 +234,6 @@
234msgid "_Translate This Application..."234msgid "_Translate This Application..."
235msgstr "_Versti šią programą..."235msgstr "_Versti šią programą..."
236236
237#: ../lib/Widgets/PreferencesWindow.vala:65237#: ../lib/Widgets/PreferencesWindow.vala:72
238msgid "Preferences"238msgid "Preferences"
239msgstr "Nustatymai"239msgstr "Nustatymai"
240240
=== modified file 'po/lv.po'
--- po/lv.po 2016-01-05 09:09:38 +0000
+++ po/lv.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Latvian <lv@li.org>\n"13"Language-Team: Latvian <lv@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr ""105msgstr ""
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr ""185msgstr ""
186186
@@ -234,6 +234,6 @@
234msgid "_Translate This Application..."234msgid "_Translate This Application..."
235msgstr "_Tulkot šo lietotni..."235msgstr "_Tulkot šo lietotni..."
236236
237#: ../lib/Widgets/PreferencesWindow.vala:65237#: ../lib/Widgets/PreferencesWindow.vala:72
238msgid "Preferences"238msgid "Preferences"
239msgstr "Iestatījumi"239msgstr "Iestatījumi"
240240
=== modified file 'po/ml.po'
--- po/ml.po 2016-01-05 09:09:38 +0000
+++ po/ml.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Malayalam <ml@li.org>\n"13"Language-Team: Malayalam <ml@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -107,7 +107,7 @@
107msgid "Icon Zoom:"107msgid "Icon Zoom:"
108msgstr ""108msgstr ""
109109
110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
111msgid "Appearance"111msgid "Appearance"
112msgstr ""112msgstr ""
113113
@@ -179,15 +179,15 @@
179msgid "Show Item for Dock:"179msgid "Show Item for Dock:"
180msgstr ""180msgstr ""
181181
182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
183msgid "Behaviour"183msgid "Behaviour"
184msgstr ""184msgstr ""
185185
186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
187msgid "Docklets"187msgid "Docklets"
188msgstr ""188msgstr ""
189189
190#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51190#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
191msgid "Drop to add to dock"191msgid "Drop to add to dock"
192msgstr ""192msgstr ""
193193
@@ -242,6 +242,6 @@
242msgid "_Translate This Application..."242msgid "_Translate This Application..."
243msgstr "‌_ഈ പ്രയോഗം പരിഭാഷപ്പെടുത്തുക"243msgstr "‌_ഈ പ്രയോഗം പരിഭാഷപ്പെടുത്തുക"
244244
245#: ../lib/Widgets/PreferencesWindow.vala:65245#: ../lib/Widgets/PreferencesWindow.vala:72
246msgid "Preferences"246msgid "Preferences"
247msgstr ""247msgstr ""
248248
=== modified file 'po/nb.po'
--- po/nb.po 2016-01-05 09:09:38 +0000
+++ po/nb.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:39+0000\n"11"PO-Revision-Date: 2015-12-23 00:39+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Norwegian Bokmal <nb@li.org>\n"13"Language-Team: Norwegian Bokmal <nb@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -107,7 +107,7 @@
107msgid "Icon Zoom:"107msgid "Icon Zoom:"
108msgstr "Ikon zoom:"108msgstr "Ikon zoom:"
109109
110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
111msgid "Appearance"111msgid "Appearance"
112msgstr "Utseende"112msgstr "Utseende"
113113
@@ -179,15 +179,15 @@
179msgid "Show Item for Dock:"179msgid "Show Item for Dock:"
180msgstr "Vis element for dokken:"180msgstr "Vis element for dokken:"
181181
182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
183msgid "Behaviour"183msgid "Behaviour"
184msgstr "Oppførsel"184msgstr "Oppførsel"
185185
186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
187msgid "Docklets"187msgid "Docklets"
188msgstr "Dokkprogrammer"188msgstr "Dokkprogrammer"
189189
190#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51190#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
191msgid "Drop to add to dock"191msgid "Drop to add to dock"
192msgstr "Slipp for å legge til en dokk"192msgstr "Slipp for å legge til en dokk"
193193
@@ -245,6 +245,6 @@
245msgid "_Translate This Application..."245msgid "_Translate This Application..."
246msgstr "_Oversett denne applikasjonen...."246msgstr "_Oversett denne applikasjonen...."
247247
248#: ../lib/Widgets/PreferencesWindow.vala:65248#: ../lib/Widgets/PreferencesWindow.vala:72
249msgid "Preferences"249msgid "Preferences"
250msgstr "Innstillinger"250msgstr "Innstillinger"
251251
=== modified file 'po/nl.po'
--- po/nl.po 2016-01-05 09:09:38 +0000
+++ po/nl.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Dutch <nl@li.org>\n"13"Language-Team: Dutch <nl@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -108,7 +108,7 @@
108msgid "Icon Zoom:"108msgid "Icon Zoom:"
109msgstr "Pictogram vergroten:"109msgstr "Pictogram vergroten:"
110110
111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
112msgid "Appearance"112msgid "Appearance"
113msgstr "Weergave"113msgstr "Weergave"
114114
@@ -180,15 +180,15 @@
180msgid "Show Item for Dock:"180msgid "Show Item for Dock:"
181msgstr "Icoon voor dock tonen:"181msgstr "Icoon voor dock tonen:"
182182
183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
184msgid "Behaviour"184msgid "Behaviour"
185msgstr "Gedrag"185msgstr "Gedrag"
186186
187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
188msgid "Docklets"188msgid "Docklets"
189msgstr "Docklets"189msgstr "Docklets"
190190
191#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51191#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
192msgid "Drop to add to dock"192msgid "Drop to add to dock"
193msgstr "Laat de muis los om aan het dock toe te voegen"193msgstr "Laat de muis los om aan het dock toe te voegen"
194194
@@ -196,7 +196,7 @@
196msgid "translator-credits"196msgid "translator-credits"
197msgstr ""197msgstr ""
198"Launchpad Contributions:\n"198"Launchpad Contributions:\n"
199" ChrisofBristol https://launchpad.net/~chrisofbristol\n"199" Deleted https://launchpad.net/~old.name\n"
200" Levi Voorintholt https://launchpad.net/~piratelv\n"200" Levi Voorintholt https://launchpad.net/~piratelv\n"
201" McVries https://launchpad.net/~mcvries\n"201" McVries https://launchpad.net/~mcvries\n"
202" Mitch Dries https://launchpad.net/~mitch-dries\n"202" Mitch Dries https://launchpad.net/~mitch-dries\n"
@@ -250,6 +250,6 @@
250msgid "_Translate This Application..."250msgid "_Translate This Application..."
251msgstr "Deze toepassing ver_talen…"251msgstr "Deze toepassing ver_talen…"
252252
253#: ../lib/Widgets/PreferencesWindow.vala:65253#: ../lib/Widgets/PreferencesWindow.vala:72
254msgid "Preferences"254msgid "Preferences"
255msgstr "Voorkeuren"255msgstr "Voorkeuren"
256256
=== modified file 'po/nn.po'
--- po/nn.po 2016-01-05 09:09:38 +0000
+++ po/nn.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Norwegian Nynorsk <nn@li.org>\n"13"Language-Team: Norwegian Nynorsk <nn@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr ""105msgstr ""
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr "Slepp for å leggja til ei dokk"185msgstr "Slepp for å leggja til ei dokk"
186186
@@ -233,6 +233,6 @@
233msgid "_Translate This Application..."233msgid "_Translate This Application..."
234msgstr ""234msgstr ""
235235
236#: ../lib/Widgets/PreferencesWindow.vala:65236#: ../lib/Widgets/PreferencesWindow.vala:72
237msgid "Preferences"237msgid "Preferences"
238msgstr "Innstillingar"238msgstr "Innstillingar"
239239
=== modified file 'po/pl.po'
--- po/pl.po 2016-01-05 09:09:38 +0000
+++ po/pl.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank 0.1.0\n"8"Project-Id-Version: plank 0.1.0\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:39+0000\n"11"PO-Revision-Date: 2016-01-05 17:58+0000\n"
12"Last-Translator: Piotr Strębski <strebski@o2.pl>\n"12"Last-Translator: Piotr Strębski <strebski@o2.pl>\n"
13"Language-Team: Polish <>\n"13"Language-Team: Polish <>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=utf-8\n"15"Content-Type: text/plain; charset=utf-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
19"Language: \n"19"Language: \n"
2020
21#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:121#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
@@ -108,7 +108,7 @@
108msgid "Icon Zoom:"108msgid "Icon Zoom:"
109msgstr "Powiększanie ikon:"109msgstr "Powiększanie ikon:"
110110
111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
112msgid "Appearance"112msgid "Appearance"
113msgstr "Wygląd"113msgstr "Wygląd"
114114
@@ -180,15 +180,15 @@
180msgid "Show Item for Dock:"180msgid "Show Item for Dock:"
181msgstr "Pokaż element dla doku:"181msgstr "Pokaż element dla doku:"
182182
183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
184msgid "Behaviour"184msgid "Behaviour"
185msgstr "Zachowanie"185msgstr "Zachowanie"
186186
187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
188msgid "Docklets"188msgid "Docklets"
189msgstr "Docklety"189msgstr "Docklety"
190190
191#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51191#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
192msgid "Drop to add to dock"192msgid "Drop to add to dock"
193msgstr "Upuść, aby dodać do doku"193msgstr "Upuść, aby dodać do doku"
194194
@@ -245,6 +245,6 @@
245msgid "_Translate This Application..."245msgid "_Translate This Application..."
246msgstr "_Przetłumacz ten program..."246msgstr "_Przetłumacz ten program..."
247247
248#: ../lib/Widgets/PreferencesWindow.vala:65248#: ../lib/Widgets/PreferencesWindow.vala:72
249msgid "Preferences"249msgid "Preferences"
250msgstr "Preferencje"250msgstr "Preferencje"
251251
=== modified file 'po/pt.po'
--- po/pt.po 2016-01-05 09:09:38 +0000
+++ po/pt.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Portuguese <pt@li.org>\n"13"Language-Team: Portuguese <pt@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -107,7 +107,7 @@
107msgid "Icon Zoom:"107msgid "Icon Zoom:"
108msgstr "Zoom de ícone:"108msgstr "Zoom de ícone:"
109109
110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
111msgid "Appearance"111msgid "Appearance"
112msgstr "Aparência"112msgstr "Aparência"
113113
@@ -179,15 +179,15 @@
179msgid "Show Item for Dock:"179msgid "Show Item for Dock:"
180msgstr "Mostrar item da barra:"180msgstr "Mostrar item da barra:"
181181
182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
183msgid "Behaviour"183msgid "Behaviour"
184msgstr "Comportamento"184msgstr "Comportamento"
185185
186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
187msgid "Docklets"187msgid "Docklets"
188msgstr ""188msgstr ""
189189
190#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51190#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
191msgid "Drop to add to dock"191msgid "Drop to add to dock"
192msgstr "Largue para adicionar à doca"192msgstr "Largue para adicionar à doca"
193193
@@ -246,6 +246,6 @@
246msgid "_Translate This Application..."246msgid "_Translate This Application..."
247msgstr "_Traduzir esta aplicação..."247msgstr "_Traduzir esta aplicação..."
248248
249#: ../lib/Widgets/PreferencesWindow.vala:65249#: ../lib/Widgets/PreferencesWindow.vala:72
250msgid "Preferences"250msgid "Preferences"
251msgstr "Preferências"251msgstr "Preferências"
252252
=== modified file 'po/pt_BR.po'
--- po/pt_BR.po 2016-01-05 09:09:38 +0000
+++ po/pt_BR.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"13"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -107,7 +107,7 @@
107msgid "Icon Zoom:"107msgid "Icon Zoom:"
108msgstr "Zoom do ícone:"108msgstr "Zoom do ícone:"
109109
110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91110#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
111msgid "Appearance"111msgid "Appearance"
112msgstr "Aparência"112msgstr "Aparência"
113113
@@ -179,15 +179,15 @@
179msgid "Show Item for Dock:"179msgid "Show Item for Dock:"
180msgstr "Mostrar esse item na barra:"180msgstr "Mostrar esse item na barra:"
181181
182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92182#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
183msgid "Behaviour"183msgid "Behaviour"
184msgstr "Comportamento"184msgstr "Comportamento"
185185
186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93186#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
187msgid "Docklets"187msgid "Docklets"
188msgstr ""188msgstr ""
189189
190#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51190#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
191msgid "Drop to add to dock"191msgid "Drop to add to dock"
192msgstr "Solte para adicionar ao dock"192msgstr "Solte para adicionar ao dock"
193193
@@ -254,6 +254,6 @@
254msgid "_Translate This Application..."254msgid "_Translate This Application..."
255msgstr "_Traduzir este aplicativo..."255msgstr "_Traduzir este aplicativo..."
256256
257#: ../lib/Widgets/PreferencesWindow.vala:65257#: ../lib/Widgets/PreferencesWindow.vala:72
258msgid "Preferences"258msgid "Preferences"
259msgstr "Preferências"259msgstr "Preferências"
260260
=== modified file 'po/ro.po'
--- po/ro.po 2016-01-05 09:09:38 +0000
+++ po/ro.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:41+0000\n"11"PO-Revision-Date: 2016-01-05 18:02+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Romanian <ro@li.org>\n"13"Language-Team: Romanian <ro@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr ""105msgstr ""
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr "Aruncă pentru a adăuga la dock"185msgstr "Aruncă pentru a adăuga la dock"
186186
@@ -234,6 +234,6 @@
234msgid "_Translate This Application..."234msgid "_Translate This Application..."
235msgstr "_Traduceți această aplicație..."235msgstr "_Traduceți această aplicație..."
236236
237#: ../lib/Widgets/PreferencesWindow.vala:65237#: ../lib/Widgets/PreferencesWindow.vala:72
238msgid "Preferences"238msgid "Preferences"
239msgstr "Preferințe"239msgstr "Preferințe"
240240
=== modified file 'po/ru.po'
--- po/ru.po 2016-01-05 09:09:38 +0000
+++ po/ru.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:42+0000\n"11"PO-Revision-Date: 2015-12-23 00:42+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Russian <ru@li.org>\n"13"Language-Team: Russian <ru@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -108,7 +108,7 @@
108msgid "Icon Zoom:"108msgid "Icon Zoom:"
109msgstr "Увеличение иконок:"109msgstr "Увеличение иконок:"
110110
111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91111#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
112msgid "Appearance"112msgid "Appearance"
113msgstr "Оформление"113msgstr "Оформление"
114114
@@ -180,15 +180,15 @@
180msgid "Show Item for Dock:"180msgid "Show Item for Dock:"
181msgstr "Показать значок для панели:"181msgstr "Показать значок для панели:"
182182
183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92183#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
184msgid "Behaviour"184msgid "Behaviour"
185msgstr "Поведение"185msgstr "Поведение"
186186
187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93187#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
188msgid "Docklets"188msgid "Docklets"
189msgstr "Доклеты"189msgstr "Доклеты"
190190
191#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51191#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
192msgid "Drop to add to dock"192msgid "Drop to add to dock"
193msgstr "Перетащите, чтобы добавить на панель"193msgstr "Перетащите, чтобы добавить на панель"
194194
@@ -248,6 +248,6 @@
248msgid "_Translate This Application..."248msgid "_Translate This Application..."
249msgstr "_Перевести это приложение..."249msgstr "_Перевести это приложение..."
250250
251#: ../lib/Widgets/PreferencesWindow.vala:65251#: ../lib/Widgets/PreferencesWindow.vala:72
252msgid "Preferences"252msgid "Preferences"
253msgstr "Параметры"253msgstr "Параметры"
254254
=== modified file 'po/sk.po'
--- po/sk.po 2016-01-05 09:09:38 +0000
+++ po/sk.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:41+0000\n"11"PO-Revision-Date: 2015-12-23 00:41+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Slovak <sk@li.org>\n"13"Language-Team: Slovak <sk@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -106,7 +106,7 @@
106msgid "Icon Zoom:"106msgid "Icon Zoom:"
107msgstr ""107msgstr ""
108108
109#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91109#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
110msgid "Appearance"110msgid "Appearance"
111msgstr "Vzhľad"111msgstr "Vzhľad"
112112
@@ -178,15 +178,15 @@
178msgid "Show Item for Dock:"178msgid "Show Item for Dock:"
179msgstr ""179msgstr ""
180180
181#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92181#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
182msgid "Behaviour"182msgid "Behaviour"
183msgstr "Správanie"183msgstr "Správanie"
184184
185#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93185#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
186msgid "Docklets"186msgid "Docklets"
187msgstr "Docklety"187msgstr "Docklety"
188188
189#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51189#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
190msgid "Drop to add to dock"190msgid "Drop to add to dock"
191msgstr "Pusti pre pridanie do docku"191msgstr "Pusti pre pridanie do docku"
192192
@@ -241,6 +241,6 @@
241msgid "_Translate This Application..."241msgid "_Translate This Application..."
242msgstr "_Preložiť túto aplikáciu..."242msgstr "_Preložiť túto aplikáciu..."
243243
244#: ../lib/Widgets/PreferencesWindow.vala:65244#: ../lib/Widgets/PreferencesWindow.vala:72
245msgid "Preferences"245msgid "Preferences"
246msgstr "Nastavenia"246msgstr "Nastavenia"
247247
=== modified file 'po/sl.po'
--- po/sl.po 2016-01-05 09:09:38 +0000
+++ po/sl.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:42+0000\n"11"PO-Revision-Date: 2015-12-23 00:42+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Slovenian <sl@li.org>\n"13"Language-Team: Slovenian <sl@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr "Videz"105msgstr "Videz"
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr "Obnašanje"177msgstr "Obnašanje"
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr "Spustite za dodajanje na sidrišče"185msgstr "Spustite za dodajanje na sidrišče"
186186
@@ -234,6 +234,6 @@
234msgid "_Translate This Application..."234msgid "_Translate This Application..."
235msgstr "Pr_evedi to aplikacijo"235msgstr "Pr_evedi to aplikacijo"
236236
237#: ../lib/Widgets/PreferencesWindow.vala:65237#: ../lib/Widgets/PreferencesWindow.vala:72
238msgid "Preferences"238msgid "Preferences"
239msgstr "Možnosti"239msgstr "Možnosti"
240240
=== modified file 'po/sma.po'
--- po/sma.po 2016-01-05 09:09:38 +0000
+++ po/sma.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Southern Sami <sma@li.org>\n"13"Language-Team: Southern Sami <sma@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr ""105msgstr ""
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr ""185msgstr ""
186186
@@ -233,6 +233,6 @@
233msgid "_Translate This Application..."233msgid "_Translate This Application..."
234msgstr "_jarkoestehtedh dihte applikasjovne..."234msgstr "_jarkoestehtedh dihte applikasjovne..."
235235
236#: ../lib/Widgets/PreferencesWindow.vala:65236#: ../lib/Widgets/PreferencesWindow.vala:72
237msgid "Preferences"237msgid "Preferences"
238msgstr ""238msgstr ""
239239
=== modified file 'po/sq.po'
--- po/sq.po 2016-01-05 09:09:38 +0000
+++ po/sq.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-11 19:07+0000\n"11"PO-Revision-Date: 2015-12-11 19:07+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Albanian <sq@li.org>\n"13"Language-Team: Albanian <sq@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr "Paraqitja"105msgstr "Paraqitja"
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr "Sjellja"177msgstr "Sjellja"
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr ""185msgstr ""
186186
@@ -233,6 +233,6 @@
233msgid "_Translate This Application..."233msgid "_Translate This Application..."
234msgstr "_Përkthe këtë program..."234msgstr "_Përkthe këtë program..."
235235
236#: ../lib/Widgets/PreferencesWindow.vala:65236#: ../lib/Widgets/PreferencesWindow.vala:72
237msgid "Preferences"237msgid "Preferences"
238msgstr "Preferimet"238msgstr "Preferimet"
239239
=== modified file 'po/sr.po'
--- po/sr.po 2016-02-07 08:33:00 +0000
+++ po/sr.po 2016-02-16 14:34:53 +0000
@@ -6,15 +6,15 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: plank\n"7"Project-Id-Version: plank\n"
8"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"8"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9"POT-Creation-Date: 2016-02-01 06:37+0000\n"9"POT-Creation-Date: 2016-02-13 07:52+0000\n"
10"PO-Revision-Date: 2016-01-31 15:45+0000\n"10"PO-Revision-Date: 2016-02-07 18:36+0000\n"
11"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"11"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
12"Language-Team: Serbian <gnom@prevod.org>\n"12"Language-Team: Serbian <gnom@prevod.org>\n"
13"MIME-Version: 1.0\n"13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"14"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: 8bit\n"15"Content-Transfer-Encoding: 8bit\n"
16"X-Launchpad-Export-Date: 2016-02-02 05:28+0000\n"16"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
17"X-Generator: Launchpad (build 17908)\n"17"X-Generator: Launchpad (build 17925)\n"
18"Language: sr\n"18"Language: sr\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
2121
=== modified file 'po/sr@latin.po'
--- po/sr@latin.po 2016-01-05 09:09:38 +0000
+++ po/sr@latin.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:41+0000\n"11"PO-Revision-Date: 2015-12-23 00:41+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Serbian Latin <sr@latin@li.org>\n"13"Language-Team: Serbian Latin <sr@latin@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr ""105msgstr ""
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr ""185msgstr ""
186186
@@ -233,6 +233,6 @@
233msgid "_Translate This Application..."233msgid "_Translate This Application..."
234msgstr "_Prevedi ovu Aplikaciju..."234msgstr "_Prevedi ovu Aplikaciju..."
235235
236#: ../lib/Widgets/PreferencesWindow.vala:65236#: ../lib/Widgets/PreferencesWindow.vala:72
237msgid "Preferences"237msgid "Preferences"
238msgstr "Postavke"238msgstr "Postavke"
239239
=== modified file 'po/sv.po'
--- po/sv.po 2016-01-05 09:09:38 +0000
+++ po/sv.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:40+0000\n"11"PO-Revision-Date: 2015-12-23 00:40+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Swedish <sv@li.org>\n"13"Language-Team: Swedish <sv@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -102,7 +102,7 @@
102msgid "Icon Zoom:"102msgid "Icon Zoom:"
103msgstr ""103msgstr ""
104104
105#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91105#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
106msgid "Appearance"106msgid "Appearance"
107msgstr "Utseende"107msgstr "Utseende"
108108
@@ -174,15 +174,15 @@
174msgid "Show Item for Dock:"174msgid "Show Item for Dock:"
175msgstr ""175msgstr ""
176176
177#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92177#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
178msgid "Behaviour"178msgid "Behaviour"
179msgstr "Beteende"179msgstr "Beteende"
180180
181#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93181#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
182msgid "Docklets"182msgid "Docklets"
183msgstr ""183msgstr ""
184184
185#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51185#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
186msgid "Drop to add to dock"186msgid "Drop to add to dock"
187msgstr "Släpp för att lägga till i dockan"187msgstr "Släpp för att lägga till i dockan"
188188
@@ -239,6 +239,6 @@
239msgid "_Translate This Application..."239msgid "_Translate This Application..."
240msgstr "_Översätt det här programmet..."240msgstr "_Översätt det här programmet..."
241241
242#: ../lib/Widgets/PreferencesWindow.vala:65242#: ../lib/Widgets/PreferencesWindow.vala:72
243msgid "Preferences"243msgid "Preferences"
244msgstr "Inställningar"244msgstr "Inställningar"
245245
=== modified file 'po/ta.po'
--- po/ta.po 2016-01-05 09:09:38 +0000
+++ po/ta.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2016-01-04 14:55+0000\n"11"PO-Revision-Date: 2016-01-05 17:59+0000\n"
12"Last-Translator: Lakshmi Narayanan Sreethar <slnarayanan.tvl@gmail.com>\n"12"Last-Translator: Lakshmi Narayanan Sreethar <slnarayanan.tvl@gmail.com>\n"
13"Language-Team: Tamil <ta@li.org>\n"13"Language-Team: Tamil <ta@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -100,7 +100,7 @@
100msgid "Icon Zoom:"100msgid "Icon Zoom:"
101msgstr ""101msgstr ""
102102
103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91103#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
104msgid "Appearance"104msgid "Appearance"
105msgstr ""105msgstr ""
106106
@@ -172,15 +172,15 @@
172msgid "Show Item for Dock:"172msgid "Show Item for Dock:"
173msgstr ""173msgstr ""
174174
175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92175#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
176msgid "Behaviour"176msgid "Behaviour"
177msgstr ""177msgstr ""
178178
179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93179#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
180msgid "Docklets"180msgid "Docklets"
181msgstr ""181msgstr ""
182182
183#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51183#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
184msgid "Drop to add to dock"184msgid "Drop to add to dock"
185msgstr ""185msgstr ""
186186
@@ -235,6 +235,6 @@
235msgid "_Translate This Application..."235msgid "_Translate This Application..."
236msgstr "இதை மொழிபெயர்க்கவும்"236msgstr "இதை மொழிபெயர்க்கவும்"
237237
238#: ../lib/Widgets/PreferencesWindow.vala:65238#: ../lib/Widgets/PreferencesWindow.vala:72
239msgid "Preferences"239msgid "Preferences"
240msgstr "முன்னுரிமைகள்"240msgstr "முன்னுரிமைகள்"
241241
=== modified file 'po/te.po'
--- po/te.po 2016-01-05 09:09:38 +0000
+++ po/te.po 2016-02-16 14:34:53 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: plank\n"8"Project-Id-Version: plank\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2016-01-04 19:57+0000\n"10"POT-Creation-Date: 2016-02-13 07:52+0000\n"
11"PO-Revision-Date: 2015-12-23 00:41+0000\n"11"PO-Revision-Date: 2015-12-23 00:41+0000\n"
12"Last-Translator: Rico Tzschichholz <Unknown>\n"12"Last-Translator: Rico Tzschichholz <Unknown>\n"
13"Language-Team: Telugu <te@li.org>\n"13"Language-Team: Telugu <te@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n"17"X-Launchpad-Export-Date: 2016-02-14 05:57+0000\n"
18"X-Generator: Launchpad (build 17876)\n"18"X-Generator: Launchpad (build 17925)\n"
1919
20#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:120#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1
21msgid "Stupidly simple."21msgid "Stupidly simple."
@@ -103,7 +103,7 @@
103msgid "Icon Zoom:"103msgid "Icon Zoom:"
104msgstr ""104msgstr ""
105105
106#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91106#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98
107msgid "Appearance"107msgid "Appearance"
108msgstr "కనిపించు విధానం"108msgstr "కనిపించు విధానం"
109109
@@ -175,15 +175,15 @@
175msgid "Show Item for Dock:"175msgid "Show Item for Dock:"
176msgstr ""176msgstr ""
177177
178#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92178#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99
179msgid "Behaviour"179msgid "Behaviour"
180msgstr "ప్రవర్తన"180msgstr "ప్రవర్తన"
181181
182#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93182#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100
183msgid "Docklets"183msgid "Docklets"
184msgstr ""184msgstr ""
185185
186#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51186#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51
187msgid "Drop to add to dock"187msgid "Drop to add to dock"
188msgstr ""188msgstr ""
189189
@@ -236,6 +236,6 @@
236msgid "_Translate This Application..."236msgid "_Translate This Application..."
237msgstr "ఈ అప్లికేషన్ ను తర్జూమా చేయి"237msgstr "ఈ అప్లికేషన్ ను తర్జూమా చేయి"
238238
239#: ../lib/Widgets/PreferencesWindow.vala:65239#: ../lib/Widgets/PreferencesWindow.vala:72
240msgid "Preferences"240msgid "Preferences"
241msgstr "ప్రాధాన్యతలు"241msgstr "ప్రాధాన్యతలు"
242242
=== modified file 'po/th.po'
--- po/th.po 2016-01-05 09:09:38 +0000
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to status/vote changes: