[Xfce4-commits] xfce4-timer-plugin:master Various fixes in preparation of 0.6.4

2012-02-06 Thread Kemal Ilgar Eroglu
Updating branch refs/heads/master
 to fd77e536a6a9e62681656bf6de2b897b0587fe1f (commit)
   from 194fdc9be990a2975b2065b0a87d2eb445a6af2d (commit)

commit fd77e536a6a9e62681656bf6de2b897b0587fe1f
Author: Kemal Ilgar Eroglu ilgar_ero...@yahoo.com
Date:   Mon Feb 6 19:41:38 2012 +0200

Various fixes in preparation of 0.6.4

 icons/48x48/Makefile.am |7 +++
 icons/48x48/xfce4-timer.png |  Bin 0 - 7081 bytes
 icons/Makefile.am   |   15 +++
 3 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
new file mode 100644
index 000..1f2825a
--- /dev/null
+++ b/icons/48x48/Makefile.am
@@ -0,0 +1,7 @@
+iconsdir = $(datadir)/icons/hicolor/48x48/apps
+
+icons_DATA =   \
+   xfce4-timer.png
+
+EXTRA_DIST =   \
+   $(icons_DATA)
diff --git a/icons/48x48/xfce4-timer.png b/icons/48x48/xfce4-timer.png
new file mode 100644
index 000..ec0ed69
Binary files /dev/null and b/icons/48x48/xfce4-timer.png differ
diff --git a/icons/Makefile.am b/icons/Makefile.am
new file mode 100644
index 000..5d431c0
--- /dev/null
+++ b/icons/Makefile.am
@@ -0,0 +1,15 @@
+SUBDIRS =  \
+   48x48
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+install-data-hook:
+   @-if test -z $(DESTDIR); then \
+echo Updating Gtk icon cache.;   \
+$(gtk_update_icon_cache);  \
+else   \
+echo *** Icon cache not updated. Remember to run:;   \
+   echo ***; \
+echo ***   $(gtk_update_icon_cache); \
+   echo ***; \
+fi
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-timer-plugin:master Various fixes in preparation of 0.6.4

2012-02-06 Thread Kemal Ilgar Eroglu
Updating branch refs/heads/master
 to 5475c202da83f16f641d0da0e1c07146e07904f5 (commit)
   from fd77e536a6a9e62681656bf6de2b897b0587fe1f (commit)

commit 5475c202da83f16f641d0da0e1c07146e07904f5
Author: Kemal Ilgar Eroglu ilgar_ero...@yahoo.com
Date:   Mon Feb 6 19:46:16 2012 +0200

Various fixes in preparation of 0.6.4

 ChangeLog |   11 +++
 Makefile.am   |3 +-
 autogen.sh|   14 ++--
 configure.in.in   |   94 ++--
 src/Makefile.am   |   11 +--
 src/xfce4-timer.desktop.in.in |4 +-
 src/xfcetimer.c   |  193 +
 src/xfcetimer.h   |1 +
 8 files changed, 230 insertions(+), 101 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2064aca..434b4fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+06/02/2012 Kemal Ilgar Eroglu ilgar_ero...@yahoo.com
+   * Version 0.6.4
+   * Commit patch by Guido Berhoerster, replacing certain fixed-size 
strings with variable-size code. Fixes bug 8420.
+   * Commit patch by Guido Berhoerster, making the notification dialog 
modal and the add/edit window transient for the configuration window. Fixes bug 
8420.
+   * Added an icon (thanks to Ilgim Eroglu).
+05/01/2012 Kemal Ilgar Eroglu ilgar_ero...@yahoo.com
+   * Version 0.6.3
+   * The progressbar now goes from 100% to 0 in countdown (feature request 
#7900)
+   * Left click works on progressbar, too (bug #7902)
+   * Ability to sort timers (feature request #4220)
+   * Fixes in some .po files
 19/06/2011 Kemal Ilgar Eroglu ilgar_ero...@yahoo.com
* Version 0.6.2
* Added pause/resume functionality
diff --git a/Makefile.am b/Makefile.am
index 83584a8..dcc8c7c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,8 @@
 
 SUBDIRS = \
src \
-   po
+   po \
+   icons
 
 AUTOMAKE_OPTIONS = \
1.8 \
diff --git a/autogen.sh b/autogen.sh
index 3308482..4301dea 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,13 +14,13 @@ EOF
 }
 
 # verify that po/LINGUAS is present
-(test -f po/LINGUAS) /dev/null 21 || {
-  cat 2 EOF
-autogen.sh: The file po/LINGUAS could not be found. Please check your snapshot
-or try to checkout again.
-EOF
-  exit 1
-}
+#(test -f po/LINGUAS) /dev/null 21 || {
+#  cat 2 EOF
+#autogen.sh: The file po/LINGUAS could not be found. Please check your snapshot
+#or try to checkout again.
+#EOF
+#  exit 1
+#}
 
 # substitute revision and linguas
 linguas=`sed -e '/^#/d' po/LINGUAS`
diff --git a/configure.in.in b/configure.in.in
index c989b12..1941f05 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -4,7 +4,7 @@ dnl If you don't want it to overwrite it,
 dnlPlease disable it in the Anjuta project configuration
 
 dnl version info
-m4_define([xfce4_timer_version], [0.6.2])
+m4_define([xfce4_timer_version], [0.6.4])
 
 dnl init autoconf
 AC_INIT([xfce4-timer-plugin], [xfce4_timer_version], [ilgar_ero...@yahoo.com])
@@ -55,54 +55,56 @@ else
   packageprefix=${prefix}
 fi
 
-dnl Set PACKAGE DATA  DOC DIR
-packagedatadir=share
-packagedocdir=doc/${PACKAGE}
-
-dnl Set PACKAGE DIRS in config.h.
-packagepixmapsdir=${packagedatadir}/pixmaps
-packagehelpdir=${packagedatadir}/help
-packagemenudir=${packagedatadir}
-
-dnl Subst PACKAGE_DATA_DIR.
-NO_PREFIX_PACKAGE_DATA_DIR=${packagedatadir}
-AC_SUBST(NO_PREFIX_PACKAGE_DATA_DIR)
-PACKAGE_DATA_DIR=${packageprefix}/${packagedatadir}
-AC_SUBST(PACKAGE_DATA_DIR)
-
-dnl Subst PACKAGE_DOC_DIR.
-NO_PREFIX_PACKAGE_DOC_DIR=${packagedocdir}
-AC_SUBST(NO_PREFIX_PACKAGE_DOC_DIR)
-PACKAGE_DOC_DIR=${packageprefix}/${packagedocdir}
-AC_SUBST(PACKAGE_DOC_DIR)
-
-dnl Subst PACKAGE_PIXMAPS_DIR.
-NO_PREFIX_PACKAGE_PIXMAPS_DIR=${packagepixmapsdir}
-AC_SUBST(NO_PREFIX_PACKAGE_PIXMAPS_DIR)
-PACKAGE_PIXMAPS_DIR=${packageprefix}/${packagepixmapsdir}
-AC_SUBST(PACKAGE_PIXMAPS_DIR)
-
-dnl Subst PACKAGE_HELP_DIR.
-NO_PREFIX_PACKAGE_HELP_DIR=${packagehelpdir}
-AC_SUBST(NO_PREFIX_PACKAGE_HELP_DIR)
-PACKAGE_HELP_DIR=${packageprefix}/${packagehelpdir}
-AC_SUBST(PACKAGE_HELP_DIR)
-
-dnl Subst PACKAGE_MENU_DIR.
-NO_PREFIX_PACKAGE_MENU_DIR=${packagemenudir}
-AC_SUBST(NO_PREFIX_PACKAGE_MENU_DIR)
-PACKAGE_MENU_DIR=${packageprefix}/${packagemenudir}
-AC_SUBST(PACKAGE_MENU_DIR)
-
-AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, ${packageprefix}/${packagedatadir})
-AC_DEFINE_UNQUOTED(PACKAGE_DOC_DIR, ${packageprefix}/${packagedocdir})
-AC_DEFINE_UNQUOTED(PACKAGE_PIXMAPS_DIR, 
${packageprefix}/${packagepixmapsdir})
-AC_DEFINE_UNQUOTED(PACKAGE_HELP_DIR, ${packageprefix}/${packagehelpdir})
-AC_DEFINE_UNQUOTED(PACKAGE_MENU_DIR, ${packageprefix}/${packagemenudir})
-AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, ${packagesrcdir})
+#dnl Set PACKAGE DATA  DOC DIR
+#packagedatadir=share
+#packagedocdir=doc/${PACKAGE}
+
+#dnl Set PACKAGE DIRS in config.h.
+#packagepixmapsdir=${packagedatadir}/pixmaps
+#packagehelpdir=${packagedatadir}/help

[Xfce4-commits] xfce4-timer-plugin:master More fixes

2012-02-06 Thread Kemal Ilgar Eroglu
Updating branch refs/heads/master
 to 0e8dd7a1ab4ed38bc3e0a55c2f8fc9aecef8 (commit)
   from 5475c202da83f16f641d0da0e1c07146e07904f5 (commit)

commit 0e8dd7a1ab4ed38bc3e0a55c2f8fc9aecef8
Author: Kemal Ilgar Eroglu ilgar_ero...@yahoo.com
Date:   Mon Feb 6 22:50:59 2012 +0200

More fixes

 ChangeLog   |1 +
 configure.in.in |1 +
 src/xfcetimer.c |   41 +
 3 files changed, 35 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 434b4fb..95a891c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* Version 0.6.4
* Commit patch by Guido Berhoerster, replacing certain fixed-size 
strings with variable-size code. Fixes bug 8420.
* Commit patch by Guido Berhoerster, making the notification dialog 
modal and the add/edit window transient for the configuration window. Fixes bug 
8420.
+   * The mouse click receive code is separated for pre-4.8 and 4.8 panels 
(couldn't make them work simultaneously).
* Added an icon (thanks to Ilgim Eroglu).
 05/01/2012 Kemal Ilgar Eroglu ilgar_ero...@yahoo.com
* Version 0.6.3
diff --git a/configure.in.in b/configure.in.in
index 1941f05..cad5891 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -34,6 +34,7 @@ XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.4.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.4.0])
 XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.2.0])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
+XDT_CHECK_OPTIONAL_PACKAGE([XFCE48], [libxfce4panel-1.0], [4.8.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.0])
 
 
diff --git a/src/xfcetimer.c b/src/xfcetimer.c
index 0bda1e7..c914507 100644
--- a/src/xfcetimer.c
+++ b/src/xfcetimer.c
@@ -703,7 +703,7 @@ static void add_edit_clicked (GtkButton *buttonn, gpointer 
data){
   adata-pd=pd;
 
   gtk_window_set_modal(GTK_WINDOW(window),TRUE);
-  parent_window = gtk_widget_get_toplevel(buttonn);
+  parent_window = gtk_widget_get_toplevel(GTK_WIDGET(buttonn));
   if (gtk_widget_is_toplevel(parent_window))
   gtk_window_set_transient_for(GTK_WINDOW(window), 
GTK_WINDOW(parent_window));
 
@@ -1011,10 +1011,11 @@ static void down_clicked(GtkButton *button, gpointer 
data){
 **/
 static void add_pbar(XfcePanelPlugin *plugin, plugin_data *pd){
 
-  //g_signal_handler_disconnect (G_OBJECT(plugin), pd-handler);
-
+//#ifdef HAVE_XFCE48
   gtk_widget_hide(GTK_WIDGET(plugin));
-
+//#else
+//  gtk_widget_hide(GTK_WIDGET(pd-eventbox));
+//#endif
   xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, UTF-8);
 
   /* Always true except at initialization */
@@ -1027,7 +1028,11 @@ static void add_pbar(XfcePanelPlugin *plugin, 
plugin_data *pd){
   /* vertical bar */
   if(xfce_panel_plugin_get_orientation(plugin)==GTK_ORIENTATION_HORIZONTAL){
 pd-box=gtk_hbox_new(TRUE,0);
+#ifdef HAVE_XFCE48
 gtk_container_add(GTK_CONTAINER(plugin),pd-box);
+#else
+gtk_container_add(GTK_CONTAINER(pd-eventbox),pd-box);
+#endif
 gtk_progress_bar_set_orientation(GTK_PROGRESS_BAR(pd-
 pbar),GTK_PROGRESS_BOTTOM_TO_TOP);
 gtk_widget_set_size_request(GTK_WIDGET(pd-pbar),PBAR_THICKNESS,0);
@@ -1038,7 +1043,11 @@ static void add_pbar(XfcePanelPlugin *plugin, 
plugin_data *pd){
   }
   else{ /* horizontal bar */
 pd-box=gtk_vbox_new(TRUE,0);
+#ifdef HAVE_XFCE48
 gtk_container_add(GTK_CONTAINER(plugin),pd-box);
+#else
+gtk_container_add(GTK_CONTAINER(plugin),pd-eventbox);
+#endif
 gtk_progress_bar_set_orientation(GTK_PROGRESS_BAR(pd-
 pbar),GTK_PROGRESS_LEFT_TO_RIGHT);
 gtk_widget_set_size_request(GTK_WIDGET(pd-pbar),0,PBAR_THICKNESS);
@@ -1048,10 +1057,11 @@ static void add_pbar(XfcePanelPlugin *plugin, 
plugin_data *pd){
 
   }
   
-  gtk_widget_show_all(GTK_WIDGET(plugin));
-
-  g_signal_connect  (G_OBJECT(plugin), button_press_event,
-G_CALLBACK(pbar_clicked), pd);   
+#ifdef HAVE_XFCE48
+  gtk_widget_show_all(GTK_WIDGET(plugin)); 
+#else
+  gtk_widget_show_all(GTK_WIDGET(pd-eventbox));
+#endif
 }
 
 /**
@@ -1303,6 +1313,9 @@ plugin_free (XfcePanelPlugin *plugin, plugin_data *pd)
 g_array_free(pd-menuarray,TRUE);
 
   /* destroy all widgets */
+#ifndef HAVE_XFCE48
+   gtk_widget_destroy(GTK_WIDGET(pd-eventbox));
+#endif  
 
   /* destroy the tooltips */
   /*gtk_object_destroy(GTK_OBJECT(pd-tip));*/
@@ -1578,6 +1591,9 @@ create_plugin_control (XfcePanelPlugin *plugin)
  G_TYPE_INT);/* Timer period in seconds if countdown.
 Alarm time in minutes if 24h format is used,
 (i.e. 60 x Hr + Min) */
+#ifndef HAVE_XFCE48
+  pd-eventbox = gtk_event_box_new();
+#endif  
   pd-box=NULL;
   pd-timer_on=FALSE;
   pd-timeout=0;
@@ -1627,6 +1643,15 @@ create_plugin_control (XfcePanelPlugin *plugin)
   gtk_widget_set_size_request(GTK_WIDGET(plugin),10,10);
   xfce_panel_plugin_set_expand(plugin,FALSE);
 
+#ifdef 

[Xfce4-commits] gtk-xfce-engine:peter/gtk3 Render the spin buttons inside the entry part

2012-02-06 Thread Peter de Ridder
Updating branch refs/heads/peter/gtk3
 to 7c69418347c59383e9542fa4562cdf4019ca3672 (commit)
   from 82fb20dd2de8d56c5ee1539584751bebd4f583d7 (commit)

commit 7c69418347c59383e9542fa4562cdf4019ca3672
Author: Peter de Ridder pe...@xfce.org
Date:   Mon Feb 6 21:58:48 2012 +0100

Render the spin buttons inside the entry part

Extended the entry part of the spin button and moved the spinner buttons
inside. This gives more consistency with Gtk.

 gtk-2.0/xfce_theme_draw.c |   62 +---
 gtk-3.0/xfce_engine.c |  240 +
 2 files changed, 52 insertions(+), 250 deletions(-)

diff --git a/gtk-2.0/xfce_theme_draw.c b/gtk-2.0/xfce_theme_draw.c
index e41dd33..56375c1 100644
--- a/gtk-2.0/xfce_theme_draw.c
+++ b/gtk-2.0/xfce_theme_draw.c
@@ -158,24 +158,28 @@ static void xfce_fill_background(GtkStyle * style, 
GdkWindow * window, GtkStateT
 {
 GradientType gradient_style = GRADIENT_VERTICAL;
 gfloat shade_start = 1.0, shade_end = 1.0;
-gboolean draw_flat = FALSE;
+gboolean draw_base = FALSE;
 cairo_t *cr;
 
 /* Spin buttons are a special case */
 if (widget  GTK_IS_SPIN_BUTTON (widget))
 {
-if (DETAIL(spinbutton_up) || DETAIL(spinbutton_down))
+/* The entry part needs to be completed on the background */
+if (DETAIL(spinbutton))
 {
+draw_base = TRUE;
+}
+else if (DETAIL(spinbutton_up) || DETAIL(spinbutton_down))
+{
+/* Only draw the spinner buttons if you interact with them */
 if ((state_type != GTK_STATE_PRELIGHT)  (state_type != 
GTK_STATE_ACTIVE))
-{
-draw_flat = TRUE;
-}
+return;
 }
 }
 
 cr = ge_gdk_drawable_to_cairo(window, area);
 
-if ((!draw_flat)  (XFCE_RC_STYLE(style-rc_style)-gradient))
+if ((!draw_base)  (XFCE_RC_STYLE(style-rc_style)-gradient))
 {
 switch (XFCE_RC_STYLE(style-rc_style)-gradient_style)
 {
@@ -226,7 +230,7 @@ static void xfce_fill_background(GtkStyle * style, 
GdkWindow * window, GtkStateT
 }
 else
 {
-gdk_cairo_set_source_color(cr, style-bg[state_type]); 
+gdk_cairo_set_source_color(cr, draw_base ? style-base[state_type] : 
style-bg[state_type]); 
 cairo_rectangle(cr, x, y, width, height);
 cairo_fill(cr);
 }
@@ -457,17 +461,27 @@ static void draw_shadow(GtkStyle * style, GdkWindow * 
window, GtkStateType state
 /* Spin buttons are a special case */
 if (widget  GTK_IS_SPIN_BUTTON (widget))
 {
-/* GtkEntry doesn't provide the text area as frame size */
-if (DETAIL(entry))
+/* The button part of the spin button is a separate window which isn't 
drawn correctly */
+if (DETAIL(spinbutton))
 {
 gint line_width = 0;
 gboolean interior_focus;
-gdk_drawable_get_size (GTK_ENTRY(widget)-text_area, width, NULL);
-if (!gtk_widget_has_focus(widget))
+if (gtk_widget_has_focus(widget))
 gtk_widget_style_get(widget, focus-line-width, line_width, 
interior-focus, interior_focus, NULL);
 if (interior_focus)
 line_width = 0;
-width += (style-xthickness + line_width) * 2;
+
+if (gtk_widget_get_direction(widget) != GTK_TEXT_DIR_RTL)
+{
+x -= widget-allocation.width - width;
+}
+width = widget-allocation.width;
+if (line_width)
+gtk_paint_focus(style, window, state_type, area, widget, 
detail, x, y, width, height);
+x += line_width;
+width -= 2 * line_width;
+y += line_width;
+height -= 2 * line_width;
 }
 }
 
@@ -1575,29 +1589,6 @@ static void draw_extension(GtkStyle * style, GdkWindow * 
window, GtkStateType st
 cairo_destroy(cr);
 }
 
-static void draw_focus(GtkStyle * style, GdkWindow * window, GtkStateType 
state_type, GdkRectangle * area, GtkWidget * widget, const gchar * detail, gint 
x, gint y, gint width, gint height)
-{
-CHECK_ARGS;
-
-/* Spin buttons are a special case */
-if (widget  GTK_IS_SPIN_BUTTON (widget))
-{
-/* GtkEntry doesn't provide the text area as focus size */
-if (DETAIL(entry))
-{
-gint line_width = 0;
-gboolean interior_focus;
-gdk_drawable_get_size (GTK_ENTRY(widget)-text_area, width, NULL);
-gtk_widget_style_get (widget, focus-line-width, line_width, 
interior-focus, interior_focus, NULL);
-if (interior_focus)
-line_width = 0;
-width += (style-xthickness + line_width) * 2;
-}
-}
-
-parent_class-draw_focus(style, window, state_type, area, widget, detail, 
x, y, width, height);
-}
-
 static void draw_slider(GtkStyle * style, GdkWindow * window, GtkStateType 
state_type, 

[Xfce4-commits] gtk-xfce-engine:peter/gtk3 Round the location of check and radio, removing blur

2012-02-06 Thread Peter de Ridder
Updating branch refs/heads/peter/gtk3
 to fa2177b002921d29c2b0323ee78860310ce76874 (commit)
   from 7c69418347c59383e9542fa4562cdf4019ca3672 (commit)

commit fa2177b002921d29c2b0323ee78860310ce76874
Author: Peter de Ridder pe...@xfce.org
Date:   Mon Feb 6 22:02:17 2012 +0100

Round the location of check and radio, removing blur

 gtk-3.0/xfce_engine.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gtk-3.0/xfce_engine.c b/gtk-3.0/xfce_engine.c
index 951bd77..123977a 100644
--- a/gtk-3.0/xfce_engine.c
+++ b/gtk-3.0/xfce_engine.c
@@ -1005,8 +1005,8 @@ static void render_check(GtkThemingEngine * engine, 
cairo_t * cr, gdouble x, gdo
 GtkStateFlags state;
 GdkRGBA bg, border, fg;
 
-x -= (1 + PART_SIZE - width) / 2;
-y -= (1 + PART_SIZE - height) / 2;
+x -= floor((1 + PART_SIZE - width) / 2);
+y -= floor((1 + PART_SIZE - height) / 2);
 
 state = gtk_theming_engine_get_state(engine);
 gtk_theming_engine_get_background_color(engine, state, bg);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] gtk-xfce-engine:peter/gtk3 Corrected indicator-size values

2012-02-06 Thread Peter de Ridder
Updating branch refs/heads/peter/gtk3
 to 0b76013e0c9df15a3c64d9f533da718c52fc1214 (commit)
   from fa2177b002921d29c2b0323ee78860310ce76874 (commit)

commit 0b76013e0c9df15a3c64d9f533da718c52fc1214
Author: Peter de Ridder pe...@xfce.org
Date:   Mon Feb 6 22:10:54 2012 +0100

Corrected indicator-size values

 themes/b5/gtk-3.0/gtk.css|2 +-
 themes/cadmium/gtk-3.0/gtk.css   |2 +-
 themes/curve/gtk-3.0/gtk.css |2 +-
 themes/dawn/gtk-3.0/gtk.css  |2 +-
 themes/kde2/gtk-3.0/gtk.css  |2 +-
 themes/kolors/gtk-3.0/gtk.css|4 ++--
 themes/light/gtk-3.0/gtk.css |2 +-
 themes/orange/gtk-3.0/gtk.css|2 +-
 themes/redmondxp/gtk-3.0/gtk.css |2 +-
 themes/saltlake/gtk-3.0/gtk.css  |2 +-
 themes/smooth/gtk-3.0/gtk.css|2 +-
 themes/stellar/gtk-3.0/gtk.css   |2 +-
 themes/winter/gtk-3.0/gtk.css|2 +-
 themes/xfce-4.0/gtk-3.0/gtk.css  |2 +-
 themes/xfce-4.2/gtk-3.0/gtk.css  |2 +-
 themes/xfce-4.4/gtk-3.0/gtk.css  |2 +-
 themes/xfce-4.6/gtk-3.0/gtk.css  |4 
 themes/xfce/gtk-3.0/gtk.css  |4 
 18 files changed, 17 insertions(+), 25 deletions(-)

diff --git a/themes/b5/gtk-3.0/gtk.css b/themes/b5/gtk-3.0/gtk.css
index bc15633..6b386e7 100644
--- a/themes/b5/gtk-3.0/gtk.css
+++ b/themes/b5/gtk-3.0/gtk.css
@@ -32,7 +32,7 @@
 -GtkButton-default-outside-border: 0;
 -GtkWidget-focus-line-width  : 1;
 -GtkWidget-focus-padding : 0;
--GtkCheckButton-indicator-size   : 14;
+-GtkCheckButton-indicator-size   : 15;
 -GtkMenuBar-shadow-type  : out;
 -GtkMenuItem-selected-shadow-type: out;
 -GtkRange-slider-width   : 11;
diff --git a/themes/cadmium/gtk-3.0/gtk.css b/themes/cadmium/gtk-3.0/gtk.css
index b8e97c5..eed815c 100644
--- a/themes/cadmium/gtk-3.0/gtk.css
+++ b/themes/cadmium/gtk-3.0/gtk.css
@@ -35,7 +35,7 @@
 -GtkButton-child-displacement-y  : 1;
 -GtkWidget-focus-line-width  : 1;
 -GtkWidget-focus-padding : 2;
--GtkCheckButton-indicator-size   : 12;
+-GtkCheckButton-indicator-size   : 13;
 -GtkMenuBar-internal-padding : 0;
 -GtkMenuBar-shadow-type  : out;
 -GtkPaned-handle-size: 7;
diff --git a/themes/curve/gtk-3.0/gtk.css b/themes/curve/gtk-3.0/gtk.css
index be3d538..c80e03e 100644
--- a/themes/curve/gtk-3.0/gtk.css
+++ b/themes/curve/gtk-3.0/gtk.css
@@ -31,7 +31,7 @@
 -GtkButton-default-border: 0;
 -GtkButton-default-outside-border: 0;
 -GtkWidget-focus-padding : 0;
--GtkCheckButton-indicator-size   : 14;
+-GtkCheckButton-indicator-size   : 15;
 -GtkMenuBar-shadow-type  : out;
 -GtkMenuItem-selected-shadow-type: out;
 -GtkRange-slider-width   : 15;
diff --git a/themes/dawn/gtk-3.0/gtk.css b/themes/dawn/gtk-3.0/gtk.css
index ace962d..980f24c 100644
--- a/themes/dawn/gtk-3.0/gtk.css
+++ b/themes/dawn/gtk-3.0/gtk.css
@@ -370,5 +370,5 @@ GtkCalendar:selected {
 }
 
 .radio {
--GtkCheckButton-indicator-size: 14;
+-GtkCheckButton-indicator-size: 15;
 }
diff --git a/themes/kde2/gtk-3.0/gtk.css b/themes/kde2/gtk-3.0/gtk.css
index 4e3cbe1..6a1d7a3 100644
--- a/themes/kde2/gtk-3.0/gtk.css
+++ b/themes/kde2/gtk-3.0/gtk.css
@@ -31,7 +31,7 @@
 -GtkButton-default-border: 0;
 -GtkButton-default-outside-border: 0;
 -GtkWidget-focus-line-width  : 1;
--GtkCheckButton-indicator-size   : 14;
+-GtkCheckButton-indicator-size   : 15;
 -GtkMenuItem-selected-shadow-type: in;
 -GtkRange-slider-width   : 15;
 -GtkRange-stepper-size   : 15;
diff --git a/themes/kolors/gtk-3.0/gtk.css b/themes/kolors/gtk-3.0/gtk.css
index fd7c01e..4f8f371 100644
--- a/themes/kolors/gtk-3.0/gtk.css
+++ b/themes/kolors/gtk-3.0/gtk.css
@@ -32,7 +32,7 @@
 -GtkButton-default-border: 0;
 -GtkButton-default-outside-border: 0;
 -GtkWidget-focus-padding : 0;
--GtkCheckButton-indicator-size   : 14;
+-GtkCheckButton-indicator-size   : 15;
 -GtkMenuBar-shadow-type  : out;
 -GtkMenuItem-selected-shadow-type: none;
 -GtkRange-slider-width   : 11;
@@ -179,7 +179,7 @@ GtkCalendar:selected {
 background-color: @base_normal;
 border-color: darker(@bg_normal);
 
--GtkCheckButton-indicator-size: 10;
+-GtkCheckButton-indicator-size: 11;
 }
 
 .check:active, .radio:active {
diff --git a/themes/light/gtk-3.0/gtk.css b/themes/light/gtk-3.0/gtk.css
index 9901127..7ce6f0c 100644
--- a/themes/light/gtk-3.0/gtk.css
+++ b/themes/light/gtk-3.0/gtk.css
@@ -32,7 +32,7 @@
 -GtkButton-default-outside-border: 0;
 -GtkWidget-focus-line-width  : 1;
 -GtkWidget-focus-padding : 0;
--GtkCheckButton-indicator-size   : 14;
+-GtkCheckButton-indicator-size   : 15;
 -GtkMenuBar-shadow-type  : out;
 -GtkMenuItem-selected-shadow-type: in;
 -GtkRange-slider-width   : 15;
diff --git 

[Xfce4-commits] xfce4-timer-plugin|xfce4-timer-plugin-0.6.4 Creating annotated tag xfce4-timer-plugin-0.6.4

2012-02-06 Thread Kemal Ilgar Eroglu
Updating annotated tag refs/tags/xfce4-timer-plugin-0.6.4
 as new annotated tag
 to 3c5e15443d40135d0e8b0717e583cf8e9deb715a (tag)
   succeeds xfce4-timer-plugin-0.6.3-10-g0e8dd7a
  tagged by Kemal Ilgar Eroglu ilgar_ero...@yahoo.com
 on 2012-02-06 23:04 +0100

Kemal Ilgar Eroglu (1):
  Release 0.6.4

___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master l10n: Updated Chinese (China) (zh_CN) translation to 99%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to cb9baccbeea9fbe7b1acc14bb8babb5f56572b32 (commit)
   from 3258a6c709cea110fa1fedb479135e37a9990272 (commit)

commit cb9baccbeea9fbe7b1acc14bb8babb5f56572b32
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 01:45:57 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 99%

New status: 141 messages complete with 0 fuzzies and 1 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |  237 +--
 1 files changed, 134 insertions(+), 103 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index fe10527..540686e 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,7 +10,7 @@ msgid 
 msgstr 
 Project-Id-Version: ristretto\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-01-28 01:24+\n
+POT-Creation-Date: 2012-02-06 23:12+\n
 PO-Revision-Date: 2010-11-23 23:34+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
@@ -48,271 +48,307 @@ msgstr 
 尝试 %s --help 查看\n
 可用命令行选项的完整列表。\n
 
-#: ../src/main_window.c:55 ../ristretto.desktop.in.h:1
+#: ../src/main_window.c:53 ../ristretto.desktop.in.h:1
 msgid Image Viewer
 msgstr 图片查看器
 
 #. File Menu
-#: ../src/main_window.c:316
+#: ../src/main_window.c:328
 msgid _File
 msgstr 文件(_F)
 
-#: ../src/main_window.c:317
+#: ../src/main_window.c:329
 msgid _Open
 msgstr 打开(_O)
 
-#: ../src/main_window.c:317
+#: ../src/main_window.c:329
 msgid Open an image
 msgstr 打开图片
 
-#: ../src/main_window.c:318
+#: ../src/main_window.c:330
 msgid _Save copy
 msgstr 保存副本(_S)
 
-#: ../src/main_window.c:318
+#: ../src/main_window.c:330
 msgid Save a copy of the image
 msgstr 保存此图片的一份副本
 
-#: ../src/main_window.c:319
+#: ../src/main_window.c:331
 msgid _Properties
 msgstr 属性(_P)
 
-#: ../src/main_window.c:319
+#: ../src/main_window.c:331
 msgid Show file properties
 msgstr 显示文件属性
 
-#: ../src/main_window.c:320
+#: ../src/main_window.c:332
 msgid _Close
 msgstr 关闭(_C)
 
-#: ../src/main_window.c:320
+#: ../src/main_window.c:332
 msgid Close this image
 msgstr 关闭此图片
 
-#: ../src/main_window.c:321
+#: ../src/main_window.c:333
 msgid _Quit
 msgstr 退出(_Q)
 
-#: ../src/main_window.c:321
+#: ../src/main_window.c:333
 msgid Quit Ristretto
 msgstr 退出 Ristretto
 
 #. Edit Menu
-#: ../src/main_window.c:323
+#: ../src/main_window.c:335
 msgid _Edit
 msgstr 编辑(_E)
 
-#: ../src/main_window.c:324
+#: ../src/main_window.c:336
 msgid _Open with...
 msgstr 打开方式(_O)
 
-#: ../src/main_window.c:325
+#: ../src/main_window.c:337
 msgid _Sorting
 msgstr 排列(_S)
 
-#: ../src/main_window.c:326
+#: ../src/main_window.c:338
 msgid _Delete
 msgstr 删除(_D)
 
-#: ../src/main_window.c:326
+#: ../src/main_window.c:338
 msgid Delete this image from disk
 msgstr 从磁盘中删除此图片
 
-#: ../src/main_window.c:327
+#: ../src/main_window.c:339
 msgid _Clear private data
 msgstr 清除隐私数据(_C)
 
-#: ../src/main_window.c:328
+#: ../src/main_window.c:340
 msgid _Preferences
 msgstr 首选项(_P)
 
 #. View Menu
-#: ../src/main_window.c:330
+#: ../src/main_window.c:342
 msgid _View
 msgstr 视图(_V)
 
-#: ../src/main_window.c:331
+#: ../src/main_window.c:343
 msgid _Fullscreen
 msgstr 全屏(_F)
 
-#: ../src/main_window.c:332
+#: ../src/main_window.c:344
 msgid _Leave Fullscreen
 msgstr 离开全屏(_L)
 
-#: ../src/main_window.c:333
+#: ../src/main_window.c:345
 msgid _Set as Wallpaper
 msgstr 设置为壁纸(_S)
 
 #. Zoom submenu
-#: ../src/main_window.c:335
+#: ../src/main_window.c:347
 msgid _Zoom
 msgstr 缩放(_Z)
 
-#: ../src/main_window.c:336
+#: ../src/main_window.c:348
 msgid Zoom _In
 msgstr 放大(_I)
 
-#: ../src/main_window.c:337
+#: ../src/main_window.c:349
 msgid Zoom _Out
 msgstr 缩小(_O)
 
-#: ../src/main_window.c:338
+#: ../src/main_window.c:350
 msgid Zoom _Fit
 msgstr 合适大小(_F)
 
-#: ../src/main_window.c:339
+#: ../src/main_window.c:351
 msgid _Normal Size
 msgstr 正常大小(_N)
 
 #. Rotation submenu
-#: ../src/main_window.c:341
+#: ../src/main_window.c:353
 msgid _Rotation
 msgstr 旋转(_R)
 
-#: ../src/main_window.c:342
+#: ../src/main_window.c:354
 msgid Rotate _Right
 msgstr 顺时针旋转(_R)
 
-#: ../src/main_window.c:343
+#: ../src/main_window.c:355
 msgid Rotate _Left
 msgstr 逆时针旋转(_L)
 
 #. Go Menu
-#: ../src/main_window.c:345
+#: ../src/main_window.c:357
 msgid _Go
 msgstr 转到(_G)
 
-#: ../src/main_window.c:346
+#: ../src/main_window.c:358
 msgid _Forward
 msgstr 前进(_F)
 
-#: ../src/main_window.c:347
+#: ../src/main_window.c:359
 msgid _Back
 msgstr 后退(_B)
 
-#: ../src/main_window.c:348
+#: ../src/main_window.c:360
 msgid _First
 msgstr 第一个(_F)
 
-#: ../src/main_window.c:349
+#: ../src/main_window.c:361
 msgid _Last
 msgstr 最后一个(_L)
 
 #. Help Menu
-#: ../src/main_window.c:351
+#: ../src/main_window.c:363
 msgid _Help
 msgstr 帮助(_H)
 
-#: ../src/main_window.c:353
+#: ../src/main_window.c:365
 msgid _Contents
 msgstr 内容(_C)
 
-#: ../src/main_window.c:355
+#: ../src/main_window.c:367
 msgid Display ristretto user manual
 

[Xfce4-commits] ristretto:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to a48a3dbcaa1387fb114201616cb3669aeb0d5f1b (commit)
   from cb9baccbeea9fbe7b1acc14bb8babb5f56572b32 (commit)

commit a48a3dbcaa1387fb114201616cb3669aeb0d5f1b
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 01:48:33 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 142 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 540686e..a08c2d1 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -226,7 +226,7 @@ msgstr 位置(_P)
 
 #: ../src/main_window.c:376
 msgid _Size
-msgstr 
+msgstr 大小(_S)
 
 #: ../src/main_window.c:377
 msgid Thumbnail Bar _Position
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-settings:master l10n: Updated Chinese (China) (zh_CN) translation to 99%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to db93ac1a3ea4dc9acfb3a0327c48aefe9ba3c915 (commit)
   from 502cc521ca2d0be25dc5de2e0006f3a14a797cb5 (commit)

commit db93ac1a3ea4dc9acfb3a0327c48aefe9ba3c915
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 01:56:48 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 99%

New status: 327 messages complete with 0 fuzzies and 3 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |  268 ++-
 1 files changed, 156 insertions(+), 112 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 5708437..7d593dd 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -11,7 +11,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-settings\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-27 05:06+\n
+POT-Creation-Date: 2012-02-06 20:18+\n
 PO-Revision-Date: 2010-11-27 21:48+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
@@ -1240,61 +1240,175 @@ msgstr 旋转(_R):
 msgid _Sensitivity:
 msgstr 灵敏度(_S):
 
-#: ../xfce4-settings-editor/main_window.c:157
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:184
+#: ../xfce4-settings-editor/xfce4-settings-editor.desktop.in.h:2
+msgid Settings Editor
+msgstr 设置编辑器
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:185
+msgid Customize settings stored by Xfconf
+msgstr 自定义 Xfconf 存储的设置
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:230
 msgid Channel
 msgstr 频道
 
-#: ../xfce4-settings-editor/main_window.c:170
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:264
 msgid Property
 msgstr 属性
 
-#: ../xfce4-settings-editor/main_window.c:173
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:271
 msgid Type
 msgstr 类型
 
-#: ../xfce4-settings-editor/main_window.c:176
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:278
 msgid Locked
 msgstr 锁定
 
-#: ../xfce4-settings-editor/main_window.c:179
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:285
 msgid Value
 msgstr 值
 
-#: ../xfce4-settings-editor/main_window.c:310
-#: ../xfce4-settings-editor/xfce4-settings-editor.glade.h:6
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:302
+msgid New property
+msgstr 新建属性
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:313
+msgid Edit selected property
+msgstr 编辑选中的属性
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:321
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:1026
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:1369
+msgid _Reset
+msgstr 重置(_R)
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:324
+msgid Reset selected property
+msgstr 重置选中的属性
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:448
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:539
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:658
+#: ../xfce4-settings-editor/xfce-settings-prop-dialog.c:90
 msgid Empty
 msgstr 空
 
-#: ../xfce4-settings-editor/main_window.c:698
-#: ../xfce4-settings-editor/main_window.c:890
-msgid This property name is not valid.
-msgstr 此属性名无效。
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:451
+msgid Array
+msgstr 
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:456
+#: ../xfce4-settings-editor/xfce-settings-prop-dialog.c:91
+msgid String
+msgstr 字符串
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:464
+msgid Integer
+msgstr 
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:467
+#: ../xfce4-settings-editor/xfce-settings-prop-dialog.c:92
+msgid Boolean
+msgstr 真假值
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:470
+#: ../xfce4-settings-editor/xfce-settings-prop-dialog.c:94
+msgid Double
+msgstr 双倍
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:804
+msgid _Reset Channel
+msgstr 重置频道(_R)
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:805
+msgid Resetting a channel will permanently remove those custom settings.
+msgstr 重置频道会永远移除那些自定义设置。
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:806
+#, c-format
+msgid Are you sure you want to reset channel \%s\ and all its properties?
+msgstr 您确定要重置 “%s” 频道和它的所有属性吗?
 
-#: ../xfce4-settings-editor/main_window.c:925
-#: ../xfce4-settings-editor/main_window.c:1078
-msgid Reset
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:881
+msgid reset
 msgstr 重置
 
-#: ../xfce4-settings-editor/main_window.c:926
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:938
+#, c-format
+msgid Monitor %s
+msgstr 显示器 %s
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:946
+msgid Watch an Xfconf channel for property changes
+msgstr 
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:982
+#, c-format
+msgid start monitoring channel \%s\
+msgstr 开始监视频道 “%s”
+
+#: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:1036
+msgid _Monitor
+msgstr 

[Xfce4-commits] xfce4-settings:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to bafddacf9a65eb0ce17955ffb35c70f6e24792c7 (commit)
   from db93ac1a3ea4dc9acfb3a0327c48aefe9ba3c915 (commit)

commit bafddacf9a65eb0ce17955ffb35c70f6e24792c7
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 02:05:33 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 330 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   21 +++--
 1 files changed, 3 insertions(+), 18 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 7d593dd..d5a5776 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1296,7 +1296,7 @@ msgstr 空
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:451
 msgid Array
-msgstr 
+msgstr 数组
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:456
 #: ../xfce4-settings-editor/xfce-settings-prop-dialog.c:91
@@ -1305,7 +1305,7 @@ msgstr 字符串
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:464
 msgid Integer
-msgstr 
+msgstr 整形
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:467
 #: ../xfce4-settings-editor/xfce-settings-prop-dialog.c:92
@@ -1341,7 +1341,7 @@ msgstr 显示器 %s
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:946
 msgid Watch an Xfconf channel for property changes
-msgstr 
+msgstr 监视 Xfconf 频道的属性更改
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:982
 #, c-format
@@ -1522,18 +1522,3 @@ msgstr Xfce 4 的图形设置管理器
 #: ../xfce4-settings-manager/xfce-settings-manager.desktop.in.h:2
 msgid Settings Manager
 msgstr 设置管理器
-
-#~ msgid This property name is not valid.
-#~ msgstr 此属性名无效。
-
-#~ msgid Enabled
-#~ msgstr 已启用
-
-#~ msgid Name:
-#~ msgstr 名称:
-
-#~ msgid Xfconf channels
-#~ msgstr Xfconf 频道
-
-#~ msgid _Overview
-#~ msgstr 概览(_O)
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] libxfce4ui:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to af8ce8eeb979aa0325ad7ff07cb6c1de8f455a40 (commit)
   from 97f92b7a560c43da19dc9a84957f88c26b7abc53 (commit)

commit af8ce8eeb979aa0325ad7ff07cb6c1de8f455a40
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 02:37:31 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 90 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   64 +++---
 1 files changed, 30 insertions(+), 34 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 6a7d535..dea1464 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,7 +10,7 @@ msgid 
 msgstr 
 Project-Id-Version: libxfce4ui\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-08 21:18+\n
+POT-Creation-Date: 2012-01-30 04:57+\n
 PO-Revision-Date: 2010-04-06 13:14+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
@@ -40,8 +40,7 @@ msgstr 在线文档
 msgid 
 You will be redirected to the documentation website where the help pages are 
 maintained and translated.
-msgstr 
-会将您重定向至帮助页面维护和翻译的文档网站。
+msgstr 会将您重定向至帮助页面维护和翻译的文档网站。
 
 #: ../libxfce4ui/xfce-dialogs.c:207
 msgid _Read Online
@@ -95,8 +94,7 @@ msgstr 无法与会话管理器连接:%s
 #: ../libxfce4ui/xfce-sm-client.c:1597
 #, c-format
 msgid Session manager did not return a valid client id
-msgstr 
-会话管理器未返回一个有效的客户端 ID
+msgstr 会话管理器未返回一个有效的客户端 ID
 
 #. print warning for user
 #: ../libxfce4ui/xfce-spawn.c:406
@@ -105,16 +103,16 @@ msgid 
 Working directory \%s\ does not exist. It won't be used when spawning \%s
 \.
 msgstr 
-工作目录 “%s” 不存在。启动 “%s” 时
-将不会使用它。
+工作目录 “%s” 不存在。启动 “%s” 时将不会
+使用它。
 
 #: ../libxfce4kbd-private/xfce-shortcuts.c:52
 msgid 
 This shortcut is already being used for another window manager action. Which 
 action do you want to use?
 msgstr 
-另一个窗口管理器动作已使用此快捷键。
-您要使用哪个动作?
+另一个窗口管理器动作已使用此快捷键。您要
+使用哪个动作?
 
 #: ../libxfce4kbd-private/xfce-shortcuts.c:53
 #: ../libxfce4kbd-private/xfce-shortcuts.c:56
@@ -135,8 +133,8 @@ msgid 
 This shortcut is already being used for the command '%s'. Which action do 
 you want to use?
 msgstr 
-命令 “%s” 已使用此快捷键。您要使用
-哪个动作?
+命令 “%s” 已使用此快捷键。您要使用哪个
+动作?
 
 #: ../libxfce4kbd-private/xfce-shortcuts.c:56
 #: ../libxfce4kbd-private/xfce-shortcuts.c:59
@@ -192,7 +190,7 @@ msgstr 快捷键:
 
 #: ../libxfce4kbd-private/xfce-shortcut-dialog.c:300
 msgid Could not grab the keyboard.
-msgstr 无法获取键盘输入。
+msgstr 未能获取键盘输入。
 
 #: ../glade/libxfce4ui.xml.in.h:1
 msgid Subtitle
@@ -252,8 +250,8 @@ msgid 
 A modern file manager for the Unix/Linux desktop, aiming to be easy-to-use 
 and fast.
 msgstr 
-Unix/Linux 桌面的现代文件管理器,
-旨在易用和快速。
+Unix/Linux 桌面的现代文件管理器,旨在
+易用和快速。
 
 #: ../xfce4-about/main.c:89
 msgid Session Manager
@@ -276,8 +274,8 @@ msgid 
 Configuration system to control various aspects of the desktop like 
 appearance, display, keyboard and mouse settings.
 msgstr 
-控制桌面的如外观、显示、键盘和鼠标设置
-各个方面的配置系统。
+控制桌面的如外观、显示、键盘和鼠标设置各个
+方面的配置系统。
 
 #: ../xfce4-about/main.c:99
 msgid Application Finder
@@ -323,11 +321,10 @@ msgid 
 the source code or the Xfce website (http://www.xfce.org) for more 
 information.
 msgstr 
-Xfce 组件以自由或开源许可协议授权;
-应用程序以 GPL 或 BSDL,库文件以 
-LGPL 或 BSDL。看文档、源代码或 
-Xfce 站点(http://www.xfce.org) 
-获取详情。
+Xfce 组件以自由或开源许可协议授权;应用
+程序以 GPL 或 BSDL,库文件以 LGPL 或
+BSDL 授权。看文档、源代码或 Xfce 站点
+(http://www.xfce.org) 获取详情。
 
 #: ../xfce4-about/main.c:149
 msgid Thank you for your interest in Xfce.
@@ -342,9 +339,9 @@ msgid 
 If you know of anyone missing from this list; don't hesitate and file a bug 
 on http://bugzilla.xfce.org .
 msgstr 
-如果您知道此列表漏掉了任何人,不要犹豫
-并在 http://bugzilla.xfce.org 
-上提交缺陷。
+如果您知道此列表漏掉了任何人,不要犹豫并
+在 http://bugzilla.xfce.org 上
+提交缺陷。
 
 #: ../xfce4-about/main.c:266
 msgid Thanks to all who helped making this software available!
@@ -355,8 +352,8 @@ msgid 
 Xfce 4 is copyright Olivier Fourdan (four...@xfce.org). The different 
 components are copyrighted by their respective authors.
 msgstr 
-Xfce 4 版权归 
-Olivier Fourdan(four...@xfce.org)。
+Xfce 4 版权归 Olivier Fourdan
+(four...@xfce.org)。
 不同组件的版权归它们各自的作者。
 
 #: ../xfce4-about/main.c:288
@@ -368,10 +365,9 @@ msgid 
 msgstr 
 libxfce4ui、libxfcegui4、
 libxfce4util、thunar-vfs 
-和 exo 软件包以自由软件基金会
-发布的 GNU 宽通用公共许可协议
-第二版或(您可以选择)更高版的
-方式发布。
+和 exo 软件包以自由软件基金会发布的 GNU 
+宽通用公共许可协议第二版或(您可以选择)更高
+版的方式发布。
 
 #: ../xfce4-about/main.c:295
 msgid 
@@ -385,9 +381,9 @@ msgstr 
 xfce4-panel、xfce4-session、
 xfce4-settings、xfce-utils、
 xfconf、xfdesktop 和 xfwm4 
-软件包以自由软件基金会发布的 
-GNU 通用公共许可协议的第二版
-或(您可以选择)更高版的方式发布。
+软件包以自由软件基金会发布的 GNU 通用公共
+许可协议的第二版或(您可以选择)更高版的方式
+发布。
 
 #: ../xfce4-about/main.c:442
 #, c-format
@@ -499,4 +495,4 @@ msgstr LGPL
 
 #: ../xfce4-about/xfce4-about-dialog.glade.h:8
 msgid License
-msgstr 许可协议
\ No newline at end of file
+msgstr 许可协议
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org

[Xfce4-commits] libxfcegui4:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to 01e03a6243e62e1101d904973699a7f793398efa (commit)
   from dc1a0ac6c0a44574ee28b9e14bd471d891ef (commit)

commit 01e03a6243e62e1101d904973699a7f793398efa
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 02:45:08 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 44 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   11 ++-
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index df99005..cb6213e 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,13 +7,13 @@
 # Hunt Xu hun...@live.cn, 2008.
 # Chris K. Zhang plut...@gmail.com, 2009.
 # Aron Xu aronmala...@163.com, 2009.
-# Chipong Luo chipon...@yahoo.com, 2011.
+# Chipong Luo chipon...@yahoo.com, 2011, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: libxfcegui4\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-11-25 15:20+\n
+POT-Creation-Date: 2012-02-06 22:45+\n
 PO-Revision-Date: 2009-06-14 02:14+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
@@ -73,7 +73,7 @@ msgstr 需要终端
 
 #: ../libxfcegui4/xfce-appmenuitem.c:230
 msgid Whether or not the command needs a terminal to execute
-msgstr 此命令是否需要在终端中执行
+msgstr 此命令是否需要终端去执行
 
 #. TODO: this needs some special setup in the glade helper lib to
 #. create and populate the XfceAboutInfo struct.
@@ -145,7 +145,7 @@ msgstr 信息
 
 #: ../libxfcegui4/xfce_aboutdialog.c:1031
 msgid Credits
-msgstr 贡献者
+msgstr 鸣谢
 
 #: ../libxfcegui4/xfce_aboutdialog.c:1053
 msgid License
@@ -160,7 +160,8 @@ msgstr 无法获取管理器选择区
 #, c-format
 msgid tray icon has requested a size of (%i x %i), resizing to (%i x %i)
 msgstr 
-系统托盘图标要求大小为(%i x %i),调整大小为(%i x %i)
+系统托盘图标要求大小为(%i x %i),调整
+大小为(%i x %i)
 
 #: ../libxfcegui4/xfce_systemtray.c:463
 msgid tray icon was not attached, destroying it
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] garcon:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to 7bcbf974bd03c23bd2aa3776bd29c174133bd0e1 (commit)
   from 73b7b1bed825904b12259f12d982b8ee6874c57b (commit)

commit 7bcbf974bd03c23bd2aa3776bd29c174133bd0e1
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 02:51:12 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 31 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   10 +-
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index cc1b976..a114852 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -11,7 +11,7 @@ msgid 
 msgstr 
 Project-Id-Version: garcon\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-27 07:12+\n
+POT-Creation-Date: 2012-02-06 22:24+\n
 PO-Revision-Date: 2010-11-23 22:57+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
@@ -78,7 +78,7 @@ msgstr 多媒体
 
 #: ../data/xfce/xfce-network.directory.in.h:1
 msgid Applications for Internet access
-msgstr 互联网访问的应用程序
+msgstr 互联网访问应用程序
 
 #: ../data/xfce/xfce-network.directory.in.h:2
 msgid Internet
@@ -114,7 +114,7 @@ msgstr 屏幕保护小程序
 
 #: ../data/xfce/xfce-screensavers.directory.in.h:2
 msgid Screensavers
-msgstr 屏幕保护程序
+msgstr 屏幕保护
 
 #: ../data/xfce/xfce-settings.directory.in.h:1
 msgid Desktop and system settings applications
@@ -140,9 +140,9 @@ msgstr 未找到文件 “%s”
 #: ../garcon/garcon-menu-parser.c:280
 #, c-format
 msgid Could not load menu file data from %s: %s
-msgstr 未能从 %s 中载入菜单文件数据:%s
+msgstr 未能从 %s 载入菜单文件数据:%s
 
 #: ../garcon/garcon-menu-parser.c:287
 #, c-format
 msgid Could not load menu file data from %s
-msgstr 未能从 %s 中载入菜单文件数据
+msgstr 未能从 %s 载入菜单文件数据
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to c2c4b59604c4aa1c19523ceb7e7ccf486728 (commit)
   from cd0445ec1e0f9ae219b0235463dd262de9c47432 (commit)

commit c2c4b59604c4aa1c19523ceb7e7ccf486728
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 04:45:12 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 273 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |  192 +++
 1 files changed, 100 insertions(+), 92 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index fca4bc6..460a0a1 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -6,13 +6,13 @@
 # Chris K. Zhang plut...@gmail.com, 2009
 # Hunt Xu hun...@live.cn, 2009, 2010.
 # Aron Xu aronmala...@163.com, 2009.
-# Chipong Luo chipon...@yahoo.com, 2011.
+# Chipong Luo chipon...@yahoo.com, 2011, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: exo\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-11-25 14:50+\n
+POT-Creation-Date: 2012-02-06 22:15+\n
 PO-Revision-Date: 2010-11-23 22:56+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
@@ -70,7 +70,8 @@ msgstr 无法读取文件 “%s”:%s
 msgid 
 Failed to load image \%s\: Unknown reason, probably a corrupt image file
 msgstr 
-无法载入图片 “%s”:未知原因,可能是一已损坏图片文件。
+无法载入图片 “%s”:未知原因,可能是一
+已损坏图片文件。
 
 #: ../exo/exo-gtk-extensions.c:227
 #, c-format
@@ -404,7 +405,9 @@ msgstr 添加新的工具栏(_A)
 msgid 
 Drag an item onto the toolbars above to add it, from the toolbars in the 
 items table to remove it.
-msgstr 把一个项目拖到工具栏中来添加,从工具栏拖走来移除。
+msgstr 
+把一个项目拖到工具栏中来添加,从工具栏拖走
+来移除。
 
 #: ../exo/exo-toolbars-editor.c:538
 msgid Separator
@@ -490,58 +493,49 @@ msgstr 用法:%s [选项] [文件]\n
 #: ../exo-csource/main.c:285
 #, c-format
 msgid%s [options] --build-list [[name file]...]\n
-msgstr 
-%s [选项] --build-list [[名称文件]...]\n
+msgstr %s [选项] --build-list [[名称文件]...]\n
 
 #: ../exo-csource/main.c:287
 #, c-format
 msgid   -h, --helpPrint this help message and exit\n
-msgstr 
-  -h, --help列印帮助信息后退出\n
+msgstr   -h, --help列印帮助信息后退出\n
 
 #: ../exo-csource/main.c:288
 #, c-format
 msgid   -V, --version Print version information and exit\n
-msgstr 
-  -V, --version 列印版本信息后退出\n
+msgstr   -V, --version 列印版本信息后退出\n
 
 #: ../exo-csource/main.c:289
 #, c-format
 msgid   --extern  Generate extern symbols\n
-msgstr 
-  --extern  生成外部符号\n
+msgstr   --extern  生成外部符号\n
 
 #: ../exo-csource/main.c:290
 #, c-format
 msgid   --static  Generate static symbols\n
-msgstr 
-  --static  生成静态符号\n
+msgstr   --static  生成静态符号\n
 
 #: ../exo-csource/main.c:291
 #, c-format
 msgid   --name=identifier C macro/variable name\n
-msgstr 
-  --name 为标识符 C 语言宏/变量名\n
+msgstr   --name 为标识符 C 语言宏/变量名\n
 
 #: ../exo-csource/main.c:292
 #, c-format
 msgid   --build-list  Parse (name, file) pairs\n
-msgstr 
-  --build-list  解析(名称,文件)对\n
+msgstr   --build-list  解析(名称,文件)对\n
 
 #: ../exo-csource/main.c:293
 #, c-format
 msgid   --strip-comments  Remove comments from XML files\n
-msgstr 
-  --strip-comments  移除 XML 文件中的注释\n
+msgstr   --strip-comments  移除 XML 文件中的注释\n
 
 #: ../exo-csource/main.c:294
 #, c-format
 msgid   --strip-content   Remove node contents from XML files\n
-msgstr 
-  --strip-content   移除 XML 文件中的节点内容\n
+msgstr   --strip-content   移除 XML 文件中的节点内容\n
 
-#: ../exo-csource/main.c:304 ../exo-desktop-item-edit/main.c:176
+#: ../exo-csource/main.c:304 ../exo-desktop-item-edit/main.c:193
 #: ../exo-open/main.c:483
 #, c-format
 msgid 
@@ -557,7 +551,7 @@ msgstr 
 由 Benedikt Meurer be...@xfce.org 撰写。\n
 \n
 
-#: ../exo-csource/main.c:308 ../exo-desktop-item-edit/main.c:180
+#: ../exo-csource/main.c:308 ../exo-desktop-item-edit/main.c:197
 #: ../exo-open/main.c:487
 #, c-format
 msgid 
@@ -568,11 +562,11 @@ msgid 
 \n
 msgstr 
 %s 绝对没有任何担保,\n
-您可以在源码软件包中找到 GNU 宽通用公共许可协议\n
-并以此方式重新发布 %s 的副本。\n
+您可以在源码软件包中找到 GNU 宽通用公共\n
+许可协议并以此方式重新发布 %s 的副本。\n
 \n
 
-#: ../exo-csource/main.c:312 ../exo-desktop-item-edit/main.c:184
+#: ../exo-csource/main.c:312 ../exo-desktop-item-edit/main.c:201
 #: ../exo-open/main.c:491
 #, c-format
 msgid Please report bugs to %s.\n
@@ -626,7 +620,7 @@ msgstr 名称(_N):
 #. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to 
avoid mnemonic conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:313
 msgid C_omment:
-msgstr 备注(_C):
+msgstr 备注(_O):
 
 #. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic 
conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:329
@@ -636,7 +630,7 @@ msgstr 命令(_A):
 #. TRANSLATORS: Label in Create Link dialog, make sure to avoid mnemonic 
conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:344
 msgid _URL:
-msgstr _URL:
+msgstr _URL(_U):
 
 #. 

[Xfce4-commits] exo:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to 098ff629632a43bb4eca3073ee2dd1a9a6a40dd6 (commit)
   from c2c4b59604c4aa1c19523ceb7e7ccf486728 (commit)

commit 098ff629632a43bb4eca3073ee2dd1a9a6a40dd6
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 04:55:23 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 273 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   14 +++---
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 460a0a1..8c8be7e 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1327,13 +1327,13 @@ msgid 
 pass additional parameters to the application (i.e. for TerminalEmulator\n
 you can pass the command line that should be run in the terminal).
 msgstr 
-如果您没有指定 --launch 选项,exo-open\n
-会用首选 URL 处理器打开所有指定的 URL。\n
-否则,如果您指定 --launch 选项,您可以\n
-选择您要运行的首选应用程序,还可以把额外\n
-参数传给应用程序\n
-(比如对于 TerminalEmulator,您可以\n
-传递一个应该在终端中运行的命令行。)
+如果您没有指定 --launch 选项,\n
+exo-open会用首选 URL 处理器打开所有\n
+指定的 URL。否则,如果您指定 --launch\n
+选项,您可以选择您要运行的首选应用程序,\n
+还可以把额外参数传给应用程序(比如对于\n
+TerminalEmulator,您可以传递一个应该\n
+在终端中运行的命令行)。
 
 #: ../exo-open/main.c:193
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] midori:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to 9a1113dc4269cfd0f57e260153890686216c21ae (commit)
   from cc5566105de2144238879a3dcba1047c3e518d93 (commit)

commit 9a1113dc4269cfd0f57e260153890686216c21ae
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 05:49:16 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 647 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index dc6daef..31fe18a 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -226,11 +226,11 @@ msgstr 地址
 
 #: ../midori/main.c:1903
 msgid Block URIs according to regular expression PATTERN
-msgstr 按正则表达式‘匹配规则’屏蔽 URI
+msgstr 按正则表达式‘类型’屏蔽 URI
 
 #: ../midori/main.c:1903
 msgid PATTERN
-msgstr 匹配规则
+msgstr 类型
 
 #. i18n: CLI: Close tabs, clear private data, open starting page
 #: ../midori/main.c:1907
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-clipman-plugin:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to e295cdb068eda881d11f95678f00f22a91c4340b (commit)
   from a5c19eb466571473460b99bf1d6ea9b4394268db (commit)

commit e295cdb068eda881d11f95678f00f22a91c4340b
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 05:51:21 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 47 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 0cd383d..b02cc2c 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -172,7 +172,7 @@ msgstr 名称:
 
 #: ../panel-plugin/settings-dialog.glade.h:20
 msgid Pattern:
-msgstr 匹配规则:
+msgstr 类型:
 
 #: ../panel-plugin/settings-dialog.glade.h:21
 msgid Regular expression
@@ -197,7 +197,7 @@ msgstr 同步选择区(_S)
 #: ../panel-plugin/settings-dialog.glade.h:26
 msgid The pattern is always anchored within the special characters ^$
 msgstr 
-匹配规则总是固定在特殊字符 ^$ 内
+类型总是固定在特殊字符 ^$ 内
 
 #: ../panel-plugin/settings-dialog.glade.h:27
 msgid Type here your custom text, for example an URL, a filename, etc.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to 1d2117760c2427abdaeae559042fbe070d41d48d (commit)
   from 2147190c02c2ece7a924752a8d63bcf45e5568af (commit)

commit 1d2117760c2427abdaeae559042fbe070d41d48d
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 06:02:44 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 680 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |  198 --
 1 files changed, 123 insertions(+), 75 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index ca9db12..8bb3434 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -6,13 +6,13 @@
 # Hunt Xu hun...@live.cn, 2008, 2009, 2010.
 # Chris K. Zhang plut...@gmail.com, 2009.
 # Aron Xu aronmala...@163.com, 2009.
-# Chipong Luo chipon...@yahoo.com, 2011.
+# Chipong Luo chipon...@yahoo.com, 2011, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: thunar\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-28 01:45+\n
+POT-Creation-Date: 2012-02-06 23:33+\n
 PO-Revision-Date: 2010-11-23 23:03+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
@@ -48,7 +48,7 @@ msgstr 列印版本信息并退出
 #. setup application name
 #: ../thunar/main.c:128
 msgid Thunar
-msgstr Thunar 文件管理器
+msgstr Thunar
 
 #. initialize Gtk+
 #: ../thunar/main.c:145
@@ -72,7 +72,7 @@ msgstr Thunar 开发团队。保留所有权利。
 
 #: ../thunar/main.c:169
 msgid Written by Benedikt Meurer be...@xfce.org.
-msgstr 由 Benedikt Meurer be...@xfce.org 编写。
+msgstr 由 Benedikt Meurer be...@xfce.org 撰写。
 
 #: ../thunar/main.c:170
 #, c-format
@@ -148,7 +148,7 @@ msgstr 无法打开 “%s”
 #: ../thunar/thunar-application.c:1178
 #, c-format
 msgid Failed to open \%s\: %s
-msgstr 无法打开 “%s” :%s
+msgstr 无法打开 “%s”:%s
 
 #. display an error message
 #: ../thunar/thunar-application.c:1242
@@ -218,7 +218,8 @@ msgid 
 msgid_plural 
 Are you sure that you want to permanently\n
 delete the %u selected files?
-msgstr[0] 您确定要永远删除选中的 %u 个文件吗?
+msgstr[0] 
+您确定要永远删除选中的 %u 个文件吗?
 
 #: ../thunar/thunar-application.c:1726
 msgid If you delete a file, it is permanently lost.
@@ -257,7 +258,8 @@ msgid 
 If you choose to empty the Trash, all items in it will be permanently lost. 
 Please note that you can also delete them separately.
 msgstr 
-如果您选择清空回收站,里面的所有项目将永远消失。请注意您还可以逐一删除文件。
+如果您选择清空回收站,里面的所有项目将永远
+消失。请注意您还可以逐一删除文件。
 
 #: ../thunar/thunar-application.c:1915
 msgid Emptying the Trash...
@@ -272,7 +274,7 @@ msgstr 无法确定 “%s” 的原路径
 #: ../thunar/thunar-application.c:1978
 #, c-format
 msgid Could not restore \%s\
-msgstr 无法恢复 “%s”
+msgstr 未能恢复 “%s”
 
 #: ../thunar/thunar-application.c:1986
 msgid Restoring files...
@@ -287,7 +289,9 @@ msgstr 无法为 “%s” 设置默认应用程序
 #, c-format
 msgid 
 The selected application is used to open this and other files of type \%s\.
-msgstr 选中的应用程序将用来打开此文件和其它 “%s” 类型的文件。
+msgstr 
+选中的应用程序将用来打开此文件和其它 
+“%s” 类型的文件。
 
 #: ../thunar/thunar-chooser-button.c:492
 msgid No application selected
@@ -310,7 +314,9 @@ msgstr 使用自定义命令(_C):
 msgid 
 Use a custom command for an application that is not available from the above 
 application list.
-msgstr 让以上应用程序列表中没有列出的应用程序使用自定义的命令。
+msgstr 
+让以上应用程序列表中没有列出的应用程序使用
+自定义的命令。
 
 #. create the Custom command button
 #: ../thunar/thunar-chooser-dialog.c:276
@@ -342,20 +348,26 @@ msgstr 删除启动器(_R)
 #: ../thunar/thunar-chooser-dialog.c:647
 #, c-format
 msgid Open i%s/i and other files of type \%s\ with:
-msgstr i%s/i 和其它 “%s” 类型文件的打开方式:
+msgstr 
+i%s/i 和其它 “%s” 类型文件的
+打开方式:
 
 #: ../thunar/thunar-chooser-dialog.c:655
 #, c-format
 msgid 
 Browse the file system to select an application to open files of type \%s\.
-msgstr 浏览文件系统以选择用来打开 “%s” 类型文件的应用程序。
+msgstr 
+浏览文件系统以选择用来打开 “%s” 类型
+文件的应用程序。
 
 #: ../thunar/thunar-chooser-dialog.c:661
 #, c-format
 msgid 
 Change the default application for files of type \%s\ to the selected 
 application.
-msgstr 将打开 “%s” 类型文件的默认应用程序更改为选中的应用程序。
+msgstr 
+将打开 “%s” 类型文件的默认应用程序
+更改为选中的应用程序。
 
 #: ../thunar/thunar-chooser-dialog.c:707
 #, c-format
@@ -373,8 +385,8 @@ msgstr 
 这会移除交互菜单中出现的应用程序启动器,\n
 但不会卸载应用程序本身。\n
 \n
-您只能移除在文件管理器 “打开方式” 对话框中使用自定义命令窗口创建的应用程序启
-动器。
+您只能移除在文件管理器 “打开方式” 对话框
+中使用自定义命令窗口创建的应用程序启动器。
 
 #. display an error to the user
 #: ../thunar/thunar-chooser-dialog.c:728
@@ -492,9 +504,9 @@ msgid 
 able this behavior below the file manager will always\n
 use the user defined column widths.
 msgstr 
-按默认设置,为了确保所有的文字都能显示,栏会\n
-自动延展。如果您禁用了以下行为,文件管理器将\n
-一直使用用户指定的栏宽。
+按默认设置,为了确保所有的文字都能显示,\n
+栏会自动延展。如果您禁用了以下行为,文件\n
+管理器将一直使用用户指定的栏宽。
 
 #. create the Automatically expand columns as needed button
 #: ../thunar/thunar-column-editor.c:262
@@ -534,7 +546,7 @@ msgstr 输入新名称:
 #: ../thunar/thunar-create-dialog.c:476
 #, c-format
 msgid Cannot convert filename \%s\ to the local encoding
-msgstr 无法将文件名 “%s” 转换为本地编码
+msgstr 未能将文件名 “%s” 转换为本地编码
 
 #: ../thunar/thunar-dbus-service.c:457
 #, c-format
@@ -602,12 

[Xfce4-commits] thunar:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to ce942f6e8f16a0787e747dc326775cf3b43da9ba (commit)
   from 1d2117760c2427abdaeae559042fbe070d41d48d (commit)

commit ce942f6e8f16a0787e747dc326775cf3b43da9ba
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 06:49:52 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 680 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |  130 +++
 1 files changed, 77 insertions(+), 53 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 8bb3434..38cef58 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -2031,7 +2031,7 @@ msgstr 正在计算...
 #: ../thunar/thunar-size-label.c:376
 #, c-format
 msgid %s Bytes
-msgstr %s B
+msgstr %s 字节
 
 #: ../thunar/thunar-size-label.c:468
 #, c-format
@@ -2479,7 +2479,7 @@ msgstr 路径栏样式(_P)
 
 #: ../thunar/thunar-window.c:330
 msgid Modern approach with buttons that correspond to folders
-msgstr 带与文件夹一一对应的按钮的现代方式
+msgstr 带与文件夹一一对应按钮的现代方式
 
 #: ../thunar/thunar-window.c:331
 msgid _Toolbar Style
@@ -2543,7 +2543,8 @@ msgstr 以紧凑列表视图形式显示文件夹内容
 #. add the label with the root warning
 #: ../thunar/thunar-window.c:815
 msgid Warning, you are using the root account, you may harm your system.
-msgstr 警告,您正在使用超级帐户,可能会损害您的系统。
+msgstr 
+警告,您正在使用超级帐户,可能会损害您的系统。
 
 #. create the network action
 #: ../thunar/thunar-window.c:1443
@@ -2580,7 +2581,9 @@ msgstr 关于模板
 
 #: ../thunar/thunar-window.c:2202
 msgid All files in this folder will appear in the \Create Document\ menu.
-msgstr 此文件夹下的所有文件都会在 “创建文档” 菜单中出现。
+msgstr 
+此文件夹下的所有文件都会在 “创建文档” 
+菜单中出现。
 
 #: ../thunar/thunar-window.c:2209
 msgid 
@@ -2591,11 +2594,13 @@ msgid 
 You can then select the entry from the \Create Document\ menu and a copy 
 of the document will be created in the directory you are viewing.
 msgstr 
-如果您经常创建特定类型的文档,复制一份并放入此文件夹中。\n
-Thunar 会在 “创建文档” 菜单中为此文档添加一个条目。\n
+如果您经常创建特定类型的文档,复制一份并
+放入此文件夹中。Thunar 会在 “创建文档” 
+菜单中为此文档添加一个条目。\n
 \n
-然后您从 “创建文档” 菜单中选择此条目,就会在您正在浏览的目录中创建此文档的一
-个副本。
+然后您从 “创建文档” 菜单中选择此条目,
+就会在您正在浏览的目录中创建此文档的一个
+副本。
 
 #: ../thunar/thunar-window.c:2221
 msgid Do _not display this message again
@@ -2621,8 +2626,8 @@ msgid 
 Thunar is a fast and easy to use file manager\n
 for the Xfce Desktop Environment.
 msgstr 
-Thunar 是 Xfce 桌面环境下的\n
-快速易用的文件管理器。
+Thunar 是 Xfce 桌面环境下的快速易用的\n
+文件管理器。
 
 #. set window title
 #: ../thunar/thunar-window.c:2416 ../Thunar.desktop.in.in.h:2
@@ -2674,7 +2679,9 @@ msgstr 描述:
 msgid 
 The generic name of the entry, for example \Web Browser\ in case of 
 Firefox.
-msgstr 条目的通用名称,例如对于 Firefox 来说为 “网络浏览器”。
+msgstr 
+条目的通用名称,例如对于 Firefox 来说为 
+“网络浏览器”。
 
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:173
 msgid Command:
@@ -2682,7 +2689,7 @@ msgstr 命令:
 
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:180
 msgid The program to execute, possibly with arguments.
-msgstr 程序执行,可能要带参数。
+msgstr 要执行的程序,可能带参数。
 
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:195
 msgid URL:
@@ -2690,7 +2697,7 @@ msgstr URL:
 
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:202
 msgid The URL to access.
-msgstr 要访问的 URL 。
+msgstr 要访问的 URL。
 
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:217
 msgid Comment:
@@ -2701,8 +2708,9 @@ msgid 
 Tooltip for the entry, for example \View sites on the Internet\ in case of 
 Firefox. Should not be redundant with the name or the description.
 msgstr 
-条目的工具提示,比如对于 Firefox 来说为 “浏览互联网站点”。不要与名称或描述重
-复以免显得累赘。
+条目的工具提示,比如对于 Firefox 来说为 
+“浏览互联网站点”。不要与名称或描述重复以免
+显得累赘。
 
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:244
 msgid Options:
@@ -2718,8 +2726,9 @@ msgid 
 from the file manager or the menu. Not every application supports startup 
 notification.
 msgstr 
-选择此项后,当从文件管理器或菜单中运行命令时启用启动通知。不是所有应用程序都
-支持启动通知。
+选择此项后,当从文件管理器或菜单中运行命令
+时启用启动通知。不是所有应用程序都支持启动
+通知。
 
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:258
 msgid Run in _terminal
@@ -2744,7 +2753,7 @@ msgstr 无法保存 “%s”。
 
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:47
 msgid Date Taken:
-msgstr 拍照日期:
+msgstr 拍摄日期:
 
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:48
 msgid Camera Brand:
@@ -2824,8 +2833,10 @@ msgid 
 with the day. See the documentation of the date utility for additional 
 information.
 msgstr 
-描述插入文件名中的日期和时间部分的格式。比如,%Y 会用年替换,%m 会用月替
-换,%d 会用日替换。参看 date 工具的文档获取额外信息。
+描述插入文件名中的日期和时间部分的格式。
+比如,%Y 会用年替换,%m 会用月替换,%d 
+会用日替换。参看 date 工具的文档获取额外
+信息。
 
 #: ../plugins/thunar-sbr/thunar-sbr-date-renamer.c:243
 #: ../plugins/thunar-sbr/thunar-sbr-insert-renamer.c:197
@@ -2886,11 +2897,11 @@ msgstr 从后(右)
 
 #: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:125
 msgid Old Name - Text - Number
-msgstr 旧名称-文字-数字
+msgstr 原名称-文字-数字
 
 #: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:126
 msgid Number - Text - Old Name
-msgstr 数字-文字-旧名称
+msgstr 数字-文字-原名称
 
 #: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:127
 msgid Text - Number
@@ -2906,7 +2917,7 @@ msgstr 当前
 
 #: 

[Xfce4-commits] thunar-vfs:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to b935efb6ad602bf306a1730401a3a9d25d1c0ad2 (commit)
   from 40f733a3920226f1b2d2cd2ae90de95da5ce57ea (commit)

commit b935efb6ad602bf306a1730401a3a9d25d1c0ad2
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 07:00:51 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 86 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   14 +++---
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 52465a6..00b239d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -6,13 +6,13 @@
 # Hunt Xu hun...@live.cn, 2008, 2009, 2010.
 # Chris K. Zhang plut...@gmail.com, 2009.
 # Aron Xu aronmala...@163.com, 2009.
-# Chipong Luo chipon...@yahoo.com, 2011.
+# Chipong Luo chipon...@yahoo.com, 2011, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: thunar-vfs\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-11-25 16:06+\n
+POT-Creation-Date: 2012-02-07 05:33+\n
 PO-Revision-Date: 2010-11-23 23:09+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
@@ -172,12 +172,12 @@ msgstr 无法更改 “%s” 的权限
 #: ../thunar-vfs/thunar-vfs-io-jobs.c:355
 #, c-format
 msgid Failed to change file owner of \%s\
-msgstr 无法更改 “%s” 文件的所有者
+msgstr 无法更改 “%s” 的文件所有者
 
 #: ../thunar-vfs/thunar-vfs-io-jobs.c:356
 #, c-format
 msgid Failed to change file group of \%s\
-msgstr 无法更改 “%s” 文件的群组
+msgstr 无法更改 “%s” 的文件群组
 
 #: ../thunar-vfs/thunar-vfs-io-jobs.c:448
 #: ../thunar-vfs/thunar-vfs-io-local-xfer.c:190
@@ -351,7 +351,7 @@ msgid 
 msgstr 
 文件 “%s” 已经存在。您想要替换它吗?\n
 \n
-如果您替换一个已存在的文件,将改写它的内容。
+如果您替换已存在的文件,将改写它的内容。
 
 #: ../thunar-vfs/thunar-vfs-job.c:897
 msgid Do you want to overwrite it?
@@ -417,12 +417,12 @@ msgstr URI “%s” 无效
 #: ../thunar-vfs/thunar-vfs-path.c:800
 #, c-format
 msgid Path too long to fit into buffer
-msgstr 路径太长,无法放入缓冲区
+msgstr 路径太长而不能放入缓冲区
 
 #: ../thunar-vfs/thunar-vfs-path.c:903
 #, c-format
 msgid URI too long to fit into buffer
-msgstr URI 太长,无法放入缓冲区
+msgstr URI 太长而不能放入缓冲区
 
 #: ../thunar-vfs/thunar-vfs-private.c:233
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar-volman:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to bac91c8cf7c6189193b8937fe21e874e1841413e (commit)
   from beaefa58eeffe12657f414f93b8b32fc38cb6cf7 (commit)

commit bac91c8cf7c6189193b8937fe21e874e1841413e
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 07:10:06 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 113 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   47 ---
 1 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 1faef03..85f4536 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -4,20 +4,20 @@
 # the thunar-volman package.
 # Jiahua Huang jhuangjia...@gmail.com, 2009.
 # Hunt Xu hun...@live.cn, 2009.
-# Chipong Luo chipon...@yahoo.com, 2011.
-# 
+# Chipong Luo chipon...@yahoo.com, 2011, 2012.
+#
 msgid 
 msgstr 
 Project-Id-Version: thunar-volman\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-17 06:03+\n
+POT-Creation-Date: 2012-02-07 05:36+\n
 PO-Revision-Date: 2011-03-13 14:50+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
+Language: zh_CN\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: zh_CN\n
 
 #: ../thunar-volman/main.c:59
 msgid The syfs path of the newly added device
@@ -55,7 +55,9 @@ msgstr 没有 sysfs 路径 “%s” 的设备
 #: ../thunar-volman/main.c:186
 #, c-format
 msgid Must specify the sysfs path of new devices with --device-added
-msgstr 必须用 --device-added 指定新增设备的 sysfs 路径
+msgstr 
+必须用 --device-added 指定新增设备的 
+sysfs 路径
 
 #. ...so we need to prompt what to do
 #: ../thunar-volman/tvm-block-device.c:204
@@ -102,7 +104,9 @@ msgstr 检测到照片存储卡
 msgid 
 There are photos on the card. Would you like to add these photos to your 
 album?
-msgstr 存储卡中有照片。您想要将这些照片添加到相册吗?
+msgstr 
+存储卡中有照片。您想要将这些照片添加到
+相册吗?
 
 #. prompt the user to execute the file
 #. prompt the user to execute this file
@@ -304,7 +308,7 @@ msgstr 检测到相机
 
 #: ../thunar-volman/tvm-usb-device.c:63
 msgid A photo camera was detected
-msgstr 检测到相机
+msgstr 检测到照相机
 
 #: ../thunar-volman/tvm-usb-device.c:71
 msgid Printer detected
@@ -357,8 +361,9 @@ msgstr Ruby 脚本
 msgid Shell Scripts
 msgstr Shell 脚本
 
+#.
 #. Storage
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
 msgid Storage
 msgstr 存储器
@@ -403,8 +408,9 @@ msgstr 数据 CD 的命令(_D):
 msgid Command for A_udio CDs:
 msgstr 音频 CD 命令(_U):
 
+#.
 #. Multimedia
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:255
 msgid Multimedia
 msgstr 多媒体
@@ -431,7 +437,7 @@ msgstr 视频 CD/DVD
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:321
 msgid Play _video CDs and DVDs when inserted
-msgstr 插入后播放视频 CD 与 DVD(_V)
+msgstr 插入后播放视频 CD 和 DVD(_V)
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:329
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:367
@@ -448,8 +454,9 @@ msgstr 便携式音乐播放器
 msgid Play _music files when connected
 msgstr 连接后播放音乐文件(_M)
 
+#.
 #. Cameras
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:379
 msgid Cameras
 msgstr 相机
@@ -462,8 +469,9 @@ msgstr 数码相机
 msgid Import digital photographs when connected
 msgstr 连接后导入数码照片
 
+#.
 #. PDAs
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:427
 msgid PDAs
 msgstr PDA
@@ -484,8 +492,9 @@ msgstr 掌上电脑
 msgid Sync Pocket P_C devices when connected
 msgstr 连接后同步掌上电脑设备(_C)
 
+#.
 #. Printers
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:517
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:528
 msgid Printers
@@ -495,8 +504,9 @@ msgstr 打印机
 msgid Automatically run a program when a _printer is connected
 msgstr 打印机连接后自动运行程序(_P)
 
+#.
 #. Input Devices
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:565
 msgid Input Devices
 msgstr 输入设备
@@ -532,12 +542,3 @@ msgstr 命令(_M):
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:755
 msgid Failed to open the documentation browser
 msgstr 无法打开文档浏览器
-
-#~ msgid input-keyboard
-#~ msgstr 键盘
-
-#~ msgid input-tablet
-#~ msgstr 手写板
-
-#~ msgid input-mouse
-#~ msgstr 鼠标
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] tumbler:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to 910dc157bf15368a5d27a2c38f15fef7c25f42d7 (commit)
   from 760d11bf4709118d5f334fdf7580b19b00d2a8d0 (commit)

commit 910dc157bf15368a5d27a2c38f15fef7c25f42d7
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 07:17:41 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 55 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   55 ++-
 1 files changed, 38 insertions(+), 17 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 93f5a47..6901be1 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,13 +3,13 @@
 # This file is distributed under the same license as
 # the tumbler package.
 # Hunt Xu hun...@live.cn, 2009, 2010.
-# Chipong Luo chipon...@yahoo.com, 2011.
+# Chipong Luo chipon...@yahoo.com, 2011, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: tumbler\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-11-25 16:20+\n
+POT-Creation-Date: 2012-02-07 05:48+\n
 PO-Revision-Date: 2010-11-23 23:13+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
@@ -169,28 +169,37 @@ msgstr 版本不匹配:%s
 
 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64
 msgid Initializing the Tumbler GStreamer Thumbnailer plugin
-msgstr 正在初始化 Tumbler GStreamer 缩略图生成器插件
+msgstr 
+正在初始化 Tumbler GStreamer 缩略图
+生成器插件
 
 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81
 msgid Shutting down the Tumbler GStreamer Thumbnailer plugin
-msgstr 正在关闭 Tumbler GStreamer 缩略图生成器插件
+msgstr 
+正在关闭 Tumbler GStreamer 缩略图
+生成器插件
 
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
 msgid Initializing the Tumbler Pixbuf Thumbnailer plugin
-msgstr 正在初始化 Tumbler Pixbuf 缩略图生成器插件
+msgstr 
+正在初始化 Tumbler Pixbuf 缩略图生成器
+插件
 
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
 msgid Shutting down the Tumbler Pixbuf Thumbnailer plugin
-msgstr 正在关闭 Tumbler Pixbuf 缩略图生成器插件
+msgstr 
+正在关闭 Tumbler Pixbuf 缩略图生成器插件
 
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62
 msgid Initializing the Tumbler Font Thumbnailer plugin
-msgstr 正在初始化 Tumbler 字体缩略图生成器插件
+msgstr 
+正在初始化 Tumbler 字体缩略图生成器插件
 
 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79
 msgid Shutting down the Tumbler Font Thumbnailer plugin
-msgstr 正在关闭 Tumbler 字体缩略图生成器插件
+msgstr 
+正在关闭 Tumbler 字体缩略图生成器插件
 
 #. there was an error in the freetype initialization, abort
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:463
@@ -235,31 +244,41 @@ msgstr 未能从文件内容推测缩略图
 
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
 msgid Initializing the Tumbler JPEG Thumbnailer plugin
-msgstr 正在初始化 Tumbler JPEG 缩略图生成器插件
+msgstr 
+正在初始化 Tumbler JPEG 缩略图生成器插件
 
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
 msgid Shutting down the Tumbler JPEG Thumbnailer plugin
-msgstr 正在关闭 Tumbler JPEG 缩略图生成器插件
+msgstr 
+正在关闭 Tumbler JPEG 缩略图生成器插件
 
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
 msgid Initializing the Tumbler ffmpeg video thumbnailer plugin
-msgstr 正在初始化 Tumbler ffmpeg 视频缩略图生成器插件
+msgstr 
+正在初始化 Tumbler ffmpeg 视频缩略图
+生成器插件
 
 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80
 msgid Shutting down the Tumbler ffmpeg video thumbnailer plugin
-msgstr 正在关闭 Tumbler ffmpeg 视频缩略图生成器插件
+msgstr 
+正在关闭 Tumbler ffmpeg 视频缩略图生成器
+插件
 
 #: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
 msgid Initializing the Tumbler ODF Thumbnailer plugin
-msgstr 正在初始化 Tumbler ODF 缩略图生成器插件
+msgstr 
+正在初始化 Tumbler ODF 缩略图生成器插件
 
 #: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
 msgid Shutting down the Tumbler ODF Thumbnailer plugin
-msgstr 正在关闭 Tumbler ODF 缩略图生成器插件
+msgstr 
+正在关闭 Tumbler ODF 缩略图生成器插件
 
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin
-msgstr 正在初始化 Tumbler Poppler PDF/PS 缩略图生成器插件
+msgstr 
+正在初始化 Tumbler Poppler PDF/PS 
+缩略图生成器插件
 
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305
 msgid The document is empty
@@ -275,11 +294,13 @@ msgstr 仅支持本地文件
 
 #: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
 msgid Initializing the Tumbler RAW Thumbnailer plugin
-msgstr 正在初始化 Tumbler RAW 缩略图生成器插件
+msgstr 
+正在初始化 Tumbler RAW 缩略图生成器插件
 
 #: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
 msgid Shutting down the Tumbler RAW Thumbnailer plugin
-msgstr 正在关闭 Tumbler RAW 缩略图生成器插件
+msgstr 
+正在关闭 Tumbler RAW 缩略图生成器插件
 
 #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to ffe2a2f1e4959d18d947a823ebfff404b36ec348 (commit)
   from 7fb7844e80982a16376f16fd90a5489ae4a99f5d (commit)

commit ffe2a2f1e4959d18d947a823ebfff404b36ec348
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 07:25:15 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 65 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   53 +
 1 files changed, 25 insertions(+), 28 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 85d4ee6..4abe113 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,13 +7,13 @@
 # Jick Nan jick@gmail.com, 2006.
 # Hunt Xu hun...@live.cn, 2008, 2010.
 # Chris K. Zhang plut...@gmail.com, 2009.
-# Chipong Luo chipon...@yahoo.com, 2011.
+# Chipong Luo chipon...@yahoo.com, 2011, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: xfce4-appfinder\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-12-29 07:30+\n
+POT-Creation-Date: 2012-02-07 06:00+\n
 PO-Revision-Date: 2010-11-23 23:14+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
@@ -54,23 +54,23 @@ msgstr 应用程序没有命令
 msgid Commands History
 msgstr 命令历史
 
-#: ../src/appfinder-preferences.c:210
+#: ../src/appfinder-preferences.c:217
 msgid C_lear
 msgstr 清除(_L)
 
-#: ../src/appfinder-preferences.c:211
+#: ../src/appfinder-preferences.c:218
 msgid This will permanently clear the custom command history.
 msgstr 这会永远清除自定义的命令历史。
 
-#: ../src/appfinder-preferences.c:212
+#: ../src/appfinder-preferences.c:219
 msgid Are you sure you want to clear the command history?
 msgstr 您确定要清除命令历史吗?
 
-#: ../src/appfinder-preferences.c:322
+#: ../src/appfinder-preferences.c:329
 msgid The custom action will be deleted permanently.
 msgstr 将永远删除自定义的动作
 
-#: ../src/appfinder-preferences.c:323
+#: ../src/appfinder-preferences.c:330
 #, c-format
 msgid Are you sure you want to delete pattern \%s\?
 msgstr 您确定要删除类型 “%s” 吗?
@@ -81,48 +81,47 @@ msgstr 您确定要删除类型 “%s” 吗?
 msgid Application Finder
 msgstr 应用程序查找器
 
-#: ../src/appfinder-window.c:264
+#: ../src/appfinder-window.c:267
 msgid Toggle view mode
 msgstr 切换视图模式
 
-#: ../src/appfinder-window.c:759
+#: ../src/appfinder-window.c:762
 msgid Failed to launch desktop item editor
 msgstr 无法启动桌面项目编辑器
 
-#: ../src/appfinder-window.c:785
+#: ../src/appfinder-window.c:788
 msgid 
 This will permanently remove the custom desktop file from your home 
 directory.
 msgstr 
-这会从您的主文件夹中永远移除自定义的
-桌面文件。
+这会从您的主文件夹中永远移除自定义的桌面
+文件。
 
-#: ../src/appfinder-window.c:786
+#: ../src/appfinder-window.c:789
 #, c-format
 msgid Are you sure you want to revert \%s\?
-msgstr 您确定要回归 “%s” 吗?
+msgstr 您确定要恢复 “%s” 吗?
 
-#: ../src/appfinder-window.c:796
+#: ../src/appfinder-window.c:799
 msgid Failed to remove desktop file
 msgstr 无法移除桌面文件
 
 #. I18N: the first %s will be replace with users' applications directory, the
 #. * second with Hidden=true
-#: ../src/appfinder-window.c:829
+#: ../src/appfinder-window.c:832
 #, c-format
 msgid 
 To unhide the item you have to manually remove the desktop file from \%s\ 
 or open the file in the same directory and remove the line \%s\.
 msgstr 
-您只得从 “%s” 手动移除桌面文件或在
-相同的目录中打开此文件并移除行 “%s” 
-来隐藏项目
+您只得从 “%s” 手动移除桌面文件或在相同的
+目录中打开此文件并移除行 “%s” 来隐藏项目。
 
-#: ../src/appfinder-window.c:834 ../src/appfinder-window.c:919
+#: ../src/appfinder-window.c:837 ../src/appfinder-window.c:922
 msgid _Hide
 msgstr 隐藏(_H)
 
-#: ../src/appfinder-window.c:835
+#: ../src/appfinder-window.c:838
 #, c-format
 msgid Are you sure you want to hide \%s\?
 msgstr 您确定要隐藏 “%s” 吗?
@@ -217,10 +216,9 @@ msgid 
 pattern, %S with the complete entry text. For regular expressions you can 
 use \\0 and \\num.
 msgstr 
-如果此类型设置为前缀,会用此类型后的
-字符串替换 %s、用完整的条目文字替换 
-%S。对于正则表达您可以使用 \\0 和 
-\\num。
+如果此类型设置为前缀,会用此类型后的字符串
+替换 %s、用完整的条目文字替换 %S。对于正则
+表达您可以使用 \\0 和 \\num。
 
 #: ../src/appfinder-preferences.glade.h:14
 msgid Ite_m icon size:
@@ -296,12 +294,11 @@ msgstr 类型(_T):
 
 #: ../src/appfinder-preferences.glade.h:32
 msgid _View items as icons
-msgstr 以图标方式查看项目(_V):
+msgstr 以图标查看项目(_V):
 
 #: ../data/xfce4-appfinder.desktop.in.h:2
 msgid Find and launch applications installed on your system
-msgstr 
-查找并启动您系统上安装的应用程序
+msgstr 查找并启动在您系统上安装的应用程序
 
 #: ../data/xfce4-run.desktop.in.h:1
 msgid Run Program...
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to c8273490dd1b15fe04b481ffc3cd2d03086d7a71 (commit)
   from ae95920177e61d7dbe966c526b2c016679c35571 (commit)

commit c8273490dd1b15fe04b481ffc3cd2d03086d7a71
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 07:36:17 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 380 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |  253 +--
 1 files changed, 107 insertions(+), 146 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index e28af9f..ccaa23e 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,13 +10,13 @@
 # Chris K. Zhang plut...@gmail.com, 2009.
 # Aron Xu aronmala...@163.com, 2009.
 # 微尘 sque...@189.cn, 2010.
-# Chipong Luo chipon...@yahoo.com, 2011.
+# Chipong Luo chipon...@yahoo.com, 2011, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: xfce4-panel\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-12-29 02:42+\n
+POT-Creation-Date: 2012-02-07 01:27+\n
 PO-Revision-Date: 2010-11-27 21:07+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
@@ -29,8 +29,8 @@ msgstr 
 msgid 
 Add a new launcher to the panel based on the information of this desktop file
 msgstr 
-基于此桌面文件的信息在面板上添加一个
-新的启动器
+基于此桌面文件的信息在面板上添加一个新的
+启动器
 
 #: ../panel-desktop-handler.desktop.in.h:2
 msgid Create Launcher on the panel
@@ -41,44 +41,22 @@ msgid Customize the panel
 msgstr 自定义面板
 
 #: ../panel-preferences.desktop.in.h:2
-#: ../panel/panel-preferences-dialog.glade.h:29 ../panel/panel-window.c:2306
+#: ../panel/panel-preferences-dialog.glade.h:29 ../panel/panel-window.c:2340
 #: ../migrate/main.c:117
 msgid Panel
 msgstr 面板
 
-#: ../common/panel-utils.c:157
-msgid _Read Online
-msgstr 在线阅读(_R)
-
-#: ../common/panel-utils.c:158
-msgid 
-You can read the user manual online. This manual may however not exactly 
-match your panel version.
-msgstr 
-您可以在线阅读此用户手册。此手册未必
-与您当前面板的版本完全匹配。
-
-#: ../common/panel-utils.c:160
-msgid The user manual is not installed on your computer
-msgstr 在您的计算机上没有安装用户手册
-
-#. display an error message to the user
-#: ../common/panel-utils.c:175
-msgid Failed to open the documentation browser
-msgstr 无法打开文档浏览器
-
 #. I18N: %s is the name of the plugin
 #: ../libxfce4panel/xfce-panel-plugin.c:1037
-#: ../panel/panel-preferences-dialog.c:1057
+#: ../panel/panel-preferences-dialog.c:1089
 #, c-format
 msgid Are you sure that you want to remove \%s\?
 msgstr 您确定要移除 “%s” 吗?
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1042
-#: ../panel/panel-preferences-dialog.c:1060
+#: ../panel/panel-preferences-dialog.c:1092
 msgid If you remove the item from the panel, it is permanently lost.
-msgstr 
-如果您从面板移除此项目,它将永远消失。
+msgstr 如果您从面板移除此项目,它将永远消失。
 
 #. move item
 #: ../libxfce4panel/xfce-panel-plugin.c:1202
@@ -90,17 +68,17 @@ msgid Pane_l
 msgstr 面板(_L)
 
 #. add new items
-#: ../libxfce4panel/xfce-panel-plugin.c:1244 ../panel/panel-window.c:2318
+#: ../libxfce4panel/xfce-panel-plugin.c:1244 ../panel/panel-window.c:2352
 msgid Add _New Items...
 msgstr 添加新项目(_N)...
 
 #. customize panel
-#: ../libxfce4panel/xfce-panel-plugin.c:1255 ../panel/panel-window.c:2329
+#: ../libxfce4panel/xfce-panel-plugin.c:1255 ../panel/panel-window.c:2363
 msgid Panel Pr_eferences...
 msgstr 面板首选项(_E)...
 
 #. logout item
-#: ../libxfce4panel/xfce-panel-plugin.c:1272 ../panel/panel-window.c:2345
+#: ../libxfce4panel/xfce-panel-plugin.c:1272 ../panel/panel-window.c:2379
 msgid Log _Out
 msgstr 注销(_O)
 
@@ -148,111 +126,109 @@ msgid Print version information and exit
 msgstr 列印版本信息后退出
 
 #. parse context options
-#: ../panel/main.c:250
+#: ../panel/main.c:234
 msgid [ARGUMENTS...]
 msgstr [参数...]
 
-#: ../panel/main.c:257
+#: ../panel/main.c:241
 #, c-format
 msgid Type \%s --help\ for usage.
 msgstr 输入 “%s --help” 获取用法。
 
-#: ../panel/main.c:276
+#: ../panel/main.c:260
 msgid The Xfce development team. All rights reserved.
 msgstr Xfce 开发团队。保留所有权利。
 
-#: ../panel/main.c:277
+#: ../panel/main.c:261
 #, c-format
 msgid Please report bugs to %s.
 msgstr 请向 %s 报告缺陷。
 
-#: ../panel/main.c:328
+#: ../panel/main.c:312
 msgid There is already a running instance
 msgstr 已经有一个正在运行的实例
 
 #. spawn ourselfs again
-#: ../panel/main.c:378
+#: ../panel/main.c:354
 msgid Restarting...
 msgstr 正在重启...
 
-#: ../panel/main.c:393
+#: ../panel/main.c:369
 msgid Failed to show the preferences dialog
 msgstr 无法显示首选项对话框
 
-#: ../panel/main.c:395
+#: ../panel/main.c:371
 msgid Failed to show the add new items dialog
 msgstr 无法显示添加新项目对话框
 
-#: ../panel/main.c:397
+#: ../panel/main.c:373
 msgid Failed to save the panel configuration
 msgstr 无法保存面板首选项
 
-#: ../panel/main.c:399
+#: ../panel/main.c:375
 msgid Failed to add a plugin to the panel
 msgstr 无法在面板上添加插件
 
-#: ../panel/main.c:401
+#: ../panel/main.c:377
 msgid Failed to restart the panel
 msgstr 无法重启面板
 
-#: 

[Xfce4-commits] xfce4-panel:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to e22bf749da6dd4ffccfdd2d29fd5871a9043233d (commit)
   from c8273490dd1b15fe04b481ffc3cd2d03086d7a71 (commit)

commit e22bf749da6dd4ffccfdd2d29fd5871a9043233d
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 08:03:41 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 380 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   69 ++
 1 files changed, 36 insertions(+), 33 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index ccaa23e..9d214f4 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -498,13 +498,16 @@ msgid 
 Select this option if you want maximized windows to cover the area behind 
 the panel. This only works when the panel is attached to a screen edge.
 msgstr 
-如果您要最大化窗口至面板背后区域则选择此项。这只在面板附着在屏幕边缘时有效。
+如果您要最大化窗口至面板背后区域则选择
+此项。这只在面板附着在屏幕边缘时有效。
 
 #: ../panel/panel-preferences-dialog.glade.h:36
 msgid 
 Select this option to automatically increase the length of the panel if the 
 plugins request more space.
-msgstr 当插件需要更多空间时,选择此项自动增加面板的长度。
+msgstr 
+当插件需要更多空间时,选择此项自动增加
+面板的长度。
 
 #: ../panel/panel-preferences-dialog.glade.h:37
 msgid Select this option to extend the panel over multiple monitors.
@@ -519,7 +522,9 @@ msgstr 选择此项隐藏面板控制器并锁定其位置。
 msgid 
 Select this option to hide the panel when the pointer is not above it. This 
 only works when the panel is attached to a screen edge.
-msgstr 选择此项在当指针不在其上时隐藏面板。这只在面板附着在屏幕边缘时有效。
+msgstr 
+选择此项在当指针不在其上时隐藏面板。这只
+在面板附着在屏幕边缘时有效。
 
 #: ../panel/panel-preferences-dialog.glade.h:40
 msgid Show about information of the currently selected item
@@ -543,7 +548,9 @@ msgstr 鼠标指针停在面板上时的透明度,介于完全透明 0 和完
 msgid 
 Transparency when the pointer is not hovering over the panel, with 0 being 
 fully transparent and 100 fully opaque.
-msgstr 鼠标指针不停在面板上时的透明度,介于完全透明 0 和完全不透明 100 之间。
+msgstr 
+鼠标指针不停在面板上时的透明度,介于完全
+透明 0 和完全不透明 100 之间。
 
 #: ../panel/panel-preferences-dialog.glade.h:45
 msgid Vertical
@@ -608,7 +615,9 @@ msgstr 欢迎第一次启动面板
 msgid 
 Because the panel moved to a new system for storing the settings, it has to 
 load a fresh initial configuration.
-msgstr 因为此面板为存储设置移到新系统,它必须加载一个新的初始配置。
+msgstr 
+因为此面板为存储设置移到新系统,它必须加载
+一个新的初始配置。
 
 #: ../migrate/main.c:127 ../migrate/main.c:136
 msgid Choose below which setup you want for the first startup.
@@ -616,11 +625,11 @@ msgstr 从下面选一个您要首先启动的设置。
 
 #: ../migrate/main.c:129
 msgid Migrate old config
-msgstr 迁移旧配置
+msgstr 迁移原配置
 
 #: ../migrate/main.c:130
 msgid Migrate the old 4.6 configuration to Xfconf
-msgstr 迁移旧的 4.6 配置文件至 Xfconf
+msgstr 迁移原 4.6 配置文件至 Xfconf
 
 #: ../migrate/main.c:141
 msgid Use default config
@@ -640,7 +649,7 @@ msgstr 以一个空面板开始
 
 #: ../migrate/main.c:160
 msgid Failed to migrate the old panel configuration
-msgstr 无法迁移旧的面板配置
+msgstr 无法迁移原面板配置
 
 #: ../migrate/main.c:172
 msgid Failed to load the default configuration
@@ -867,7 +876,8 @@ msgid 
 Select this option to show the generic application name in the menu, for 
 example \File Manager\ instead of \Thunar\
 msgstr 
-选择此项在菜单中显示通用应用程序名称,比如用 “文件管理器” 而不是 “Thunar”
+选择此项在菜单中显示通用应用程序名称,比如
+用 “文件管理器” 而不是 “Thunar”
 
 #: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:9
 msgid Show application d_escription in tooltip
@@ -1039,8 +1049,9 @@ msgid 
 the day. See the documentation of the date utility for additional 
 information.
 msgstr 
-此格式描述要插入面板的日期和时间部分。比如,将用年替换 %Y,用月替换 %m,用天
-替换 %d。参看日期实用程序文档获取额外信息。
+此格式描述要插入面板的日期和时间部分。比如,
+将用年替换 %Y,用月替换 %m,用天替换 %d。
+参看日期实用程序文档获取额外信息。
 
 #: ../plugins/clock/clock-dialog.glade.h:21
 msgid True _binary clock
@@ -1334,8 +1345,9 @@ msgid 
 visible in a directory. If you specify more than one pattern here, the list 
 items must be separated with semicolons (e.g. *.txt;*.doc).
 msgstr 
-输入一些用以决定哪些文件在目录中可见的类型列表。如果您在此指定了不止一个类
-型,列出的项目之间必须用分号隔开*.txt;*.doc)。
+输入一些用以决定哪些文件在目录中可见的类型
+列表。如果您在此指定了不止一个类型,列出的
+项目之间必须用分号隔开(如 *.txt;*.doc)。
 
 #: ../plugins/directorymenu/directorymenu-dialog.glade.h:4
 #: ../plugins/tasklist/tasklist-dialog.glade.h:5
@@ -1449,7 +1461,9 @@ msgstr 北
 msgid 
 Select this option to disable the tooltips when moving over the panel button 
 or menu items.
-msgstr 选择此项在面板按钮或菜单项目上移动时禁用工具提示。
+msgstr 
+选择此项在面板按钮或菜单项目上移动时禁用
+工具提示。
 
 #: ../plugins/launcher/launcher-dialog.glade.h:21
 msgid Select this option to move the clicked menu item to the panel.
@@ -1509,7 +1523,8 @@ msgstr 行数(_R):
 msgid 
 Show a miniature view of the workspace with rectangles for the visible 
 windows
-msgstr 为可见的窗口显示一个带矩形框的最小工作区视图
+msgstr 
+为可见的窗口显示一个带矩形框的最小工作区视图
 
 #: ../plugins/pager/pager-dialog.glade.h:5
 msgid Show mi_niature view
@@ -1546,7 +1561,7 @@ msgstr 扩展(_E)
 
 #: ../plugins/separator/separator.desktop.in.h:1
 msgid Adds a separator or space between panel items
-msgstr 在面板项目间添加一个分割符或空格
+msgstr 在面板项目间添加一个分隔符或空格
 
 #: ../plugins/showdesktop/showdesktop.c:210
 msgid Restore the minimized windows
@@ 

[Xfce4-commits] xfce4-panel:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to 2fdaea635a5be297bb694c22b82b860469c2146a (commit)
   from e22bf749da6dd4ffccfdd2d29fd5871a9043233d (commit)

commit 2fdaea635a5be297bb694c22b82b860469c2146a
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 08:14:11 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 380 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   36 +++-
 1 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 9d214f4..622cc56 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -498,16 +498,16 @@ msgid 
 Select this option if you want maximized windows to cover the area behind 
 the panel. This only works when the panel is attached to a screen edge.
 msgstr 
-如果您要最大化窗口至面板背后区域则选择
-此项。这只在面板附着在屏幕边缘时有效。
+如果您要最大化窗口至面板背后区域则选择此项。
+这只在面板附着在屏幕边缘时有效。
 
 #: ../panel/panel-preferences-dialog.glade.h:36
 msgid 
 Select this option to automatically increase the length of the panel if the 
 plugins request more space.
 msgstr 
-当插件需要更多空间时,选择此项自动增加
-面板的长度。
+当插件需要更多空间时,选择此项自动增加面板的
+长度。
 
 #: ../panel/panel-preferences-dialog.glade.h:37
 msgid Select this option to extend the panel over multiple monitors.
@@ -523,8 +523,8 @@ msgid 
 Select this option to hide the panel when the pointer is not above it. This 
 only works when the panel is attached to a screen edge.
 msgstr 
-选择此项在当指针不在其上时隐藏面板。这只
-在面板附着在屏幕边缘时有效。
+选择此项在当指针不在其上时隐藏面板。这只在
+面板附着在屏幕边缘时有效。
 
 #: ../panel/panel-preferences-dialog.glade.h:40
 msgid Show about information of the currently selected item
@@ -542,15 +542,17 @@ msgstr 跨显示器(_N)
 msgid 
 Transparency when the pointer is hovering over the panel, with 0 being fully 
 transparent and 100 fully opaque.
-msgstr 鼠标指针停在面板上时的透明度,介于完全透明 0 和完全不透明 100 之间。
+msgstr 
+鼠标指针停在面板上时的透明度,介于完全透明 0 
+和完全不透明 100 之间。
 
 #: ../panel/panel-preferences-dialog.glade.h:44
 msgid 
 Transparency when the pointer is not hovering over the panel, with 0 being 
 fully transparent and 100 fully opaque.
 msgstr 
-鼠标指针不停在面板上时的透明度,介于完全
-透明 0 和完全不透明 100 之间。
+鼠标指针不停在面板上时的透明度,介于完全透明 
+0 和完全不透明 100 之间。
 
 #: ../panel/panel-preferences-dialog.glade.h:45
 msgid Vertical
@@ -616,8 +618,8 @@ msgid 
 Because the panel moved to a new system for storing the settings, it has to 
 load a fresh initial configuration.
 msgstr 
-因为此面板为存储设置移到新系统,它必须加载
-一个新的初始配置。
+因为此面板为存储设置移到新系统,它必须加载一
+新的初始配置。
 
 #: ../migrate/main.c:127 ../migrate/main.c:136
 msgid Choose below which setup you want for the first startup.
@@ -876,8 +878,8 @@ msgid 
 Select this option to show the generic application name in the menu, for 
 example \File Manager\ instead of \Thunar\
 msgstr 
-选择此项在菜单中显示通用应用程序名称,比如
-用 “文件管理器” 而不是 “Thunar”
+选择此项在菜单中显示通用应用程序名称,比如用 
+“文件管理器” 而不是 “Thunar”
 
 #: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:9
 msgid Show application d_escription in tooltip
@@ -1462,8 +1464,8 @@ msgid 
 Select this option to disable the tooltips when moving over the panel button 
 or menu items.
 msgstr 
-选择此项在面板按钮或菜单项目上移动时禁用
-工具提示。
+选择此项在面板按钮或菜单项目上移动时禁用工具
+提示。
 
 #: ../plugins/launcher/launcher-dialog.glade.h:21
 msgid Select this option to move the clicked menu item to the panel.
@@ -1590,8 +1592,8 @@ msgid 
 Most likely another widget took over the function of a notification area. 
 This area will be unused.
 msgstr 
-很可能另一个控件取代了通知区域的功能。将
-不会使用此区域。
+很可能另一个控件取代了通知区域的功能。将不会
+使用此区域。
 
 #: ../plugins/systray/systray.c:870
 msgid The notification area lost selection
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-06 Thread Transifex
Updating branch refs/heads/master
 to 4153f92d0cfe0a7548cae35a0faa89e9bcec6d2a (commit)
   from 2fdaea635a5be297bb694c22b82b860469c2146a (commit)

commit 4153f92d0cfe0a7548cae35a0faa89e9bcec6d2a
Author: Chipong Luo chipon...@yahoo.com
Date:   Tue Feb 7 08:26:33 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 380 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   33 -
 1 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 622cc56..ba77009 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -16,7 +16,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-07 01:27+\n
+POT-Creation-Date: 2012-02-07 07:15+\n
 PO-Revision-Date: 2010-11-27 21:07+0800\n
 Last-Translator: Chipong Luo chipon...@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i...@xfce.org\n
@@ -29,8 +29,7 @@ msgstr 
 msgid 
 Add a new launcher to the panel based on the information of this desktop file
 msgstr 
-基于此桌面文件的信息在面板上添加一个新的
-启动器
+基于此桌面文件的信息在面板上添加一个新的启动器
 
 #: ../panel-desktop-handler.desktop.in.h:2
 msgid Create Launcher on the panel
@@ -203,8 +202,8 @@ msgid 
 You have started X without session manager. Clicking Quit will close the X 
 server.
 msgstr 
-您启动了不带会话管理器的 X。点击退出将关闭
-此 X 服务器。
+您启动了不带会话管理器的 X。点击退出将关闭此 X 
+服务器。
 
 #: ../panel/panel-application.c:1674
 msgid Are you sure you want to quit the panel?
@@ -219,8 +218,8 @@ msgstr 无法执行命令 “%s”
 msgid 
 Invalid plugin event syntax specified. Use PLUGIN-NAME:NAME[:TYPE:VALUE].
 msgstr 
-指定了无效的插件事件句法。使用 
-插件-名称:名称[:类型:值]。
+指定了无效的插件事件句法。使用 插件-名称:名称
+[:类型:值]。
 
 #: ../panel/panel-dbus-client.c:243
 #, c-format
@@ -302,9 +301,9 @@ msgid 
 Execute the panel will try to restart the plugin otherwise it will be 
 permanently removed from the panel.
 msgstr 
-此插件在过去的 %d 秒内重启了不止一次。如果
-您点击执行,面板会尝试重启此插件,否则会永远
-从面板上移除它。
+此插件在过去的 %d 秒内重启了不止一次。如果您
+点击执行,面板会尝试重启此插件,否则会永远从
+面板上移除它。
 
 #: ../panel/panel-preferences-dialog.c:467
 msgid Automatic
@@ -373,8 +372,8 @@ msgid 
 Alpha value of the panel background, with 0 being fully transparent and 100 
 fully opaque.
 msgstr 
-面板背景的 Alpha 值,介于完全透明 0 和
-完全不透明 100 之间。
+面板背景的 Alpha 值,介于完全透明 0 和完全
+不透明 100 之间。
 
 #: ../panel/panel-preferences-dialog.glade.h:5
 msgid Appeara_nce
@@ -551,8 +550,8 @@ msgid 
 Transparency when the pointer is not hovering over the panel, with 0 being 
 fully transparent and 100 fully opaque.
 msgstr 
-鼠标指针不停在面板上时的透明度,介于完全透明 
-0 和完全不透明 100 之间。
+鼠标指针不停在面板上时的透明度,介于完全透明 0 
+和完全不透明 100 之间。
 
 #: ../panel/panel-preferences-dialog.glade.h:45
 msgid Vertical
@@ -693,7 +692,8 @@ msgstr 会话菜单
 #: ../plugins/actions/actions-dialog.glade.h:7
 msgid 
 Show a confirmation dialog with a 30 second timeout for some of the actions.
-msgstr 为一些动作显示一个 30 秒超时的确认对话框。
+msgstr 
+为一些动作显示一个 30 秒超时的确认对话框。
 
 #: ../plugins/actions/actions-dialog.glade.h:8
 msgid Visible
@@ -1525,8 +1525,7 @@ msgstr 行数(_R):
 msgid 
 Show a miniature view of the workspace with rectangles for the visible 
 windows
-msgstr 
-为可见的窗口显示一个带矩形框的最小工作区视图
+msgstr 为可见的窗口显示一个带矩形框的最小工作区视图
 
 #: ../plugins/pager/pager-dialog.glade.h:5
 msgid Show mi_niature view
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits