xubuntu-dev team mailing list archive
-
xubuntu-dev team
-
Mailing list archive
-
Message #01979
[Branch ~xubuntu-dev/xubuntu-default-settings/trunk] Rev 400: * Updated translations.
------------------------------------------------------------
revno: 400
committer: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
branch nick: xubuntu-default-settings
timestamp: Sat 2013-03-02 19:13:33 +0100
message:
* Updated translations.
* Drop Thunar's conffile (thunarrc) as it now uses xfconf.
* Switch default size of Thunar's sidebar icons to 16px.
removed:
etc/xdg/xdg-xubuntu/Thunar/thunarrc
added:
etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
modified:
debian/changelog
debian/xubuntu-default-settings.maintscript
etc/xdg/xdg-xubuntu/Thunar/po/cs.po
--
lp:xubuntu-default-settings
https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk
Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings.
To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog 2013-02-10 19:57:30 +0000
+++ debian/changelog 2013-03-02 18:13:33 +0000
@@ -1,3 +1,14 @@
+xubuntu-default-settings (13.04.1) UNRELEASED; urgency=low
+
+ [ Lionel Le Folgoc ]
+ * Updated translations.
+ * Drop Thunar's conffile (thunarrc) as it now uses xfconf.
+
+ [ Simon Steinbeiß ]
+ * Switch default size of Thunar's sidebar icons to 16px.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx> Sat, 02 Mar 2013 19:10:05 +0100
+
xubuntu-default-settings (13.04.0) raring; urgency=low
* Updated translations.
=== modified file 'debian/xubuntu-default-settings.maintscript'
--- debian/xubuntu-default-settings.maintscript 2013-01-09 18:41:09 +0000
+++ debian/xubuntu-default-settings.maintscript 2013-03-02 18:13:33 +0000
@@ -1,3 +1,4 @@
rm_conffile /etc/xdg/xdg-xubuntu/xfce4/panel/indicator-5.rc 12.10.1~
rm_conffile /etc/xdg/xdg-xubuntu/xfce4/panel/datetime-7.rc 12.10.2~
mv_conffile /etc/xdg/xdg-xubuntu/Terminal/terminalrc /etc/xdg/xdg-xubuntu/xfce4/terminal/terminalrc 13.04.0~
+rm_conffile /etc/xdg/xdg-xubuntu/Thunar/thunarrc 13.04.1~
=== modified file 'etc/xdg/xdg-xubuntu/Thunar/po/cs.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/cs.po 2010-08-15 15:04:02 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/cs.po 2013-03-02 18:13:33 +0000
@@ -8,27 +8,27 @@
"Project-Id-Version: xubuntu-default-settings\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2009-04-11 23:24+0200\n"
-"PO-Revision-Date: 2009-06-04 06:06+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2013-02-20 09:40+0000\n"
+"Last-Translator: Tomas Brabenec <info@xxxxxxxxxxxx>\n"
"Language-Team: Czech <cs@xxxxxx>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2010-06-13 03:38+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2013-02-21 04:30+0000\n"
+"X-Generator: Launchpad (build 16491)\n"
#: ../uca.xml.in.h:1
msgid "Example for a custom action"
-msgstr ""
+msgstr "Příklad vlastní akce"
#: ../uca.xml.in.h:2
msgid "Find in this folder"
-msgstr ""
+msgstr "Hledat v této složce"
#: ../uca.xml.in.h:3
msgid "Open Terminal Here"
-msgstr ""
+msgstr "Otevřít terminál zde"
#: ../uca.xml.in.h:4
msgid "Search for files within this folder"
-msgstr ""
+msgstr "Hledat soubory v této složce"
=== removed file 'etc/xdg/xdg-xubuntu/Thunar/thunarrc'
--- etc/xdg/xdg-xubuntu/Thunar/thunarrc 2010-08-15 15:04:02 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/thunarrc 1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
-[Configuration]
-MiscVolumeManagement=TRUE
=== added file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar.xml 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar.xml 2013-03-02 18:13:33 +0000
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="thunar" version="1.0">
+ <property name="misc-volume-management" type="bool" value="true"/>
+ <property name="shortcuts-icon-size" type="string" value="THUNAR_ICON_SIZE_SMALLEST"/>
+</channel>