[Xfce4-commits] <xfce4-panel:devel> Sync with (old) string changes in master.

Nick Schermer noreply at xfce.org
Tue Nov 24 21:42:02 CET 2009


Updating branch refs/heads/devel
         to 4e5602c110df79904e1f28ec24bdddc44c24dc27 (commit)
       from 38355a713f4f3687f6836f207c40ad381d416d15 (commit)

commit 4e5602c110df79904e1f28ec24bdddc44c24dc27
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Nov 24 21:39:36 2009 +0100

    Sync with (old) string changes in master.

 panel/panel-item-dialog.c                  |    2 +-
 panel/panel-preferences-dialog.ui          |    2 +-
 plugins/actions/actions-dialog.ui          |    2 +-
 plugins/clock/clock-dialog.ui              |    2 +-
 plugins/launcher/launcher-dialog.ui        |    2 +-
 plugins/pager/pager-dialog.ui              |    2 +-
 plugins/pager/pager.desktop.in             |    4 ++--
 plugins/separator/separator-dialog.ui      |    2 +-
 plugins/showdesktop/showdesktop.desktop.in |    2 +-
 plugins/systray/systray-dialog.ui          |    2 +-
 plugins/tasklist/tasklist-dialog.ui        |    2 +-
 plugins/tasklist/tasklist.desktop.in       |    2 +-
 plugins/windowmenu/windowmenu-dialog.ui    |    2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/panel/panel-item-dialog.c b/panel/panel-item-dialog.c
index a768669..7f0d3e9 100644
--- a/panel/panel-item-dialog.c
+++ b/panel/panel-item-dialog.c
@@ -150,7 +150,7 @@ panel_item_dialog_init (PanelItemDialog *dialog)
       G_CALLBACK (panel_item_dialog_unique_changed), dialog);
 
   /* setup dialog */
-  gtk_window_set_title (GTK_WINDOW (dialog), _("Xfce Panel Item Browser"));
+  gtk_window_set_title (GTK_WINDOW (dialog), _("Add New Items"));
   xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dialog),
       _("Add new plugins to your Xfce panels"));
   gtk_window_set_icon_name (GTK_WINDOW (dialog), GTK_STOCK_ADD);
diff --git a/panel/panel-preferences-dialog.ui b/panel/panel-preferences-dialog.ui
index 43db11d..2e847d5 100644
--- a/panel/panel-preferences-dialog.ui
+++ b/panel/panel-preferences-dialog.ui
@@ -25,7 +25,7 @@
   </object>
   <object class="GtkListStore" id="item-liststore"/>
   <object class="XfceTitledDialog" id="dialog">
-    <property name="title" translatable="yes">Xfce Panel Preferences</property>
+    <property name="title" translatable="yes">Xfce Panel</property>
     <property name="window_position">center-on-parent</property>
     <property name="icon_name">gtk-preferences</property>
     <property name="type_hint">normal</property>
diff --git a/plugins/actions/actions-dialog.ui b/plugins/actions/actions-dialog.ui
index 75176fc..b015930 100644
--- a/plugins/actions/actions-dialog.ui
+++ b/plugins/actions/actions-dialog.ui
@@ -4,7 +4,7 @@
   <!-- interface-requires libxfce4ui 4.5 -->
   <!-- interface-naming-policy project-wide -->
   <object class="XfceTitledDialog" id="dialog">
-    <property name="title" translatable="yes">Action Button Properties</property>
+    <property name="title" translatable="yes">Action Button</property>
     <property name="icon_name">gtk-properties</property>
     <property name="type_hint">normal</property>
     <property name="has_separator">False</property>
diff --git a/plugins/clock/clock-dialog.ui b/plugins/clock/clock-dialog.ui
index ef47b67..a81b4d9 100644
--- a/plugins/clock/clock-dialog.ui
+++ b/plugins/clock/clock-dialog.ui
@@ -4,7 +4,7 @@
   <!-- interface-requires libxfce4ui 0.0 -->
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="XfceTitledDialog" id="dialog">
-    <property name="title" translatable="yes">Clock Properties</property>
+    <property name="title" translatable="yes">Clock</property>
     <property name="icon_name">gtk-properties</property>
     <property name="type_hint">normal</property>
     <property name="has_separator">False</property>
diff --git a/plugins/launcher/launcher-dialog.ui b/plugins/launcher/launcher-dialog.ui
index 5fa06cb..316d1a3 100644
--- a/plugins/launcher/launcher-dialog.ui
+++ b/plugins/launcher/launcher-dialog.ui
@@ -57,7 +57,7 @@
     <property name="child_model">add-store</property>
   </object>
   <object class="XfceTitledDialog" id="dialog">
-    <property name="title" translatable="yes">Launcher Properties</property>
+    <property name="title" translatable="yes">Launcher</property>
     <property name="window_position">center</property>
     <property name="default_width">350</property>
     <property name="default_height">400</property>
diff --git a/plugins/pager/pager-dialog.ui b/plugins/pager/pager-dialog.ui
index 1ef5027..045124a 100644
--- a/plugins/pager/pager-dialog.ui
+++ b/plugins/pager/pager-dialog.ui
@@ -4,7 +4,7 @@
   <!-- interface-requires libxfce4ui 0.0 -->
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="XfceTitledDialog" id="dialog">
-    <property name="title" translatable="yes">Pager Properties</property>
+    <property name="title" translatable="yes">Workspace Switcher</property>
     <property name="icon_name">gtk-properties</property>
     <property name="type_hint">normal</property>
     <property name="has_separator">False</property>
diff --git a/plugins/pager/pager.desktop.in b/plugins/pager/pager.desktop.in
index 7c7ec56..3bc8cb7 100644
--- a/plugins/pager/pager.desktop.in
+++ b/plugins/pager/pager.desktop.in
@@ -1,8 +1,8 @@
 [Xfce Panel]
 Type=X-XFCE-PanelPlugin
 Encoding=UTF-8
-_Name=Pager
-_Comment=Miniature view of all virtual desktops
+_Name=Workspace Switcher
+_Comment=Switch between virtual desktops
 Icon=xfce4-workspaces
 X-XFCE-Module=pager
 X-XFCE-Internal=TRUE
diff --git a/plugins/separator/separator-dialog.ui b/plugins/separator/separator-dialog.ui
index 83edcd5..4ab3e17 100644
--- a/plugins/separator/separator-dialog.ui
+++ b/plugins/separator/separator-dialog.ui
@@ -4,7 +4,7 @@
   <!-- interface-requires libxfce4ui 0.0 -->
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="XfceTitledDialog" id="dialog">
-    <property name="title" translatable="yes">Separator Properties</property>
+    <property name="title" translatable="yes">Separator</property>
     <property name="icon_name">gtk-properties</property>
     <property name="type_hint">normal</property>
     <property name="has_separator">False</property>
diff --git a/plugins/showdesktop/showdesktop.desktop.in b/plugins/showdesktop/showdesktop.desktop.in
index 60d938d..0b3483a 100644
--- a/plugins/showdesktop/showdesktop.desktop.in
+++ b/plugins/showdesktop/showdesktop.desktop.in
@@ -2,7 +2,7 @@
 Type=X-XFCE-PanelPlugin
 Encoding=UTF-8
 _Name=Show Desktop
-_Comment=Toggle button that hides all windows and shows the desktop
+_Comment=Hide all windows and show the desktop
 Icon=user-desktop
 X-XFCE-Module=showdesktop
 X-XFCE-Internal=TRUE
diff --git a/plugins/systray/systray-dialog.ui b/plugins/systray/systray-dialog.ui
index 193d284..44a703c 100644
--- a/plugins/systray/systray-dialog.ui
+++ b/plugins/systray/systray-dialog.ui
@@ -14,7 +14,7 @@
     </columns>
   </object>
   <object class="XfceTitledDialog" id="dialog">
-    <property name="title" translatable="yes">Notification Area Properties</property>
+    <property name="title" translatable="yes">Notification Area</property>
     <property name="icon_name">gtk-properties</property>
     <property name="type_hint">normal</property>
     <property name="has_separator">False</property>
diff --git a/plugins/tasklist/tasklist-dialog.ui b/plugins/tasklist/tasklist-dialog.ui
index cd42a29..8af02a8 100644
--- a/plugins/tasklist/tasklist-dialog.ui
+++ b/plugins/tasklist/tasklist-dialog.ui
@@ -4,7 +4,7 @@
   <!-- interface-requires libxfce4ui 0.0 -->
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="XfceTitledDialog" id="dialog">
-    <property name="title" translatable="yes">Window List Properties</property>
+    <property name="title" translatable="yes">Task List</property>
     <property name="icon_name">gtk-properties</property>
     <property name="type_hint">normal</property>
     <property name="has_separator">False</property>
diff --git a/plugins/tasklist/tasklist.desktop.in b/plugins/tasklist/tasklist.desktop.in
index 67a111f..e74722f 100644
--- a/plugins/tasklist/tasklist.desktop.in
+++ b/plugins/tasklist/tasklist.desktop.in
@@ -2,7 +2,7 @@
 Type=X-XFCE-PanelPlugin
 Encoding=UTF-8
 _Name=Task List
-_Comment=Show all running applications
+_Comment=Switch between open windows using buttons
 Icon=preferences-system-windows
 X-XFCE-Module=tasklist
 X-XFCE-Internal=TRUE
diff --git a/plugins/windowmenu/windowmenu-dialog.ui b/plugins/windowmenu/windowmenu-dialog.ui
index dd2f067..6b196c7 100644
--- a/plugins/windowmenu/windowmenu-dialog.ui
+++ b/plugins/windowmenu/windowmenu-dialog.ui
@@ -4,7 +4,7 @@
   <!-- interface-requires libxfce4ui 0.0 -->
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="XfceTitledDialog" id="dialog">
-    <property name="title" translatable="yes">Window Menu Properties</property>
+    <property name="title" translatable="yes">Window Menu</property>
     <property name="icon_name">gtk-properties</property>
     <property name="type_hint">normal</property>
     <property name="has_separator">False</property>



More information about the Xfce4-commits mailing list