diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/data/ChangeLog-history.txt cairo-dock-3.3.99.rc1.1~20141001~bzr1819/data/ChangeLog-history.txt --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/data/ChangeLog-history.txt 2014-07-26 09:05:54.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/data/ChangeLog-history.txt 2014-08-19 19:35:58.000000000 +0000 @@ -54,3 +54,5 @@ 3.0.0 = New version: GLX-Dock 3.0!\n - The taskbar has been greatly enhanced.\n - The Log out applet has been rewritten, now allows to switch users.\n - The control of the dock from the keyboard is now very powerful:\n - many shortkeys have been added in different applets\n - you can activate a launcher by pressing a shortkey + its number\n - all shortkeys can now be managed in a single place in the configuration window.\n - The Sound Menu from Ubuntu has been integrated into the Sound-Control applet.\n - A new Twitter applet lets you tweet in one click.\n - A new applet to inhibit the screensaver in one click.\n - Separators are transparent to click in 'Panel' mode\n - Cairo-Dock now uses GTK3, for a better integration in a Gnome desktop\n - Few additions to the DBus API.\n - It's possible to donate to support the project! 3.1.0 = New version: GLX-Dock 3.1!\n - Better integration in of Unity: support of the Launcher API and better support of indicators\n - All configuration windows have been merged into a single one.\n - Added progress bars in several applets and in the Dbus API\n - The Music Player applet can control players in the systray.\n - Icons of the taskbar can be separated from launchers or not\n - And as always ... various bug fixes and improvements :-) + +3.2.0 = New version: GLX-Dock 3.2!\n - Multi-screen support has been improved\n - New applet : Screenshot\n - New plug-in: Sound-Effects\n - Added Gnome-Shell support \n - Added GDM support for user switching\n - Added Systemd support for the session management (Fedora, Arch, ...)\n - Added support for all the Unity indicators\n - Countless bug-fixes and improvements\n - If you like the project, please donate :-) diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/data/ChangeLog.txt cairo-dock-3.3.99.rc1.1~20141001~bzr1819/data/ChangeLog.txt --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/data/ChangeLog.txt 2014-07-26 09:05:55.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/data/ChangeLog.txt 2014-09-06 17:08:30.000000000 +0000 @@ -1,8 +1,6 @@ # Recent changelog (see ChangeLog-history.txt for the previous ones) [ChangeLog] -3.2.0 = New version: GLX-Dock 3.2!\n - Multi-screen support has been improved\n - New applet : Screenshot\n - New plug-in: Sound-Effects\n - Added Gnome-Shell support \n - Added GDM support for user switching\n - Added Systemd support for the session management (Fedora, Arch, ...)\n - Added support for all the Unity indicators\n - Countless bug-fixes and improvements\n - If you like the project, please donate :-) - 3.3.1 = New version: GLX-Dock 3.3! 3.3.1.0 = - Added a search entry in the Applications Menu.\n It allows to rapidly look for programs from their name or their description 3.3.1.1 = - Added support of logind in the Logout applet @@ -12,3 +10,14 @@ 3.3.1.5 = - Upgraded the Dbus API to be even more powerful 3.3.1.6 = - A huge rewrite of the core using Objects 3.3.1.7 = - If you like the project, please donate :-) + +3.4.0 = New version: GLX-Dock 3.4! +3.4.0.0 = - Menus: added the possibility to customise them +3.4.0.1 = - Style: unified the style of all components of the dock +3.4.0.2 = - Better integration with Compiz (e.g. when using the Cairo-Dock session) and Cinnamon +3.4.0.3 = - Applications Menu and Logout applets will wait the end of an update before displaying notifications +3.4.0.4 = - Various improvements for Applications Menu, Shortcuts, Status-Notifier and Terminal applets +3.4.0.5 = - Start working on EGL and Wayland support +3.4.0.6 = - And as always ... various bug fixes and improvements! +3.4.0.7 = If you like the project, please donate and/or contribute :-) +3.4.0.8 = Note: We're switching from Bzr to Git on Github, feel free to fork! https://github.com/Cairo-Dock diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/data/scripts/initial-setup.sh cairo-dock-3.3.99.rc1.1~20141001~bzr1819/data/scripts/initial-setup.sh --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/data/scripts/initial-setup.sh 2014-08-17 18:48:22.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/data/scripts/initial-setup.sh 2014-09-01 18:31:25.000000000 +0000 @@ -81,7 +81,7 @@ for i in dbus scale expo; do if test `echo $plugins | grep -c $i` -eq 0; then echo "GConf: Enable '$i' plugin" - plugins=${plugins:0:-1},$i] + plugins="${plugins:0:${#plugins}-1},$i]" gconftool-2 -s /apps/compiz-1/general/screen0/options/active_plugins --type=list --list-type=string "$plugins" fi done @@ -95,7 +95,7 @@ fi done if test -z "$switcher"; then - plugins=${plugins:0:-1},staticswitcher] + plugins="${plugins:0:${#plugins}-1},staticswitcher]" echo "GConf: Enable 'staticswitcher' plugin" gconftool-2 -s /apps/compiz-1/general/screen0/options/active_plugins --type=list --list-type=string "$plugins" fi @@ -125,7 +125,7 @@ for i in dbus scale expo; do if test `echo $plugins | grep -c "'$i'"` -eq 0; then echo "GSettings: Enable '$i' plugin for '$p' profile" - plugins="${plugins:0:-1}, '$i']" # remove last char (']') and add the new plugin between quotes + ']' + plugins="${plugins:0:${#plugins}-1}, '$i']" # remove last char (']') and add the new plugin between quotes + ']' gsettings set org.compiz.core:/org/compiz/profiles/$p/plugins/core/ active-plugins "$plugins" fi done @@ -139,7 +139,7 @@ fi done if test -z "$switcher"; then - plugins="${plugins:0:-1}, 'staticswitcher']" + plugins="${plugins:0:${#plugins}-1}, 'staticswitcher']" echo "GSettings: Enable 'staticswitcher' plugin for '$p' profile" gsettings set org.compiz.core:/org/compiz/profiles/$p/plugins/core/ active-plugins "$plugins" fi diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/debian/changelog cairo-dock-3.3.99.rc1.1~20141001~bzr1819/debian/changelog --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/debian/changelog 2014-08-19 20:10:00.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/debian/changelog 2014-10-01 19:58:22.000000000 +0000 @@ -1,3 +1,15 @@ +cairo-dock (3.3.99.rc1.1~20141001~bzr1819-0ubuntu1) utopic; urgency=medium + + * New upstream snapshot. + * Detailed Upstream ChangeLog (bzr r.1810 -> r1819) + - Updated Short ChangeLog and translation files + - Fixed a crash when using 'cairo-dock -m' and displaying widget + - Initial script: support older versions of Bash + - Graph: gradation colours: fixed wrong initialisation + - Class: Special case for Chromium: added Google-chrome-beta and unstable + + -- Matthieu Baerts (matttbe) Wed, 01 Oct 2014 21:54:41 +0200 + cairo-dock (3.3.99.rc1.1~20140818~bzr1809-0ubuntu1) utopic; urgency=medium * New upstream snapshot. diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/ar.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/ar.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/ar.po 2014-08-17 23:12:26.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/ar.po 2014-09-06 17:09:06.000000000 +0000 @@ -3886,59 +3886,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/be.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/be.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/be.po 2014-08-17 23:12:27.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/be.po 2014-09-06 17:09:06.000000000 +0000 @@ -3996,59 +3996,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/bg.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/bg.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/bg.po 2014-08-17 23:12:27.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/bg.po 2014-09-06 17:09:06.000000000 +0000 @@ -3875,59 +3875,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/bn.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/bn.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/bn.po 2014-08-17 23:12:27.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/bn.po 2014-09-06 17:09:06.000000000 +0000 @@ -3862,59 +3862,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/cairo-dock.pot cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/cairo-dock.pot --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/cairo-dock.pot 2014-08-17 23:12:31.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/cairo-dock.pot 2014-09-06 17:09:10.000000000 +0000 @@ -3563,55 +3563,81 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "- Added an new third-party applet: Notification History to never miss a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "- Better integration with Compiz (e.g. when using the Cairo-Dock session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "- Applications Menu and Logout applets will wait the end of an update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "- Various improvements for Applications Menu, Shortcuts, Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "Note: We're switching from Bzr to Git on Github, feel free to fork! https://github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/ca.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/ca.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/ca.po 2014-08-17 23:12:27.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/ca.po 2014-09-06 17:09:06.000000000 +0000 @@ -4044,59 +4044,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/cs.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/cs.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/cs.po 2014-08-17 23:12:27.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/cs.po 2014-09-06 17:09:07.000000000 +0000 @@ -4197,59 +4197,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/cy.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/cy.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/cy.po 2014-08-17 23:12:27.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/cy.po 2014-09-06 17:09:07.000000000 +0000 @@ -3852,59 +3852,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/de.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/de.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/de.po 2014-08-17 23:12:27.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/de.po 2014-09-06 17:09:07.000000000 +0000 @@ -4541,35 +4541,10 @@ msgstr "Multifunktions-Dock und Desklets" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" -"Neue Version: GLX-Dock 3.2!\n" -"- Unterstützung von Mehrfachbildschirmen wurde verbessert\n" -"- Neues Applet: Bildschirmfotos\n" -"- Neues Plugin: Klangeffekte\n" -"- Gnome-Shell-Unterstützung wurde hinzugefügt\n" -"- GDM-Unterstützung für Benutzerwechsel wurde hinzugefügt\n" -"- Systemd-Unterstützung für Sitzungsverwaltung (Fedora, Arch, …) wurde " -"hinzugefügt\n" -"- Unterstützung für alle Unity-Anzeiger wurde hinzugefügt\n" -"- Enthält zahllose Fehlerbeseitigungen und Verbesserungen\n" -"- Wenn Sie das Projekt mögen, spenden Sie bitte ! :)" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "Neue Version : GLX-Dock 3.3!" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " @@ -4579,15 +4554,15 @@ " Es erlaubt eine schnelle Programmsuche aus ihrem Namen oder deren " "Beschreibung heraus." -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "- Unterstützung von logind im Abmelden-Applet" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "- Bessere Integration in die Cinnamon-Arbeitsumgebung" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " @@ -4597,7 +4572,7 @@ " Es erlaubt animierte Starter bis sich die Applikation öffnet und " "vermeidet jetzt versehentliche Doppelstarts." -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" @@ -4605,14 +4580,88 @@ "- Neues Drittanbieter-Applet : Notifcation History um niemals eine " "Benachrichtigung zu verpassen" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "- Die DBus API wurde verbessert und ist jetzt noch mächtiger." -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "- Eine enorme Neufassung des Kerns die Objekte betreffend" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "- Wenn Sie das Projekt mögen, spenden Sie bitte :-)" + +#: ../data/messages:1134 +#, fuzzy +msgid "New version: GLX-Dock 3.4!" +msgstr "Neue Version : GLX-Dock 3.3!" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +#, fuzzy +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "- Wenn Sie das Projekt mögen, spenden Sie bitte :-)" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" + +#~ msgid "" +#~ "New version: GLX-Dock 3.2!\n" +#~ " - Multi-screen support has been improved\n" +#~ " - New applet : Screenshot\n" +#~ " - New plug-in: Sound-Effects\n" +#~ " - Added Gnome-Shell support \n" +#~ " - Added GDM support for user switching\n" +#~ " - Added Systemd support for the session management (Fedora, Arch, ...)\n" +#~ " - Added support for all the Unity indicators\n" +#~ " - Countless bug-fixes and improvements\n" +#~ " - If you like the project, please donate :-)" +#~ msgstr "" +#~ "Neue Version: GLX-Dock 3.2!\n" +#~ "- Unterstützung von Mehrfachbildschirmen wurde verbessert\n" +#~ "- Neues Applet: Bildschirmfotos\n" +#~ "- Neues Plugin: Klangeffekte\n" +#~ "- Gnome-Shell-Unterstützung wurde hinzugefügt\n" +#~ "- GDM-Unterstützung für Benutzerwechsel wurde hinzugefügt\n" +#~ "- Systemd-Unterstützung für Sitzungsverwaltung (Fedora, Arch, …) wurde " +#~ "hinzugefügt\n" +#~ "- Unterstützung für alle Unity-Anzeiger wurde hinzugefügt\n" +#~ "- Enthält zahllose Fehlerbeseitigungen und Verbesserungen\n" +#~ "- Wenn Sie das Projekt mögen, spenden Sie bitte ! :)" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/el.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/el.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/el.po 2014-08-17 23:12:27.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/el.po 2014-09-06 17:09:07.000000000 +0000 @@ -4204,59 +4204,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/en_GB.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/en_GB.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/en_GB.po 2014-08-17 23:12:27.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/en_GB.po 2014-09-06 17:09:07.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: cairo-dock-core\n" "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n" -"POT-Creation-Date: 2014-08-18 01:12+0200\n" +"POT-Creation-Date: 2014-09-06 19:09+0200\n" "PO-Revision-Date: 2014-06-13 21:32+0000\n" "Last-Translator: Anthony Harrington \n" "Language-Team: English (United Kingdom) \n" @@ -4364,34 +4364,10 @@ msgstr "Multi-purpose Dock and Desklets" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "New version: GLX-Dock 3.3!" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " @@ -4401,15 +4377,15 @@ " It allows to rapidly look for programs from their name or their " "description" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "- Added support of logind in the Logout applet" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "- Better integration in the Cinnamon desktop" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " @@ -4419,7 +4395,7 @@ " It allows launchers to be animated until the application opens and " "avoids accidental double launches" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" @@ -4427,14 +4403,87 @@ "- Added an new third-party applet: Notification History to never miss " "a notification" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "- Upgraded the Dbus API to be even more powerful" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "- A huge rewrite of the core using Objects" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "- If you like the project, please donate :-)" + +#: ../data/messages:1134 +#, fuzzy +msgid "New version: GLX-Dock 3.4!" +msgstr "New version: GLX-Dock 3.3!" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +#, fuzzy +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "- If you like the project, please donate :-)" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" + +#~ msgid "" +#~ "New version: GLX-Dock 3.2!\n" +#~ " - Multi-screen support has been improved\n" +#~ " - New applet : Screenshot\n" +#~ " - New plug-in: Sound-Effects\n" +#~ " - Added Gnome-Shell support \n" +#~ " - Added GDM support for user switching\n" +#~ " - Added Systemd support for the session management (Fedora, Arch, ...)\n" +#~ " - Added support for all the Unity indicators\n" +#~ " - Countless bug-fixes and improvements\n" +#~ " - If you like the project, please donate :-)" +#~ msgstr "" +#~ "New version: GLX-Dock 3.2!\n" +#~ " - Multi-screen support has been improved\n" +#~ " - New applet : Screenshot\n" +#~ " - New plug-in: Sound-Effects\n" +#~ " - Added Gnome-Shell support \n" +#~ " - Added GDM support for user switching\n" +#~ " - Added Systemd support for the session management (Fedora, Arch, ...)\n" +#~ " - Added support for all the Unity indicators\n" +#~ " - Countless bug-fixes and improvements\n" +#~ " - If you like the project, please donate :-)" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/en.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/en.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/en.po 2014-08-17 23:12:27.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/en.po 2014-09-06 17:09:07.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: cairo-dock-core\n" "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n" -"POT-Creation-Date: 2014-08-18 01:12+0200\n" +"POT-Creation-Date: 2014-09-06 19:09+0200\n" "PO-Revision-Date: 2014-06-13 21:32+0000\n" "Last-Translator: Anthony Harrington \n" "Language-Team: English (United Kingdom) \n" @@ -4364,34 +4364,10 @@ msgstr "Multi-purpose Dock and Desklets" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "New version: GLX-Dock 3.3!" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " @@ -4401,15 +4377,15 @@ " It allows to rapidly look for programs from their name or their " "description" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "- Added support of logind in the Logout applet" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "- Better integration in the Cinnamon desktop" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " @@ -4419,7 +4395,7 @@ " It allows launchers to be animated until the application opens and " "avoids accidental double launches" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" @@ -4427,14 +4403,87 @@ "- Added an new third-party applet: Notification History to never miss " "a notification" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "- Upgraded the Dbus API to be even more powerful" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "- A huge rewrite of the core using Objects" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "- If you like the project, please donate :-)" + +#: ../data/messages:1134 +#, fuzzy +msgid "New version: GLX-Dock 3.4!" +msgstr "New version: GLX-Dock 3.3!" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +#, fuzzy +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "- If you like the project, please donate :-)" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" + +#~ msgid "" +#~ "New version: GLX-Dock 3.2!\n" +#~ " - Multi-screen support has been improved\n" +#~ " - New applet : Screenshot\n" +#~ " - New plug-in: Sound-Effects\n" +#~ " - Added Gnome-Shell support \n" +#~ " - Added GDM support for user switching\n" +#~ " - Added Systemd support for the session management (Fedora, Arch, ...)\n" +#~ " - Added support for all the Unity indicators\n" +#~ " - Countless bug-fixes and improvements\n" +#~ " - If you like the project, please donate :-)" +#~ msgstr "" +#~ "New version: GLX-Dock 3.2!\n" +#~ " - Multi-screen support has been improved\n" +#~ " - New applet : Screenshot\n" +#~ " - New plug-in: Sound-Effects\n" +#~ " - Added Gnome-Shell support \n" +#~ " - Added GDM support for user switching\n" +#~ " - Added Systemd support for the session management (Fedora, Arch, ...)\n" +#~ " - Added support for all the Unity indicators\n" +#~ " - Countless bug-fixes and improvements\n" +#~ " - If you like the project, please donate :-)" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/eo.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/eo.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/eo.po 2014-08-17 23:12:28.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/eo.po 2014-09-06 17:09:07.000000000 +0000 @@ -3849,59 +3849,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/es.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/es.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/es.po 2014-08-17 23:12:28.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/es.po 2014-09-06 17:09:07.000000000 +0000 @@ -4431,59 +4431,94 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "Nueva Version: GLX-Dock 3.3!" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +#, fuzzy +msgid "New version: GLX-Dock 3.4!" +msgstr "Nueva Version: GLX-Dock 3.3!" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/et.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/et.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/et.po 2014-08-17 23:12:28.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/et.po 2014-09-06 17:09:07.000000000 +0000 @@ -3868,59 +3868,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/eu.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/eu.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/eu.po 2014-08-17 23:12:28.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/eu.po 2014-09-06 17:09:07.000000000 +0000 @@ -4369,59 +4369,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/fi.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/fi.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/fi.po 2014-08-17 23:12:28.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/fi.po 2014-09-06 17:09:07.000000000 +0000 @@ -3863,59 +3863,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/fo.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/fo.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/fo.po 2014-08-17 23:12:28.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/fo.po 2014-09-06 17:09:08.000000000 +0000 @@ -3864,59 +3864,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/fr.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/fr.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/fr.po 2014-08-17 23:12:28.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/fr.po 2014-09-06 17:09:08.000000000 +0000 @@ -4476,35 +4476,10 @@ msgstr "Dock et Desklets multi-usage" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" -"Nouvelle version : GLX-Dock 3.2!\n" -" - Meilleur support du multi-écrans\n" -" - Nouvelle applet : Capture d'écran\n" -" - Nouveau plug-in : Effets sonores\n" -" - Ajout du support de Gnome-Shell\n" -" - Ajout du support de GDM pour le changement d'utilisateur\n" -" - Ajout du support de Systemd pour la gestion de la session (Fedora, " -"Arch, ...)\n" -" - Ajout du support de tous les indicateurs d'Unity\n" -" - D'innombrables corrections et améliorations\n" -" - Si vous aimez le projet, n'hésitez pas à faire un don :-)" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "Nouvelle version : GLX-Dock 3.3!" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " @@ -4514,15 +4489,15 @@ " Il permet de rapidement retrouver des programmes grâce à leur nom ou " "leur description" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "- Ajout du support de logind pour l'applet Déconnexion" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "- Meilleure intégration du bureau Cinnamon" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " @@ -4532,7 +4507,7 @@ " Il permet aux lanceurs d'être animés jusqu'à ce que l'application " "s'ouvre et évite les accidentels double lancements" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" @@ -4540,16 +4515,92 @@ "- Ajout d'une nouvelle applet tiers : Historique des Notifications " "pour ne jamais manquer une notification" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "- Mise à niveau de l'API DBus pour être encore plus puissante" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "- Une importante réécriture du cœur pour utiliser des Objets" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" "- Si vous aimez le projet, merci d'y contribuer et pourquoi pas grâce à des " "dons :-)" + +#: ../data/messages:1134 +#, fuzzy +msgid "New version: GLX-Dock 3.4!" +msgstr "Nouvelle version : GLX-Dock 3.3!" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +#, fuzzy +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" +"- Si vous aimez le projet, merci d'y contribuer et pourquoi pas grâce à des " +"dons :-)" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" + +#~ msgid "" +#~ "New version: GLX-Dock 3.2!\n" +#~ " - Multi-screen support has been improved\n" +#~ " - New applet : Screenshot\n" +#~ " - New plug-in: Sound-Effects\n" +#~ " - Added Gnome-Shell support \n" +#~ " - Added GDM support for user switching\n" +#~ " - Added Systemd support for the session management (Fedora, Arch, ...)\n" +#~ " - Added support for all the Unity indicators\n" +#~ " - Countless bug-fixes and improvements\n" +#~ " - If you like the project, please donate :-)" +#~ msgstr "" +#~ "Nouvelle version : GLX-Dock 3.2!\n" +#~ " - Meilleur support du multi-écrans\n" +#~ " - Nouvelle applet : Capture d'écran\n" +#~ " - Nouveau plug-in : Effets sonores\n" +#~ " - Ajout du support de Gnome-Shell\n" +#~ " - Ajout du support de GDM pour le changement d'utilisateur\n" +#~ " - Ajout du support de Systemd pour la gestion de la session (Fedora, " +#~ "Arch, ...)\n" +#~ " - Ajout du support de tous les indicateurs d'Unity\n" +#~ " - D'innombrables corrections et améliorations\n" +#~ " - Si vous aimez le projet, n'hésitez pas à faire un don :-)" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/gl.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/gl.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/gl.po 2014-08-17 23:12:28.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/gl.po 2014-09-06 17:09:08.000000000 +0000 @@ -3907,59 +3907,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/he.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/he.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/he.po 2014-08-17 23:12:28.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/he.po 2014-09-06 17:09:08.000000000 +0000 @@ -3943,59 +3943,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/hu.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/hu.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/hu.po 2014-08-17 23:12:28.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/hu.po 2014-09-06 17:09:08.000000000 +0000 @@ -4369,59 +4369,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/id.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/id.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/id.po 2014-08-17 23:12:28.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/id.po 2014-09-06 17:09:08.000000000 +0000 @@ -3861,59 +3861,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/it.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/it.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/it.po 2014-08-17 23:12:29.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/it.po 2014-09-06 17:09:08.000000000 +0000 @@ -4431,35 +4431,10 @@ msgstr "Dock multifunzionale e Desklet" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" -"Nuova versione: GLX-Dock 3.2!\n" -" - È stato migliorato il supporto per gli schermi multipli\n" -" - Nuova applet: Screenshot\n" -" - Nuovo plug-in: Effetti sonori\n" -" - Aggiunto il supporto a Gnome-Shell \n" -" - Aggiunto il supporto a GDM per il cambio utente\n" -" - Aggiunto il supporto a Systemd per la gestione della sessione (Fedora, " -"Arch, ...)\n" -" - Aggiunto il supporto per tutti gli indicatori di Unity\n" -" - Diversi bug-fixes e miglioramenti\n" -" - Se il progetto ti piace, per favore fai una donazione :-)" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "Nuova versione: GLX-Dock 3.3!" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " @@ -4469,15 +4444,15 @@ " Ti consente di trovare velocemente i programmi usando parti del nome o " "della descrizione" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "- Aggiunto il supporto di logind nella applet Logout" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "- Migliorata l'integrazione con il desktop Cinnamon" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " @@ -4487,7 +4462,7 @@ " Permette ai lanciatori di essere animati finché l'applicazione non si " "apre, evitando avvii multipli accidentali" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" @@ -4495,14 +4470,88 @@ "- Aggiunta una nuova applet di terze parti: Cronologia delle Notifiche per non perdersi mai nessuna notifica" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "- Aggiornata l'API Dbus e resa ancora più potente" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "- Un'ampia riscrittura del nucleo usando Oggetti" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "- Se gradisci il progetto, per favore fai una donazione :-)" + +#: ../data/messages:1134 +#, fuzzy +msgid "New version: GLX-Dock 3.4!" +msgstr "Nuova versione: GLX-Dock 3.3!" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +#, fuzzy +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "- Se gradisci il progetto, per favore fai una donazione :-)" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" + +#~ msgid "" +#~ "New version: GLX-Dock 3.2!\n" +#~ " - Multi-screen support has been improved\n" +#~ " - New applet : Screenshot\n" +#~ " - New plug-in: Sound-Effects\n" +#~ " - Added Gnome-Shell support \n" +#~ " - Added GDM support for user switching\n" +#~ " - Added Systemd support for the session management (Fedora, Arch, ...)\n" +#~ " - Added support for all the Unity indicators\n" +#~ " - Countless bug-fixes and improvements\n" +#~ " - If you like the project, please donate :-)" +#~ msgstr "" +#~ "Nuova versione: GLX-Dock 3.2!\n" +#~ " - È stato migliorato il supporto per gli schermi multipli\n" +#~ " - Nuova applet: Screenshot\n" +#~ " - Nuovo plug-in: Effetti sonori\n" +#~ " - Aggiunto il supporto a Gnome-Shell \n" +#~ " - Aggiunto il supporto a GDM per il cambio utente\n" +#~ " - Aggiunto il supporto a Systemd per la gestione della sessione (Fedora, " +#~ "Arch, ...)\n" +#~ " - Aggiunto il supporto per tutti gli indicatori di Unity\n" +#~ " - Diversi bug-fixes e miglioramenti\n" +#~ " - Se il progetto ti piace, per favore fai una donazione :-)" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/ja.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/ja.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/ja.po 2014-08-17 23:12:29.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/ja.po 2014-09-06 17:09:08.000000000 +0000 @@ -4356,59 +4356,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/ko.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/ko.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/ko.po 2014-08-17 23:12:29.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/ko.po 2014-09-06 17:09:08.000000000 +0000 @@ -3990,59 +3990,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/lt.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/lt.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/lt.po 2014-08-17 23:12:29.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/lt.po 2014-09-06 17:09:08.000000000 +0000 @@ -3878,59 +3878,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/nb.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/nb.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/nb.po 2014-08-17 23:12:29.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/nb.po 2014-09-06 17:09:08.000000000 +0000 @@ -4015,59 +4015,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/nl.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/nl.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/nl.po 2014-08-17 23:12:29.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/nl.po 2014-09-06 17:09:09.000000000 +0000 @@ -4451,35 +4451,10 @@ msgstr "Dock en desklets bruikbaar voor meerdere doeleinden" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" -"Nieuwe versie: GLX-Dock 3.2!\n" -" - Multi-schermondersteuning is verbeterd\n" -" - Nieuw applet : Schermafdruk\n" -" - Nieuwe plug-in: Geluidseffecten\n" -" - Ondersteuning toegevoegd voor Gnome-Shell\n" -" - GDM-ondersteuning toegevoegd voor gebruikerswissel\n" -" - Systeemondersteuning toegevoegd voor sessiebeheer (Fedora, Arch, ...)\n" -" - Ondersteuning toegevoegd voor alle Unity-indicatoren\n" -" - Vele foutoplossingen en verbeteringen\n" -" - Als het project u bevalt, wilt u dan a.u.b. een donatie doen. Alvast " -"bedankt :-)" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "Nieuwe versie: GLX-Dock 3.3!" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " @@ -4488,15 +4463,15 @@ "- Zoekveld toegevoegd aan het Toepassingenmenu.\n" " Hiermee kunt u snel toepassingen vinden via hun naam of omschrijving" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "- Ondersteuning toegevoegd voor logind in het Afmelden-applet" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "- Betere integratie met Cinnamon-bestandsbeheer" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " @@ -4506,7 +4481,7 @@ " Hierdoor kunnen starters geanimeerd worden tot de toepassing zich opent " "en voorkomt dat een toepassing per ongeluk dubbel wordt geopend" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" @@ -4514,16 +4489,92 @@ "- Applet van derden toegevoegd: Meldingsgeschiedenis om nooit meer " "een melding te missen" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "- De Dbus API is nog krachtiger gemaakt" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "- Een groot gedeelte van de kern herschreven door middel van Objects" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" "Als het project u bevalt, wilt u dan a.u.b. een donatie doen. Alvast " "bedankt :-)" + +#: ../data/messages:1134 +#, fuzzy +msgid "New version: GLX-Dock 3.4!" +msgstr "Nieuwe versie: GLX-Dock 3.3!" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +#, fuzzy +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" +"Als het project u bevalt, wilt u dan a.u.b. een donatie doen. Alvast " +"bedankt :-)" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" + +#~ msgid "" +#~ "New version: GLX-Dock 3.2!\n" +#~ " - Multi-screen support has been improved\n" +#~ " - New applet : Screenshot\n" +#~ " - New plug-in: Sound-Effects\n" +#~ " - Added Gnome-Shell support \n" +#~ " - Added GDM support for user switching\n" +#~ " - Added Systemd support for the session management (Fedora, Arch, ...)\n" +#~ " - Added support for all the Unity indicators\n" +#~ " - Countless bug-fixes and improvements\n" +#~ " - If you like the project, please donate :-)" +#~ msgstr "" +#~ "Nieuwe versie: GLX-Dock 3.2!\n" +#~ " - Multi-schermondersteuning is verbeterd\n" +#~ " - Nieuw applet : Schermafdruk\n" +#~ " - Nieuwe plug-in: Geluidseffecten\n" +#~ " - Ondersteuning toegevoegd voor Gnome-Shell\n" +#~ " - GDM-ondersteuning toegevoegd voor gebruikerswissel\n" +#~ " - Systeemondersteuning toegevoegd voor sessiebeheer (Fedora, Arch, ...)\n" +#~ " - Ondersteuning toegevoegd voor alle Unity-indicatoren\n" +#~ " - Vele foutoplossingen en verbeteringen\n" +#~ " - Als het project u bevalt, wilt u dan a.u.b. een donatie doen. Alvast " +#~ "bedankt :-)" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/nn.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/nn.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/nn.po 2014-08-17 23:12:29.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/nn.po 2014-09-06 17:09:09.000000000 +0000 @@ -4264,59 +4264,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/oc.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/oc.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/oc.po 2014-08-17 23:12:29.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/oc.po 2014-09-06 17:09:09.000000000 +0000 @@ -3848,59 +3848,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/pl.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/pl.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/pl.po 2014-08-17 23:12:29.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/pl.po 2014-09-06 17:09:09.000000000 +0000 @@ -4328,59 +4328,95 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "Nowa wersja: GLX-Dock 3.3!" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "- Lepsza integracja w ramach pulpitu Cinnamon" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "- Jeśli lubisz ten projekt, proszę nas wspomóc :-)" + +#: ../data/messages:1134 +#, fuzzy +msgid "New version: GLX-Dock 3.4!" +msgstr "Nowa wersja: GLX-Dock 3.3!" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +#, fuzzy +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "- Jeśli lubisz ten projekt, proszę nas wspomóc :-)" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/pt_BR.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/pt_BR.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/pt_BR.po 2014-08-17 23:12:29.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/pt_BR.po 2014-09-06 17:09:09.000000000 +0000 @@ -4168,59 +4168,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/pt.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/pt.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/pt.po 2014-08-17 23:12:30.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/pt.po 2014-09-06 17:09:09.000000000 +0000 @@ -4401,35 +4401,10 @@ msgstr "Doca e Desklets com multiplos propósitos" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" -"Nova versão: GLX-Dock 3.2!\n" -" - Suporte para ecrã múltiplos for melhorado\n" -" - Nova mini-aplicação : Captura de Ecrã\n" -" - Novo plugin: Efeitos de Som\n" -" - Adicionado o suporte para Gnome-Shell \n" -" - Adicionado suporte GDM para mudança de utilizador\n" -" - Adicionado suporte para Systemd para gestão da sessão (Fedora, " -"Arch, ...)\n" -" - Adicionado suporte para os indicadores do Unity\n" -" - Inúmeras correcções de erros e melhorias\n" -" - Se gostar deste projecto, por favor doe :-)" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "Nova versão: GLX-Dock 3.3!" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " @@ -4439,15 +4414,15 @@ " Permite-lhe procurar rapidamente programas pelo seu nome ou pela sua " "descrição" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "- Adicionadp suporte para logind na mini-aplicação Logout" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "- Melhor integração com o ambiente de trabalho Cinnamon" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " @@ -4457,7 +4432,7 @@ " Permite que os lançadores sejam animados até que a aplicação abra " "evitando lançamentos duplos acidentais" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" @@ -4465,14 +4440,88 @@ "- Adicionado uma nova mini-aplicação de terceiros: Histórico de " "Notificações para nunca perder uma notificação" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "- Actualizou-se o Dbus API para ser ainda mais poderoso" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "- Uma grande reescrita do core usando Objectos" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "- Se gostar deste projecto, por favor doe :-)" + +#: ../data/messages:1134 +#, fuzzy +msgid "New version: GLX-Dock 3.4!" +msgstr "Nova versão: GLX-Dock 3.3!" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +#, fuzzy +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "- Se gostar deste projecto, por favor doe :-)" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" + +#~ msgid "" +#~ "New version: GLX-Dock 3.2!\n" +#~ " - Multi-screen support has been improved\n" +#~ " - New applet : Screenshot\n" +#~ " - New plug-in: Sound-Effects\n" +#~ " - Added Gnome-Shell support \n" +#~ " - Added GDM support for user switching\n" +#~ " - Added Systemd support for the session management (Fedora, Arch, ...)\n" +#~ " - Added support for all the Unity indicators\n" +#~ " - Countless bug-fixes and improvements\n" +#~ " - If you like the project, please donate :-)" +#~ msgstr "" +#~ "Nova versão: GLX-Dock 3.2!\n" +#~ " - Suporte para ecrã múltiplos for melhorado\n" +#~ " - Nova mini-aplicação : Captura de Ecrã\n" +#~ " - Novo plugin: Efeitos de Som\n" +#~ " - Adicionado o suporte para Gnome-Shell \n" +#~ " - Adicionado suporte GDM para mudança de utilizador\n" +#~ " - Adicionado suporte para Systemd para gestão da sessão (Fedora, " +#~ "Arch, ...)\n" +#~ " - Adicionado suporte para os indicadores do Unity\n" +#~ " - Inúmeras correcções de erros e melhorias\n" +#~ " - Se gostar deste projecto, por favor doe :-)" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/ro.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/ro.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/ro.po 2014-08-17 23:12:30.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/ro.po 2014-09-06 17:09:09.000000000 +0000 @@ -3873,59 +3873,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/ru.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/ru.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/ru.po 2014-08-17 23:12:30.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/ru.po 2014-09-06 17:09:09.000000000 +0000 @@ -4305,59 +4305,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/sk.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/sk.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/sk.po 2014-08-17 23:12:30.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/sk.po 2014-09-06 17:09:09.000000000 +0000 @@ -4132,59 +4132,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/sl.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/sl.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/sl.po 2014-08-17 23:12:30.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/sl.po 2014-09-06 17:09:09.000000000 +0000 @@ -3984,59 +3984,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/sr@latin.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/sr@latin.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/sr@latin.po 2014-08-17 23:12:30.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/sr@latin.po 2014-09-06 17:09:09.000000000 +0000 @@ -4058,59 +4058,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/sr.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/sr.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/sr.po 2014-08-17 23:12:30.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/sr.po 2014-09-06 17:09:10.000000000 +0000 @@ -4339,34 +4339,10 @@ msgstr "Док и справице површи са разним могућностима" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" -"Ново издање: ГЛИкс-Док 3.2!\n" -" - Подршка за више екрана је побољшана\n" -" - Ново програмче : Снимак екрана\n" -" - Нови прикључак: Звучни утисци\n" -" - Додата подршка за Гномову шкољку \n" -" - Додата подршка за промену корисника преко ГДМ\n" -" - Додата подршка за управљање сесијом (Федора, Арч,...)\n" -" - Додата подршка за све указиваче Јединства\n" -" - Безбројне исправке буба и побољшања\n" -" - Ако Вам се свиђа пројекат, молимо, приложите:-)" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "Ново издање: GLX-Dock 3.3!" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " @@ -4375,15 +4351,15 @@ "- Додата је претрага у Изборнику програма.\n" " Омогућава брзо налажење програма по имену и опису" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "- Додата је подршка за logind у програмчету Одјава" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "- Боља сагласност са окружењем Цимет" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " @@ -4393,7 +4369,7 @@ " То омогућава покретачима да буду живахни док се програм не покрене и " "спречава случајне двоструке покретаче" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" @@ -4401,14 +4377,87 @@ "- Додато је још једно програмче треће стране: Историја обавештења да " "обавештења не буду пропуштана" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "- Надограђен је моћнији Dbus API" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "- Прерађено језгро употребом Објектата" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "- Ако Вам се свиђа пројекат, приложите :-)" + +#: ../data/messages:1134 +#, fuzzy +msgid "New version: GLX-Dock 3.4!" +msgstr "Ново издање: GLX-Dock 3.3!" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +#, fuzzy +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "- Ако Вам се свиђа пројекат, приложите :-)" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" + +#~ msgid "" +#~ "New version: GLX-Dock 3.2!\n" +#~ " - Multi-screen support has been improved\n" +#~ " - New applet : Screenshot\n" +#~ " - New plug-in: Sound-Effects\n" +#~ " - Added Gnome-Shell support \n" +#~ " - Added GDM support for user switching\n" +#~ " - Added Systemd support for the session management (Fedora, Arch, ...)\n" +#~ " - Added support for all the Unity indicators\n" +#~ " - Countless bug-fixes and improvements\n" +#~ " - If you like the project, please donate :-)" +#~ msgstr "" +#~ "Ново издање: ГЛИкс-Док 3.2!\n" +#~ " - Подршка за више екрана је побољшана\n" +#~ " - Ново програмче : Снимак екрана\n" +#~ " - Нови прикључак: Звучни утисци\n" +#~ " - Додата подршка за Гномову шкољку \n" +#~ " - Додата подршка за промену корисника преко ГДМ\n" +#~ " - Додата подршка за управљање сесијом (Федора, Арч,...)\n" +#~ " - Додата подршка за све указиваче Јединства\n" +#~ " - Безбројне исправке буба и побољшања\n" +#~ " - Ако Вам се свиђа пројекат, молимо, приложите:-)" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/sv.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/sv.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/sv.po 2014-08-17 23:12:30.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/sv.po 2014-09-06 17:09:10.000000000 +0000 @@ -3916,59 +3916,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/tr.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/tr.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/tr.po 2014-08-17 23:12:30.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/tr.po 2014-09-06 17:09:10.000000000 +0000 @@ -3980,59 +3980,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/uk.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/uk.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/uk.po 2014-08-17 23:12:31.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/uk.po 2014-09-06 17:09:10.000000000 +0000 @@ -4364,34 +4364,10 @@ msgstr "Багатоцільова панель та віжети." #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" -"Нова версія: GLX-Dock 3.2!\n" -" - покращена підтримка мультиекранів\n" -" - Новий додаток : Скріншот\n" -" - Новий плагін: Звукові ефекти\n" -" - Додано підтримку Gnome-Shell\n" -" - Додана підтримка GDM для перемикання користувачів\n" -" - Додана підтримка Systemd для керування сесіями (Fedora, Arch, ...)\n" -" - Додана підтримка індикаторів Unity\n" -" - Незліченна кількість покращень і виправлень помилок\n" -" - Якщо вам подобається наш проект, можете допомогти нам фінансово :-)" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "Нова версія: GLX-Dock 3.3!" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " @@ -4400,15 +4376,15 @@ "- Додано пошук в Меню додатків.\n" " Це дозволяє швидко шукати програми по імені або їхньому опису" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "- Додана підтримка logind в додаток \"Вийти\"" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "- Покращена інтеграція з оточенням Cinnamon" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " @@ -4418,7 +4394,7 @@ " Це дозволяє анімувати значок запуску, доки програма запускається, що " "допомагає уникати подвійних запусків" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" @@ -4426,14 +4402,87 @@ "- Додано новий сторонній додаток Історія сповіщень, щоб ви не " "пропустили важливого сповіщення" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "- Оновлено Dbus API, щоб бути ще потужнішим" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "- Величезний перезапис основних об’єктів використання" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "- Якщо вам подобається проект, будь-ласка, жертвуйте :)" + +#: ../data/messages:1134 +#, fuzzy +msgid "New version: GLX-Dock 3.4!" +msgstr "Нова версія: GLX-Dock 3.3!" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +#, fuzzy +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "- Якщо вам подобається проект, будь-ласка, жертвуйте :)" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" + +#~ msgid "" +#~ "New version: GLX-Dock 3.2!\n" +#~ " - Multi-screen support has been improved\n" +#~ " - New applet : Screenshot\n" +#~ " - New plug-in: Sound-Effects\n" +#~ " - Added Gnome-Shell support \n" +#~ " - Added GDM support for user switching\n" +#~ " - Added Systemd support for the session management (Fedora, Arch, ...)\n" +#~ " - Added support for all the Unity indicators\n" +#~ " - Countless bug-fixes and improvements\n" +#~ " - If you like the project, please donate :-)" +#~ msgstr "" +#~ "Нова версія: GLX-Dock 3.2!\n" +#~ " - покращена підтримка мультиекранів\n" +#~ " - Новий додаток : Скріншот\n" +#~ " - Новий плагін: Звукові ефекти\n" +#~ " - Додано підтримку Gnome-Shell\n" +#~ " - Додана підтримка GDM для перемикання користувачів\n" +#~ " - Додана підтримка Systemd для керування сесіями (Fedora, Arch, ...)\n" +#~ " - Додана підтримка індикаторів Unity\n" +#~ " - Незліченна кількість покращень і виправлень помилок\n" +#~ " - Якщо вам подобається наш проект, можете допомогти нам фінансово :-)" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/uz.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/uz.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/uz.po 2014-08-17 23:12:31.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/uz.po 2014-09-06 17:09:10.000000000 +0000 @@ -4362,35 +4362,10 @@ msgstr "Кўп мақсадли Док ва Десклетлар" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" -"Янги версия: GLX-Dock 3.2!\n" -" - Кўп-экран қўллаб қувватланиши яхшиланди\n" -" - Янги апплет : Экранни расмга олиш\n" -" - Янги плагин: Товуш-Эффектлари\n" -" - Gnome-Shell қўллаб қувватланиши қўшилди \n" -" - Фойдаланувчини алмаштириш учун GDM қўллаб қувватланиши қўшилди\n" -" - Сеанс бошқаруви учун Systemd қўллаб қувватланиши қўшилди (Fedora, " -"Arch, ...)\n" -" - Барча Unity индикаторлари қўллаб қувватланиши қўшилди\n" -" - Саноқсиз хато тузатилишлари ва яхшиланишлар\n" -" - Агар лойиҳа сизга манзур бўлса, хайрия қилишингиз мумкин :-)" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "Янги версия: GLX-Dock 3.3!" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " @@ -4399,15 +4374,15 @@ "- Қўлланмалар Менюси да излаш киритмаси қўшилди .\n" " Бу тасвирланиши ёки номига кўра дастурларни тезкор қидиришга имкон беради" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "- Чиқиш апплетига logind ни қўллаб қувватлаш қўшилди" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "- Cinnamon иш столига яхшироқ интеграция" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " @@ -4417,7 +4392,7 @@ " Бу ишга туширгичларнинг қўлланма очилгунга қадар анимацияланишига имкон " "беради ва тасодифий ишга тушишларнинг олдини олади" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" @@ -4425,14 +4400,88 @@ "- Янги учинчи тараф апплети қўшилди: Хабарномалар Тарихи ҳеч қачон " "хабарномани ўтказиб юбормаслик учун" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "Янада кучлироқ бўлиш учун Dbus API янгиланди" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "Асосий қисмдан фойдаланувчи Объектларнинг улкан миқёсда қайта ёзилиши" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "- Агар лойиҳа сизга манзур бўлса, хайрия қилишингиз мумкин :-)" + +#: ../data/messages:1134 +#, fuzzy +msgid "New version: GLX-Dock 3.4!" +msgstr "Янги версия: GLX-Dock 3.3!" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +#, fuzzy +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "- Агар лойиҳа сизга манзур бўлса, хайрия қилишингиз мумкин :-)" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" + +#~ msgid "" +#~ "New version: GLX-Dock 3.2!\n" +#~ " - Multi-screen support has been improved\n" +#~ " - New applet : Screenshot\n" +#~ " - New plug-in: Sound-Effects\n" +#~ " - Added Gnome-Shell support \n" +#~ " - Added GDM support for user switching\n" +#~ " - Added Systemd support for the session management (Fedora, Arch, ...)\n" +#~ " - Added support for all the Unity indicators\n" +#~ " - Countless bug-fixes and improvements\n" +#~ " - If you like the project, please donate :-)" +#~ msgstr "" +#~ "Янги версия: GLX-Dock 3.2!\n" +#~ " - Кўп-экран қўллаб қувватланиши яхшиланди\n" +#~ " - Янги апплет : Экранни расмга олиш\n" +#~ " - Янги плагин: Товуш-Эффектлари\n" +#~ " - Gnome-Shell қўллаб қувватланиши қўшилди \n" +#~ " - Фойдаланувчини алмаштириш учун GDM қўллаб қувватланиши қўшилди\n" +#~ " - Сеанс бошқаруви учун Systemd қўллаб қувватланиши қўшилди (Fedora, " +#~ "Arch, ...)\n" +#~ " - Барча Unity индикаторлари қўллаб қувватланиши қўшилди\n" +#~ " - Саноқсиз хато тузатилишлари ва яхшиланишлар\n" +#~ " - Агар лойиҳа сизга манзур бўлса, хайрия қилишингиз мумкин :-)" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/vi.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/vi.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/vi.po 2014-08-17 23:12:31.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/vi.po 2014-09-06 17:09:10.000000000 +0000 @@ -3872,59 +3872,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/zh_CN.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/zh_CN.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/zh_CN.po 2014-08-17 23:12:31.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/zh_CN.po 2014-09-06 17:09:10.000000000 +0000 @@ -4091,59 +4091,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/zh_TW.po cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/zh_TW.po --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/po/zh_TW.po 2014-08-17 23:12:31.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/po/zh_TW.po 2014-09-06 17:09:10.000000000 +0000 @@ -4005,59 +4005,93 @@ msgstr "" #: ../data/messages:1116 -msgid "" -"New version: GLX-Dock 3.2!\n" -" - Multi-screen support has been improved\n" -" - New applet : Screenshot\n" -" - New plug-in: Sound-Effects\n" -" - Added Gnome-Shell support \n" -" - Added GDM support for user switching\n" -" - Added Systemd support for the session management (Fedora, Arch, ...)\n" -" - Added support for all the Unity indicators\n" -" - Countless bug-fixes and improvements\n" -" - If you like the project, please donate :-)" -msgstr "" - -#: ../data/messages:1118 msgid "New version: GLX-Dock 3.3!" msgstr "" -#: ../data/messages:1120 +#: ../data/messages:1118 msgid "" "- Added a search entry in the Applications Menu.\n" " It allows to rapidly look for programs from their name or their " "description" msgstr "" -#: ../data/messages:1122 +#: ../data/messages:1120 msgid "- Added support of logind in the Logout applet" msgstr "" -#: ../data/messages:1124 +#: ../data/messages:1122 msgid "- Better integration in the Cinnamon desktop" msgstr "" -#: ../data/messages:1126 +#: ../data/messages:1124 msgid "" "- Added support of the StartupNotification protocol.\n" " It allows launchers to be animated until the application opens and " "avoids accidental double launches" msgstr "" -#: ../data/messages:1128 +#: ../data/messages:1126 msgid "" "- Added an new third-party applet: Notification History to never miss " "a notification" msgstr "" -#: ../data/messages:1130 +#: ../data/messages:1128 msgid "- Upgraded the Dbus API to be even more powerful" msgstr "" -#: ../data/messages:1132 +#: ../data/messages:1130 msgid "- A huge rewrite of the core using Objects" msgstr "" -#: ../data/messages:1134 +#: ../data/messages:1132 msgid "- If you like the project, please donate :-)" msgstr "" + +#: ../data/messages:1134 +msgid "New version: GLX-Dock 3.4!" +msgstr "" + +#: ../data/messages:1136 +msgid "- Menus: added the possibility to customise them" +msgstr "" + +#: ../data/messages:1138 +msgid "- Style: unified the style of all components of the dock" +msgstr "" + +#: ../data/messages:1140 +msgid "" +"- Better integration with Compiz (e.g. when using the Cairo-Dock " +"session) and Cinnamon" +msgstr "" + +#: ../data/messages:1142 +msgid "" +"- Applications Menu and Logout applets will wait the end of an " +"update before displaying notifications" +msgstr "" + +#: ../data/messages:1144 +msgid "" +"- Various improvements for Applications Menu, Shortcuts, " +"Status-Notifier and Terminal applets" +msgstr "" + +#: ../data/messages:1146 +msgid "- Start working on EGL and Wayland support" +msgstr "" + +#: ../data/messages:1148 +msgid "- And as always ... various bug fixes and improvements!" +msgstr "" + +#: ../data/messages:1150 +msgid "If you like the project, please donate and/or contribute :-)" +msgstr "" + +#: ../data/messages:1152 +msgid "" +"Note: We're switching from Bzr to Git on Github, feel free to fork! https://" +"github.com/Cairo-Dock" +msgstr "" diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/src/cairo-dock-widget-config-group.c cairo-dock-3.3.99.rc1.1~20141001~bzr1819/src/cairo-dock-widget-config-group.c --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/src/cairo-dock-widget-config-group.c 2014-07-26 09:05:50.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/src/cairo-dock-widget-config-group.c 2014-08-24 17:58:09.000000000 +0000 @@ -208,7 +208,8 @@ { cModuleName = e->data; pModule = gldi_module_get (cModuleName); - if (!pModule) + // check if the module is found and has an instances' list (cairo-dock -m) + if (!pModule || !pModule->pInstancesList) continue; pExtraInstance = pModule->pInstancesList->data; diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/src/gldit/cairo-dock-class-manager.c cairo-dock-3.3.99.rc1.1~20141001~bzr1819/src/gldit/cairo-dock-class-manager.c --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/src/gldit/cairo-dock-class-manager.c 2014-07-26 09:05:51.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/src/gldit/cairo-dock-class-manager.c 2014-10-01 19:48:23.000000000 +0000 @@ -87,16 +87,16 @@ static gboolean _on_window_created (G_GNUC_UNUSED gpointer data, GldiWindowActor *actor) { gldi_class_startup_notify_end (actor->cClass); - + return GLDI_NOTIFICATION_LET_PASS; } static gboolean _on_window_activated (G_GNUC_UNUSED gpointer data, GldiWindowActor *actor) { if (! actor) return GLDI_NOTIFICATION_LET_PASS; - + gldi_class_startup_notify_end (actor->cClass); - + return GLDI_NOTIFICATION_LET_PASS; } void cairo_dock_initialize_class_manager (void) @@ -121,7 +121,7 @@ const GList *cairo_dock_list_existing_appli_with_class (const gchar *cClass) { g_return_val_if_fail (cClass != NULL, NULL); - + CairoDockClassAppli *pClassAppli = _cairo_dock_lookup_class_appli (cClass); return (pClassAppli != NULL ? pClassAppli->pAppliOfClass : NULL); } @@ -130,7 +130,7 @@ static CairoDockClassAppli *cairo_dock_get_class (const gchar *cClass) { g_return_val_if_fail (cClass != NULL, NULL); - + CairoDockClassAppli *pClassAppli = _cairo_dock_lookup_class_appli (cClass); if (pClassAppli == NULL) { @@ -144,10 +144,10 @@ { CairoDockClassAppli *pClassAppli = cairo_dock_get_class (cClass); g_return_val_if_fail (pClassAppli!= NULL, FALSE); - + g_return_val_if_fail (g_list_find (pClassAppli->pIconsOfClass, pIcon) == NULL, TRUE); pClassAppli->pIconsOfClass = g_list_prepend (pClassAppli->pIconsOfClass, pIcon); - + return TRUE; } @@ -155,7 +155,7 @@ { CairoDockClassAppli *pClassAppli = cairo_dock_get_class (cClass); g_return_val_if_fail (pClassAppli!= NULL, NULL); - + return gldi_dock_get (pClassAppli->cDockName); } @@ -163,7 +163,7 @@ { CairoDockClassAppli *pClassAppli = cairo_dock_get_class (cClass); g_return_val_if_fail (pClassAppli!= NULL, NULL); - + CairoDock *pDock = gldi_dock_get (pClassAppli->cDockName); if (pDock == NULL) // cDockName not yet defined, or previous class subdock no longer exists { @@ -171,7 +171,7 @@ pClassAppli->cDockName = cairo_dock_get_unique_dock_name (cClass); pDock = gldi_subdock_new (pClassAppli->cDockName, NULL, pParentDock, NULL); } - + return pDock; } @@ -179,13 +179,13 @@ { CairoDockClassAppli *pClassAppli = cairo_dock_get_class (cClass); g_return_if_fail (pClassAppli!= NULL); - + CairoDock *pDock = gldi_dock_get (pClassAppli->cDockName); if (pDock) { gldi_object_unref (GLDI_OBJECT(pDock)); } - + g_free (pClassAppli->cDockName); pClassAppli->cDockName = NULL; } @@ -194,22 +194,22 @@ { g_return_val_if_fail (CAIRO_DOCK_ICON_TYPE_IS_APPLI (pIcon) && pIcon->pAppli, FALSE); cd_debug ("%s (%s)", __func__, pIcon->cClass); - + if (pIcon->cClass == NULL) { - cd_message (" %s n'a pas de classe, c'est po bien", pIcon->cName); + cd_message (" %s doesn't have any class, not good!", pIcon->cName); return FALSE; } CairoDockClassAppli *pClassAppli = cairo_dock_get_class (pIcon->cClass); g_return_val_if_fail (pClassAppli!= NULL, FALSE); - + ///if (pClassAppli->iAge == 0) // age is > 0, so it means we have never set it yet. if (pClassAppli->pAppliOfClass == NULL) // the first appli of a class defines the age of the class. pClassAppli->iAge = pIcon->pAppli->iAge; - + g_return_val_if_fail (g_list_find (pClassAppli->pAppliOfClass, pIcon) == NULL, TRUE); pClassAppli->pAppliOfClass = g_list_prepend (pClassAppli->pAppliOfClass, pIcon); - + return TRUE; } @@ -217,12 +217,12 @@ { g_return_val_if_fail (pIcon!= NULL, FALSE); cd_debug ("%s (%s, %s)", __func__, pIcon->cClass, pIcon->cName); - + CairoDockClassAppli *pClassAppli = cairo_dock_get_class (pIcon->cClass); g_return_val_if_fail (pClassAppli!= NULL, FALSE); - + pClassAppli->pAppliOfClass = g_list_remove (pClassAppli->pAppliOfClass, pIcon); - + return TRUE; } @@ -230,10 +230,10 @@ { CairoDockClassAppli *pClassAppli = cairo_dock_get_class (cClass); g_return_val_if_fail (pClassAppli!= NULL, FALSE); - - if (pClassAppli->bUseXIcon == bUseXIcon) // rien a faire. + + if (pClassAppli->bUseXIcon == bUseXIcon) // nothing to do. return FALSE; - + GList *pElement; Icon *pAppliIcon; for (pElement = pClassAppli->pAppliOfClass; pElement != NULL; pElement = pElement->next) @@ -241,16 +241,16 @@ pAppliIcon = pElement->data; if (bUseXIcon) { - cd_message ("%s prend l'icone de X", pAppliIcon->cName); + cd_message ("%s: take X icon", pAppliIcon->cName); } else { - cd_message ("%s n'utilise plus l'icone de X", pAppliIcon->cName); + cd_message ("%s: doesn't use X icon", pAppliIcon->cName); } - + cairo_dock_reload_icon_image (pAppliIcon, cairo_dock_get_icon_container (pAppliIcon)); } - + return TRUE; } @@ -258,7 +258,7 @@ static void _cairo_dock_set_same_indicator_on_sub_dock (Icon *pInhibhatorIcon) { CairoDock *pInhibatorDock = CAIRO_DOCK(cairo_dock_get_icon_container (pInhibhatorIcon)); - if (GLDI_OBJECT_IS_DOCK(pInhibatorDock) && pInhibatorDock->iRefCount > 0) // l'inhibiteur est dans un sous-dock. + if (GLDI_OBJECT_IS_DOCK(pInhibatorDock) && pInhibatorDock->iRefCount > 0) // the inhibitor is in a sub-dock. { gboolean bSubDockHasIndicator = FALSE; if (pInhibhatorIcon->bHasIndicator) @@ -283,7 +283,7 @@ Icon *pPointingIcon = cairo_dock_search_icon_pointing_on_dock (pInhibatorDock, &pParentDock); if (pPointingIcon != NULL && pPointingIcon->bHasIndicator != bSubDockHasIndicator) { - cd_message (" pour le sous-dock %s : indicateur <- %d", pPointingIcon->cName, bSubDockHasIndicator); + cd_message (" for the sub-dock %s : indicator <- %d", pPointingIcon->cName, bSubDockHasIndicator); pPointingIcon->bHasIndicator = bSubDockHasIndicator; if (pParentDock != NULL) cairo_dock_redraw_icon (pPointingIcon); @@ -294,7 +294,7 @@ static GldiWindowActor *_gldi_appli_icon_detach_of_class (const gchar *cClass) { g_return_val_if_fail (cClass != NULL, 0); - + const GList *pList = cairo_dock_list_existing_appli_with_class (cClass); Icon *pIcon; const GList *pElement; @@ -305,12 +305,12 @@ { pIcon = pElement->data; pParentDock = CAIRO_DOCK(cairo_dock_get_icon_container (pIcon)); - if (pParentDock == NULL) // pas dans un dock => rien a faire. + if (pParentDock == NULL) // not in a dock => nothing to do. continue; - - cd_debug ("detachement de l'icone %s (%p)", pIcon->cName, pFirstFoundActor); + + cd_debug ("detachment of the icon %s (%p)", pIcon->cName, pFirstFoundActor); gldi_icon_detach (pIcon); - + // if the icon was in the class sub-dock, check if it became empty if (pParentDock == cairo_dock_get_class_subdock (cClass)) // the icon was in the class sub-dock { @@ -327,8 +327,8 @@ } } } - - if (pFirstFoundActor == NULL) // on recupere la 1ere appli de la classe. + + if (pFirstFoundActor == NULL) // we grab the 1st app of this class. { pFirstFoundActor = pIcon->pAppli; } @@ -339,11 +339,11 @@ { g_return_val_if_fail (cClass != NULL, FALSE); cd_message ("%s (%s)", __func__, cClass); - - // add inhibitor to class (first, so that applis can find it and take its surface if neccessary) + + // add inhibitor to class (first, so that applis can find it and take its surface if necessary) if (! _cairo_dock_add_inhibitor_to_class (cClass, pInhibitorIcon)) return FALSE; - + // set class name on the inhibitor if not already done. if (pInhibitorIcon && pInhibitorIcon->cClass != cClass) { @@ -361,7 +361,7 @@ gldi_icon_set_appli (pInhibitorIcon, pFirstFoundActor); pInhibitorIcon->bHasIndicator = (pFirstFoundActor != NULL); _cairo_dock_set_same_indicator_on_sub_dock (pInhibitorIcon); - + // other applis icons are retached to the inhibitor. const GList *pList = cairo_dock_list_existing_appli_with_class (cClass); Icon *pIcon; @@ -369,12 +369,12 @@ for (pElement = pList; pElement != NULL; pElement = pElement->next) { pIcon = pElement->data; - cd_debug (" une appli detachee (%s)", pIcon->cName); - if (pIcon->pAppli != pFirstFoundActor && cairo_dock_get_icon_container (pIcon) == NULL) // s'est faite detacher et doit etre rattachee. + cd_debug (" an app is detached (%s)", pIcon->cName); + if (pIcon->pAppli != pFirstFoundActor && cairo_dock_get_icon_container (pIcon) == NULL) // detached and has to be re-attached. gldi_appli_icon_insert_in_dock (pIcon, g_pMainDock, ! CAIRO_DOCK_ANIMATE_ICON); } } - + return TRUE; } @@ -387,7 +387,8 @@ gboolean cairo_dock_class_is_using_xicon (const gchar *cClass) { CairoDockClassAppli *pClassAppli = _cairo_dock_lookup_class_appli (cClass); - return (pClassAppli != NULL && pClassAppli->bUseXIcon); // si pClassAppli == NULL, il n'y a pas de lanceur pouvant lui filer son icone, mais on peut en trouver une dans le theme d'icones systeme. + // if pClassAppli == NULL, there is no launcher able to give its icon but we can found one in icons theme of the system. + return (pClassAppli != NULL && pClassAppli->bUseXIcon); } gboolean cairo_dock_class_is_expanded (const gchar *cClass) @@ -400,7 +401,7 @@ { g_return_val_if_fail (pIcon != NULL, FALSE); //g_print ("%s (%s)\n", __func__, pIcon->cClass); - + gboolean bToBeInhibited = FALSE; CairoDockClassAppli *pClassAppli = _cairo_dock_lookup_class_appli (pIcon->cClass); if (pClassAppli != NULL) @@ -410,29 +411,29 @@ for (pElement = pClassAppli->pIconsOfClass; pElement != NULL; pElement = pElement->next) { pInhibitorIcon = pElement->data; - if (pInhibitorIcon != NULL) // un inhibiteur est present. + if (pInhibitorIcon != NULL) // an inhibitor is present. { - if (pInhibitorIcon->pAppli == NULL && pInhibitorIcon->pSubDock == NULL) // cette icone inhibe cette classe mais ne controle encore aucune appli, on s'y asservit. + if (pInhibitorIcon->pAppli == NULL && pInhibitorIcon->pSubDock == NULL) // this icon inhibits this class but doesn't control any apps yet { gldi_icon_set_appli (pInhibitorIcon, pIcon->pAppli); - cd_message (">>> %s prendra un indicateur au prochain redraw ! (pAppli : %p)", pInhibitorIcon->cName, pInhibitorIcon->pAppli); + cd_message (">>> %s will take an indicator during the next redraw ! (pAppli : %p)", pInhibitorIcon->cName, pInhibitorIcon->pAppli); pInhibitorIcon->bHasIndicator = TRUE; _cairo_dock_set_same_indicator_on_sub_dock (pInhibitorIcon); /**} - - if (pInhibitorIcon->pAppli == pIcon->pAppli) // cette icone nous controle. + + if (pInhibitorIcon->pAppli == pIcon->pAppli) // this icon controls us. {*/ CairoDock *pInhibatorDock = CAIRO_DOCK(cairo_dock_get_icon_container (pInhibitorIcon)); - //\______________ On place l'icone pour X. - if (! bToBeInhibited) // on ne met le thumbnail que sur la 1ere. + //\______________ We place the icon for X. + if (! bToBeInhibited) // we put the thumbnail only on the 1st one. { if (pInhibatorDock != NULL) { - //g_print ("on positionne la miniature sur l'inhibiteur %s\n", pInhibitorIcon->cName); + //g_print ("we move the thumbnail on the inhibitor %s\n", pInhibitorIcon->cName); gldi_appli_icon_set_geometry_for_window_manager (pInhibitorIcon, pInhibatorDock); } } - //\______________ On met a jour l'etiquette de l'inhibiteur. + //\______________ We update inhibitor's label. if (pInhibatorDock != NULL && pIcon->cName != NULL) { if (pInhibitorIcon->cInitialName == NULL) @@ -455,7 +456,7 @@ { g_return_if_fail (pInhibitorIcon != NULL); cd_message ("%s (%s)", __func__, pInhibitorIcon->cClass); - + CairoDockClassAppli *pClassAppli = _cairo_dock_lookup_class_appli (pInhibitorIcon->cClass); if (pClassAppli != NULL) { @@ -467,7 +468,7 @@ { cd_message ("%s (%s)", __func__, cClass); _cairo_dock_remove_icon_from_class (pInhibitorIcon); - + if (pInhibitorIcon != NULL && pInhibitorIcon->pSubDock != NULL && pInhibitorIcon->pSubDock == cairo_dock_get_class_subdock (cClass)) // the launcher is controlling several appli icons, place them back in the taskbar. { // first destroy the class sub-dock, so that the appli icons won't go inside again. @@ -476,7 +477,7 @@ pInhibitorIcon->pSubDock->icons = NULL; // empty the sub-dock cairo_dock_destroy_class_subdock (cClass); // destroy the sub-dock without destroying its icons pInhibitorIcon->pSubDock = NULL; // since the inhibitor can already be detached, the sub-dock can't find it - + Icon *pAppliIcon; GList *ic; for (ic = icons; ic != NULL; ic = ic->next) @@ -484,7 +485,7 @@ pAppliIcon = ic->data; cairo_dock_set_icon_container (pAppliIcon, NULL); // manually "detach" it } - + // then re-insert the appli icons. for (ic = icons; ic != NULL; ic = ic->next) { @@ -492,10 +493,10 @@ gldi_appli_icon_insert_in_dock (pAppliIcon, g_pMainDock, ! CAIRO_DOCK_ANIMATE_ICON); } g_list_free (icons); - + cairo_dock_trigger_load_icon_buffers (pInhibitorIcon); // in case the inhibitor was drawn with an emblem or a stack of the applis } - + if (pInhibitorIcon == NULL || pInhibitorIcon->pAppli != NULL) // the launcher is controlling 1 appli icon, or we deinhibate all the inhibitors. { const GList *pList = cairo_dock_list_existing_appli_with_class (cClass); @@ -508,26 +509,26 @@ pIcon = pElement->data; if (pInhibitorIcon == NULL || pIcon->pAppli == pInhibitorIcon->pAppli) { - cd_message ("rajout de l'icone precedemment inhibee (pAppli:%p)", pIcon->pAppli); + cd_message ("re-add the icon previously inhibited (pAppli:%p)", pIcon->pAppli); pIcon->fInsertRemoveFactor = 0; pIcon->fScale = 1.; /**pParentDock = */ gldi_appli_icon_insert_in_dock (pIcon, g_pMainDock, ! CAIRO_DOCK_ANIMATE_ICON); ///bNeedsRedraw = (pParentDock != NULL && pParentDock->bIsMainDock); } - ///cairo_dock_reload_icon_image (pIcon, cairo_dock_get_icon_container (pIcon)); /// question : pourquoi le faire pour toutes les icones ?... + ///cairo_dock_reload_icon_image (pIcon, cairo_dock_get_icon_container (pIcon)); /// question : why should we do that for all icons?... } ///if (bNeedsRedraw) /// gtk_widget_queue_draw (g_pMainDock->container.pWidget); /// pDock->pRenderer->calculate_icons (pDock); ?... } if (pInhibitorIcon != NULL) { - cd_message (" l'inhibiteur a perdu toute sa mana"); + cd_message (" the inhibitor has lost everything"); gldi_icon_unset_appli (pInhibitorIcon); pInhibitorIcon->bHasIndicator = FALSE; g_free (pInhibitorIcon->cClass); pInhibitorIcon->cClass = NULL; - cd_debug (" plus de classe"); + cd_debug (" no more classes"); } } @@ -570,19 +571,19 @@ pNextAppli = (pSameClassIcon != NULL ? pSameClassIcon->pAppli : NULL); if (pSameClassIcon != NULL) // this icon will be inhibited, we need to detach it if needed { - cd_message (" c'est %s qui va la remplacer", pSameClassIcon->cName); + cd_message (" it's %s which will replace it", pSameClassIcon->cName); gldi_icon_detach (pSameClassIcon); // it can't be the class sub-dock, because pIcon had the window actor, so it doesn't hold the class sub-dock and the class is not grouped (otherwise they would all be in the class sub-dock). } } - - // make the icon inhibite the next appli (possibly none) + + // make the icon inhibits the next appli (possibly none) gldi_icon_set_appli (pIcon, pNextAppli); pIcon->bHasIndicator = (pNextAppli != NULL); _cairo_dock_set_same_indicator_on_sub_dock (pIcon); if (pNextAppli == NULL) gldi_icon_set_name (pIcon, pIcon->cInitialName); cd_message (" %s : bHasIndicator <- %d, pAppli <- %p", pIcon->cName, pIcon->bHasIndicator, pIcon->pAppli); - + // redraw GldiContainer *pContainer = cairo_dock_get_icon_container (pIcon); if (pContainer) @@ -596,7 +597,7 @@ { g_list_free (pClassAppli->pAppliOfClass); pClassAppli->pAppliOfClass = NULL; - + Icon *pInhibitorIcon; GList *pElement; for (pElement = pClassAppli->pIconsOfClass; pElement != NULL; pElement = pElement->next) @@ -607,7 +608,7 @@ _cairo_dock_set_same_indicator_on_sub_dock (pInhibitorIcon); } } -void cairo_dock_remove_all_applis_from_class_table (void) // pour le stop_application_manager +void cairo_dock_remove_all_applis_from_class_table (void) // for the stop_application_manager { g_hash_table_foreach (s_hClassTable, (GHFunc) _cairo_dock_remove_all_applis_from_class, NULL); } @@ -621,14 +622,14 @@ cairo_surface_t *cairo_dock_create_surface_from_class (const gchar *cClass, int iWidth, int iHeight) { cd_debug ("%s (%s)", __func__, cClass); - // first we try to get an icon from one of the inhibator. + // first we try to get an icon from one of the inhibitor. CairoDockClassAppli *pClassAppli = cairo_dock_get_class (cClass); if (pClassAppli != NULL) { cd_debug ("bUseXIcon:%d", pClassAppli->bUseXIcon); if (pClassAppli->bUseXIcon) return NULL; - + GList *pElement; Icon *pInhibitorIcon; for (pElement = pClassAppli->pIconsOfClass; pElement != NULL; pElement = pElement->next) @@ -637,7 +638,7 @@ cd_debug (" %s", pInhibitorIcon->cName); if (! CAIRO_DOCK_ICON_TYPE_IS_APPLET (pInhibitorIcon)) { - if (pInhibitorIcon->pSubDock == NULL || myIndicatorsParam.bUseClassIndic) // dans le cas d'un lanceur qui aurait deja plusieurs instances de sa classe, et qui les representerait en pile, on ne prend pas son icone. + if (pInhibitorIcon->pSubDock == NULL || myIndicatorsParam.bUseClassIndic) // in the case where a launcher has more than one instance of its class and which represents the stack, we doesn't take the icon. { cd_debug ("%s will give its surface", pInhibitorIcon->cName); return cairo_dock_duplicate_surface (pInhibitorIcon->image.pSurface, @@ -663,7 +664,7 @@ } } } - + // if we didn't find one, we use the icon defined in the class. if (pClassAppli != NULL && pClassAppli->cIcon != NULL) { @@ -680,12 +681,12 @@ { cd_debug ("no icon for the class %s", cClass); } - + // if not found or not defined, try to find an icon based on the name class. gchar *cIconFilePath = cairo_dock_search_icon_s_path (cClass, MAX (iWidth, iHeight)); if (cIconFilePath != NULL) { - cd_debug ("on remplace l'icone X par %s", cIconFilePath); + cd_debug ("we replace the X icon by %s", cIconFilePath); cairo_surface_t *pSurface = cairo_dock_create_surface_from_image_simple (cIconFilePath, iWidth, iHeight); @@ -693,8 +694,8 @@ if (pSurface) return pSurface; } - - cd_debug ("classe %s prendra l'icone X", cClass); + + cd_debug ("class %s will take the X icon", cClass); return NULL; } @@ -709,13 +710,13 @@ for (pElement = pClassAppli->pIconsOfClass; pElement != NULL; pElement = pElement->next) { pInhibitorIcon = pElement->data; - + if (pInhibitorIcon->pAppli == pAppli) { - cd_debug (" %s aussi se %s", pInhibitorIcon->cName, (bIsHidden ? "cache" : "montre")); + cd_debug (" %s also %s itself", pInhibitorIcon->cName, (bIsHidden ? "hide" : "show")); if (! CAIRO_DOCK_ICON_TYPE_IS_APPLET (pInhibitorIcon) && myTaskbarParam.fVisibleAppliAlpha != 0) { - pInhibitorIcon->fAlpha = 1; // on triche un peu. + pInhibitorIcon->fAlpha = 1; // we cheat a bit. cairo_dock_redraw_icon (pInhibitorIcon); } } @@ -733,10 +734,10 @@ for (pElement = pClassAppli->pIconsOfClass; pElement != NULL; pElement = pElement->next) { pInhibitorIcon = pElement->data; - + if (pInhibitorIcon->pAppli == pAppli) { - cd_debug (" %s aussi devient active", pInhibitorIcon->cName); + cd_debug (" %s becomes active too", pInhibitorIcon->cName); CairoDock *pParentDock = CAIRO_DOCK(cairo_dock_get_icon_container (pInhibitorIcon)); if (pParentDock != NULL) gldi_appli_icon_animate_on_active (pInhibitorIcon, pParentDock); @@ -755,7 +756,7 @@ for (pElement = pClassAppli->pIconsOfClass; pElement != NULL; pElement = pElement->next) { pInhibitorIcon = pElement->data; - + if (pInhibitorIcon->pAppli == pAppli) { cairo_dock_redraw_icon (pInhibitorIcon); @@ -774,12 +775,12 @@ for (pElement = pClassAppli->pIconsOfClass; pElement != NULL; pElement = pElement->next) { pInhibitorIcon = pElement->data; - + if (pInhibitorIcon->pAppli == actor) { if (! CAIRO_DOCK_ICON_TYPE_IS_APPLET (pInhibitorIcon)) { - cd_debug (" %s change son nom en %s", pInhibitorIcon->cName, cNewName); + cd_debug (" %s change its name to %s", pInhibitorIcon->cName, cNewName); if (pInhibitorIcon->cInitialName == NULL) { pInhibitorIcon->cInitialName = pInhibitorIcon->cName; @@ -788,7 +789,7 @@ else g_free (pInhibitorIcon->cName); pInhibitorIcon->cName = NULL; - + gldi_icon_set_name (pInhibitorIcon, (cNewName != NULL ? cNewName : pInhibitorIcon->cInitialName)); } cairo_dock_redraw_icon (pInhibitorIcon); @@ -823,31 +824,31 @@ CairoDockClassAppli *pClassAppli = cairo_dock_get_class (pIcon->cClass); if (pClassAppli == NULL) return NULL; - + Icon *pFriendIcon = NULL; GList *pElement; for (pElement = pClassAppli->pIconsOfClass; pElement != NULL; pElement = pElement->next) { pFriendIcon = pElement->data; - /// TODO: this is ugly... maybe an inhibitor shouldn't inhibite when not yet in a dock... + /// TODO: this is ugly... maybe an inhibitor shouldn't inhibit when not yet in a dock... if (pFriendIcon == NULL || (cairo_dock_get_icon_container(pFriendIcon) == NULL && pFriendIcon->cParentDockName == NULL)) // if not inside a dock (for instance a detached applet, but not a hidden launcher), ignore. continue ; cd_debug (" friend : %s", pFriendIcon->cName); if (pFriendIcon->pAppli != NULL || pFriendIcon->pSubDock != NULL) // is linked to a window, 1 or several times (window actor or class sub-dock). return pFriendIcon; } - + GldiContainer *pClassSubDock = CAIRO_CONTAINER(cairo_dock_get_class_subdock (pIcon->cClass)); for (pElement = pClassAppli->pAppliOfClass; pElement != NULL; pElement = pElement->next) { pFriendIcon = pElement->data; if (pFriendIcon == pIcon) // skip ourselves continue ; - + if (cairo_dock_get_icon_container (pFriendIcon) != NULL && cairo_dock_get_icon_container (pFriendIcon) != pClassSubDock) // inside a dock, but not the class sub-dock return pFriendIcon; } - + return NULL; } @@ -873,48 +874,48 @@ } else if (pDock->icons->next == NULL) // only 1 icon left in the sub-dock -> destroy it. { - cd_debug (" le sous-dock de la classe %s n'a plus que 1 element et va etre vide puis detruit", cClass); + cd_debug (" the sub-dock of the class %s has now only one item in it: will be destroyed", cClass); Icon *pLastClassIcon = pDock->icons->data; - + CairoDock *pFakeParentDock = NULL; Icon *pFakeClassIcon = cairo_dock_search_icon_pointing_on_dock (pDock, &pFakeParentDock); g_return_val_if_fail (pFakeClassIcon != NULL, TRUE); - + // detach the last icon from the class sub-dock gboolean bLastIconIsRemoving = cairo_dock_icon_is_being_removed (pLastClassIcon); // keep the removing state because when we detach the icon, it returns to normal state. gldi_icon_detach (pLastClassIcon); pLastClassIcon->fOrder = pFakeClassIcon->fOrder; // if re-inserted in a dock, insert at the same place - + // destroy the class sub-dock cairo_dock_destroy_class_subdock (cClass); pFakeClassIcon->pSubDock = NULL; - + if (CAIRO_DOCK_ICON_TYPE_IS_CLASS_CONTAINER (pFakeClassIcon)) // the class sub-dock is pointed by a class-icon { // destroy the class-icon gldi_icon_detach (pFakeClassIcon); gldi_object_unref (GLDI_OBJECT(pFakeClassIcon)); - + // re-insert the last icon in place of it, or destroy it if it was being removed if (! bLastIconIsRemoving) { gldi_icon_insert_in_container (pLastClassIcon, CAIRO_CONTAINER(pFakeParentDock), ! CAIRO_DOCK_ANIMATE_ICON); } - else // la derniere icone est en cours de suppression, inutile de la re-inserer. (c'est souvent lorsqu'on ferme toutes une classe d'un coup. donc les animations sont pratiquement dans le meme etat, donc la derniere icone en est aussi a la fin, donc on ne verrait de toute facon aucune animation. + else // the last icon is being removed, no need to re-insert it (e.g. when we close all classes in one it) { - cd_debug ("inutile de re-inserer l'icone restante"); + cd_debug ("no need to re-insert the last icon"); gldi_object_unref (GLDI_OBJECT(pLastClassIcon)); } } else // the class sub-dock is pointed by a launcher/applet { - // re-inhibite the last icon or destroy it if it was being removed + // re-inhibit the last icon or destroy it if it was being removed if (! bLastIconIsRemoving) { gldi_appli_icon_insert_in_dock (pLastClassIcon, g_pMainDock, ! CAIRO_DOCK_ANIMATE_ICON); // Note that we could optimize and manually set the appli and the name... ///cairo_dock_update_name_on_inhibitors (cClass, pLastClassIcon->pAppli, pLastClassIcon->cName); } - else // la derniere icone est en cours de suppression, inutile de la re-inserer + else // the last icon is being removed, no need to re-insert it { pFakeClassIcon->bHasIndicator = FALSE; gldi_object_unref (GLDI_OBJECT(pLastClassIcon)); @@ -936,13 +937,13 @@ { g_hash_table_foreach (s_hClassTable, (GHFunc) _cairo_dock_reset_overwrite_exceptions, NULL); if (cExceptions == NULL) - return ; - + return; + gchar **cClassList = g_strsplit (cExceptions, ";", -1); if (cClassList == NULL || cClassList[0] == NULL || *cClassList[0] == '\0') { g_strfreev (cClassList); - return ; + return; } CairoDockClassAppli *pClassAppli; int i; @@ -951,7 +952,7 @@ pClassAppli = cairo_dock_get_class (cClassList[i]); pClassAppli->bUseXIcon = TRUE; } - + g_strfreev (cClassList); } @@ -963,13 +964,13 @@ { g_hash_table_foreach (s_hClassTable, (GHFunc) _cairo_dock_reset_group_exceptions, NULL); if (cExceptions == NULL) - return ; - + return; + gchar **cClassList = g_strsplit (cExceptions, ";", -1); if (cClassList == NULL || cClassList[0] == NULL || *cClassList[0] == '\0') { g_strfreev (cClassList); - return ; + return; } CairoDockClassAppli *pClassAppli; int i; @@ -978,7 +979,7 @@ pClassAppli = cairo_dock_get_class (cClassList[i]); pClassAppli->bExpand = TRUE; } - + g_strfreev (cClassList); } @@ -987,31 +988,31 @@ { cd_debug ("%s (%s, %s)", __func__, pIcon->cClass, pIcon->cName); g_return_val_if_fail (pIcon->cClass != NULL, NULL); - + Icon *pActiveIcon = cairo_dock_get_current_active_icon (); - if (pActiveIcon == NULL || pActiveIcon->cClass == NULL || strcmp (pActiveIcon->cClass, pIcon->cClass) != 0) // la fenetre active n'est pas de notre classe, on active l'icone fournies en entree. + if (pActiveIcon == NULL || pActiveIcon->cClass == NULL || strcmp (pActiveIcon->cClass, pIcon->cClass) != 0) // the active window is not from our class, we active the icon given in parameter. { - cd_debug ("on active la classe %s", pIcon->cClass); + cd_debug ("Active icon's class: %s", pIcon->cClass); return pIcon; } - - //\________________ on va chercher dans la classe la fenetre active, et prendre la suivante ou la precedente. + + //\________________ We are looking in the class of the active window and take the next or previous one. Icon *pNextIcon = NULL; CairoDockClassAppli *pClassAppli = cairo_dock_get_class (pIcon->cClass); if (pClassAppli == NULL) return NULL; - - //\________________ On cherche dans les icones d'applis. + + //\________________ We are looking in icons of apps. Icon *pClassmateIcon; GList *pElement, *ic; for (pElement = pClassAppli->pAppliOfClass; pElement != NULL && pNextIcon == NULL; pElement = pElement->next) { pClassmateIcon = pElement->data; - cd_debug (" %s est-elle active ?", pClassmateIcon->cName); - if (pClassmateIcon->pAppli == pActiveIcon->pAppli) // on a trouve la fenetre active. + cd_debug (" %s is it active?", pClassmateIcon->cName); + if (pClassmateIcon->pAppli == pActiveIcon->pAppli) // the active window. { - cd_debug (" fenetre active trouvee (%s; %p)", pClassmateIcon->cName, pClassmateIcon->pAppli); - if (bNext) // on prend la 1ere non nulle qui suit. + cd_debug (" found an active window (%s; %p)", pClassmateIcon->cName, pClassmateIcon->pAppli); + if (bNext) // take the 1st non null after that. { ic = pElement; do @@ -1019,21 +1020,20 @@ ic = cairo_dock_get_next_element (ic, pClassAppli->pAppliOfClass); if (ic == pElement) { - cd_debug (" on a fait le tour sans rien trouve"); + cd_debug (" found nothing!"); break ; } pClassmateIcon = ic->data; if (pClassmateIcon != NULL && pClassmateIcon->pAppli != NULL) { - cd_debug (" ok on prend celle-la (%s; %p)", pClassmateIcon->cName, pClassmateIcon->pAppli); + cd_debug (" we take this one (%s; %p)", pClassmateIcon->cName, pClassmateIcon->pAppli); pNextIcon = pClassmateIcon; break ; } - cd_debug ("un coup pour rien"); } while (1); } - else // on prend la 1ere non nulle qui precede. + else // we take the first non null before it. { ic = pElement; do @@ -1068,7 +1068,7 @@ for (pElement = pClassAppli->pIconsOfClass; pElement != NULL; pElement = pElement->next) { pInhibitorIcon = pElement->data; - + if (pInhibitorIcon->pAppli == pIcon->pAppli) { if (! bOnlyInDock || cairo_dock_get_icon_container (pInhibitorIcon) != NULL) @@ -1130,7 +1130,7 @@ case CAIRO_APPLI_BEFORE_FIRST_ICON: fOrder = _get_previous_order (pDock->icons); break; - + case CAIRO_APPLI_BEFORE_FIRST_LAUNCHER: if (first_launcher_ic != NULL) { @@ -1142,7 +1142,7 @@ fOrder = _get_previous_order (pDock->icons); } break; - + case CAIRO_APPLI_AFTER_ICON: { Icon *icon; @@ -1154,14 +1154,14 @@ || (icon->pModuleInstance && g_strcmp0 (icon->pModuleInstance->cConfFilePath, myTaskbarParam.cRelativeIconName) == 0)) break; } - + if (ic != NULL) // icon found { fOrder = _get_next_order (ic); break; } // else don't break, and go to the 'CAIRO_APPLI_AFTER_LAST_LAUNCHER' case, which will be the fallback. } - + case CAIRO_APPLI_AFTER_LAST_LAUNCHER: default: if (last_launcher_ic != NULL) @@ -1174,7 +1174,7 @@ fOrder = _get_previous_order (pDock->icons); } break; - + case CAIRO_APPLI_AFTER_LAST_ICON: fOrder = _get_next_order (g_list_last (pDock->icons)); break; @@ -1196,7 +1196,7 @@ //g_print ("%s (%s, %d)\n", __func__, pIcon->cClass, pIcon->iAge); CairoDockClassAppli *pClassAppli = cairo_dock_get_class (pIcon->cClass); g_return_if_fail (pClassAppli != NULL); - + // Look for an icon of the same class in the dock, to place ourself relatively to it. Icon *pSameClassIcon = NULL; GList *same_class_ic = NULL; @@ -1243,7 +1243,7 @@ { pIcon->iGroup = pSameClassIcon->iGroup; } - + // if we found one, place next to it, ordered by age amongst the other appli of this class already in the dock. if (pSameClassIcon != NULL) { @@ -1256,7 +1256,7 @@ //g_print (" next icon: %s (%d)\n", pNextIcon->cName, pNextIcon->iAge); if (!pNextIcon->cClass || strcmp (pNextIcon->cClass, pIcon->cClass) != 0) // not our class any more, quit. break; - + if (pIcon->pAppli->iAge > pNextIcon->pAppli->iAge) // we are more recent than this icon -> place on its right -> continue { pSameClassIcon = pNextIcon; // 'pSameClassIcon' will be the last icon of our class older than us. @@ -1268,15 +1268,15 @@ } } //g_print (" pNextIcon: %s (%d)\n", pNextIcon?pNextIcon->cName:"none", pNextIcon?pNextIcon->iAge:-1); - - if (pNextIcon != NULL && cairo_dock_get_icon_order (pNextIcon) == cairo_dock_get_icon_order (pSameClassIcon)) // l'icone suivante est dans le meme groupe que nous, on s'intercalle entre elle et pSameClassIcon. + + if (pNextIcon != NULL && cairo_dock_get_icon_order (pNextIcon) == cairo_dock_get_icon_order (pSameClassIcon)) // the next icon is in thge09e same group as us: place it between this icon and pSameClassIcon. pIcon->fOrder = (pNextIcon->fOrder + pSameClassIcon->fOrder) / 2; - else // aucune icone apres notre classe, ou alors dans un groupe different, on se place juste apres pSameClassIcon. + else // no icon after our class or in a different grou: we place just after pSameClassIcon. pIcon->fOrder = pSameClassIcon->fOrder + 1; - + return; } - + // if no icon of our class is present in the dock, place it amongst the other appli icons, after the first appli or after the launchers, and ordered by age. // search the last launcher and the first appli. Icon *icon; @@ -1308,27 +1308,27 @@ } //g_print (" last launcher: %s\n", pLastLauncher?pLastLauncher->cName:"none"); //g_print (" first appli: %s\n", pFirstAppli?pFirstAppli->cName:"none"); - + // place amongst the other applis, or after the last launcher. if (first_appli_ic != NULL) // if an appli exists in the dock, use it as an anchor. { int iAge = _get_class_age (pClassAppli); // the age of our class. - + GList *last_appli_ic = NULL; // last appli whose class is older than ours => we'll go just after. for (ic = first_appli_ic; ic != NULL; ic = ic->next) { icon = ic->data; if (! CAIRO_DOCK_ICON_TYPE_IS_APPLI (icon) && ! CAIRO_DOCK_ICON_TYPE_IS_CLASS_CONTAINER (icon)) break; - + // get the age of this class (= age of the oldest icon of this class) CairoDockClassAppli *pOtherClassAppli = _cairo_dock_lookup_class_appli (icon->cClass); if (! pOtherClassAppli || ! pOtherClassAppli->pAppliOfClass) // should never happen continue; - + int iOtherClassAge = _get_class_age (pOtherClassAppli); //g_print (" age of class %s: %d\n", icon->cClass, iOtherClassAge); - + // compare to our class. if (iOtherClassAge < iAge) // it's older than our class -> skip this whole class, we'll go after. { @@ -1348,7 +1348,7 @@ break; } } - + if (last_appli_ic == NULL) // we are the oldest class -> go just before the first appli { //g_print (" we are the oldest class\n"); @@ -1370,7 +1370,7 @@ { CairoDockClassAppli *pClassAppli = cairo_dock_get_class (pIcon->cClass); g_return_if_fail (pClassAppli != NULL); - + // place the icon amongst the other appli icons of this class, or after the last appli if none. if (myTaskbarParam.bSeparateApplis) pIcon->iGroup = CAIRO_DOCK_APPLI; @@ -1411,7 +1411,7 @@ } } } - + if (last_ic != NULL) // there are some applis of our class, but none are more recent than us, so we are the most recent => go just after the last one we found previously. { pIcon->fOrder = _get_next_order (last_ic); @@ -1422,21 +1422,21 @@ { Icon *pOldestAppli = g_list_last (pClassAppli->pAppliOfClass)->data; // prepend int iAge = pOldestAppli->pAppli->iAge; // the age of our class. - + GList *last_appli_ic = NULL; // last appli whose class is older than ours => we'll go just after. for (ic = first_appli_ic; ic != NULL; ic = ic->next) { icon = ic->data; if (! CAIRO_DOCK_ICON_TYPE_IS_APPLI (icon) && ! CAIRO_DOCK_IS_MULTI_APPLI (icon)) break; - + // get the age of this class (= age of the oldest icon of this class) CairoDockClassAppli *pOtherClassAppli = _cairo_dock_lookup_class_appli (icon->cClass); if (! pOtherClassAppli || ! pOtherClassAppli->pAppliOfClass) // should never happen continue; - + Icon *pOldestAppli = g_list_last (pOtherClassAppli->pAppliOfClass)->data; // prepend - + // compare to our class. if (pOldestAppli->pAppli->iAge < iAge) // it's older than our class -> skip this whole class, we'll go after. { @@ -1455,7 +1455,7 @@ break; } } - + if (last_appli_ic == NULL) // we are the oldest class -> go just before the first appli { pIcon->fOrder = _get_previous_order (first_appli_ic); @@ -1529,7 +1529,7 @@ { g_return_val_if_fail (cClass != NULL, NULL); CairoDockClassAppli *pClassAppli = _get_class_appli_with_attributes (cClass); - + if (pClassAppli->cStartupWMClass == NULL) // if the WMClass has not been retrieved beforehand, do it now { cd_debug ("retrieve WMClass for %s...", cClass); @@ -1545,7 +1545,7 @@ } } } - + return pClassAppli->cStartupWMClass; } @@ -1574,7 +1574,7 @@ return ℑ } } - + return NULL; } @@ -1587,13 +1587,13 @@ { return g_strdup (cDesktopFile); } - + gchar *cDesktopFileName = NULL; if (*cDesktopFile == '/') cDesktopFileName = g_path_get_basename (cDesktopFile); else if (! g_str_has_suffix (cDesktopFile, ".desktop")) cDesktopFileName = g_strdup_printf ("%s.desktop", cDesktopFile); - + const gchar *cFileName = (cDesktopFileName ? cDesktopFileName : cDesktopFile); gboolean bFound = TRUE; GString *sDesktopFilePath = g_string_new (""); @@ -1619,7 +1619,7 @@ } } g_free (cDesktopFileName); - + gchar *cResult; if (bFound) { @@ -1636,7 +1636,7 @@ gchar *cairo_dock_guess_class (const gchar *cCommand, const gchar *cStartupWMClass) { - // plusieurs cas sont possibles : + // Several cases are possible: // Exec=toto // Exec=toto-1.2 // Exec=toto -x -y @@ -1647,59 +1647,60 @@ // Exec=wine "C:\Program Files\Starcraft\Starcraft.exe" // Exec=wine "/path/to/prog.exe" // Exec=env WINEPREFIX="/home/fab/.wine" wine "C:\Program Files\Starcraft\Starcraft.exe" - + cd_debug ("%s (%s, '%s')", __func__, cCommand, cStartupWMClass); gchar *cResult = NULL; - if (cStartupWMClass == NULL || *cStartupWMClass == '\0' || strcmp (cStartupWMClass, "Wine") == 0) // on force pour wine, car meme si la classe est explicitement definie en tant que "Wine", cette information est inexploitable. + if (cStartupWMClass == NULL || *cStartupWMClass == '\0' || strcmp (cStartupWMClass, "Wine") == 0) // special case for wine, because even if the class is defined as "Wine", this information is non-exploitable. { if (cCommand == NULL || *cCommand == '\0') return NULL; gchar *cDefaultClass = g_ascii_strdown (cCommand, -1); gchar *str; const gchar *cClass = cDefaultClass; // pointer to the current class. - - if (strncmp (cClass, "gksu", 4) == 0 || strncmp (cClass, "kdesu", 5) == 0 || strncmp (cClass, "su-to-root", 10) == 0) // on prend la fin. + + if (strncmp (cClass, "gksu", 4) == 0 || strncmp (cClass, "kdesu", 5) == 0 || strncmp (cClass, "su-to-root", 10) == 0) // we take the end { str = (gchar*)cClass + strlen(cClass) - 1; // last char. - while (*str == ' ') // par securite on enleve les espaces en fin de ligne. + while (*str == ' ') // by security, we remove spaces at the end of the line. *(str--) = '\0'; - str = strchr (cClass, ' '); // on cherche le premier espace. - if (str != NULL) // on prend apres. + str = strchr (cClass, ' '); // first whitespace. + if (str != NULL) // we are looking after that. { while (*str == ' ') str ++; cClass = str; - } // la on a vire le gksu. - if (*cClass == '-') // option, on prend le dernier argument de la commande. + } // we remove gksu, kdesu, etc.. + if (*cClass == '-') // if it's an option: we need the last param. { - str = strrchr (cClass, ' '); // on cherche le dernier espace. - if (str != NULL) // on prend apres. + str = strrchr (cClass, ' '); // last whitespace. + if (str != NULL) // we are looking after that. cClass = str + 1; } - else // on prend le premier argument. + else // we can use the first param { - str = strchr (cClass, ' '); // on cherche le premier espace. - if (str != NULL) // on vire apres. + str = strchr (cClass, ' '); // first whitespace. + if (str != NULL) // we remove everything after that *str = '\0'; } - - str = strrchr (cClass, '/'); // on cherche le dernier '/'. - if (str != NULL) // on prend apres. + + str = strrchr (cClass, '/'); // last '/'. + if (str != NULL) // remove after that. cClass = str + 1; } else if ((str = g_strstr_len (cClass, -1, "wine ")) != NULL) { - cClass = str; // on met deja la classe a "wine", c'est mieux que rien. + cClass = str; // class = wine, better than nothing. *(str+4) = '\0'; str += 5; - while (*str == ' ') // on enleve les espaces supplementaires. + while (*str == ' ') // we remove extra whitespaces. str ++; - gchar *exe = g_strstr_len (str, -1, ".exe"); // on cherche a isoler le nom de l'executable, puisque wine l'utilise dans le res_name. + // we try to find the executable which is used by wine as res_name. + gchar *exe = g_strstr_len (str, -1, ".exe"); if (!exe) exe = g_strstr_len (str, -1, ".EXE"); if (exe) { - *exe = '\0'; // vire l'extension par la meme occasion. + *exe = '\0'; // remove the extension. gchar *slash = strrchr (str, '\\'); if (slash) cClass = slash+1; @@ -1716,19 +1717,19 @@ } else { - while (*cClass == ' ') // par securite on enleve les espaces en debut de ligne. + while (*cClass == ' ') // by security, remove extra whitespaces. cClass ++; - str = strchr (cClass, ' '); // on cherche le premier espace. - if (str != NULL) // on vire apres. + str = strchr (cClass, ' '); // first whitespace. + if (str != NULL) // remove everything after that *str = '\0'; - str = strrchr (cClass, '/'); // on cherche le dernier '/'. - if (str != NULL) // on prend apres. + str = strrchr (cClass, '/'); // last '/'. + if (str != NULL) // we take after that. cClass = str + 1; - str = strchr (cClass, '.'); // on vire les .xxx, sinon on ne sait pas detecter l'absence d'extension quand on cherche l'icone (openoffice.org), ou tout simplement ca empeche de trouver l'icone (jbrout.py). + str = strchr (cClass, '.'); // we remove all .xxx otherwise we can't detect the lack of extension when looking for an icon (openoffice.org) or it's a problem when looking for an icon (jbrout.py). if (str != NULL && str != cClass) *str = '\0'; } - + // handle the cases of programs where command != class. if (*cClass != '\0') { @@ -1757,13 +1758,13 @@ else { cResult = g_ascii_strdown (cStartupWMClass, -1); - gchar *str = strchr (cResult, '.'); // on vire les .xxx, sinon on ne sait pas detecter l'absence d'extension quand on cherche l'icone (openoffice.org), ou tout simplement ca empeche de trouver l'icone (jbrout.py). + gchar *str = strchr (cResult, '.'); // we remove all .xxx otherwise we can't detect the lack of extension when looking for an icon (openoffice.org) or it's a problem when looking for an icon (jbrout.py). if (str != NULL) *str = '\0'; } cairo_dock_remove_version_from_string (cResult); cd_debug (" -> '%s'", cResult); - + return cResult; } @@ -1796,12 +1797,12 @@ { if (str != cCommand && (*(str-1) == '"' || *(str-1) == '\'')) // take care of "" around the option. str --; - *str = '\0'; // il peut rester un espace en fin de chaine, ce n'est pas grave. + *str = '\0'; // not a big deal if there are extras whitespaces at the end } } pMenuItem[1] = cCommand; pMenuItem[2] = g_key_file_get_string (pKeyFile, cGroup, "Icon", NULL); - + pClassAppli->pMenuItems = g_list_append (pClassAppli->pMenuItems, pMenuItem); } g_free (cGroup); @@ -1830,13 +1831,13 @@ { g_return_val_if_fail (cDesktopFile != NULL || cClassName != NULL, NULL); //g_print ("%s (%s, %s, %s)\n", __func__, cDesktopFile, cClassName, cWmClass); - + //\__________________ if the class is already registered and filled, quit. gchar *cClass = NULL; if (cClassName != NULL) cClass = cairo_dock_guess_class (NULL, cClassName); CairoDockClassAppli *pClassAppli = _cairo_dock_lookup_class_appli (cClass?cClass:cDesktopFile); - + if (pClassAppli != NULL && pClassAppli->bSearchedAttributes && pClassAppli->cDesktopFile) // we already searched this class, and we did find its .desktop file, so let's end here. { //g_print ("class %s already known (%s)\n", cClass?cClass:cDesktopFile, pClassAppli->cDesktopFile); @@ -1845,7 +1846,7 @@ //g_print ("%s --> %s\n", cClass, pClassAppli->cStartupWMClass); return (cClass?cClass:g_strdup (cDesktopFile)); } - + //\__________________ search the desktop file's path. gchar *cDesktopFilePath = _search_desktop_file (cDesktopFile?cDesktopFile:cClass); if (cDesktopFilePath == NULL) // couldn't find the .desktop @@ -1865,12 +1866,12 @@ cd_debug ("couldn't find the desktop file %s", cDesktopFile?cDesktopFile:cClass); return cClass; /// NULL } - + //\__________________ open it. cd_debug ("+ parsing class desktop file %s...", cDesktopFilePath); GKeyFile* pKeyFile = cairo_dock_open_key_file (cDesktopFilePath); g_return_val_if_fail (pKeyFile != NULL, NULL); - + //\__________________ guess the class name. gchar *cCommand = g_key_file_get_string (pKeyFile, "Desktop Entry", "Exec", NULL); gchar *cStartupWMClass = g_key_file_get_string (pKeyFile, "Desktop Entry", "StartupWMClass", NULL); @@ -1889,11 +1890,11 @@ g_free (cStartupWMClass); return NULL; } - + //\__________________ make a new class or get the existing one. pClassAppli = cairo_dock_get_class (cClass); g_return_val_if_fail (pClassAppli!= NULL, NULL); - + //\__________________ if we already searched and found the attributes beforehand, quit. if (pClassAppli->bSearchedAttributes && pClassAppli->cDesktopFile) { @@ -1906,16 +1907,16 @@ return cClass; } pClassAppli->bSearchedAttributes = TRUE; - + //\__________________ get the attributes. pClassAppli->cDesktopFile = cDesktopFilePath; - + pClassAppli->cName = cairo_dock_get_locale_string_from_conf_file (pKeyFile, "Desktop Entry", "Name", NULL); - + if (cCommand != NULL) // remove the launching options %x. { gchar *str = strchr (cCommand, '%'); // search the first one. - + if (str && *(str+1) == 'c') // this one (caption) is the only one that is expected (ex.: kreversi -caption "%c"; if we let '-caption' with nothing after, the appli will melt down); others are either URL or icon that can be empty as per the freedesktop specs, so we can sefely remove them completely from the command line. { *str = '\0'; @@ -1924,20 +1925,20 @@ cCommand = cmd2; str = strchr (cCommand, '%'); // jump to the next one. } - + if (str != NULL) // remove everything from the first option to the end. { if (str != cCommand && (*(str-1) == '"' || *(str-1) == '\'')) // take care of "" around the option. str --; - *str = '\0'; // il peut rester un espace en fin de chaine, ce n'est pas grave. + *str = '\0'; // not a big deal if there are extras whitespaces at the end. } } pClassAppli->cCommand = cCommand; - + if (pClassAppli->cStartupWMClass == NULL) pClassAppli->cStartupWMClass = (cStartupWMClass ? cStartupWMClass : g_strdup (cWmClass)); //g_print ("%s -> pClassAppli->cStartupWMClass: %s\n", cClass, pClassAppli->cStartupWMClass); - + pClassAppli->cIcon = g_key_file_get_string (pKeyFile, "Desktop Entry", "Icon", NULL); if (pClassAppli->cIcon != NULL && *pClassAppli->cIcon != '/') // remove any extension. { @@ -1945,10 +1946,10 @@ if (str && (strcmp (str+1, "png") == 0 || strcmp (str+1, "svg") == 0 || strcmp (str+1, "xpm") == 0)) *str = '\0'; } - + gsize length = 0; pClassAppli->pMimeTypes = g_key_file_get_string_list (pKeyFile, "Desktop Entry", "MimeType", &length, NULL); - + pClassAppli->cWorkingDirectory = g_key_file_get_string (pKeyFile, "Desktop Entry", "Path", NULL); pClassAppli->bHasStartupNotify = g_key_file_get_boolean (pKeyFile, "Desktop Entry", "StartupNotify", NULL); // let's handle the case StartupNotify=false as if the key was absent (ie: rely on the window events to stop the launching) @@ -1965,7 +1966,7 @@ _add_action_menus (pKeyFile, pClassAppli, cGettextDomain, "Actions", "Desktop Action", FALSE); // yes, it's true ^^ => Ubuntu Quantal g_free (cGettextDomain); - + g_key_file_free (pKeyFile); cd_debug (" -> class '%s'", cClass); return cClass; @@ -1975,26 +1976,26 @@ { g_return_if_fail (cClass != NULL && pIcon != NULL); cd_debug ("%s (%s)", __func__, cClass); - + CairoDockClassAppli *pClassAppli = _cairo_dock_lookup_class_appli (cClass); if (pClassAppli == NULL || ! pClassAppli->bSearchedAttributes) { cd_debug ("no class %s or no attributes", cClass); return; } - + if (pIcon->cCommand == NULL) pIcon->cCommand = g_strdup (pClassAppli->cCommand); - + if (pIcon->cWorkingDirectory == NULL) pIcon->cWorkingDirectory = g_strdup (pClassAppli->cWorkingDirectory); - + if (pIcon->cName == NULL) pIcon->cName = g_strdup (pClassAppli->cName); - + if (pIcon->cFileName == NULL) pIcon->cFileName = g_strdup (pClassAppli->cIcon); - + if (pIcon->pMimeTypes == NULL) pIcon->pMimeTypes = g_strdupv ((gchar**)pClassAppli->pMimeTypes); } @@ -2015,16 +2016,16 @@ CairoDockClassAppli *pClassAppli = cairo_dock_get_class (cClass); if (! pClassAppli || pClassAppli->bIsLaunching) return; - + // mark the class as launching and set a timeout pClassAppli->bIsLaunching = TRUE; if (pClassAppli->iSidOpeningTimeout == 0) pClassAppli->iSidOpeningTimeout = g_timeout_add_seconds (15, // 15 seconds, for applications that take a really long time to start (GSourceFunc) _stop_opening_timeout, g_strdup (cClass)); /// TODO: there is a memory leak here... - + // notify about the startup gldi_desktop_notify_startup (cClass); - + // mark the icon as launching (this is just for convenience for the animations) gldi_icon_mark_as_launching (pIcon); } @@ -2034,7 +2035,7 @@ CairoDockClassAppli *pClassAppli = _cairo_dock_lookup_class_appli (cClass); if (! pClassAppli || ! pClassAppli->bIsLaunching) return; - + // unset the icons as launching GList* ic; Icon *icon; @@ -2048,7 +2049,7 @@ icon = ic->data; gldi_icon_stop_marking_as_launching (icon); } - + // unset the class as launching and stop a timeout pClassAppli->bIsLaunching = FALSE; if (pClassAppli->iSidOpeningTimeout != 0) diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/src/implementations/cairo-dock-graph.c cairo-dock-3.3.99.rc1.1~20141001~bzr1819/src/implementations/cairo-dock-graph.c --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/src/implementations/cairo-dock-graph.c 2014-07-26 09:05:52.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/src/implementations/cairo-dock-graph.c 2014-09-05 00:58:30.000000000 +0000 @@ -297,36 +297,32 @@ cairo_destroy (pCairoContext); return pBackgroundSurface; } -static cairo_pattern_t *_cairo_dock_create_graph_pattern (Graph *pGraph, gdouble *fLowColor, gdouble *fHighColor, int iCurrentGraph, double fOffsetY) +static cairo_pattern_t *_cairo_dock_create_graph_pattern (Graph *pGraph, gdouble *fLowColor, gdouble *fHighColor) { cairo_pattern_t *pGradationPattern = NULL; if (fLowColor[0] != fHighColor[0] || fLowColor[1] != fHighColor[1] || fLowColor[2] != fHighColor[2]) // un degrade existe. { - int iHeight, iMargin = pGraph->iMargin; + int iMargin = pGraph->iMargin; double fWidth = pGraph->dataRenderer.iWidth - 2*iMargin; double fHeight = pGraph->dataRenderer.iHeight - 2*iMargin; - fHeight /= (pGraph->dataRenderer.data.iNbValues / pGraph->dataRenderer.iRank); + double fHeightPerValue = fHeight / (pGraph->dataRenderer.data.iNbValues / pGraph->dataRenderer.iRank); if (pGraph->iType == CAIRO_DOCK_GRAPH_CIRCLE || pGraph->iType == CAIRO_DOCK_GRAPH_CIRCLE_PLAIN) { - double radius = MIN (fWidth, fHeight)/2.; + double radius = MIN (fWidth, fHeightPerValue)/2.; pGradationPattern = cairo_pattern_create_radial (fWidth/2, - iMargin + radius + fOffsetY, + iMargin + radius, 0., fWidth/2, - iMargin + radius + fOffsetY, + iMargin + radius, radius); } else { - if (pGraph->bMixGraphs) - iCurrentGraph = 0; - iHeight = floor ((iCurrentGraph + 1) * fHeight) - floor (iCurrentGraph * fHeight); - pGradationPattern = cairo_pattern_create_linear (0., - iHeight + fOffsetY, + floor (pGraph->bMixGraphs ? fHeight : fHeightPerValue), 0., - fOffsetY); + 0.); } g_return_val_if_fail (cairo_pattern_status (pGradationPattern) == CAIRO_STATUS_SUCCESS, NULL); @@ -442,30 +438,28 @@ int iWidth = pRenderer->iWidth, iHeight = pRenderer->iHeight; if (iWidth == 0 || iHeight == 0) return ; - + int iNbValues = cairo_data_renderer_get_nb_values (pRenderer); pGraph->iType = pAttribute->iType; pGraph->bMixGraphs = pAttribute->bMixGraphs; pRenderer->iRank = (pAttribute->bMixGraphs ? iNbValues : 1); - + pGraph->fHighColor = g_new0 (double, 3 * iNbValues); - if (pAttribute->fHighColor != NULL) - memcpy (pGraph->fHighColor, pAttribute->fHighColor, 3 * iNbValues * sizeof (double)); pGraph->fLowColor = g_new0 (double, 3 * iNbValues); - if (pAttribute->fLowColor != NULL) - memcpy (pGraph->fLowColor, pAttribute->fLowColor, 3 * iNbValues * sizeof (double)); int i; pGraph->pGradationPatterns = g_new (cairo_pattern_t *, iNbValues); for (i = 0; i < iNbValues; i ++) { + if (pAttribute->fHighColor != NULL) + memcpy (&pGraph->fHighColor[3*i], pAttribute->fHighColor, 3 * sizeof (double)); + if (pAttribute->fLowColor != NULL) + memcpy (&pGraph->fLowColor[3*i], pAttribute->fLowColor, 3 * sizeof (double)); pGraph->pGradationPatterns[i] = _cairo_dock_create_graph_pattern (pGraph, &pGraph->fLowColor[3*i], - &pGraph->fHighColor[3*i], - i, - 0.); + &pGraph->fHighColor[3*i]); } - + pGraph->iMargin = floor (MIN (iWidth, iHeight) / 32); if (pAttribute->fBackGroundColor != NULL) @@ -505,7 +499,9 @@ { if (pGraph->pGradationPatterns[i] != NULL) cairo_pattern_destroy (pGraph->pGradationPatterns[i]); - pGraph->pGradationPatterns[i] = _cairo_dock_create_graph_pattern (pGraph, &pGraph->fLowColor[3*i], &pGraph->fHighColor[3*i], i, 0.); + pGraph->pGradationPatterns[i] = _cairo_dock_create_graph_pattern (pGraph, + &pGraph->fLowColor[3*i], + &pGraph->fHighColor[3*i]); } // on re-complete le data-renderer. diff -Nru cairo-dock-3.3.99.rc1.1~20140818~bzr1809/src/implementations/cairo-dock-X-utilities.c cairo-dock-3.3.99.rc1.1~20141001~bzr1819/src/implementations/cairo-dock-X-utilities.c --- cairo-dock-3.3.99.rc1.1~20140818~bzr1809/src/implementations/cairo-dock-X-utilities.c 2014-07-26 09:05:52.000000000 +0000 +++ cairo-dock-3.3.99.rc1.1~20141001~bzr1819/src/implementations/cairo-dock-X-utilities.c 2014-09-10 15:21:45.000000000 +0000 @@ -1121,16 +1121,32 @@ cClass = g_ascii_strdown (pClassHint->res_name, -1); } // chromium web apps (not the browser): same remark as for wine apps - else if ((strcmp (pClassHint->res_class, "Chromium-browser") == 0 // on Debian, etc. - || strcmp (pClassHint->res_class, "Chromium") == 0 // on Arch, etc. - || strcmp (pClassHint->res_class, "Google-chrome") == 0) // from Google - && pClassHint->res_name - && strcmp (pClassHint->res_name, "chromium-browser") != 0 - && strcmp (pClassHint->res_name, "chromium") != 0 - && strcmp (pClassHint->res_name, "google-chrome") != 0) + else if (pClassHint->res_name && pClassHint->res_name[0] != '\0' && pClassHint->res_class[0] != '\0' + && (strcmp (pClassHint->res_class, "Chromium-browser") == 0 // on Debian, etc. + || strcmp (pClassHint->res_class, "Chromium") == 0 // on Arch, etc. + || strcmp (pClassHint->res_class, "Google-chrome") == 0 // from Google + || strcmp (pClassHint->res_class, "Google-chrome-beta") == 0 + || strcmp (pClassHint->res_class, "Google-chrome-unstable") == 0) + && strcmp (pClassHint->res_class+1, pClassHint->res_name+1) != 0) // skip first letter (upper/lowercase) { - cd_debug (" chromium application detected, changing the class '%s' to '%s'", pClassHint->res_class, pClassHint->res_name); cClass = g_ascii_strdown (pClassHint->res_name, -1); + + /* Remove spaces. Why do they add spaces here? + * (e.g.: Google-chrome-unstable (/home/$USER/.config/google-chrome-unstable)) + */ + gchar *str = strchr (cClass, ' '); + if (str != NULL) + *str = '\0'; + + /* Replace '.' to '_' (e.g.: www.google.com__calendar). It's to not + * just have 'www' as class (we will drop the rest just here after) + */ + for (int i = 0; cClass[i] != '\0'; i++) + { + if (cClass[i] == '.') + cClass[i] = '_'; + } + cd_debug (" chromium application detected, changing the class '%s' to '%s'", pClassHint->res_class, cClass); } else if (*pClassHint->res_class == '/' && (g_str_has_suffix (pClassHint->res_class, ".exe") || g_str_has_suffix (pClassHint->res_name, ".EXE"))) // case of Mono applications like tomboy ... { @@ -1144,12 +1160,12 @@ } else { - cClass = g_ascii_strdown (pClassHint->res_class, -1); // on la passe en minuscule, car certaines applis ont la bonne idee de donner des classes avec une majuscule ou non suivant les fenetres. + cClass = g_ascii_strdown (pClassHint->res_class, -1); // down case because some apps change the case depending of their windows... } - - cairo_dock_remove_version_from_string (cClass); // on enleve les numeros de version (Openoffice.org-3.1) - - gchar *str = strchr (cClass, '.'); // on vire les .xxx, sinon on ne sait pas detecter l'absence d'extension quand on cherche l'icone (openoffice.org), ou tout simplement ca empeche de trouver l'icone (jbrout.py). + + cairo_dock_remove_version_from_string (cClass); // we remore number of version (e.g. Openoffice.org-3.1) + + gchar *str = strchr (cClass, '.'); // we remove all .xxx otherwise we can't detect the lack of extension when looking for an icon (openoffice.org) or it's a problem when looking for an icon (jbrout.py). if (str != NULL) *str = '\0'; cd_debug ("got an application with class '%s'", cClass);