[Xfce4-commits] xfce4-diskperf-plugin:master l10n: Updated Italian (it) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/master
 to 92e376b330d0823bbb40f837b866d24148b69007 (commit)
   from 7fec56a9c1167968f2dee282906af6e70bc56e4b (commit)

commit 92e376b330d0823bbb40f837b866d24148b69007
Author: Cristian Marchi cri.pe...@gmail.com
Date:   Sun May 6 09:53:07 2012 +0200

l10n: Updated Italian (it) translation to 100%

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

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

 po/it.po |   25 -
 1 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/po/it.po b/po/it.po
index 6e626fd..d073c44 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2,7 +2,7 @@
 # Copyright (C) 2009 Xfce Desktop Environment Team
 # This file is distributed under the same license as the Xfce Desktop 
Environment package.
 # Valerio Cipriani r...@darkforge.eu, 2009.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4_diskperf-plugin\n
@@ -11,10 +11,10 @@ msgstr 
 PO-Revision-Date: 2009-03-04 09:17+0100\n
 Last-Translator: Valerio Cipriani r...@darkforge.eu\n
 Language-Team: Darkforge Team www.darkforge.it\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 X-Poedit-Language: Italian\n
 X-Poedit-Country: ITALY\n
 
@@ -27,9 +27,8 @@ msgid Input the device name, then press Enter
 msgstr Immettere il nome del volume e premere «Invio»
 
 #: ../panel-plugin/config_gui.c:118
-#, fuzzy
 msgid /dev/sda1
-msgstr /dev/hda1
+msgstr /dev/sda1
 
 #: ../panel-plugin/config_gui.c:136
 msgid Data collection period
@@ -64,9 +63,8 @@ msgid I/O transfer
 msgstr Trasferimento I/O
 
 #: ../panel-plugin/config_gui.c:181
-#, fuzzy
 msgid MiB transferred / second
-msgstr MB trasferiti / secondo
+msgstr MiB trasferiti / secondo
 
 #: ../panel-plugin/config_gui.c:187
 msgid Busy time
@@ -77,9 +75,8 @@ msgid Percentage of time the device is busy
 msgstr Percentuale di tempo in cui il dispositivo è occupato
 
 #: ../panel-plugin/config_gui.c:202
-#, fuzzy
 msgid Max. I/O rate (MiB/s) 
-msgstr Max rapporto I/O (MB/s) 
+msgstr Max rapporto I/O (MiB/s) 
 
 #: ../panel-plugin/config_gui.c:213
 msgid Input the maximum I/O transfer rate of the device, then press Enter
@@ -138,7 +135,7 @@ msgstr Prima osserva la \Scrittura\
 #: ../panel-plugin/main.c:180
 #, c-format
 msgid %s: Device statistics unavailable.
-msgstr 
+msgstr %s: statistiche del dispositivo non disponibili.
 
 #: ../panel-plugin/main.c:219
 #, c-format
@@ -154,6 +151,16 @@ msgid 
   Write : %3d\n
   Total : %3d
 msgstr 
+%s\n
+\n
+I/O(MiB/s)\n
+  Letti :%3.2f\n
+  Scritti :%3.2f\n
+  Totale :%3.2f\n
+Tempo di funzionamento (%c)\n
+  Letti : %3d\n
+  Scritti : %3d\n
+  Totale : %3d
 
 #: ../panel-plugin/main.c:823
 msgid Select color
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:stephan/gtk3 Some more gtk3 iconview work.

2012-05-06 Thread Nick Schermer
Updating branch refs/heads/stephan/gtk3
 to 91a590a2d91f977d290351966b07849ba9ebe1c2 (commit)
   from d87dfbfb86eeda6d25f65354305002e2a38b513b (commit)

commit 91a590a2d91f977d290351966b07849ba9ebe1c2
Author: Nick Schermer n...@xfce.org
Date:   Sun May 6 10:26:38 2012 +0200

Some more gtk3 iconview work.

 exo/exo-icon-view.c |  184 +--
 1 files changed, 89 insertions(+), 95 deletions(-)

diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
index fd05aec..05d1b1f 100644
--- a/exo/exo-icon-view.c
+++ b/exo/exo-icon-view.c
@@ -372,7 +372,8 @@ static gboolean exo_icon_view_search_iter   
(ExoIconView*icon_vi
 static void exo_icon_view_search_move   (GtkWidget  
*widget,
  ExoIconView
*icon_view,
  gboolean
move_up);
-static void exo_icon_view_search_preedit_changed(GtkIMContext   
*im_context,
+static void exo_icon_view_search_preedit_changed(GtkEntry   *entry,
+ gchar  
*preedit,
  ExoIconView
*icon_view);
 static gboolean exo_icon_view_search_start  (ExoIconView
*icon_view,
  gboolean
keybinding);
@@ -1415,6 +1416,7 @@ exo_icon_view_realize (GtkWidget *widget)
   ExoIconViewPrivate *priv = EXO_ICON_VIEW (widget)-priv;
   GdkWindowAttr   attributes;
   gintattributes_mask;
+  GdkWindow  *window;
 
   GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED);
 
@@ -1429,8 +1431,9 @@ exo_icon_view_realize (GtkWidget *widget)
   attributes.colormap = gtk_widget_get_colormap (widget);
   attributes.event_mask = GDK_VISIBILITY_NOTIFY_MASK;
   attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL | GDK_WA_COLORMAP;
-  widget-window = gdk_window_new (gtk_widget_get_parent_window (widget), 
attributes, attributes_mask);
-  gdk_window_set_user_data (widget-window, widget);
+  window = gdk_window_new (gtk_widget_get_parent_window (widget), attributes, 
attributes_mask);
+  gtk_widget_set_window (widget, window);
+  gdk_window_set_user_data (window, widget);
 
   /* Allocate the icons window */
   attributes.x = 0;
@@ -1445,13 +1448,13 @@ exo_icon_view_realize (GtkWidget *widget)
 | GDK_KEY_PRESS_MASK
 | GDK_KEY_RELEASE_MASK
 | gtk_widget_get_events (widget);
-  priv-bin_window = gdk_window_new (widget-window, attributes, 
attributes_mask);
+  priv-bin_window = gdk_window_new (window, attributes, attributes_mask);
   gdk_window_set_user_data (priv-bin_window, widget);
 
   /* Attach style/background */
   widget-style = gtk_style_attach (widget-style, widget-window);
   gdk_window_set_background (priv-bin_window, 
widget-style-base[widget-state]);
-  gdk_window_set_background (widget-window, 
widget-style-base[widget-state]);
+  gdk_window_set_background (window, widget-style-base[widget-state]);
 
   /* map the icons window */
   gdk_window_show (priv-bin_window);
@@ -1477,31 +1480,6 @@ exo_icon_view_unrealize (GtkWidget *widget)
 
 
 static void
-exo_icon_view_size_request (GtkWidget  *widget,
-GtkRequisition *requisition)
-{
-  const ExoIconViewPrivate *priv = EXO_ICON_VIEW (widget)-priv;
-  ExoIconViewChild *child;
-  GtkRequisitionchild_requisition;
-  GList*lp;
-
-  /* well, this is easy */
-  requisition-width = priv-width;
-  requisition-height = priv-height;
-
-  /* handle the child widgets */
-  for (lp = priv-children; lp != NULL; lp = lp-next)
-{
-  child = lp-data;
-  if (GTK_WIDGET_VISIBLE (child-widget))
-gtk_widget_size_request (child-widget, child_requisition);
-}
-}
-
-
-
-
-static void 
 exo_icon_view_get_preferred_width (GtkWidget *widget,
gint  *minimal_width,
gint  *natural_width)
@@ -1509,7 +1487,7 @@ exo_icon_view_get_preferred_width (GtkWidget *widget,
   const ExoIconViewPrivate *priv = EXO_ICON_VIEW (widget)-priv;
   ExoIconViewChild *child;
   GList*lp;
-  
+
   /* well, this is easy */
   *minimal_width = *natural_width = priv-width;
 
@@ -1524,7 +1502,7 @@ exo_icon_view_get_preferred_width (GtkWidget *widget,
 
 
 
-static void 
+static void
 exo_icon_view_get_preferred_height (GtkWidget *widget,
 gint  *minimal_height,
 gint  *natural_height)
@@ -1532,7 +1510,7 @@ exo_icon_view_get_preferred_height (GtkWidget *widget,
   const ExoIconViewPrivate *priv = EXO_ICON_VIEW (widget)-priv;
   ExoIconViewChild *child;
   GList*lp;
-  

[Xfce4-commits] xfce4-dict:master Fix name of panel plugin desktop file

2012-05-06 Thread Enrico Tröger
Updating branch refs/heads/master
 to bc209b1c3fca21c6d764c956ceeb21241689a5f1 (commit)
   from 68c07f6e6965740dc4fb3717fede8962f299aa45 (commit)

commit bc209b1c3fca21c6d764c956ceeb21241689a5f1
Author: Enrico Tröger enrico.troe...@uvena.de
Date:   Sun May 6 11:16:13 2012 +0200

Fix name of panel plugin desktop file

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

diff --git a/po/POTFILES.in b/po/POTFILES.in
index db8a5e5..f4caeaa 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,4 @@
-panel-plugin/xfce4-dict-plugin.desktop.in.in
+panel-plugin/xfce4-dict-plugin.desktop.in
 panel-plugin/xfce4-dict-plugin.c
 src/popup_plugin.c
 src/xfce4-dict.c
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:xfce-4.10 l10n: Updated Turkish (tr) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 6edfaff5d229fb4933f43538eb2c16997fe8e699 (commit)
   from 39e085f04f07af3d79a8f167b367165b1422842a (commit)

commit 6edfaff5d229fb4933f43538eb2c16997fe8e699
Author: necdetyucel necdetyu...@gmail.com
Date:   Sun May 6 12:09:37 2012 +0200

l10n: Updated Turkish (tr) translation to 100%

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

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

 po/tr.po |   66 -
 1 files changed, 35 insertions(+), 31 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index fcbdc01..5ef0257 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -10,7 +10,7 @@ msgid 
 msgstr 
 Project-Id-Version: exo 0.3.4\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-17 07:57+\n
+POT-Creation-Date: 2012-05-06 06:30+\n
 PO-Revision-Date: 2010-05-14 23:55+0300\n
 Last-Translator: Ayhan YALÇINSOY ayhanyalcin...@gmail.com\n
 Language-Team: Turkish kde-i18n-...@kde.org,xfce-i...@xfce.org\n
@@ -543,7 +543,7 @@ msgid   --strip-content   Remove node contents from XML 
files\n
 msgstr   --strip-content   Düğüm bileşenlerini XML dosyalarından kaldır\n
 
 #: ../exo-csource/main.c:304 ../exo-desktop-item-edit/main.c:193
-#: ../exo-open/main.c:483
+#: ../exo-open/main.c:496
 #, c-format
 msgid 
 Copyright (c) %s\n
@@ -559,7 +559,7 @@ msgstr 
 \n
 
 #: ../exo-csource/main.c:308 ../exo-desktop-item-edit/main.c:197
-#: ../exo-open/main.c:487
+#: ../exo-open/main.c:500
 #, c-format
 msgid 
 %s comes with ABSOLUTELY NO WARRANTY,\n
@@ -576,7 +576,7 @@ msgstr 
 \n
 
 #: ../exo-csource/main.c:312 ../exo-desktop-item-edit/main.c:201
-#: ../exo-open/main.c:491
+#: ../exo-open/main.c:504
 #, c-format
 msgid Please report bugs to %s.\n
 msgstr Lütfen hataları bildirin: %s.\n
@@ -711,7 +711,7 @@ msgstr Bir simge seçin
 msgid Select a working directory
 msgstr Çalışma dizinini seçin
 
-#: ../exo-desktop-item-edit/exo-die-utils.c:168
+#: ../exo-desktop-item-edit/exo-die-utils.c:169
 msgid File location is not a regular file or directory
 msgstr Dosya yeri düzenli dosya veya dizin değil
 
@@ -768,7 +768,7 @@ msgstr Bir bağlantı oluşturulurken, önceden belirlenmiş 
bağlantı adresi
 msgid Preset icon when creating a desktop file
 msgstr Bir masaüstü dosyası oluşturulurken, önceden belirlenmiş simge
 
-#: ../exo-desktop-item-edit/main.c:85 ../exo-helper/main.c:69
+#: ../exo-desktop-item-edit/main.c:85 ../exo-helper/main.c:70
 msgid Print version information and exit
 msgstr Sürüm bilgisini yazdır ve çık
 
@@ -820,16 +820,16 @@ msgid C_reate
 msgstr Oluştu_r
 
 #. create failed, ask the user to specify a file name
-#: ../exo-desktop-item-edit/main.c:510
+#: ../exo-desktop-item-edit/main.c:511
 msgid Choose filename
 msgstr Dosya ismi seç
 
-#: ../exo-desktop-item-edit/main.c:616
+#: ../exo-desktop-item-edit/main.c:618
 #, c-format
 msgid Failed to create \%s\.
 msgstr \%s\ oluşturulamadı.
 
-#: ../exo-desktop-item-edit/main.c:616
+#: ../exo-desktop-item-edit/main.c:618
 #, c-format
 msgid Failed to save \%s\.
 msgstr \%s\ kaydedilemedi.
@@ -1069,7 +1069,7 @@ msgstr Dosya Yöneticisi başlatılamadı
 msgid Failed to execute default Terminal Emulator
 msgstr Öntanımlı Uçbirim Öykünücüsü başlatılamadı
 
-#: ../exo-helper/main.c:70
+#: ../exo-helper/main.c:71
 msgid 
 Open the Preferred Applications\n
 configuration dialog
@@ -1077,15 +1077,15 @@ msgstr 
 Tercih Edilen Uygulamaları aç\n
 Yapılandırma penceresi
 
-#: ../exo-helper/main.c:71
+#: ../exo-helper/main.c:72
 msgid Settings manager socket
 msgstr Ayarlar yöneticisi yuvası
 
-#: ../exo-helper/main.c:71
+#: ../exo-helper/main.c:72
 msgid SOCKET ID
 msgstr YUVA ID'si
 
-#: ../exo-helper/main.c:72
+#: ../exo-helper/main.c:73
 msgid 
 Launch the default helper of TYPE with the optional PARAMETER, where TYPE is 
 one of the following values.
@@ -1093,11 +1093,11 @@ msgstr 
 Aşağıdaki TİPlerden birinin öntanımlı yardımcısını, seçenekli 
 PARAMETRE'lerle başlat.
 
-#: ../exo-helper/main.c:72
+#: ../exo-helper/main.c:73
 msgid TYPE [PARAMETER]
 msgstr TİP [PARAMETRE]
 
-#: ../exo-helper/main.c:96
+#: ../exo-helper/main.c:102
 msgid 
 The following TYPEs are supported for the --launch command:\n
 \n
@@ -1112,17 +1112,17 @@ msgstr 
   MailReader   - Tercih edilen Posta Okuyucusu.\n
   TerminalEmulator - Tercih edilen Uçbirim Öykünücüsü.
 
-#: ../exo-helper/main.c:106
+#: ../exo-helper/main.c:112
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Kullanım bilgisi için '%s --help' yazın.
 
-#: ../exo-helper/main.c:153
+#: ../exo-helper/main.c:165
 #, c-format
 msgid Invalid helper type \%s\
 msgstr Geçersiz yardım tipi, \%s\
 
-#: ../exo-helper/main.c:197
+#: ../exo-helper/main.c:213
 #, c-format
 msgid 
 %s (Xfce %s)\n
@@ -1207,6 +1207,10 @@ msgstr GNOME Uçbirim
 msgid Icedove
 msgstr Icedove
 
+#: ../exo-helper/helpers/iceweasel.desktop.in.in.h:1
+msgid Iceweasel
+msgstr Iceweasel
+
 #: 

[Xfce4-commits] xfce4-panel:master l10n: Updated Turkish (tr) translation to 93%

2012-05-06 Thread Transifex
Updating branch refs/heads/master
 to 1ef673146308188207606724e5aa0f79e9e1e1b2 (commit)
   from 61fb804a6bac1c6d0c76933971a1fd2dcdcd0761 (commit)

commit 1ef673146308188207606724e5aa0f79e9e1e1b2
Author: Alper Tekinalp alper.tekin...@gmail.com
Date:   Sun May 6 13:12:45 2012 +0200

l10n: Updated Turkish (tr) translation to 93%

New status: 362 messages complete with 25 fuzzies and 0 untranslated.

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

 po/tr.po |   55 ---
 1 files changed, 16 insertions(+), 39 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index af67bed..0d10d8c 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -11,7 +11,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-05-05 06:36+\n
+POT-Creation-Date: 2012-05-06 09:27+\n
 PO-Revision-Date: 2010-05-15 00:16+0300\n
 Last-Translator: Ayhan YALÇINSOY ayhanyalcin...@gmail.com\n
 Language-Team: Turkish kde-i18n-...@kde.org,xfce-i...@xfce.org\n
@@ -316,7 +316,7 @@ msgstr 
 ister misiniz?
 
 #: ../panel/panel-plugin-external.c:431
-#, fuzzy, c-format
+#, c-format
 msgid 
 The plugin restarted more than once in the last %d seconds. If you press 
 Execute the panel will try to restart the plugin otherwise it will be 
@@ -389,7 +389,6 @@ msgid Add new item to this panel
 msgstr Bu panele yeni öğe ekle
 
 #: ../panel/panel-preferences-dialog.glade.h:4
-#, fuzzy
 msgid 
 Alpha value of the panel background, with 0 being fully transparent and 100 
 fully opaque.
@@ -518,7 +517,6 @@ msgid Select A Background Image
 msgstr Bir Arkaplan Resmi Seç
 
 #: ../panel/panel-preferences-dialog.glade.h:35
-#, fuzzy
 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.
@@ -536,7 +534,6 @@ msgstr 
 arttırmak için bu seçeneği seçin.
 
 #: ../panel/panel-preferences-dialog.glade.h:37
-#, fuzzy
 msgid Select this option to extend the panel over multiple monitors.
 msgstr Paneli birden fazla ekranda göstermek için bu seçeneği seçin.
 
@@ -548,7 +545,6 @@ msgstr 
 Panelin kulplarını saklamak ve konumunu kilitlemek için bu seçeneği seçin.
 
 #: ../panel/panel-preferences-dialog.glade.h:39
-#, fuzzy
 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.
@@ -557,9 +553,8 @@ msgstr 
 panel ekranın bir kenarına iliştirilmiş olduğunda çalışır.
 
 #: ../panel/panel-preferences-dialog.glade.h:40
-#, fuzzy
 msgid Show about information of the currently selected item
-msgstr Seçili öğenin hakkında bilgisini göster
+msgstr Seçili öğenin 'hakkında' bilgisini göster
 
 #: ../panel/panel-preferences-dialog.glade.h:41
 #, fuzzy
@@ -572,7 +567,6 @@ msgid Span mo_nitors
 msgstr Monitörleri Yay
 
 #: ../panel/panel-preferences-dialog.glade.h:43
-#, fuzzy
 msgid 
 Transparency when the pointer is hovering over the panel, with 0 being fully 
 transparent and 100 fully opaque.
@@ -580,7 +574,6 @@ msgstr 
 İşaretçi panel üzerindeyken 0 ile tam şeffaflık ve ile 100 tam mat görünüm.
 
 #: ../panel/panel-preferences-dialog.glade.h:44
-#, fuzzy
 msgid 
 Transparency when the pointer is not hovering over the panel, with 0 being 
 fully transparent and 100 fully opaque.
@@ -661,9 +654,8 @@ msgstr 
 başlangıç yapılandırması yükledi.
 
 #: ../migrate/main.c:127 ../migrate/main.c:136
-#, fuzzy
 msgid Choose below which setup you want for the first startup.
-msgstr İlk başlangıç için aşağıdaki ayarlardan istediğinizi seçin.
+msgstr İlk başlatma için aşağıdaki ayarlardan istediğinizi seçin.
 
 #: ../migrate/main.c:129
 msgid Migrate old config
@@ -731,7 +723,6 @@ msgid Session Menu
 msgstr Oturum Menüsü
 
 #: ../plugins/actions/actions-dialog.glade.h:7
-#, fuzzy
 msgid 
 Show a confirmation dialog with a 30 second timeout for some of the actions.
 msgstr 
@@ -817,9 +808,8 @@ msgid Sus_pend
 msgstr Askı_ya Al
 
 #: ../plugins/actions/actions.c:190
-#, fuzzy
 msgid Do you want to suspend to RAM?
-msgstr Belleği askıya almak istiyor musunuz ?
+msgstr Belleği kullanarak askıya almak istiyor musunuz ?
 
 #: ../plugins/actions/actions.c:191
 #, c-format
@@ -876,9 +866,8 @@ msgid John Doe
 msgstr John Doe
 
 #: ../plugins/actions/actions.desktop.in.h:2
-#, fuzzy
 msgid Log out, lock or other system actions
-msgstr Çıkış yap veya ekranı kilitle
+msgstr Çıkış, kilitleme veya diğer sistem seçenekleri
 
 #: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:1
 #: ../plugins/clock/clock-dialog.glade.h:3
@@ -919,7 +908,6 @@ msgid Select A Menu File
 msgstr Bir Menü Dosyası Seç
 
 #: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:8
-#, fuzzy
 msgid 
 Select this option to show the generic application name in the menu, for 
 example \File Manager\ instead of \Thunar\
@@ -932,7 +920,6 @@ msgid Show application d_escription in tooltip
 msgstr Uygulama _tanımını 

[Xfce4-commits] xfce4-panel:xfce-4.10 l10n: Updated Turkish (tr) translation to 95%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 1eed42de8d8cd24af65a2673e5571ba9eb854d2b (commit)
   from bac9f333183097a13f7fbfd081dc0d9fdbcf88c8 (commit)

commit 1eed42de8d8cd24af65a2673e5571ba9eb854d2b
Author: Alper Tekinalp alper.tekin...@gmail.com
Date:   Sun May 6 13:20:07 2012 +0200

l10n: Updated Turkish (tr) translation to 95%

New status: 368 messages complete with 19 fuzzies and 0 untranslated.

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

 po/tr.po |   93 ++---
 1 files changed, 34 insertions(+), 59 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 47555be..965d3d5 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -11,7 +11,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-13 20:12+\n
+POT-Creation-Date: 2012-05-06 09:30+\n
 PO-Revision-Date: 2010-05-15 00:16+0300\n
 Last-Translator: Ayhan YALÇINSOY ayhanyalcin...@gmail.com\n
 Language-Team: Turkish kde-i18n-...@kde.org,xfce-i...@xfce.org\n
@@ -195,13 +195,11 @@ msgstr %s 'in hiçbir çalışan örneği bulunamadı
 msgid Failed to launch the migration application
 msgstr Göç uygulaması çalıştırılamadı
 
-#: ../panel/panel-application.c:936
-#, fuzzy
+#: ../panel/panel-application.c:953
 msgid Create _Launcher
-msgstr Xfce Panelinde Başlatıcı oluştur
+msgstr _Başlatıcı oluştur
 
-#: ../panel/panel-application.c:937
-#, fuzzy
+#: ../panel/panel-application.c:954
 msgid 
 This will create a new launcher plugin on the panel and inserts the dropped 
 files as menu items.
@@ -209,24 +207,24 @@ msgstr 
 Bu davranış panelde yeni bir uygulama başlatıcısı yaratacak ve sürükleyip 
 bırakılan dosyaları menü öğesi olarak ekleyecek.
 
-#: ../panel/panel-application.c:939
+#: ../panel/panel-application.c:956
 #, c-format
 msgid Create new launcher from %d desktop file
 msgid_plural Create new launcher from %d desktop files
 msgstr[0] %d masaüstü dosyasından yeni bir başlatıcı yarat
 
-#: ../panel/panel-application.c:1673
+#: ../panel/panel-application.c:1690
 msgid 
 You have started X without session manager. Clicking Quit will close the X 
 server.
 msgstr 
 Oturum yöneticisi olmadan X başlamıştır. Çık tıklamak X sunucusu kapanacak.
 
-#: ../panel/panel-application.c:1674
+#: ../panel/panel-application.c:1691
 msgid Are you sure you want to quit the panel?
 msgstr Paneli kapatmak istediğinizden emin misiniz?
 
-#: ../panel/panel-application.c:1682
+#: ../panel/panel-application.c:1699
 #, c-format
 msgid Failed to execute command \%s\
 msgstr \%s\ komutu çalıştırılamadı
@@ -318,7 +316,7 @@ msgstr 
 ister misiniz?
 
 #: ../panel/panel-plugin-external.c:431
-#, fuzzy, c-format
+#, c-format
 msgid 
 The plugin restarted more than once in the last %d seconds. If you press 
 Execute the panel will try to restart the plugin otherwise it will be 
@@ -391,7 +389,6 @@ msgid Add new item to this panel
 msgstr Bu panele yeni öğe ekle
 
 #: ../panel/panel-preferences-dialog.glade.h:4
-#, fuzzy
 msgid 
 Alpha value of the panel background, with 0 being fully transparent and 100 
 fully opaque.
@@ -437,10 +434,11 @@ msgid Edit the currently selected item
 msgstr Seçili öğeyi düzenle
 
 #: ../panel/panel-preferences-dialog.glade.h:14
-#, fuzzy
 msgid 
 Enable compositing in the window manager for opacity settings in the panel.
-msgstr Panel için şeffakflık ayarlarını görüntülemek için pencere 
yöneticisinde birleştirmeyi etkinleştir.
+msgstr 
+Panel için şeffakflık ayarlarını görüntülemek için pencere yöneticisinde 
+birleştirmeyi etkinleştir.
 
 #: ../panel/panel-preferences-dialog.glade.h:15
 #: ../plugins/actions/actions-dialog.glade.h:4
@@ -518,11 +516,13 @@ msgid Select A Background Image
 msgstr Bir Arkaplan Resmi Seç
 
 #: ../panel/panel-preferences-dialog.glade.h:35
-#, fuzzy
 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 Bu seçeneği, genişletişmiş pencerenin panelin arkasındaki alanı da 
kaplamasını istiyorsanız seçin. Bu, sadece panel bir ekran kenarına 
iliştirilmişse işe yarar.
+msgstr 
+Bu seçeneği, genişletişmiş pencerenin panelin arkasındaki alanı da 
+kaplamasını istiyorsanız seçin. Bu, sadece panel bir ekran kenarına 
+iliştirilmişse işe yarar.
 
 #: ../panel/panel-preferences-dialog.glade.h:36
 msgid 
@@ -533,7 +533,6 @@ msgstr 
 arttırmak için bu seçeneği seçin.
 
 #: ../panel/panel-preferences-dialog.glade.h:37
-#, fuzzy
 msgid Select this option to extend the panel over multiple monitors.
 msgstr Paneli birden fazla ekranda göstermek için bu seçeneği seçin.
 
@@ -545,7 +544,6 @@ msgstr 
 Panelin kulplarını saklamak ve konumunu kilitlemek için bu seçeneği seçin.
 
 #: ../panel/panel-preferences-dialog.glade.h:39
-#, fuzzy
 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.
@@ -554,22 +552,18 @@ 

[Xfce4-commits] xfce4-appfinder:xfce-4.10 l10n: Updated Turkish (tr) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to a3c5f12ca4bba0b279d5c9284ca11d09b14ddbfb (commit)
   from d5fb1216e5706e1f6fd73e39f4edbc6a1600651c (commit)

commit a3c5f12ca4bba0b279d5c9284ca11d09b14ddbfb
Author: Alper Tekinalp alper.tekin...@gmail.com
Date:   Sun May 6 13:30:37 2012 +0200

l10n: Updated Turkish (tr) translation to 100%

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

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

 po/tr.po |   43 +--
 1 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 5af676c..8e095af 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2,16 +2,16 @@
 # Turkish translations for xfce4-appfinder package.
 # Copyright (C) 2004-2005 Eduard Roccatello.
 # This file is distributed under the same license as the xfce4-appfinder 
package.
-#
+# 
 # Erçin EKER ercin.e...@linux.org.tr, 2004.
 # Eren Türkay turkay.e...@gmail.com, 2008.
 # Gökmen Görgen gkmng...@gmail.com, 2008.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-appfinder 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-22 21:24+\n
+POT-Creation-Date: 2012-05-06 08:15+\n
 PO-Revision-Date: 2012-04-23 06:59+0200\n
 Last-Translator: Gökmen Görgen gkmng...@gmail.com\n
 Language-Team: Turkish tur...@pardus.org.tr\n
@@ -74,8 +74,7 @@ msgstr Özelleştirilmiş davranış kalıcı olarak silinecektir.
 msgid Are you sure you want to delete pattern \%s\?
 msgstr \%s\ desenini silmek istediğinize emin misiniz?
 
-#: ../src/appfinder-window.c:219
-#: ../src/main.c:446
+#: ../src/appfinder-window.c:219 ../src/main.c:446
 #: ../src/appfinder-preferences.glade.h:4
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid Application Finder
@@ -94,7 +93,9 @@ msgid Failed to launch desktop item editor
 msgstr Masaüstü öğe düzenleyicisi başlatılamadı
 
 #: ../src/appfinder-window.c:824
-msgid This will permanently remove the custom desktop file from your home 
directory.
+msgid 
+This will permanently remove the custom desktop file from your home 
+directory.
 msgstr Masaüztü dosyası ev dizininizden kalıcı olarak kaldırılacak.
 
 #: ../src/appfinder-window.c:825
@@ -110,11 +111,15 @@ msgstr Masaüstü dosyası kaldırılamadı
 #. * second with Hidden=true
 #: ../src/appfinder-window.c:868
 #, 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 Bir nesneyi göstermek için masaüstü dosyasını \%s\'dan kendiniz 
silmelisiniz yada dosyayı aynı dizinde açarak \%s\ numaralı satırı 
silmelisiniz.
+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 
+Bir nesneyi göstermek için masaüstü dosyasını \%s\'dan kendiniz 
+silmelisiniz yada dosyayı aynı dizinde açarak \%s\ numaralı satırı 
+silmelisiniz.
 
-#: ../src/appfinder-window.c:873
-#: ../src/appfinder-window.c:965
+#: ../src/appfinder-window.c:873 ../src/appfinder-window.c:965
 msgid _Hide
 msgstr _Gizle
 
@@ -208,12 +213,22 @@ msgstr Geçmiş
 
 #: ../src/appfinder-preferences.glade.h:13
 #, no-c-format
-msgid If the type is set to prefix, %s will be replaced with the string after 
the pattern, %S with the complete entry text. For regular expressions you can 
use \\0 and \\num.
-msgstr 
+msgid 
+If the type is set to prefix, %s will be replaced with the string after the 
+pattern, %S with the complete entry text. For regular expressions you can 
+use \\0 and \\num.
+msgstr Tip öneke ayarlanırsa, %s desenden sonraki ifade, %S bütün girdi ile 
değiştirilecek. Düzenli ifadeler için \\0 ve \\num kullanabilirsiniz.
 
 #: ../src/appfinder-preferences.glade.h:14
-msgid Instead of quitting the application when the last window is closed, 
keep a running instance to speed up opening new windows. You might want to 
disable this to reduce memory usage.
-msgstr En son pencere kapatıldığında uygulamadan çıkmak yerine, yenisinin 
açılışını hızlandırmak için, uygulamanın çalışan bir tanesini açık bırak. Bu 
davranışı, hafıza kullanımını azaltmak için etkisizleştirmek isteyebilirsiniz.
+msgid 
+Instead of quitting the application when the last window is closed, keep a 
+running instance to speed up opening new windows. You might want to disable 
+this to reduce memory usage.
+msgstr 
+En son pencere kapatıldığında uygulamadan çıkmak yerine, yenisinin açılışını 
+hızlandırmak için, uygulamanın çalışan bir tanesini açık bırak. Bu 
+davranışı, hafıza kullanımını azaltmak için etkisizleştirmek 
+isteyebilirsiniz.
 
 #: ../src/appfinder-preferences.glade.h:15
 msgid Ite_m icon size:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-power-manager:xfce-4.10 l10n: Updated Turkish (tr) translation to 99%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to f3a8c32b8a28fb0fdece1d8a6151cecd0beac5c4 (commit)
   from be41060d50f1f3d8019e7e047f5eb1be1f1a5e70 (commit)

commit f3a8c32b8a28fb0fdece1d8a6151cecd0beac5c4
Author: Alper Tekinalp alper.tekin...@gmail.com
Date:   Sun May 6 13:33:40 2012 +0200

l10n: Updated Turkish (tr) translation to 99%

New status: 212 messages complete with 1 fuzzy and 0 untranslated.

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

 po/tr.po |  192 +++--
 1 files changed, 98 insertions(+), 94 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 066b41c..b4df9b4 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-09 18:36+\n
+POT-Creation-Date: 2012-05-06 09:39+\n
 PO-Revision-Date: 2010-05-12 17:15+0300\n
 Last-Translator: Ayhan YALÇINSOY ayhanyalcin...@gmail.com\n
 Language-Team: Turkish kde-i18n-...@kde.org\n
@@ -44,10 +44,10 @@ msgid Consider the computer on low power at:
 msgstr Kritik düşük güç seviyesini belirle:
 
 #. Hibernate menu option
-#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:817
-#: ../settings/xfpm-settings.c:885 ../settings/xfpm-settings.c:1034
-#: ../settings/xfpm-settings.c:1211 ../settings/xfpm-settings.c:1268
-#: ../settings/xfpm-settings.c:1320 ../src/xfpm-power.c:484
+#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:820
+#: ../settings/xfpm-settings.c:888 ../settings/xfpm-settings.c:1037
+#: ../settings/xfpm-settings.c:1214 ../settings/xfpm-settings.c:1271
+#: ../settings/xfpm-settings.c:1323 ../src/xfpm-power.c:484
 #: ../src/xfpm-power.c:779
 msgid Hibernate
 msgstr Hazırda beklet
@@ -70,10 +70,10 @@ msgstr Monitör
 msgid Monitor power management control
 msgstr Monitör güç yönetimi kontrolü
 
-#: ../data/interfaces/xfpm-settings.ui.h:13 ../settings/xfpm-settings.c:806
-#: ../settings/xfpm-settings.c:874 ../settings/xfpm-settings.c:1023
-#: ../settings/xfpm-settings.c:1200 ../settings/xfpm-settings.c:1257
-#: ../settings/xfpm-settings.c:1309
+#: ../data/interfaces/xfpm-settings.ui.h:13 ../settings/xfpm-settings.c:809
+#: ../settings/xfpm-settings.c:877 ../settings/xfpm-settings.c:1026
+#: ../settings/xfpm-settings.c:1203 ../settings/xfpm-settings.c:1260
+#: ../settings/xfpm-settings.c:1312
 msgid Nothing
 msgstr Hiçbiri
 
@@ -120,10 +120,10 @@ msgid Standby
 msgstr Hazırda beklet
 
 #. Suspend menu option
-#: ../data/interfaces/xfpm-settings.ui.h:24 ../settings/xfpm-settings.c:811
-#: ../settings/xfpm-settings.c:879 ../settings/xfpm-settings.c:1028
-#: ../settings/xfpm-settings.c:1205 ../settings/xfpm-settings.c:1262
-#: ../settings/xfpm-settings.c:1314 ../src/xfpm-power.c:499
+#: ../data/interfaces/xfpm-settings.ui.h:24 ../settings/xfpm-settings.c:814
+#: ../settings/xfpm-settings.c:882 ../settings/xfpm-settings.c:1031
+#: ../settings/xfpm-settings.c:1208 ../settings/xfpm-settings.c:1265
+#: ../settings/xfpm-settings.c:1317 ../src/xfpm-power.c:499
 #: ../src/xfpm-power.c:792
 msgid Suspend
 msgstr Askıya Al
@@ -196,51 +196,51 @@ msgstr saat
 msgid Seconds
 msgstr Saniye
 
-#: ../settings/xfpm-settings.c:789 ../settings/xfpm-settings.c:987
-#: ../settings/xfpm-settings.c:1467
+#: ../settings/xfpm-settings.c:792 ../settings/xfpm-settings.c:990
+#: ../settings/xfpm-settings.c:1470
 msgid Hibernate and suspend operations not supported
 msgstr Askıya alma ve hazırda bekletme işlemleri desteklenmiyor
 
-#: ../settings/xfpm-settings.c:794 ../settings/xfpm-settings.c:992
-#: ../settings/xfpm-settings.c:1472
+#: ../settings/xfpm-settings.c:797 ../settings/xfpm-settings.c:995
+#: ../settings/xfpm-settings.c:1475
 msgid Hibernate and suspend operations not permitted
 msgstr Askıya alma ve hazırda bekletme işlemlerine izin verilmedi
 
-#: ../settings/xfpm-settings.c:823 ../settings/xfpm-settings.c:1217
+#: ../settings/xfpm-settings.c:826 ../settings/xfpm-settings.c:1220
 #: ../src/xfpm-power.c:805
 msgid Shutdown
 msgstr Kapat
 
-#: ../settings/xfpm-settings.c:827 ../settings/xfpm-settings.c:1221
-#: ../settings/xfpm-settings.c:1272 ../settings/xfpm-settings.c:1324
+#: ../settings/xfpm-settings.c:830 ../settings/xfpm-settings.c:1224
+#: ../settings/xfpm-settings.c:1275 ../settings/xfpm-settings.c:1327
 msgid Ask
 msgstr Sor
 
-#: ../settings/xfpm-settings.c:889 ../settings/xfpm-settings.c:1038
+#: ../settings/xfpm-settings.c:892 ../settings/xfpm-settings.c:1041
 msgid Lock screen
 msgstr Ekranı kilitle
 
-#: ../settings/xfpm-settings.c:957 ../settings/xfpm-settings.c:1107
+#: ../settings/xfpm-settings.c:960 ../settings/xfpm-settings.c:1110
 msgid Spinning down hard disks permission denied
 msgstr Sabit disk izinleri kapatmaya izin vermiyor
 
-#: ../settings/xfpm-settings.c:1147
+#: ../settings/xfpm-settings.c:1150
 msgid Always show icon
 msgstr Her zaman simge göster
 
-#: ../settings/xfpm-settings.c:1150
+#: 

[Xfce4-commits] xfwm4:xfce-4.10 l10n: Updated Turkish (tr) translation to 99%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 2dd1ac911de08b7877e5e199b94ceb2a02093d51 (commit)
   from c5da812f2d38e5c3a5955c50a67cef7cc44ea8de (commit)

commit 2dd1ac911de08b7877e5e199b94ceb2a02093d51
Author: Alper Tekinalp alper.tekin...@gmail.com
Date:   Sun May 6 13:37:30 2012 +0200

l10n: Updated Turkish (tr) translation to 99%

New status: 234 messages complete with 1 fuzzy and 0 untranslated.

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

 po/tr.po |  117 -
 1 files changed, 61 insertions(+), 56 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index cac1d7f..bf87d6f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -11,7 +11,7 @@ msgid 
 msgstr 
 Project-Id-Version: tr\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-09 15:03+\n
+POT-Creation-Date: 2012-05-06 06:21+\n
 PO-Revision-Date: 2009-01-30 21:31+0200\n
 Last-Translator: Gökmen Görgen gkmng...@gmail.com\n
 Language-Team: Turkish tur...@pardus.org.tr\n
@@ -37,29 +37,29 @@ msgstr Uyarı
 msgid None
 msgstr Hiçbiri
 
-#: ../settings-dialogs/tweaks-settings.c:437
+#: ../settings-dialogs/tweaks-settings.c:454
 msgid Session manager socket
 msgstr Oturum yöneticisi yuvası
 
-#: ../settings-dialogs/tweaks-settings.c:437
+#: ../settings-dialogs/tweaks-settings.c:454
 #: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid SOCKET ID
 msgstr YUVA ID'Sİ
 
-#: ../settings-dialogs/tweaks-settings.c:438
+#: ../settings-dialogs/tweaks-settings.c:455
 #: ../settings-dialogs/workspace-settings.c:382
 #: ../settings-dialogs/xfwm4-settings.c:317
 msgid Version information
 msgstr Sürüm bilgisi
 
-#: ../settings-dialogs/tweaks-settings.c:456
+#: ../settings-dialogs/tweaks-settings.c:473
 #: ../settings-dialogs/workspace-settings.c:399
 #: ../settings-dialogs/xfwm4-settings.c:964
 msgid .
 msgstr .
 
-#: ../settings-dialogs/tweaks-settings.c:460
+#: ../settings-dialogs/tweaks-settings.c:477
 #: ../settings-dialogs/workspace-settings.c:403
 #: ../settings-dialogs/xfwm4-settings.c:968
 #, c-format
@@ -96,19 +96,19 @@ msgid Window Manager
 msgstr Pencere Yöneticisi
 
 #: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:15
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:16
 msgid Fine-tune window behaviour and effects
 msgstr Pencere davranışı ve olaylarını ayarla
 
 #: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:36
 msgid Window Manager Tweaks
 msgstr Pencere Yöneticisi İnce Ayarları
 
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
 msgid Configure layout, names and margins
-msgstr 
+msgstr Planı, isimleri ve oranları düzenle
 
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
@@ -306,7 +306,7 @@ msgid _Edge resistance:
 msgstr K_enar direnci :
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:53
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:42
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:43
 msgid _Focus
 msgstr _Odak
 
@@ -676,146 +676,151 @@ msgid At the _center of the screen
 msgstr Ekranın merkezin_de
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:9
+#, fuzzy
+msgid Automatically _tile windows when moving toward the screen edge
+msgstr Ekran kenarına doğru taşındığında pencereleri otomatik olarak yakala
+
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:10
 msgid By default, place windows:
 msgstr Pencereleri öntanımlı yerleştir:
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:10
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:11
 msgid C_ompositor
 msgstr B_irleştirici
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:11
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:12
 msgid C_ycling
 msgstr Gez_inme
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:12
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:13
 msgid Cycle _through windows on all workspaces
 msgstr _Tüm çalışma alanları içinde pencereler arasında gezin
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:13
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:14
 msgid Display _fullscreen overlay windows directly
 msgstr Doğrudan tam ekran pencereleri gö_ster
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:14
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:15
 msgid Do _nothing
 msgstr Hiçbir şey yap_ma
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:16
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:17
 msgid Hide _frame of windows when maximized
 msgstr Büyütüldüğünde pencerelerin çerçevesini gizle
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:17
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:18
 msgid Honor _standard ICCCM focus hint
 msgstr _Standart 

[Xfce4-commits] xfce4-session:xfce-4.10 l10n: Updated Turkish (tr) translation to 99%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 1f0daa856adb5a4a7376a241a265565adb351bfc (commit)
   from 7a75a8a0f7089b716e702e6bb0cf13fc3194e3db (commit)

commit 1f0daa856adb5a4a7376a241a265565adb351bfc
Author: Alper Tekinalp alper.tekin...@gmail.com
Date:   Sun May 6 13:42:37 2012 +0200

l10n: Updated Turkish (tr) translation to 99%

New status: 206 messages complete with 1 fuzzy and 1 untranslated.

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

 po/tr.po |   16 ++--
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 23dfa98..9216ddd 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -10,7 +10,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-session 4.5.91\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-25 08:42+\n
+POT-Creation-Date: 2012-05-06 10:03+\n
 PO-Revision-Date: 2009-09-17 02:41+0200\n
 Last-Translator: Utku Aydın utkuay...@archlinux.org.tr\n
 Language-Team: Turkish tur...@pardus.org.tr\n
@@ -344,7 +344,6 @@ msgid Failed to open %s for writing
 msgstr %s dosyasında yazmaya uygun açılamıyor
 
 #: ../settings/xfae-window.c:102
-#, fuzzy
 msgid 
 Below is the list of applications that will be started automatically when 
 you login to your Xfce desktop, in addition to the applications that were 
@@ -449,7 +448,7 @@ msgstr Yeni bir oturum oluştur.
 msgid The client doesn't have any properties set yet
 msgstr İstemcinin henüz ayarları yapılmamış
 
-#: ../xfce4-session/xfsm-compat-gnome.c:247
+#: ../xfce4-session/xfsm-compat-gnome.c:239
 msgid Starting The Gnome Keyring Daemon
 msgstr Gnome Keyring Hizmeti Başlatılıyor
 
@@ -544,17 +543,16 @@ msgid Session manager must be in idle state when 
requesting a shutdown
 msgstr Kapatma istenirken oturum yöneticisi uzakta durumunda olmak zorunda
 
 #: ../xfce4-session/xfsm-logout-dialog.c:188
-#, fuzzy, c-format
+#, c-format
 msgid Log out %s
-msgstr Çıkış
+msgstr %s 'den çık
 
 #. *
 #. * Logout
 #. *
 #: ../xfce4-session/xfsm-logout-dialog.c:246
-#, fuzzy
 msgid _Log Out
-msgstr Çıkış
+msgstr _Çıkış
 
 #: ../xfce4-session/xfsm-logout-dialog.c:266
 msgid _Restart
@@ -713,9 +711,8 @@ msgid Performing Autostart...
 msgstr Oto-Başlat Çalışıyor...
 
 #: ../xfce4-session/xfsm-startup.c:790
-#, fuzzy
 msgid Starting Assistive Technologies
-msgstr Gnome Yardımcı Teknolojileri Başlatılıyor
+msgstr Yardımcı Teknolojiler Başlatılıyor
 
 #: ../xfce4-session/xfsm-shutdown.c:414
 #, c-format
@@ -778,7 +775,6 @@ msgid and Brian Tarricone kel...@xfce.org.
 msgstr ve Brian Tarricone kel...@xfce.org.
 
 #: ../xfce4-session-logout/main.c:147
-#, fuzzy
 msgid Unable to contact D-Bus session bus
 msgstr D-Bus oturum yolu ile iletişim kurulamıyor.
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:xfce-4.10 l10n: Updated Turkish (tr) translation to 96%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to cc59b78faebfc1c756a127c1985f8a9fe0bfa772 (commit)
   from 1eed42de8d8cd24af65a2673e5571ba9eb854d2b (commit)

commit cc59b78faebfc1c756a127c1985f8a9fe0bfa772
Author: Alper Tekinalp alper.tekin...@gmail.com
Date:   Sun May 6 13:47:22 2012 +0200

l10n: Updated Turkish (tr) translation to 96%

New status: 373 messages complete with 14 fuzzies and 0 untranslated.

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

 po/tr.po |   13 -
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 965d3d5..c66e372 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1620,13 +1620,11 @@ msgid Hide all windows and show the desktop
 msgstr Tüm pencereleri gizle ve masaüstünü göster
 
 #: ../plugins/systray/systray.c:398
-#, fuzzy
 msgid Unable to start the notification area
-msgstr Acil Uyarı
+msgstr Uyarı alanı başlatılamadı
 
 #. create fake error and show it
 #: ../plugins/systray/systray.c:868
-#, fuzzy
 msgid 
 Most likely another widget took over the function of a notification area. 
 This area will be unused.
@@ -1716,14 +1714,12 @@ msgid Show only _minimized windows
 msgstr Sadece _küçültülmüş pencereleri göster
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:15
-#, fuzzy
 msgid Show windows from _all workspaces or viewports
-msgstr Tüm çalışma alanlarından _pencereleri göster
+msgstr Tüm çalışma alanlarındaki _bütün pencereleri göster
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:16
-#, fuzzy
 msgid Show windows from all mo_nitors
-msgstr Tüm çalışma alanlarından _pencereleri göster
+msgstr Tüm mo_nitörlerdeki pencereleri göster
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:17
 msgid Sorting _order:
@@ -1790,9 +1786,8 @@ msgid No Windows
 msgstr Pencere yok
 
 #: ../plugins/windowmenu/windowmenu.c:1261
-#, fuzzy
 msgid Urgent Windows
-msgstr Acil
+msgstr Önemli Pencereler
 
 #: ../plugins/windowmenu/windowmenu.c:1303
 msgid Add Workspace
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-settings:xfce-4.10 l10n: Updated Turkish (tr) translation to 96%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 3aed467f84dfba460b9f18f8448f14665966d7d9 (commit)
   from 44730727d29561b60706465b6012fe1839099ef3 (commit)

commit 3aed467f84dfba460b9f18f8448f14665966d7d9
Author: Alper Tekinalp alper.tekin...@gmail.com
Date:   Sun May 6 13:50:00 2012 +0200

l10n: Updated Turkish (tr) translation to 96%

New status: 319 messages complete with 10 fuzzies and 1 untranslated.

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

 po/tr.po |   13 ++---
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index c09aa1c..951623c 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1163,8 +1163,9 @@ msgid None (right-handed)
 msgstr S_ağlak
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:20
+#, fuzzy
 msgid Pen (absolute)
-msgstr 
+msgstr Kalem
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:21
 msgid Pointer Speed
@@ -1197,9 +1198,8 @@ msgid Size
 msgstr Boyut
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:28
-#, fuzzy
 msgid T_ap touchpad to click
-msgstr Tıkl_amak için dokunmatik pede taplayınız
+msgstr Tıkl_ama için hafifçe touchpada vurun
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:29
 msgid T_heme
@@ -1407,9 +1407,9 @@ msgid reset
 msgstr sıfırla
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:938
-#, fuzzy, c-format
+#, c-format
 msgid Monitor %s
-msgstr Ekran %s
+msgstr Monitör %s
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:946
 msgid Watch an Xfconf channel for property changes
@@ -1421,9 +1421,8 @@ msgid start monitoring channel \%s\
 msgstr izleme kanalı \%s\ i başlat 
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:1036
-#, fuzzy
 msgid _Monitor
-msgstr Ekran
+msgstr _Monitör
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:1370
 msgid Resetting a property will permanently remove those custom settings.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfdesktop:xfce-4.10 l10n: Updated Turkish (tr) translation to 99%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 496268dcd15406aa4f346f06673b4557bd15da7a (commit)
   from 1d17ea76e861d80d7aeee5ef2ed0ca31fa076ad6 (commit)

commit 496268dcd15406aa4f346f06673b4557bd15da7a
Author: Alper Tekinalp alper.tekin...@gmail.com
Date:   Sun May 6 13:53:05 2012 +0200

l10n: Updated Turkish (tr) translation to 99%

New status: 211 messages complete with 2 fuzzies and 0 untranslated.

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

 po/tr.po |   79 +
 1 files changed, 38 insertions(+), 41 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 7b6f31a..12997d2 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -12,7 +12,7 @@ msgid 
 msgstr 
 Project-Id-Version: tr\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-09 14:36+\n
+POT-Creation-Date: 2012-05-06 11:18+\n
 PO-Revision-Date: 2009-10-14 15:09+0200\n
 Last-Translator: Ertuğrul HAZAR ertugrulha...@gmail.com\n
 Language-Team: Turkish tur...@pardus.org.tr\n
@@ -108,62 +108,62 @@ msgstr Resim dosyaları
 msgid All files
 msgstr Tüm dosyalar
 
-#: ../settings/main.c:1356
+#: ../settings/main.c:1363
 #, c-format
 msgid Screen %d, Monitor %d (%s)
 msgstr Ekran %d, Monitör %d (%s)
 
-#: ../settings/main.c:1360
+#: ../settings/main.c:1367
 #, c-format
 msgid Screen %d, Monitor %d
 msgstr Ekran %d, Monitör %d
 
-#: ../settings/main.c:1363
+#: ../settings/main.c:1370
 #, c-format
 msgid Screen %d
 msgstr Ekran %d
 
-#: ../settings/main.c:1368
+#: ../settings/main.c:1375
 #, c-format
 msgid Monitor %d (%s)
 msgstr Ekran %d (%s)
 
-#: ../settings/main.c:1372
+#: ../settings/main.c:1379
 #, c-format
 msgid Monitor %d
 msgstr Monitör %d
 
-#: ../settings/main.c:1631
+#: ../settings/main.c:1638
 msgid Settings manager socket
 msgstr Ayarlar yöneticisi yuvası
 
-#: ../settings/main.c:1631
+#: ../settings/main.c:1638
 msgid SOCKET ID
 msgstr YUVA ID'Sİ
 
-#: ../settings/main.c:1632
+#: ../settings/main.c:1639
 msgid Version information
 msgstr Sürüm bilgisi
 
-#: ../settings/main.c:1649
+#: ../settings/main.c:1656
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Kullanım için '%s --help' yazın.
 
-#: ../settings/main.c:1661
+#: ../settings/main.c:1668
 msgid The Xfce development team. All rights reserved.
 msgstr Xfce geliştirici takımı. Tüm hakları saklıdır.
 
-#: ../settings/main.c:1662
+#: ../settings/main.c:1669
 #, c-format
 msgid Please report bugs to %s.
 msgstr Lütfen hataları bize bildirin: %s.
 
-#: ../settings/main.c:1669
+#: ../settings/main.c:1676
 msgid Desktop Settings
 msgstr Masaüstü Ayarları
 
-#: ../settings/main.c:1671
+#: ../settings/main.c:1678
 msgid Unable to contact settings server
 msgstr Xfce ayar sunucusu ile bağlantı kurulamıyor
 
@@ -344,7 +344,7 @@ msgstr Yakınlaştırılmış
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:37
 #, fuzzy
 msgid _Change the background (in minutes):
-msgstr Arkaplanı _değiştir(dakikalar içinde):
+msgstr Arkaplanı _değiştir (dakikalar içinde):
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:38
 msgid _None
@@ -466,9 +466,8 @@ msgid Show s_ticky windows only in active workspace
 msgstr Gölgeli pencereleri sadece _aktif çalışma alanında göster
 
 #: ../settings/xfdesktop-settings-ui.glade.h:32
-#, fuzzy
 msgid Show t_humbnails
-msgstr Küçük resimleri göster.
+msgstr Küçük resimleri göster
 
 #: ../settings/xfdesktop-settings-ui.glade.h:33
 msgid Show workspace _names in list
@@ -517,29 +516,24 @@ msgid Display version information
 msgstr Sürüm bilgisini göster
 
 #: ../src/main.c:244
-#, fuzzy
 msgid Reload all settings, refresh image list
-msgstr --reload  Tüm ayarları geri yükle, resim listesini güncelle\n
+msgstr Tüm ayarları geri yükle, resim listesini güncelle
 
 #: ../src/main.c:245
-#, fuzzy
 msgid Pop up the menu (at the current mouse position)
-msgstr --menuMenüyü aç (fare imleci konumunda)\n
+msgstr Menüyü aç (fare imleci konumunda)
 
 #: ../src/main.c:246
-#, fuzzy
 msgid Pop up the window list (at the current mouse position)
-msgstr --windowlist  Pencere listesini aç (fare imleci konumunda)\n
+msgstr Pencere listesini aç (fare imleci konumunda)
 
 #: ../src/main.c:248
-#, fuzzy
 msgid Automatically arrange all the icons on the desktop
 msgstr Masaüstü simgerlerini otomatik olarak sırala
 
 #: ../src/main.c:250
-#, fuzzy
 msgid Cause xfdesktop to quit
-msgstr --quitXfdesktop'ın kapanmasına neden olur\n
+msgstr Xfdesktop'ın kapanmasına neden olur
 
 #: ../src/main.c:270
 #, c-format
@@ -718,7 +712,7 @@ msgid _Open in New Window
 msgstr Y_eni Pencerede Aç
 
 #: ../src/xfdesktop-file-icon-manager.c:1425
-#: ../src/xfdesktop-special-file-icon.c:501 ../src/xfdesktop-volume-icon.c:683
+#: ../src/xfdesktop-special-file-icon.c:505 ../src/xfdesktop-volume-icon.c:691
 msgid _Open
 msgstr _Aç
 
@@ -767,16 +761,15 @@ msgid _Rename...
 msgstr _Yeniden Adlandır...
 
 #: ../src/xfdesktop-file-icon-manager.c:1724
-#, fuzzy
 msgid Arrange 

[Xfce4-commits] mousepad:master l10n: Added Lithuanian language

2012-05-06 Thread Transifex
Updating branch refs/heads/master
 to 3acc1ddcbd93110709cca48c99fb07da3a4f3f05 (commit)
   from b2dd6be60f6b201b5b99497ecd7c9c7e2b3d09cf (commit)

commit 3acc1ddcbd93110709cca48c99fb07da3a4f3f05
Author: Algimantas Margevičius margevicius.algiman...@gmail.com
Date:   Sun May 6 14:44:22 2012 +0200

l10n: Added Lithuanian language

New status: 100 messages complete with 0 fuzzies and 147 untranslated.

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

 po/{hr.po = lt.po} |  444 ---
 1 files changed, 212 insertions(+), 232 deletions(-)

diff --git a/po/hr.po b/po/lt.po
similarity index 73%
copy from po/hr.po
copy to po/lt.po
index 3ceb561..7ae349b 100644
--- a/po/hr.po
+++ b/po/lt.po
@@ -1,24 +1,23 @@
-# Croatian translation for mousepad package.
+# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the mousepad package.
+# This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR EMAIL@ADDRESS, YEAR.
+# Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: mousepad\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2012-05-05 20:09+\n
-PO-Revision-Date: 2012-05-06 00:21+0100\n
-Last-Translator: Ivica Kolić ik...@yahoo.com\n
-Language-Team: Croatian ik...@yahoo.com\n
+PO-Revision-Date: 2012-05-06 15:43+0300\n
+Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
+Language-Team: Lietuvių \n
 Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
-X-Poedit-Language: Croatian\n
-X-Poedit-Country: CROATIA\n
-X-Poedit-SourceCharset: utf-8\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
+%10010 || n%100=20) ? 1 : 2)\n
 
 #: ../mousepad/main.c:53
 msgid Do not register with the D-BUS session message bus
@@ -30,18 +29,17 @@ msgstr 
 
 #: ../mousepad/main.c:56
 msgid Print version information and exit
-msgstr Ispiši informaciju o verziji i izađi
+msgstr Parodyti versijos informaciją ir išeiti
 
 #. default application name
-#: ../mousepad/main.c:80
-#: ../Mousepad.desktop.in.in.h:1
+#: ../mousepad/main.c:80 ../Mousepad.desktop.in.in.h:1
 msgid Mousepad
 msgstr Mousepad
 
 #. initialize gtk+
 #: ../mousepad/main.c:92
 msgid [FILES...]
-msgstr [DATOTEKE...]
+msgstr [FAILAI...]
 
 #. no error message, the gui initialization failed
 #: ../mousepad/main.c:98
@@ -50,80 +48,83 @@ msgstr 
 
 #: ../mousepad/main.c:115
 msgid The Xfce development team. All rights reserved.
-msgstr Xfce razvojni tim.Sva prava pridržana.
+msgstr Xfce kūrėjų komanda. Visos teisės saugomos.
 
 #: ../mousepad/main.c:116
 #, c-format
 msgid Please report bugs to %s.
-msgstr Molim prijavite probleme  %s.
+msgstr Apie klaidas praneškite %s.
 
 #: ../mousepad/mousepad-dialogs.c:41
 msgid Mousepad is a fast text editor for the Xfce Desktop Environment.
-msgstr Mousepad je brzi uređivač teksta za Xfce radno okruženje.
+msgstr 
 
 #: ../mousepad/mousepad-dialogs.c:50
 msgid translator-credits
-msgstr Ivica Kolić ik...@yahoo.com
+msgstr Algimantas Margevičius margevicius.algiman...@gmail.com
 
 #. display an error message to the user
 #: ../mousepad/mousepad-dialogs.c:125
 msgid Failed to open the documentation browser
-msgstr Neuspjelo otvaranje preglednika dokumentacije
+msgstr Nepavyko atverti dokumentacijos naršyklės
 
 #. build dialog
 #: ../mousepad/mousepad-dialogs.c:143
 msgid Select Tab Size
-msgstr Odaberi veličinu kartice
+msgstr 
 
 #. build the dialog
 #: ../mousepad/mousepad-dialogs.c:224
 msgid Go To
-msgstr 
+msgstr Eiti į
 
 #: ../mousepad/mousepad-dialogs.c:246
 msgid _Line number:
-msgstr _Broj retka:
+msgstr _Eilutės numeris:
 
 #: ../mousepad/mousepad-dialogs.c:265
 msgid C_olumn number:
-msgstr B_roj stupca:
+msgstr _Stulpelio numeris:
 
 #: ../mousepad/mousepad-dialogs.c:323
 msgid Remove all entries from the documents history?
-msgstr Ukloniti sve unose iz povijesti dokumenata?
+msgstr 
 
 #: ../mousepad/mousepad-dialogs.c:328
 msgid Clear Documents History
-msgstr Očisti povijest dokumenata
+msgstr Išvalyti dokumentų istoriją
 
 #: ../mousepad/mousepad-dialogs.c:331
-msgid Clearing the documents history will permanently remove all currently 
listed entries.
-msgstr Čišćenje povijesti dokumenata će trajno ukloniti sve trenutno 
izlistane unose.
+msgid 
+Clearing the documents history will permanently remove all currently listed 
+entries.
+msgstr 
 
 #: ../mousepad/mousepad-dialogs.c:362
 msgid Do you want to save the changes before closing?
-msgstr Želite li spremiti promjene prije zatvaranja?
+msgstr 
 
 #: ../mousepad/mousepad-dialogs.c:363
 msgid Save Changes
-msgstr Spremi promjene
+msgstr Išsaugoti pakeitimus
 
 #: ../mousepad/mousepad-dialogs.c:364
 msgid _Don't Save
-msgstr 

[Xfce4-commits] xfce4-session:xfce-4.10 l10n: Updated Turkish (tr) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to c9595661727f520da82f98270847f976b994e80b (commit)
   from 1f0daa856adb5a4a7376a241a265565adb351bfc (commit)

commit c9595661727f520da82f98270847f976b994e80b
Author: necdetyucel necdetyu...@gmail.com
Date:   Sun May 6 15:26:58 2012 +0200

l10n: Updated Turkish (tr) translation to 100%

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

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

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

diff --git a/po/tr.po b/po/tr.po
index 9216ddd..2f76197 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -231,7 +231,7 @@ msgstr 
 
 #: ../settings/session-editor.c:174
 msgid _Proceed
-msgstr 
+msgstr _Devam et
 
 #: ../settings/session-editor.c:212
 #, c-format
@@ -386,7 +386,6 @@ msgid Failed to edit item \%s\
 msgstr \%s\' düzenleme başarısız.
 
 #: ../settings/xfae-window.c:414
-#, fuzzy
 msgid Failed to toggle item
 msgstr Öğe değiştirilemedi
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfwm4:xfce-4.10 l10n: Updated Turkish (tr) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to d22269b9e460dc73438b6323c73be7a49b48302b (commit)
   from 2dd1ac911de08b7877e5e199b94ceb2a02093d51 (commit)

commit d22269b9e460dc73438b6323c73be7a49b48302b
Author: necdetyucel necdetyu...@gmail.com
Date:   Sun May 6 15:31:42 2012 +0200

l10n: Updated Turkish (tr) translation to 100%

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

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

 po/tr.po |5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index bf87d6f..a31346d 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -11,7 +11,7 @@ msgid 
 msgstr 
 Project-Id-Version: tr\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-05-06 06:21+\n
+POT-Creation-Date: 2012-05-06 11:42+\n
 PO-Revision-Date: 2009-01-30 21:31+0200\n
 Last-Translator: Gökmen Görgen gkmng...@gmail.com\n
 Language-Team: Turkish tur...@pardus.org.tr\n
@@ -676,9 +676,8 @@ msgid At the _center of the screen
 msgstr Ekranın merkezin_de
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:9
-#, fuzzy
 msgid Automatically _tile windows when moving toward the screen edge
-msgstr Ekran kenarına doğru taşındığında pencereleri otomatik olarak yakala
+msgstr Ekran köşesine doğru taşındığında pencereleri otomatik olarak _döşe
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:10
 msgid By default, place windows:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfdesktop:xfce-4.10 l10n: Updated Turkish (tr) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 0aa0f5681737f2dce7066fd4e188b33535bd4229 (commit)
   from 496268dcd15406aa4f346f06673b4557bd15da7a (commit)

commit 0aa0f5681737f2dce7066fd4e188b33535bd4229
Author: necdetyucel necdetyu...@gmail.com
Date:   Sun May 6 15:34:50 2012 +0200

l10n: Updated Turkish (tr) translation to 100%

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

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

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

diff --git a/po/tr.po b/po/tr.po
index 12997d2..c84edfb 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -239,11 +239,10 @@ msgid Increase or decrease the color saturation of the 
final image
 msgstr Son resmin doygunluğunu yükselt veya azalt
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:16
-#, fuzzy
 msgid 
 Number of minutes before a different background is randomly selected from 
 the list.
-msgstr Arkaplanın değişmesi içn gereken dakika listeden rastgele seçilir.
+msgstr Kaç dakikada bir arkaplanın değişeceği listeden rastgele seçilir.
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:17
 msgid Remove the selected image(s) from the list
@@ -342,9 +341,8 @@ msgid Zoomed
 msgstr Yakınlaştırılmış
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:37
-#, fuzzy
 msgid _Change the background (in minutes):
-msgstr Arkaplanı _değiştir (dakikalar içinde):
+msgstr Arkaplanı _değiştir (dakika):
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:38
 msgid _None
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-settings:xfce-4.10 l10n: Updated Turkish (tr) translation to 98%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to f9d23a258f21235783a8dbfbf7552955935b5c80 (commit)
   from 3aed467f84dfba460b9f18f8448f14665966d7d9 (commit)

commit f9d23a258f21235783a8dbfbf7552955935b5c80
Author: necdetyucel necdetyu...@gmail.com
Date:   Sun May 6 15:43:21 2012 +0200

l10n: Updated Turkish (tr) translation to 98%

New status: 326 messages complete with 3 fuzzies and 1 untranslated.

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

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

diff --git a/po/tr.po b/po/tr.po
index 951623c..ebceffc 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -563,9 +563,8 @@ msgid R_esolution:
 msgstr Çözünür_lük:
 
 #: ../dialogs/display-settings/display-dialog.glade.h:4
-#, fuzzy
 msgid Ref_lection:
-msgstr Çözünür_lük:
+msgstr _Yansıma:
 
 #: ../dialogs/display-settings/display-dialog.glade.h:5
 msgid Refresh _rate:
@@ -1143,14 +1142,12 @@ msgid Enable hori_zontal scrolling
 msgstr Yat_ay kaydırmayı etkinleştir
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:16
-#, fuzzy
 msgid Half (left-handed)
-msgstr _Solak
+msgstr Yarım (solak)
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:17
-#, fuzzy
 msgid Mouse (relative)
-msgstr bFare Öykünümü/b
+msgstr Fare (göreceli)
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:18
 #: ../dialogs/mouse-settings/xfce-mouse-settings.desktop.in.h:2
@@ -1158,9 +1155,8 @@ msgid Mouse and Touchpad
 msgstr Fare ve Touchpad
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:19
-#, fuzzy
 msgid None (right-handed)
-msgstr S_ağlak
+msgstr Hiçbiri (sağ elini kullanan)
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:20
 #, fuzzy
@@ -1210,9 +1206,8 @@ msgid T_ouchpad
 msgstr T_ouchpad
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:31
-#, fuzzy
 msgid Table_t
-msgstr Table_t
+msgstr Tablo_t
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:32
 msgid Th_reshold:
@@ -1296,9 +1291,8 @@ msgid _Left-handed
 msgstr _Solak
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:48
-#, fuzzy
 msgid _Right-handed
-msgstr S_ağlak
+msgstr _Sağ elini kullanan
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:49
 msgid _Rotation:
@@ -1363,9 +1357,8 @@ msgid Empty
 msgstr Boş
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:451
-#, fuzzy
 msgid Array
-msgstr Düzen
+msgstr Dizi
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:456
 #: ../xfce4-settings-editor/xfce-settings-prop-dialog.c:91
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-settings:xfce-4.10 l10n: Updated Turkish (tr) translation to 99%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 8d0f827cd3c290aeccb911bc248dc827b06bffbf (commit)
   from f9d23a258f21235783a8dbfbf7552955935b5c80 (commit)

commit 8d0f827cd3c290aeccb911bc248dc827b06bffbf
Author: necdetyucel necdetyu...@gmail.com
Date:   Sun May 6 15:55:07 2012 +0200

l10n: Updated Turkish (tr) translation to 99%

New status: 329 messages complete with 1 fuzzy and 0 untranslated.

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

 po/tr.po |8 +++-
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index ebceffc..8f9e555 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -579,7 +579,6 @@ msgid _Use this output
 msgstr B_u çıktıyı kullan
 
 #: ../dialogs/display-settings/minimal-display-dialog.glade.h:1
-#, fuzzy
 msgid Both displays cloned
 msgstr İki ekran da aynalandı
 
@@ -1012,8 +1011,9 @@ msgstr Öntanımlı Uygulama
 
 #: ../dialogs/mime-settings/xfce-mime-window.c:479
 #: ../dialogs/mime-settings/xfce-mime-window.c:604
+#, fuzzy
 msgid User Set
-msgstr 
+msgstr Kullanıcı Kümesi
 
 #. sort the names but keep Default on top
 #: ../dialogs/mime-settings/xfce-mime-window.c:481
@@ -1159,9 +1159,8 @@ msgid None (right-handed)
 msgstr Hiçbiri (sağ elini kullanan)
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:20
-#, fuzzy
 msgid Pen (absolute)
-msgstr Kalem
+msgstr Kalem (kesin)
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:21
 msgid Pointer Speed
@@ -1244,7 +1243,6 @@ msgid Ti_me:
 msgstr Za_man:
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:38
-#, fuzzy
 msgid Tr_acking mode:
 msgstr İzl_eme kipi:
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:xfce-4.10 l10n: Updated Turkish (tr) translation to 97%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 4b65fc62bdc9078546c30610358752486479e901 (commit)
   from 5f0a8a9666d30f03457529d2719945e0c3c1af4b (commit)

commit 4b65fc62bdc9078546c30610358752486479e901
Author: necdetyucel necdetyu...@gmail.com
Date:   Sun May 6 16:11:05 2012 +0200

l10n: Updated Turkish (tr) translation to 97%

New status: 377 messages complete with 10 fuzzies and 0 untranslated.

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

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

diff --git a/po/tr.po b/po/tr.po
index 008b3d4..f91cb75 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -641,7 +641,6 @@ msgid Welcome to the first start of the panel
 msgstr Panelin ilk çalışmasına hoşgeldiniz
 
 #: ../migrate/main.c:125
-#, fuzzy
 msgid 
 Because the panel moved to a new system for storing the settings, it has to 
 load a fresh initial configuration.
@@ -1601,7 +1600,6 @@ msgid Adds a separator or space between panel items
 msgstr Panel öğeleri arasına boşluk veya ayraç ekler
 
 #: ../plugins/showdesktop/showdesktop.c:210
-#, fuzzy
 msgid Restore the minimized windows
 msgstr Gizlenmiş pencereleri geri getir
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:xfce-4.10 l10n: Updated Turkish (tr) translation to 98%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 9be7afd63f2f7e531145ceeaf0bb6ebd4c107c47 (commit)
   from 4b65fc62bdc9078546c30610358752486479e901 (commit)

commit 9be7afd63f2f7e531145ceeaf0bb6ebd4c107c47
Author: necdetyucel necdetyu...@gmail.com
Date:   Sun May 6 16:13:57 2012 +0200

l10n: Updated Turkish (tr) translation to 98%

New status: 383 messages complete with 4 fuzzies and 0 untranslated.

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

 po/tr.po |   10 ++
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index f91cb75..ab121cb 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -415,9 +415,8 @@ msgid C_olor:
 msgstr R_enk:
 
 #: ../panel/panel-preferences-dialog.glade.h:10
-#, fuzzy
 msgid D_isplay
-msgstr G_örüntüle
+msgstr Gö_rüntüle
 
 #: ../panel/panel-preferences-dialog.glade.h:11
 msgid Deskbar
@@ -1045,7 +1044,6 @@ msgid F_uzziness:
 msgstr B_elirsizlik:
 
 #: ../plugins/clock/clock-dialog.glade.h:12
-#, fuzzy
 msgid Fl_ash time separators
 msgstr Zaman ayraçlarını _parlat
 
@@ -1562,9 +1560,8 @@ msgstr 
 görünümünü göster
 
 #: ../plugins/pager/pager-dialog.glade.h:5
-#, fuzzy
 msgid Show mi_niature view
-msgstr Küçük görünüm göster
+msgstr Kü_çük görünüm göster
 
 #: ../plugins/pager/pager-dialog.glade.h:6
 msgid Switch workspaces using the mouse _wheel
@@ -1694,7 +1691,6 @@ msgid Restore minimized windows to current _workspace
 msgstr Küçültülmüş pencereyi mevcut _çalışma alanına geri yükle
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:11
-#, fuzzy
 msgid Show _flat buttons
 msgstr _Düz düğmeleri göster
 
@@ -1752,7 +1748,6 @@ msgid Mi_nimize All
 msgstr Hepsini _küçült
 
 #: ../plugins/tasklist/tasklist-widget.c:3211
-#, fuzzy
 msgid Un_minimize All
 msgstr Tümü en _son boyuta
 
@@ -1761,7 +1756,6 @@ msgid Ma_ximize All
 msgstr Hepsini _büyüt
 
 #: ../plugins/tasklist/tasklist-widget.c:3226
-#, fuzzy
 msgid _Unmaximize All
 msgstr Tümü _normal boyuta
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:xfce-4.10 l10n: Updated Turkish (tr) translation to 99%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to a4be3105e469adf5c030b02fecd4b13ae5ff9167 (commit)
   from 9be7afd63f2f7e531145ceeaf0bb6ebd4c107c47 (commit)

commit a4be3105e469adf5c030b02fecd4b13ae5ff9167
Author: necdetyucel necdetyu...@gmail.com
Date:   Sun May 6 16:17:10 2012 +0200

l10n: Updated Turkish (tr) translation to 99%

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

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

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

diff --git a/po/tr.po b/po/tr.po
index ab121cb..5fd1f0e 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1627,9 +1627,8 @@ msgstr 
 alan kullanılamaz olacak.
 
 #: ../plugins/systray/systray.c:870
-#, fuzzy
 msgid The notification area lost selection
-msgstr Sistem çekmece yöneticisi seçimi kaybetti
+msgstr Bildirim alanı seçimi kaybetti
 
 #: ../plugins/systray/systray.c:1023
 msgid Are you sure you want to clear the list of known applications?
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] gigolo:master Add new command-line option to auto connect bookmarks

2012-05-06 Thread Enrico Tröger
Updating branch refs/heads/master
 to 4dfba2d40e3d5bd287fa472908484b5727b4131a (commit)
   from e800fd648fa1def4e8d0c5bf91bc6912699b28e0 (commit)

commit 4dfba2d40e3d5bd287fa472908484b5727b4131a
Author: Enrico Tröger enr...@xfce.org
Date:   Sun May 6 16:43:03 2012 +0200

Add new command-line option to auto connect bookmarks

 gigolo.1.in |2 ++
 src/main.c  |   40 
 2 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/gigolo.1.in b/gigolo.1.in
index e5efe6b..01a2da5 100644
--- a/gigolo.1.in
+++ b/gigolo.1.in
@@ -13,6 +13,8 @@ bookmarks to such.
 Homepage: http://www.uvena.de/gigolo/
 .SH OPTIONS
 If called without any arguments, the Gigolo main window is shown.
+.IP \fB-a\fP, \fB\-\-auto\-connect\fP  10
+Connect all bookmarks which are marked as 'auto connect' and exit.
 .IP \fB-i\fP, \fB\-\-new-instance\fP  10
 Don't find and show an already running instance of Gigolo, instead
 force opening a new instance.
diff --git a/src/main.c b/src/main.c
index 903ebae..3a3b705 100644
--- a/src/main.c
+++ b/src/main.c
@@ -39,10 +39,12 @@
 static gboolean show_version = FALSE;
 static gboolean list_schemes = FALSE;
 static gboolean new_instance = FALSE;
+static gboolean auto_connect = FALSE;
 extern gboolean verbose_mode;
 
 static GOptionEntry cli_options[] =
 {
+   { auto-connect, 'a', 0, G_OPTION_ARG_NONE, auto_connect, N_(Connect 
all bookmarks marked as 'auto connect' and exit), NULL },
{ new-instance, 'i', 0, G_OPTION_ARG_NONE, new_instance, N_(Ignore 
running instances, enforce opening a new instance), NULL },
{ list-schemes, 'l', 0, G_OPTION_ARG_NONE, list_schemes, N_(Print a 
list of supported URI schemes), NULL },
{ verbose, 'v', 0, G_OPTION_ARG_NONE, verbose_mode, N_(Be 
verbose), NULL },
@@ -51,6 +53,37 @@ static GOptionEntry cli_options[] =
 };
 
 
+static gboolean auto_connect_bookmarks(void)
+{
+   GigoloBackendGVFS *backend_gvfs;
+   GigoloSettings *settings;
+   GigoloBookmarkList *bookmarks;
+   GigoloBookmark *bm;
+   guint i;
+   gchar *uri;
+
+   backend_gvfs = gigolo_backend_gvfs_new();
+   settings = gigolo_settings_new();
+   bookmarks = gigolo_settings_get_bookmarks(settings);
+
+   for (i = 0; i  bookmarks-len; i++)
+   {
+   bm = g_ptr_array_index(bookmarks, i);
+   if (gigolo_bookmark_get_autoconnect(bm)  ! 
gigolo_bookmark_get_should_not_autoconnect(bm))
+   {
+   uri = gigolo_bookmark_get_uri_escaped(bm);
+   /* Mounting happens asynchronously here and so we don't 
wait until it is finished
+* nor de we get any feedback or errors.
+* TODO make this synchronous(looping and checking) and 
check for errors */
+   gigolo_backend_gvfs_mount_uri(backend_gvfs, uri, NULL, 
NULL, FALSE);
+   g_free(uri);
+   }
+   }
+
+   return TRUE;
+}
+
+
 static void print_supported_schemes(void)
 {
const gchar* const *supported;
@@ -102,6 +135,13 @@ gint main(gint argc, gchar** argv)
return EXIT_SUCCESS;
}
 
+   if (auto_connect)
+   {
+   gboolean ret = auto_connect_bookmarks();
+
+   return ret ? EXIT_SUCCESS : EXIT_FAILURE;
+   }
+
if (! new_instance)
{
gis = gigolo_single_instance_new();
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:stephan/gtk3 Now the icon-view is crippled, but it compiles with --disable-debug

2012-05-06 Thread Stephan Arts
Updating branch refs/heads/stephan/gtk3
 to db326ac08259d25df757dad3a5a7fb6f7cd972d0 (commit)
   from 91a590a2d91f977d290351966b07849ba9ebe1c2 (commit)

commit db326ac08259d25df757dad3a5a7fb6f7cd972d0
Author: Stephan Arts step...@xfce.org
Date:   Sun May 6 17:02:25 2012 +0200

Now the icon-view is crippled, but it compiles with --disable-debug

 exo/exo-icon-view.c |  136 +--
 1 files changed, 78 insertions(+), 58 deletions(-)

diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
index 05d1b1f..d995849 100644
--- a/exo/exo-icon-view.c
+++ b/exo/exo-icon-view.c
@@ -206,7 +206,7 @@ static void exo_icon_view_layout
 (ExoIco
 static void exo_icon_view_paint_item 
(ExoIconView*icon_view,
   
ExoIconViewItem*item,
   
GdkRectangle   *area,
-  
GdkDrawable*drawable,
+  
cairo_surface_t*surface,
   gint 
   x,
   gint 
   y,
   
gbooleandraw_focus);
@@ -474,8 +474,6 @@ struct _ExoIconViewPrivate
   gboolean doing_rubberband;
   gint rubberband_x_1, rubberband_y_1;
   gint rubberband_x2, rubberband_y2;
-  GdkGC *rubberband_border_gc;
-  GdkGC *rubberband_fill_gc;
 
   gint scroll_timeout_id;
   gint scroll_value_diff;
@@ -578,7 +576,8 @@ static guint icon_view_signals[LAST_SIGNAL];
 
 
 G_DEFINE_TYPE_WITH_CODE (ExoIconView, exo_icon_view, GTK_TYPE_CONTAINER,
-G_IMPLEMENT_INTERFACE (GTK_TYPE_CELL_LAYOUT, 
exo_icon_view_cell_layout_init))
+{ G_IMPLEMENT_INTERFACE (GTK_TYPE_CELL_LAYOUT, 
exo_icon_view_cell_layout_init)
+G_IMPLEMENT_INTERFACE (GTK_TYPE_SCROLLABLE, NULL)});
 
 
 
@@ -973,22 +972,6 @@ exo_icon_view_class_init (ExoIconViewClass *klass)
   G_TYPE_NONE, 0);
 
   /**
-   * ExoIconView::set-scroll-adjustments:
-   * @icon_view   : a #ExoIconView.
-   * @hadjustment : the new horizontal #GtkAdjustment.
-   * @vadjustment : the new vertical #GtkAdjustment.
-   **/
-  gtkwidget_class-set_scroll_adjustments_signal =
-g_signal_new (I_(set-scroll-adjustments),
-  G_TYPE_FROM_CLASS (gobject_class),
-  G_SIGNAL_RUN_LAST,
-  G_STRUCT_OFFSET (ExoIconViewClass, set_scroll_adjustments),
-  NULL, NULL,
-  _exo_marshal_VOID__OBJECT_OBJECT,
-  G_TYPE_NONE, 2,
-  GTK_TYPE_ADJUSTMENT, GTK_TYPE_ADJUSTMENT);
-
-  /**
* ExoIconView::select-all:
* @icon_view : a #ExoIconView.
**/
@@ -1152,7 +1135,7 @@ exo_icon_view_init (ExoIconView *icon_view)
   icon_view-priv-text_cell = -1;
   icon_view-priv-pixbuf_cell = -1;
 
-  GTK_WIDGET_SET_FLAGS (icon_view, GTK_CAN_FOCUS);
+  gtk_widget_set_can_focus (GTK_WIDGET (icon_view), TRUE);
 
   exo_icon_view_set_adjustments (icon_view, NULL, NULL);
 
@@ -1416,21 +1399,23 @@ exo_icon_view_realize (GtkWidget *widget)
   ExoIconViewPrivate *priv = EXO_ICON_VIEW (widget)-priv;
   GdkWindowAttr   attributes;
   gintattributes_mask;
+  GtkAllocation   allocation;
   GdkWindow  *window;
 
-  GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED);
+  gtk_widget_set_realized (widget, TRUE);
+  gtk_widget_get_allocation (widget, allocation);
 
   /* Allocate the clipping window */
   attributes.window_type = GDK_WINDOW_CHILD;
-  attributes.x = widget-allocation.x;
-  attributes.y = widget-allocation.y;
-  attributes.width = widget-allocation.width;
-  attributes.height = widget-allocation.height;
+  attributes.x = allocation.x;
+  attributes.y = allocation.y;
+  attributes.width = allocation.width;
+  attributes.height = allocation.height;
   attributes.wclass = GDK_INPUT_OUTPUT;
   attributes.visual = gtk_widget_get_visual (widget);
-  attributes.colormap = gtk_widget_get_colormap (widget);
   attributes.event_mask = GDK_VISIBILITY_NOTIFY_MASK;
-  attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL | GDK_WA_COLORMAP;
+  attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL;
+
   window = gdk_window_new (gtk_widget_get_parent_window (widget), attributes, 
attributes_mask);
   gtk_widget_set_window (widget, window);
   gdk_window_set_user_data (window, widget);
@@ -1438,8 +1423,8 @@ exo_icon_view_realize (GtkWidget *widget)
   /* Allocate the icons window */
   attributes.x = 0;
   attributes.y = 0;
-  attributes.width = MAX (priv-width, widget-allocation.width);
-  attributes.height = MAX 

[Xfce4-commits] mousepad:master l10n: Updated Lithuanian (lt) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/master
 to b733a6ea3a39b8840ebb74dfffe2584b18bbadcb (commit)
   from 3acc1ddcbd93110709cca48c99fb07da3a4f3f05 (commit)

commit b733a6ea3a39b8840ebb74dfffe2584b18bbadcb
Author: Algimantas Margevičius margevicius.algiman...@gmail.com
Date:   Sun May 6 17:08:36 2012 +0200

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |  292 --
 1 files changed, 151 insertions(+), 141 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 7ae349b..8a471f5 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -9,7 +9,7 @@ msgstr 
 Project-Id-Version: mousepad\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2012-05-05 20:09+\n
-PO-Revision-Date: 2012-05-06 15:43+0300\n
+PO-Revision-Date: 2012-05-06 18:03+0300\n
 Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
 Language-Team: Lietuvių \n
 Language: \n
@@ -21,11 +21,11 @@ msgstr 
 
 #: ../mousepad/main.c:53
 msgid Do not register with the D-BUS session message bus
-msgstr 
+msgstr Neregistruoti su D-BUS sesijos pranešimų magistrale
 
 #: ../mousepad/main.c:54
 msgid Quit a running Mousepad instance
-msgstr 
+msgstr Užverti aktyvią Mousepad kopiją
 
 #: ../mousepad/main.c:56
 msgid Print version information and exit
@@ -44,7 +44,7 @@ msgstr [FAILAI...]
 #. no error message, the gui initialization failed
 #: ../mousepad/main.c:98
 msgid Failed to open display.
-msgstr 
+msgstr Nepavyko atverti ekrano.
 
 #: ../mousepad/main.c:115
 msgid The Xfce development team. All rights reserved.
@@ -58,6 +58,7 @@ msgstr Apie klaidas praneškite %s.
 #: ../mousepad/mousepad-dialogs.c:41
 msgid Mousepad is a fast text editor for the Xfce Desktop Environment.
 msgstr 
+Mousepad yra greitas teksto redaktorius skirtas Xfce darbastalio aplinkai.
 
 #: ../mousepad/mousepad-dialogs.c:50
 msgid translator-credits
@@ -71,7 +72,7 @@ msgstr Nepavyko atverti dokumentacijos naršyklės
 #. build dialog
 #: ../mousepad/mousepad-dialogs.c:143
 msgid Select Tab Size
-msgstr 
+msgstr Pasirinkite kortelės dydį
 
 #. build the dialog
 #: ../mousepad/mousepad-dialogs.c:224
@@ -88,7 +89,7 @@ msgstr _Stulpelio numeris:
 
 #: ../mousepad/mousepad-dialogs.c:323
 msgid Remove all entries from the documents history?
-msgstr 
+msgstr Pašalinti visus įrašus iš dokumentų istorijos?
 
 #: ../mousepad/mousepad-dialogs.c:328
 msgid Clear Documents History
@@ -99,10 +100,11 @@ msgid 
 Clearing the documents history will permanently remove all currently listed 
 entries.
 msgstr 
+Dokumentų istorijos išvalymas visam laikui išvalys visus pasirinktus įrašus.
 
 #: ../mousepad/mousepad-dialogs.c:362
 msgid Do you want to save the changes before closing?
-msgstr 
+msgstr Ar norite išsaugoti pakeitimus prieš užveriant?
 
 #: ../mousepad/mousepad-dialogs.c:363
 msgid Save Changes
@@ -115,28 +117,28 @@ msgstr _Nesaugoti
 #. secondary text
 #: ../mousepad/mousepad-dialogs.c:386
 msgid If you don't save the document, all the changes will be lost.
-msgstr 
+msgstr Jei neišsaugosite dokumento, visi pakeitimas bus prarasti.
 
 #: ../mousepad/mousepad-dialogs.c:408
 msgid 
 The document has been externally modified. Do you want to continue saving?
-msgstr 
+msgstr Dokumentas pasikeitė. Ar vistiek norite išsaugoti?
 
 #: ../mousepad/mousepad-dialogs.c:409
 msgid Externally Modified
-msgstr 
+msgstr Dokumentas pakeistas
 
 #: ../mousepad/mousepad-dialogs.c:410
 msgid If you don't save the document, all the external changes will be lost.
-msgstr 
+msgstr Jei neišsaugosite dokumento, visi pakeitimai bus prarasti.
 
 #: ../mousepad/mousepad-dialogs.c:438
 msgid Do you want to save your changes before reloading?
-msgstr 
+msgstr Ar prieš įkraunant iš naujo norite išsaugoti?
 
 #: ../mousepad/mousepad-dialogs.c:440
 msgid If you revert the file, all unsaved changes will be lost.
-msgstr 
+msgstr Jei atstatysite failą, visi neišsaugoti pakeitimas bus prarasti.
 
 #. pack button, add signal and tooltip
 #: ../mousepad/mousepad-document.c:591
@@ -151,11 +153,11 @@ msgstr Be pavadinimo
 #. create the header
 #: ../mousepad/mousepad-encoding-dialog.c:134
 msgid The document was not UTF-8 valid
-msgstr 
+msgstr Dokumentas nėra UTF-8 koduotės
 
 #: ../mousepad/mousepad-encoding-dialog.c:135
 msgid Please select an encoding below.
-msgstr 
+msgstr Pasirinkite kodavimą.
 
 #. encoding radio buttons
 #: ../mousepad/mousepad-encoding-dialog.c:147
@@ -300,17 +302,17 @@ msgstr Įvestyje klaidinga baitų keitimo seka
 #: ../mousepad/mousepad-file.c:875
 #, c-format
 msgid The file \%s\ you tried to reload does not exist anymore
-msgstr 
+msgstr Failas „%s“ kurį bandėte įkelti iš naujo daugiau nebeegzistuoja
 
 #: ../mousepad/mousepad-file.c:916
 #, c-format
 msgid Failed to read the status of \%s\
-msgstr 
+msgstr Nepavyko perskaityti „%s“ būseną
 
 #. set a custom tab label
 #: 

[Xfce4-commits] xfce4-dict:master l10n: Updated Lithuanian (lt) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/master
 to dd3d4c3c3c37e92fdb2c94585db25b6533fbd55d (commit)
   from bc209b1c3fca21c6d764c956ceeb21241689a5f1 (commit)

commit dd3d4c3c3c37e92fdb2c94585db25b6533fbd55d
Author: Algimantas Margevičius margevicius.algiman...@gmail.com
Date:   Sun May 6 17:09:43 2012 +0200

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |   65 ++---
 1 files changed, 32 insertions(+), 33 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 3d3c1ff..e150821 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,42 +3,41 @@
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR EMAIL@ADDRESS, YEAR.
 # Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: dict\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-01 05:27+\n
+POT-Creation-Date: 2012-05-06 14:00+\n
 PO-Revision-Date: 2012-02-01 11:52+0200\n
 Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
 Language-Team: Lietuvių \n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
-%10010 || n%100=20) ? 1 : 2)\n
+Language: \n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
(n%10010 || n%100=20) ? 1 : 2)\n
 
-#: ../panel-plugin/xfce4-dict-plugin.desktop.in.in.h:1
+#: ../panel-plugin/xfce4-dict-plugin.desktop.in.h:1
 msgid A plugin to query different dictionaries.
 msgstr Įskiepis skirtas užklausti skirtingus žodynus.
 
-#: ../panel-plugin/xfce4-dict-plugin.desktop.in.in.h:2
-#: ../src/xfce4-dict.desktop.in.h:2 ../lib/gui.c:734 ../lib/prefs.c:270
+#: ../panel-plugin/xfce4-dict-plugin.desktop.in.h:2
+#: ../src/xfce4-dict.desktop.in.h:2 ../lib/gui.c:736 ../lib/prefs.c:270
 msgid Dictionary
 msgstr Žodynas
 
-#: ../panel-plugin/xfce4-dict-plugin.c:347
-#: ../panel-plugin/xfce4-dict-plugin.c:473 ../src/xfce4-dict.c:200
-#: ../lib/spell.c:243 ../lib/gui.c:517
+#: ../panel-plugin/xfce4-dict-plugin.c:366
+#: ../panel-plugin/xfce4-dict-plugin.c:492 ../src/xfce4-dict.c:200
+#: ../lib/spell.c:243 ../lib/gui.c:516
 msgid Ready
 msgstr Pasiruošęs
 
-#: ../panel-plugin/xfce4-dict-plugin.c:413
+#: ../panel-plugin/xfce4-dict-plugin.c:431
 msgid Look up a word
 msgstr Ieškoti žodžio
 
-#: ../panel-plugin/xfce4-dict-plugin.c:444 ../lib/gui.c:758
+#: ../panel-plugin/xfce4-dict-plugin.c:467 ../lib/gui.c:766
 msgid Search term
 msgstr Paieškos frazė
 
@@ -83,7 +82,7 @@ msgstr [TEKSTAS]
 msgid Please report bugs to %s.
 msgstr Apie klaidas pranešti %s.
 
-#: ../src/xfce4-dict.desktop.in.h:1 ../lib/gui.c:957
+#: ../src/xfce4-dict.desktop.in.h:1 ../lib/gui.c:962
 msgid A client program to query different dictionaries.
 msgstr Kliento programa įvairių žodynų užklausimui.
 
@@ -129,7 +128,7 @@ msgstr Klaida vykdant „%s“ (%s).
 msgid Please set the spell check command in the preferences dialog.
 msgstr Prašom nustatymuose nustatyti rašybos tikrinimo programos komandą.
 
-#: ../lib/spell.c:208 ../lib/common.c:224
+#: ../lib/spell.c:208 ../lib/common.c:223
 msgid Invalid input
 msgstr Įvesta neteisingai
 
@@ -232,23 +231,23 @@ msgstr Išvalyti teksto laukelio turinį
 msgid _Start
 msgstr _Paleisti
 
-#: ../lib/common.c:189
+#: ../lib/common.c:188
 msgid The search URL is empty. Please check your preferences.
 msgstr Paieškos URL yra tuščias. Patikrinkite nustatymus.
 
-#: ../lib/common.c:195
+#: ../lib/common.c:194
 msgid Browser could not be opened. Please check your preferences.
 msgstr Naršyklės atverti nepavyko. Patikrinkite nustatymus.
 
-#: ../lib/common.c:234
+#: ../lib/common.c:233
 msgid Invalid non-UTF8 input
 msgstr Netinkama ne UTF-8 įvestis
 
-#: ../lib/common.c:608
+#: ../lib/common.c:607
 msgid Error
 msgstr Klaida
 
-#: ../lib/common.c:611
+#: ../lib/common.c:610
 msgid warning
 msgstr įspėjimas
 
@@ -315,47 +314,47 @@ msgstr Serverio informacija skirta „%s“
 msgid The server doesn't offer any databases.
 msgstr Serveris nesiūlo jokių duomenų bazių.
 
-#: ../lib/gui.c:344
+#: ../lib/gui.c:342
 msgid Copy Link
 msgstr Kopijuoti nuorodą
 
-#: ../lib/gui.c:672
+#: ../lib/gui.c:674
 msgid _File
 msgstr _Failas
 
-#: ../lib/gui.c:677 ../lib/gui.c:782
+#: ../lib/gui.c:679 ../lib/gui.c:787
 msgid Speed _Reader
 msgstr Greitasis _skaitymas
 
-#: ../lib/gui.c:698
+#: ../lib/gui.c:700
 msgid _Help
 msgstr _Žinynas
 
-#: ../lib/gui.c:803
+#: ../lib/gui.c:808
 msgid Search with:
 msgstr Ieškoti su:
 
-#: ../lib/gui.c:807
+#: ../lib/gui.c:812
 msgid _Dictionary Server
 msgstr _Žodyno serveris
 
-#: ../lib/gui.c:813
+#: ../lib/gui.c:818
 msgid _Web Service
 msgstr _Interneto tarnyba
 
-#: ../lib/gui.c:821
+#: ../lib/gui.c:826
 msgid _Spell Checker
 msgstr _Rašybos tikrinimas
 
-#: 

[Xfce4-commits] exo:stephan/gtk3 Fix deps

2012-05-06 Thread Stephan Arts
Updating branch refs/heads/stephan/gtk3
 to 25c2101212c9075f860bde3286c6905b11eb7293 (commit)
   from db326ac08259d25df757dad3a5a7fb6f7cd972d0 (commit)

commit 25c2101212c9075f860bde3286c6905b11eb7293
Author: Stephan Arts step...@xfce.org
Date:   Sun May 6 17:31:02 2012 +0200

Fix deps

 exo/exo-2.pc.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exo/exo-2.pc.in b/exo/exo-2.pc.in
index 11c97fe..43aebef 100644
--- a/exo/exo-2.pc.in
+++ b/exo/exo-2.pc.in
@@ -8,7 +8,7 @@ exo_csource=exo-csource
 
 Name: @PACKAGE_TARNAME@
 Description: Extension library for Xfce
-Requires: gtk+-2.0 libxfce4util-1.0
+Requires: gtk+-3.0 libxfce4util-2.0
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lexo-${exo_api_version}
 Cflags: -I${includedir}/exo-${exo_api_version}
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:xfce-4.10 l10n: Updated Turkish (tr) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 235b1b992361382ce4d06fa121da8d9e17b2c987 (commit)
   from 8c2fb3dacc6797be1586a81eccaa885c1a6e6b7a (commit)

commit 235b1b992361382ce4d06fa121da8d9e17b2c987
Author: necdetyucel necdetyu...@gmail.com
Date:   Sun May 6 18:10:26 2012 +0200

l10n: Updated Turkish (tr) translation to 100%

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

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

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

diff --git a/po/tr.po b/po/tr.po
index b4e5633..77f994d 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -11,7 +11,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-05-06 09:30+\n
+POT-Creation-Date: 2012-05-06 14:51+\n
 PO-Revision-Date: 2010-05-15 00:16+0300\n
 Last-Translator: Ayhan YALÇINSOY ayhanyalcin...@gmail.com\n
 Language-Team: Turkish kde-i18n-...@kde.org,xfce-i...@xfce.org\n
@@ -1550,7 +1550,6 @@ msgid Number of _rows:
 msgstr _Satır sayısı:
 
 #: ../plugins/pager/pager-dialog.glade.h:4
-#, fuzzy
 msgid 
 Show a miniature view of the workspace with rectangles for the visible 
 windows
@@ -1664,9 +1663,8 @@ msgid Always
 msgstr Daima
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:4
-#, fuzzy
 msgid D_raw window frame when hovering a button
-msgstr Düğme üzerindeyken pencere çerçevesini çiz
+msgstr Düğme üzerindeyken pencere çerçevesini _çiz
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:6
 msgid Group title and timestamp
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:stephan/gtk3 Use correct libxfce4util version.

2012-05-06 Thread Nick Schermer
Updating branch refs/heads/stephan/gtk3
 to 9d4c80bb860f37c57c3f0e394c8e8b19f94dec57 (commit)
   from 25c2101212c9075f860bde3286c6905b11eb7293 (commit)

commit 9d4c80bb860f37c57c3f0e394c8e8b19f94dec57
Author: Nick Schermer n...@xfce.org
Date:   Sun May 6 18:27:21 2012 +0200

Use correct libxfce4util version.

No need for a 2.0, since it only links to glib.

 exo/exo-2.pc.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exo/exo-2.pc.in b/exo/exo-2.pc.in
index 43aebef..73b28e6 100644
--- a/exo/exo-2.pc.in
+++ b/exo/exo-2.pc.in
@@ -8,7 +8,7 @@ exo_csource=exo-csource
 
 Name: @PACKAGE_TARNAME@
 Description: Extension library for Xfce
-Requires: gtk+-3.0 libxfce4util-2.0
+Requires: gtk+-3.0 libxfce4util-1.0
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lexo-${exo_api_version}
 Cflags: -I${includedir}/exo-${exo_api_version}
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-fsguard-plugin:master Added compatibility with xfce4-panel v.4.9.0+

2012-05-06 Thread Landry Breuil
Updating branch refs/heads/master
 to 7e9be0f33a4554723889f91e77e4196953c542c7 (commit)
   from d77215f604efbfc99578cf32a46daff143705402 (commit)

commit 7e9be0f33a4554723889f91e77e4196953c542c7
Author: Andrzej ndrwr...@gmail.com
Date:   Mon May 7 02:09:33 2012 +0900

Added compatibility with xfce4-panel v.4.9.0+

Add support for mode callback and honour nrows.
Signed-off-by: Landry Breuil lan...@xfce.org

 panel-plugin/fsguard.c |   93 +++
 1 files changed, 77 insertions(+), 16 deletions(-)

diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index 715b1c9..8e32f23 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -61,6 +61,12 @@
 #define COLOR_WARNING   #FFE500
 #define COLOR_URGENT#FF4F00
 
+#ifdef LIBXFCE4PANEL_CHECK_VERSION
+#if LIBXFCE4PANEL_CHECK_VERSION (4,9,0)
+#define HAS_PANEL_49
+#endif
+#endif
+
 // }}}
 
 // struct {{{
@@ -139,6 +145,10 @@ fsguard_set_icon (FsGuard *fsguard, gint id)
 
 fsguard-icon_id = id;
size = xfce_panel_plugin_get_size (fsguard-plugin);
+#ifdef HAS_PANEL_49
+size /= xfce_panel_plugin_get_nrows (fsguard-plugin);
+#endif
+
 size -= 2 + 2 * MAX (fsguard-btn_panel-style-xthickness,
  fsguard-btn_panel-style-ythickness);
 
@@ -387,6 +397,8 @@ static FsGuard *
 fsguard_new (XfcePanelPlugin *plugin)
 {
 FsGuard *fsguard = g_new0(FsGuard, 1);
+GtkWidget *alignment;
+
 fsguard-plugin = plugin;
 
 fsguard_read_config (fsguard);
@@ -403,7 +415,9 @@ fsguard_new (XfcePanelPlugin *plugin)
 
 fsguard-lab_name = gtk_label_new (NULL);
 fsguard-lab_size = gtk_label_new (NULL);
-fsguard-lab_box = gtk_vbox_new (FALSE, 0);
+fsguard-lab_box = xfce_hvbox_new (GTK_ORIENTATION_VERTICAL, FALSE, 0);
+
+alignment = gtk_alignment_new (0.5, 0.5, 0.0, 0.0);
 
 fsguard-btn_panel = xfce_create_panel_button ();
 fsguard-icon_panel = gtk_image_new ();
@@ -429,7 +443,8 @@ fsguard_new (XfcePanelPlugin *plugin)
 gtk_container_add (GTK_CONTAINER(fsguard-btn_panel), fsguard-icon_panel);
 gtk_container_add (GTK_CONTAINER(fsguard-lab_box), fsguard-lab_name);
 gtk_container_add (GTK_CONTAINER(fsguard-lab_box), fsguard-lab_size);
-gtk_container_add (GTK_CONTAINER(fsguard-box), fsguard-lab_box);
+gtk_container_add (GTK_CONTAINER(fsguard-box), alignment);
+gtk_container_add (GTK_CONTAINER(alignment), fsguard-lab_box);
 gtk_container_add (GTK_CONTAINER(fsguard-box), fsguard-pb_box);
 gtk_container_add (GTK_CONTAINER(fsguard-pb_box), fsguard-progress_bar);
 
@@ -463,25 +478,15 @@ fsguard_free (XfcePanelPlugin *plugin, FsGuard *fsguard)
 g_free(fsguard);
 }
 
-static void
-fsguard_set_orientation (XfcePanelPlugin *plugin, GtkOrientation orientation, 
FsGuard *fsguard)
-{
-DBG (Set orientation to `%s', orientation == GTK_ORIENTATION_HORIZONTAL ?
-Horizontal : Vertical);
-
-xfce_hvbox_set_orientation (XFCE_HVBOX (fsguard-box), orientation);
-xfce_hvbox_set_orientation (XFCE_HVBOX (fsguard-pb_box), orientation);
-gtk_progress_bar_set_orientation (GTK_PROGRESS_BAR(fsguard-progress_bar),
-  orientation == 
GTK_ORIENTATION_HORIZONTAL ?
-  GTK_PROGRESS_BOTTOM_TO_TOP : 
GTK_PROGRESS_LEFT_TO_RIGHT);
-}
-
 static gboolean
 fsguard_set_size (XfcePanelPlugin *plugin, int size, FsGuard *fsguard)
 {
+gint btn_size;
+
 DBG (Set size to `%d', size);
 
-gtk_widget_set_size_request (fsguard-btn_panel, size, size);
+btn_size = size / xfce_panel_plugin_get_nrows (plugin);
+gtk_widget_set_size_request (fsguard-btn_panel, btn_size, btn_size);
 
 GtkOrientation orientation = xfce_panel_plugin_get_orientation (plugin);
 if (orientation == GTK_ORIENTATION_HORIZONTAL) {
@@ -497,6 +502,55 @@ fsguard_set_size (XfcePanelPlugin *plugin, int size, 
FsGuard *fsguard)
 return TRUE;
 }
 
+#ifdef HAS_PANEL_49
+static void
+fsguard_set_mode (XfcePanelPlugin *plugin, XfcePanelPluginMode mode, FsGuard 
*fsguard)
+{
+GtkOrientation orientation, panel_orientation;
+
+orientation =
+  (mode != XFCE_PANEL_PLUGIN_MODE_VERTICAL) ?
+  GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL;
+panel_orientation =
+  (mode == XFCE_PANEL_PLUGIN_MODE_HORIZONTAL) ?
+  GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL;
+
+DBG (Set mode to `%s', mode == XFCE_PANEL_PLUGIN_MODE_HORIZONTAL ?
+ Horizontal : (mode == XFCE_PANEL_PLUGIN_MODE_VERTICAL ? Vertical 
: Deskbar));
+
+xfce_hvbox_set_orientation (XFCE_HVBOX (fsguard-box), panel_orientation);
+xfce_hvbox_set_orientation (XFCE_HVBOX (fsguard-pb_box), 
panel_orientation);
+gtk_progress_bar_set_orientation (GTK_PROGRESS_BAR(fsguard-progress_bar),
+  panel_orientation == 
GTK_ORIENTATION_HORIZONTAL ?
+  

[Xfce4-commits] xfce4-fsguard-plugin:master resize all widgets, not only the button

2012-05-06 Thread Landry Breuil
Updating branch refs/heads/master
 to 7ddfa1ccfa7bd4e869e838c752bf5a8733cf8a61 (commit)
   from 7e9be0f33a4554723889f91e77e4196953c542c7 (commit)

commit 7ddfa1ccfa7bd4e869e838c752bf5a8733cf8a61
Author: Landry Breuil lan...@xfce.org
Date:   Sun May 6 21:07:25 2012 +0200

resize all widgets, not only the button

 panel-plugin/fsguard.c |6 ++
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index 8e32f23..883838c 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -481,12 +481,10 @@ fsguard_free (XfcePanelPlugin *plugin, FsGuard *fsguard)
 static gboolean
 fsguard_set_size (XfcePanelPlugin *plugin, int size, FsGuard *fsguard)
 {
-gint btn_size;
-
 DBG (Set size to `%d', size);
 
-btn_size = size / xfce_panel_plugin_get_nrows (plugin);
-gtk_widget_set_size_request (fsguard-btn_panel, btn_size, btn_size);
+size /= xfce_panel_plugin_get_nrows (plugin);
+gtk_widget_set_size_request (fsguard-btn_panel, size, size);
 
 GtkOrientation orientation = xfce_panel_plugin_get_orientation (plugin);
 if (orientation == GTK_ORIENTATION_HORIZONTAL) {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mpc-plugin:master bump header inclusion sooner so that panel 4.9 detection is correct

2012-05-06 Thread Landry Breuil
Updating branch refs/heads/master
 to 36d4198c5acd123d04578ceb931409e5315bb816 (commit)
   from c9b39f33c4bb678b7026e2a1d8d488983233bd24 (commit)

commit 36d4198c5acd123d04578ceb931409e5315bb816
Author: Landry Breuil lan...@xfce.org
Date:   Sun May 6 21:23:30 2012 +0200

bump header inclusion sooner so that panel 4.9 detection is correct

 panel-plugin/xfce4-mpc-plugin.c |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/xfce4-mpc-plugin.c b/panel-plugin/xfce4-mpc-plugin.c
index 4c4ea1a..7d82a8c 100644
--- a/panel-plugin/xfce4-mpc-plugin.c
+++ b/panel-plugin/xfce4-mpc-plugin.c
@@ -28,6 +28,8 @@
 #include stdlib.h
 #include glib/gprintf.h
 
+#include xfce4-mpc-plugin.h
+
 #define DEFAULT_MPD_HOST localhost
 #define DEFAULT_MPD_PORT 6600
 #define DIALOG_ENTRY_WIDTH 20
@@ -38,7 +40,6 @@
 #endif
 #endif
 
-#include xfce4-mpc-plugin.h
 
 static void
 mpc_free (XfcePanelPlugin * plugin, t_mpc * mpc)
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mpc-plugin:master Merge branch 'master' of git://git.xfce.org/panel-plugins/xfce4-mpc-plugin

2012-05-06 Thread Landry Breuil
Updating branch refs/heads/master
 to afecf95822335a963c687c815bfc2bfb8b5e5d5c (commit)
   from 36d4198c5acd123d04578ceb931409e5315bb816 (commit)

commit afecf95822335a963c687c815bfc2bfb8b5e5d5c
Merge: 36d4198 a1452cc
Author: Landry Breuil lan...@xfce.org
Date:   Sun May 6 21:48:05 2012 +0200

Merge branch 'master' of git://git.xfce.org/panel-plugins/xfce4-mpc-plugin

commit a1452ccdf800c5f9a9f058ce8953b70b797bddfd
Author: Ivica  Kolić ik...@yahoo.com
Date:   Sat May 5 10:36:59 2012 +0200

l10n: Initial Croatian (hr) translation

New status: 15 messages complete with 0 fuzzies and 9 untranslated.

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

commit 1f3748f52e547438bc1e6e3fe81d226f4a817880
Author: Jeff Bailes thepizzak...@gmail.com
Date:   Sat Apr 28 01:46:39 2012 +0200

l10n: Updated English (United Kingdom) (en_GB) translation to 100%

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

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

commit 27ec6d5b0ce931c04bb95d1b91ea1847f7cb58ce
Author: Algimantas Margevičius margevicius.algiman...@gmail.com
Date:   Sat Apr 21 13:32:37 2012 +0200

l10n: Added Lithuanian language

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

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

commit 8b057861378ee2812f54cb2e08353d58b048a50e
Author: Gabor Kelemen kelem...@gnome.hu
Date:   Sat Apr 21 05:00:50 2012 +0200

l10n: Updated Hungarian (hu) translation to 100%

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

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

commit 3106297aaea877a0566972fcbf648837df420db2
Author: Chipong Luo chipong@yahoo.com
Date:   Fri Apr 20 13:54:51 2012 +0200

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

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

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

commit 74c8de95a67dff7d6728820ef60cba29eaed814e
Author: Sergio García oigres...@gmail.com
Date:   Thu Apr 19 07:07:29 2012 +0200

l10n: Updated Spanish (Castilian) (es) translation to 100%

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

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

commit d04d11a9cf13a3869b48e2f165af2405968ef1b2
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 21:37:35 2012 +0200

l10n: Updated Turkish (tr) translation to 58%

New status: 14 messages complete with 8 fuzzies and 2 untranslated.

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

commit 50fd5f6c326034a2da4cada7bdceff416bb7de01
Author: Jakob Kramer jakob.kra...@gmx.de
Date:   Sat Apr 14 16:06:14 2012 +0200

l10n: Updated German (de) translation to 100%

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

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

commit 6f70de92ba42587d6c991aedc97f22c9592831aa
Author: Leandro Regueiro leandro.regue...@gmail.com
Date:   Tue Apr 10 12:48:18 2012 +0200

l10n: Updated Galician (gl) translation to 100%

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

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

 po/de.po   |3 -
 po/en_GB.po|   15 ++--
 po/es.po   |   26 +++-
 po/gl.po   |   15 ++--
 po/{xfce4-mpc-plugin.pot = hr.po} |   54 
 po/hu.po   |   13 ++--
 po/lt.po   |  124 
 po/tr.po   |   21 --
 po/zh_CN.po|4 +-
 9 files changed, 197 insertions(+), 78 deletions(-)

diff --git a/po/de.po b/po/de.po
index 866df15..19fa7cb 100644
--- a/po/de.po
+++ b/po/de.po
@@ -98,12 +98,10 @@ msgid Repeat
 msgstr Wiederholen
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:752
-#, fuzzy
 msgid biCommands/i/b
 msgstr biBefehle/i/b
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:756
-#, fuzzy
 msgid biOutputs/i/b
 msgstr biAusgaben/i/b
 
@@ -112,7 +110,6 @@ msgid A simple panel-plugin client for Music Player Daemon
 msgstr Eine einfache Erweiterung für die Leiste für den Music Player Daemon
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:781
-#, fuzzy
 msgid Copyright (c) 2006-2011 Landry Breuil\n
 msgstr Copyright © 2006-2011 Landry Breuil\n
 
diff --git a/po/en_GB.po b/po/en_GB.po
index 0276b04..7faa1dd 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -2,9 +2,9 @@
 # Copyright (C) 2007 THE xfce4-mpc-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-mpc-plugin 
package.
 # Jeff Bailes thepizzak...@gmail.com, 2007.
-# , fuzzy
-#
-#
+#, fuzzy
+# 
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-mpc-plugin\n
@@ -13,10 +13,10 @@ msgstr 
 PO-Revision-Date: 2009-08-30 17:13+1000\n
 Last-Translator: Jeff Bailes 

[Xfce4-commits] xfce4-panel:xfce-4.10 l10n: Updated German (de) translation to 98%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 8a5c306259bb0a7d32536c5b2295e07bb3e7f113 (commit)
   from 235b1b992361382ce4d06fa121da8d9e17b2c987 (commit)

commit 8a5c306259bb0a7d32536c5b2295e07bb3e7f113
Author: Mario Blättermann mario.blaetterm...@gmail.com
Date:   Mon May 7 00:01:42 2012 +0200

l10n: Updated German (de) translation to 98%

New status: 383 messages complete with 4 fuzzies and 0 untranslated.

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

 po/de.po |   26 --
 1 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/po/de.po b/po/de.po
index 40f2d28..a9fe77c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -12,7 +12,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-22 16:57+\n
+POT-Creation-Date: 2012-05-06 20:12+\n
 PO-Revision-Date: 2012-04-22 21:31+0200\n
 Last-Translator: Jakob Kramer jakob.kra...@gmx.de\n
 Language-Team: German xfce-i18n...@xfce.org\n
@@ -198,13 +198,11 @@ msgid Failed to launch the migration application
 msgstr 
 Konnte die Anwendung zum Migrieren der Leisteneinstellungen nicht starten
 
-#: ../panel/panel-application.c:936
-#, fuzzy
+#: ../panel/panel-application.c:953
 msgid Create _Launcher
 msgstr Starter an_legen
 
-#: ../panel/panel-application.c:937
-#, fuzzy
+#: ../panel/panel-application.c:954
 msgid 
 This will create a new launcher plugin on the panel and inserts the dropped 
 files as menu items.
@@ -212,7 +210,7 @@ msgstr 
 Dies erzeugt eine neue Starter-Erweiterung auf der Leiste und fügt die 
 abgelegten Dateien als Menüpunkte hinzu.
 
-#: ../panel/panel-application.c:939
+#: ../panel/panel-application.c:956
 #, c-format
 msgid Create new launcher from %d desktop file
 msgid_plural Create new launcher from %d desktop files
@@ -221,7 +219,7 @@ msgstr[0] 
 msgstr[1] 
 Neuen Starter aus %d Desktop-Konfigurationsdateien zur Leiste hinzufügen
 
-#: ../panel/panel-application.c:1673
+#: ../panel/panel-application.c:1690
 msgid 
 You have started X without session manager. Clicking Quit will close the X 
 server.
@@ -229,11 +227,11 @@ msgstr 
 Sie haben X ohne Sitzungsverwaltung gestartet. Wenn Sie jetzt »Beenden« 
 klicken, beendet dies den X-Server.
 
-#: ../panel/panel-application.c:1674
+#: ../panel/panel-application.c:1691
 msgid Are you sure you want to quit the panel?
 msgstr Soll die Leiste wirklich beendet werden?
 
-#: ../panel/panel-application.c:1682
+#: ../panel/panel-application.c:1699
 #, c-format
 msgid Failed to execute command \%s\
 msgstr Konnte Befehl »%s« nicht ausführen.
@@ -254,17 +252,14 @@ msgstr 
 'string' und 'uint'.
 
 #: ../panel/panel-dialogs.c:65
-#, fuzzy
 msgid Maintainers
 msgstr Betreuer
 
 #: ../panel/panel-dialogs.c:68
-#, fuzzy
 msgid Deskbar Mode
 msgstr Deskbar-Modus
 
 #: ../panel/panel-dialogs.c:71
-#, fuzzy
 msgid Inactive Maintainers
 msgstr Inaktive Betreuer
 
@@ -438,9 +433,8 @@ msgid D_isplay
 msgstr A_nzeige
 
 #: ../panel/panel-preferences-dialog.glade.h:11
-#, fuzzy
 msgid Deskbar
-msgstr Deskbar-Modus
+msgstr Deskbar
 
 #: ../panel/panel-preferences-dialog.glade.h:12
 msgid Don't _reserve space on borders
@@ -739,12 +733,10 @@ msgid Invert buttons _orientation
 msgstr _Orientierung der Knöpfe umkehren
 
 #: ../plugins/actions/actions-dialog.glade.h:6
-#, fuzzy
 msgid Session Menu
 msgstr Sitzungsmenü
 
 #: ../plugins/actions/actions-dialog.glade.h:7
-#, fuzzy
 msgid 
 Show a confirmation dialog with a 30 second timeout for some of the actions.
 msgstr 
@@ -1464,7 +1456,6 @@ msgid Unnamed item
 msgstr Unbenanntes Objekt
 
 #: ../plugins/launcher/launcher-dialog.glade.h:1
-#, fuzzy
 msgid Add Appli_cation
 msgstr Anwendung hin_zufügen
 
@@ -1514,7 +1505,6 @@ msgid New _Application
 msgstr Neue _Anwendung
 
 #: ../plugins/launcher/launcher-dialog.glade.h:18
-#, fuzzy
 msgid New _Link
 msgstr Neue _Verknüpfung
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfwm4:xfce-4.10 l10n: Updated German (de) translation to 97%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 1deb1ecfcb296d20d37680f838a769394d899bc3 (commit)
   from d22269b9e460dc73438b6323c73be7a49b48302b (commit)

commit 1deb1ecfcb296d20d37680f838a769394d899bc3
Author: Mario Blättermann mario.blaetterm...@gmail.com
Date:   Mon May 7 00:02:39 2012 +0200

l10n: Updated German (de) translation to 97%

New status: 230 messages complete with 5 fuzzies and 0 untranslated.

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

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

diff --git a/po/de.po b/po/de.po
index f0f7051..e600a8a 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,12 +7,12 @@
 # Jannis Pohlmann jan...@xfce.org, 2008.
 # Jakob Kramer jakob.kra...@gmx.de, 2011.
 # Mario Blättermann mario.blaetterm...@gmail.com, 2012.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfwm4 master\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-11 13:03+\n
+POT-Creation-Date: 2012-05-06 17:03+\n
 PO-Revision-Date: 2012-03-29 11:37+0100\n
 Last-Translator: Mario Blättermann mario.blaetterm...@gmail.com\n
 Language-Team: German xfce-i18n...@xfce.org\n
@@ -112,7 +112,6 @@ msgstr Feineinstellungen des Fensterverhaltens
 
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
-#, fuzzy
 msgid Configure layout, names and margins
 msgstr Anordnung, Namen und Ränder einstellen
 
@@ -690,7 +689,9 @@ msgstr I_n der Mitte des Bildschirms
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:9
 #, fuzzy
 msgid Automatically _tile windows when moving toward the screen edge
-msgstr Au_tomatisch Fenster gekachelt anordnen, wenn sie in die 
Bildschirmecke gezogen werden
+msgstr 
+Au_tomatisch Fenster gekachelt anordnen, wenn sie in die Bildschirmecke 
+gezogen werden
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:10
 msgid By default, place windows:
@@ -859,7 +860,6 @@ msgid _Workspaces
 msgstr _Arbeitsflächen
 
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:2
-#, fuzzy
 msgid Layout
 msgstr Anordnung
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-power-manager:xfce-4.10 l10n: Updated German (de) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 6903ce8434dc67ed28459b567acdd9be316fbfad (commit)
   from f3a8c32b8a28fb0fdece1d8a6151cecd0beac5c4 (commit)

commit 6903ce8434dc67ed28459b567acdd9be316fbfad
Author: Mario Blättermann mario.blaetterm...@gmail.com
Date:   Mon May 7 00:04:30 2012 +0200

l10n: Updated German (de) translation to 100%

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

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

 po/de.po |  126 --
 1 files changed, 65 insertions(+), 61 deletions(-)

diff --git a/po/de.po b/po/de.po
index aac54ce..000f15c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -12,7 +12,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce 4-power-manager\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-17 16:21+\n
+POT-Creation-Date: 2012-05-06 20:21+\n
 PO-Revision-Date: 2012-04-14 16:22+0200\n
 Last-Translator: Jakob Kramer jakob.kra...@gmx.de\n
 Language-Team: German\n
@@ -51,10 +51,10 @@ msgid Consider the computer on low power at:
 msgstr Energiezustand als niedrig betrachten bei:
 
 #. Hibernate menu option
-#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:817
-#: ../settings/xfpm-settings.c:885 ../settings/xfpm-settings.c:1034
-#: ../settings/xfpm-settings.c:1211 ../settings/xfpm-settings.c:1268
-#: ../settings/xfpm-settings.c:1320 ../src/xfpm-power.c:484
+#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:820
+#: ../settings/xfpm-settings.c:888 ../settings/xfpm-settings.c:1037
+#: ../settings/xfpm-settings.c:1214 ../settings/xfpm-settings.c:1271
+#: ../settings/xfpm-settings.c:1323 ../src/xfpm-power.c:484
 #: ../src/xfpm-power.c:779
 msgid Hibernate
 msgstr Ruhezustand
@@ -75,10 +75,10 @@ msgstr Monitor
 msgid Monitor power management control
 msgstr Energieverwaltung des Monitors
 
-#: ../data/interfaces/xfpm-settings.ui.h:13 ../settings/xfpm-settings.c:806
-#: ../settings/xfpm-settings.c:874 ../settings/xfpm-settings.c:1023
-#: ../settings/xfpm-settings.c:1200 ../settings/xfpm-settings.c:1257
-#: ../settings/xfpm-settings.c:1309
+#: ../data/interfaces/xfpm-settings.ui.h:13 ../settings/xfpm-settings.c:809
+#: ../settings/xfpm-settings.c:877 ../settings/xfpm-settings.c:1026
+#: ../settings/xfpm-settings.c:1203 ../settings/xfpm-settings.c:1260
+#: ../settings/xfpm-settings.c:1312
 msgid Nothing
 msgstr Nichts
 
@@ -123,10 +123,10 @@ msgid Standby
 msgstr Bereitschaft
 
 #. Suspend menu option
-#: ../data/interfaces/xfpm-settings.ui.h:24 ../settings/xfpm-settings.c:811
-#: ../settings/xfpm-settings.c:879 ../settings/xfpm-settings.c:1028
-#: ../settings/xfpm-settings.c:1205 ../settings/xfpm-settings.c:1262
-#: ../settings/xfpm-settings.c:1314 ../src/xfpm-power.c:499
+#: ../data/interfaces/xfpm-settings.ui.h:24 ../settings/xfpm-settings.c:814
+#: ../settings/xfpm-settings.c:882 ../settings/xfpm-settings.c:1031
+#: ../settings/xfpm-settings.c:1208 ../settings/xfpm-settings.c:1265
+#: ../settings/xfpm-settings.c:1317 ../src/xfpm-power.c:499
 #: ../src/xfpm-power.c:792
 msgid Suspend
 msgstr Standby
@@ -199,51 +199,51 @@ msgstr Stunden
 msgid Seconds
 msgstr Sekunden
 
-#: ../settings/xfpm-settings.c:789 ../settings/xfpm-settings.c:987
-#: ../settings/xfpm-settings.c:1467
+#: ../settings/xfpm-settings.c:792 ../settings/xfpm-settings.c:990
+#: ../settings/xfpm-settings.c:1470
 msgid Hibernate and suspend operations not supported
 msgstr Ruhezustand und Standby-Modus werden nicht unterstützt
 
-#: ../settings/xfpm-settings.c:794 ../settings/xfpm-settings.c:992
-#: ../settings/xfpm-settings.c:1472
+#: ../settings/xfpm-settings.c:797 ../settings/xfpm-settings.c:995
+#: ../settings/xfpm-settings.c:1475
 msgid Hibernate and suspend operations not permitted
 msgstr Die Operationen für den Ruhezustand und Standby sind nicht erlaubt
 
-#: ../settings/xfpm-settings.c:823 ../settings/xfpm-settings.c:1217
+#: ../settings/xfpm-settings.c:826 ../settings/xfpm-settings.c:1220
 #: ../src/xfpm-power.c:805
 msgid Shutdown
 msgstr Herunterfahren
 
-#: ../settings/xfpm-settings.c:827 ../settings/xfpm-settings.c:1221
-#: ../settings/xfpm-settings.c:1272 ../settings/xfpm-settings.c:1324
+#: ../settings/xfpm-settings.c:830 ../settings/xfpm-settings.c:1224
+#: ../settings/xfpm-settings.c:1275 ../settings/xfpm-settings.c:1327
 msgid Ask
 msgstr Fragen
 
-#: ../settings/xfpm-settings.c:889 ../settings/xfpm-settings.c:1038
+#: ../settings/xfpm-settings.c:892 ../settings/xfpm-settings.c:1041
 msgid Lock screen
 msgstr Bildschirm sperren
 
-#: ../settings/xfpm-settings.c:957 ../settings/xfpm-settings.c:1107
+#: ../settings/xfpm-settings.c:960 ../settings/xfpm-settings.c:1110
 msgid Spinning down hard disks permission denied
 msgstr Keine Rechte für die Festplattenverlangsamung
 
-#: ../settings/xfpm-settings.c:1147
+#: ../settings/xfpm-settings.c:1150
 msgid Always show icon
 msgstr Immer ein Symbol zeigen
 
-#: ../settings/xfpm-settings.c:1150

[Xfce4-commits] xfce4-panel:xfce-4.10 l10n: Updated German (de) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 362a358cbc05081b20a957b87d99605ed9fdb060 (commit)
   from 8a5c306259bb0a7d32536c5b2295e07bb3e7f113 (commit)

commit 362a358cbc05081b20a957b87d99605ed9fdb060
Author: Mario Blättermann mario.blaetterm...@gmail.com
Date:   Mon May 7 00:06:06 2012 +0200

l10n: Updated German (de) translation to 100%

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

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

 po/de.po |   10 +++---
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/po/de.po b/po/de.po
index a9fe77c..2361781 100644
--- a/po/de.po
+++ b/po/de.po
@@ -520,9 +520,8 @@ msgid Remove the currently selected panel
 msgstr Die ausgewählte Leiste entfernen
 
 #: ../panel/panel-preferences-dialog.glade.h:33
-#, fuzzy
 msgid Row _Size (pixels):
-msgstr _Größe Zeile (in Pixel):
+msgstr Zeilen_größe (in Pixel):
 
 #: ../panel/panel-preferences-dialog.glade.h:34
 msgid Select A Background Image
@@ -817,14 +816,12 @@ msgid Suspend
 msgstr Standby
 
 #: ../plugins/actions/actions.c:189
-#, fuzzy
 msgid Sus_pend
-msgstr S_tandby
+msgstr Berei_tschaft
 
 #: ../plugins/actions/actions.c:190
-#, fuzzy
 msgid Do you want to suspend to RAM?
-msgstr In Standby-Modus versetzen?
+msgstr In den Bereitschaftsmodus versetzen?
 
 #: ../plugins/actions/actions.c:191
 #, c-format
@@ -1707,7 +1704,6 @@ msgid Never
 msgstr Nie
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:9
-#, fuzzy
 msgid None, allow drag-and-drop
 msgstr Keine, Ziehen und Ablegen (Drag and Drop) ermöglichen
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-diskperf-plugin:master l10n: Updated German (de) translation to 97%

2012-05-06 Thread Transifex
Updating branch refs/heads/master
 to c9b0a87a69044d0cd6b45e3573cf552976347ef1 (commit)
   from 92e376b330d0823bbb40f837b866d24148b69007 (commit)

commit c9b0a87a69044d0cd6b45e3573cf552976347ef1
Author: Mario Blättermann mario.blaetterm...@gmail.com
Date:   Mon May 7 00:08:31 2012 +0200

l10n: Updated German (de) translation to 97%

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

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

 po/de.po |   15 ++-
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/po/de.po b/po/de.po
index 0c94a2b..5182dd9 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,7 +3,7 @@
 # Copyright (C) 2007 THE xfce4-diskperf-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-diskperf-plugin 
package.
 # Fabian Nowak timyst...@arcor.de, 2007.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-diskperf-plugin 2.1.0svn-r3591\n
@@ -12,10 +12,10 @@ msgstr 
 PO-Revision-Date: 2007-12-06 23:11+0100\n
 Last-Translator: Fabian Nowak timyst...@arcor.de\n
 Language-Team: German\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/config_gui.c:101
@@ -27,9 +27,8 @@ msgid Input the device name, then press Enter
 msgstr Geben Sie den Gerätenamen ein und drücken Sie Enter
 
 #: ../panel-plugin/config_gui.c:118
-#, fuzzy
 msgid /dev/sda1
-msgstr /dev/hda1
+msgstr /dev/sda1
 
 #: ../panel-plugin/config_gui.c:136
 msgid Data collection period
@@ -64,9 +63,8 @@ msgid I/O transfer
 msgstr E/A-Übertragungen
 
 #: ../panel-plugin/config_gui.c:181
-#, fuzzy
 msgid MiB transferred / second
-msgstr MB übertragen / Sekunde
+msgstr MiB übertragen / Sekunde
 
 #: ../panel-plugin/config_gui.c:187
 msgid Busy time
@@ -77,9 +75,8 @@ msgid Percentage of time the device is busy
 msgstr Prozentsatz der Zeit, die das Gerät beschäftigt ist
 
 #: ../panel-plugin/config_gui.c:202
-#, fuzzy
 msgid Max. I/O rate (MiB/s) 
-msgstr Maximale Übertragungsrate (MB/s):
+msgstr Maximale Übertragungsrate (MiB/s):
 
 #: ../panel-plugin/config_gui.c:213
 msgid Input the maximum I/O transfer rate of the device, then press Enter
@@ -139,7 +136,7 @@ msgstr »Schreib«-Überwachung zuerst
 #: ../panel-plugin/main.c:180
 #, c-format
 msgid %s: Device statistics unavailable.
-msgstr 
+msgstr %s: Statistiken für das Gerät sind nicht verfügbar.
 
 #: ../panel-plugin/main.c:219
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-battery-plugin:master l10n: Updated German (de) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/master
 to 54ce07219521cbf4acbac0548a6a062fcb2a0d00 (commit)
   from 681140ee84f2c0d7faf78d9795ee78027541bf7b (commit)

commit 54ce07219521cbf4acbac0548a6a062fcb2a0d00
Author: Mario Blättermann mario.blaetterm...@gmail.com
Date:   Mon May 7 00:09:16 2012 +0200

l10n: Updated German (de) translation to 100%

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

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

 po/de.po |5 +
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/po/de.po b/po/de.po
index 375cb42..b3f254e 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-battery-plugin 0.5.1svn-r3672\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-25 12:45+\n
+POT-Creation-Date: 2012-05-06 19:00+\n
 PO-Revision-Date: 2009-02-01 16:15+0100\n
 Last-Translator: Fabian Nowak timyst...@arcor.de\n
 Language-Team: German\n
@@ -101,17 +101,14 @@ msgid On AC:
 msgstr Bei Netzversorgung:
 
 #: ../panel-plugin/battery.c:1461
-#, fuzzy
 msgid Battery high:
 msgstr Akkuzustand hoch:
 
 #: ../panel-plugin/battery.c:1478
-#, fuzzy
 msgid Battery low:
 msgstr Akkuzustand niedrig:
 
 #: ../panel-plugin/battery.c:1495
-#, fuzzy
 msgid Battery critical:
 msgstr Akkuzustand kritisch:
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] postler:master l10n: Updated German (de) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/master
 to 911f7a9d39dd9dbcc6ef192bb4fcabef16a2b704 (commit)
   from da76c94abab1f7043297e845f6efc113aaa5eedd (commit)

commit 911f7a9d39dd9dbcc6ef192bb4fcabef16a2b704
Author: Mario Blättermann mario.blaetterm...@gmail.com
Date:   Mon May 7 00:25:15 2012 +0200

l10n: Updated German (de) translation to 100%

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

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

 po/de.po |  104 +++---
 1 files changed, 52 insertions(+), 52 deletions(-)

diff --git a/po/de.po b/po/de.po
index 059a5a2..bf345cb 100644
--- a/po/de.po
+++ b/po/de.po
@@ -25,7 +25,7 @@ msgid 
 msgstr 
 Project-Id-Version: Postler 1.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-17 03:00+\n
+POT-Creation-Date: 2012-05-06 17:51+\n
 PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
 Last-Translator: Eduard Gotwig eduardgot...@gmail.com\n
 Language-Team: German Xfce Translation Team xfce-i18n...@xfce.org\n
@@ -82,7 +82,7 @@ msgstr Werbung
 
 #: ../postler/postler-accounts.vala:176
 msgid Failed to find a root certificate file.
-msgstr Konnte kein Stammzertifikat finden.
+msgstr Stammzertifikat konnte nicht gefunden werden.
 
 #: ../postler/postler-accounts.vala:212
 msgid Config folder couldn't be created.
@@ -102,7 +102,7 @@ msgstr Ungültiger Typ »%s«
 #: ../postler/postler-accounts.vala:406
 #, c-format
 msgid Failed to parse account in \%s\: %s
-msgstr Konnte Konto in »%s« nicht lesen: %s
+msgstr Konto in »%s« konnte nicht gelesen werden: %s
 
 #: ../postler/postler-accounts.vala:451
 msgid Cache folder couldn't be created.
@@ -310,16 +310,16 @@ msgstr _E-Mails abrufen
 
 #: ../postler/postler-app.vala:176
 msgid Failed to launch external application.
-msgstr Konnte externe Anwendung nicht starten.
+msgstr Externe Anwendung konnte nicht gestartet werden.
 
 #: ../postler/postler-app.vala:195 ../postler/postler-content.vala:274
 msgid Failed to execute external command.
-msgstr Konnte externen Befehl nicht ausführen.
+msgstr Externer Befehl konnte nicht ausgeführt werden.
 
 #: ../postler/postler-app.vala:212
 #, c-format
 msgid Failed to open \%s\.
-msgstr Konnte »%s« nicht öffnen.
+msgstr »%s« konnte nicht geöffnet werden.
 
 #: ../postler/postler-app.vala:227
 msgid Failed to initialize.
@@ -332,7 +332,7 @@ msgstr Öffnen
 #: ../postler/postler-app.vala:269
 #, c-format
 msgid Failed to send notification: %s
-msgstr Konnte Benachrichtigung nicht senden: %s
+msgstr Benachrichtigung konnte nicht gesendet werden: %s
 
 #: ../postler/postler-app.vala:274
 #, c-format
@@ -364,11 +364,11 @@ msgstr _E-Mail
 
 #: ../postler/postler-bureau.vala:369
 msgid _Check for new mail
-msgstr Ü_berprüfe auf neue E-Mails...
+msgstr Ü_berprüfung auf neue E-Mails läuft …
 
 #: ../postler/postler-bureau.vala:370
 msgid Check for new mail
-msgstr Überprüfe auf neue E-Mails...
+msgstr Auf neue E-Mails überprüfen
 
 #: ../postler/postler-bureau.vala:372
 msgid Compose a new message
@@ -400,7 +400,7 @@ msgstr Nachricht archivieren
 
 #: ../postler/postler-bureau.vala:386 ../postler/postler-bureau.vala:738
 msgid Mark message as junk
-msgstr Nachricht als Werbung markieren
+msgstr Nachricht als unerwünscht markieren
 
 #: ../postler/postler-bureau.vala:388
 msgid Delete message
@@ -416,7 +416,7 @@ msgstr _Voherige ungelesene Nachricht
 
 #: ../postler/postler-bureau.vala:392
 msgid Go to the previous unread message
-msgstr Gehe zur vorherigen ungelesenen Nachricht
+msgstr Zur vorherigen ungelesenen Nachricht gehen
 
 #: ../postler/postler-bureau.vala:393
 msgid _Next Unread Message
@@ -424,7 +424,7 @@ msgstr _Nächste ungelesene Nachricht
 
 #: ../postler/postler-bureau.vala:394
 msgid Go to the next unread message
-msgstr Gehe zur nächsten ungelesenen Nachricht
+msgstr Zur nächsten ungelesenen Nachricht gehen
 
 #: ../postler/postler-bureau.vala:396
 msgid Quit the application
@@ -492,11 +492,11 @@ msgstr Ein neues Konto einrichten
 
 #: ../postler/postler-bureau.vala:417
 msgid _Report a Problem...
-msgstr _Berichte ein Problem...
+msgstr Ein P_roblem melden …
 
 #: ../postler/postler-bureau.vala:418
 msgid Report a Problem...
-msgstr Ein Problem berichten…
+msgstr Ein Problem melden …
 
 #: ../postler/postler-bureau.vala:419
 msgid _Help
@@ -562,15 +562,15 @@ msgstr Bug _Tracker
 
 #: ../postler/postler-bureau.vala:439
 msgid Search bug trackers by that name
-msgstr Durchsuche Bug Tracker nach diesem Namen
+msgstr Bug Tracker nach diesem Namen durchsuchen
 
 #: ../postler/postler-bureau.vala:440
 msgid Mailing _List
-msgstr Mailing _Liste
+msgstr Mailing_liste
 
 #: ../postler/postler-bureau.vala:441
 msgid Search mailing lists by that name
-msgstr Durchsuche Mailing-Listen nach diesem Namen
+msgstr Mailinglisten nach diesem Namen durchsuchen
 
 #: ../postler/postler-bureau.vala:463
 msgid _Restore selected messages
@@ -588,7 +588,7 @@ msgstr %s: %s
 #: 

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

2012-05-06 Thread Transifex
Updating branch refs/heads/master
 to e10d68a9c64af5bf9203a47bbac42221b552bdb1 (commit)
   from dd3d4c3c3c37e92fdb2c94585db25b6533fbd55d (commit)

commit e10d68a9c64af5bf9203a47bbac42221b552bdb1
Author: 玉堂 白鹤 yjwork.x...@gmail.com
Date:   Mon May 7 04:28:39 2012 +0200

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

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

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

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

diff --git a/po/zh_CN.po b/po/zh_CN.po
index a4397cf..7fac1a7 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -4,41 +4,41 @@
 # the xfce4-dict package.
 # Hunt Xu hun...@live.cn, 2008, 2009, 2010.
 # Chipong Luo chipong@yahoo.com, 2011, 2012.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-dict\n
-Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-04-20 06:36+\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2012-05-07 00:42+\n
 PO-Revision-Date: 2010-01-14 22:32+0800\n
 Last-Translator: Chipong Luo chipong@yahoo.com\n
 Language-Team: Chinese (Simplified) xfce-i18n...@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
 Plural-Forms: nplurals=1; plural=0;\n
 
-#: ../panel-plugin/xfce4-dict-plugin.desktop.in.in.h:1
+#: ../panel-plugin/xfce4-dict-plugin.desktop.in.h:1
 msgid A plugin to query different dictionaries.
 msgstr 查询不同词典的插件。
 
-#: ../panel-plugin/xfce4-dict-plugin.desktop.in.in.h:2
-#: ../src/xfce4-dict.desktop.in.h:2 ../lib/gui.c:734 ../lib/prefs.c:270
+#: ../panel-plugin/xfce4-dict-plugin.desktop.in.h:2
+#: ../src/xfce4-dict.desktop.in.h:2 ../lib/gui.c:736 ../lib/prefs.c:270
 msgid Dictionary
 msgstr 词典
 
-#: ../panel-plugin/xfce4-dict-plugin.c:367
+#: ../panel-plugin/xfce4-dict-plugin.c:366
 #: ../panel-plugin/xfce4-dict-plugin.c:492 ../src/xfce4-dict.c:200
-#: ../lib/spell.c:243 ../lib/gui.c:517
+#: ../lib/spell.c:243 ../lib/gui.c:516
 msgid Ready
 msgstr 就绪
 
-#: ../panel-plugin/xfce4-dict-plugin.c:432
+#: ../panel-plugin/xfce4-dict-plugin.c:431
 msgid Look up a word
 msgstr 查找单词
 
-#: ../panel-plugin/xfce4-dict-plugin.c:467 ../lib/gui.c:758
+#: ../panel-plugin/xfce4-dict-plugin.c:467 ../lib/gui.c:766
 msgid Search term
 msgstr 搜索短语
 
@@ -83,7 +83,7 @@ msgstr [文字]
 msgid Please report bugs to %s.
 msgstr 请向 %s 报告缺陷。
 
-#: ../src/xfce4-dict.desktop.in.h:1 ../lib/gui.c:957
+#: ../src/xfce4-dict.desktop.in.h:1 ../lib/gui.c:962
 msgid A client program to query different dictionaries.
 msgstr 查询不同词典的客户端程序。
 
@@ -127,7 +127,7 @@ msgstr 执行 “%s”(%s)时出错。
 msgid Please set the spell check command in the preferences dialog.
 msgstr 请在首选项对话框中设置拼写检查命令。
 
-#: ../lib/spell.c:208 ../lib/common.c:224
+#: ../lib/spell.c:208 ../lib/common.c:223
 msgid Invalid input
 msgstr 无效输入
 
@@ -227,23 +227,23 @@ msgstr 清空文本框内容
 msgid _Start
 msgstr 开始(_S)
 
-#: ../lib/common.c:189
+#: ../lib/common.c:188
 msgid The search URL is empty. Please check your preferences.
 msgstr 搜索 URL 是空的。请检查您的首选项。
 
-#: ../lib/common.c:195
+#: ../lib/common.c:194
 msgid Browser could not be opened. Please check your preferences.
 msgstr 未能打开浏览器。请检查您的首选项。
 
-#: ../lib/common.c:234
+#: ../lib/common.c:233
 msgid Invalid non-UTF8 input
 msgstr 无效的非 UTF-8 输入
 
-#: ../lib/common.c:608
+#: ../lib/common.c:607
 msgid Error
 msgstr 错误
 
-#: ../lib/common.c:611
+#: ../lib/common.c:610
 msgid warning
 msgstr 警告
 
@@ -308,47 +308,47 @@ msgstr “%s” 的服务器信息
 msgid The server doesn't offer any databases.
 msgstr 服务器没有提供任何数据库。
 
-#: ../lib/gui.c:344
+#: ../lib/gui.c:342
 msgid Copy Link
 msgstr 复制链接
 
-#: ../lib/gui.c:672
+#: ../lib/gui.c:674
 msgid _File
 msgstr 文件(_F)
 
-#: ../lib/gui.c:677 ../lib/gui.c:782
+#: ../lib/gui.c:679 ../lib/gui.c:787
 msgid Speed _Reader
 msgstr 语速训练器(_R)
 
-#: ../lib/gui.c:698
+#: ../lib/gui.c:700
 msgid _Help
 msgstr 帮助(_H)
 
-#: ../lib/gui.c:803
+#: ../lib/gui.c:808
 msgid Search with:
 msgstr 搜索方式:
 
-#: ../lib/gui.c:807
+#: ../lib/gui.c:812
 msgid _Dictionary Server
 msgstr 词典服务器(_D)
 
-#: ../lib/gui.c:813
+#: ../lib/gui.c:818
 msgid _Web Service
 msgstr 网络服务(_W)
 
-#: ../lib/gui.c:821
+#: ../lib/gui.c:826
 msgid _Spell Checker
 msgstr 拼写检查器(_S)
 
-#: ../lib/gui.c:949
+#: ../lib/gui.c:954
 msgid Xfce4 Dictionary
 msgstr Xfce 4 词典
 
-#: ../lib/gui.c:958
-msgid Copyright © 2006-2011 Enrico Tröger
-msgstr Enrico Tröger 2006-2011 版权所有
+#: ../lib/gui.c:963
+msgid Copyright © 2006-2012 Enrico Tröger
+msgstr Enrico Tröger 2006-2012 版权所有
 
-#: ../lib/gui.c:961
+#: ../lib/gui.c:966
 msgid translator-credits
 msgstr 
 Hunt Xu hun...@live.cn, 2008, 2009, 2010.\n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] gigolo:master l10n: Updated Lithuanian (lt) translation to 100%

2012-05-06 Thread Transifex
Updating branch refs/heads/master
 to b467b2150c97b90f909aadab90016b20f05ee7c1 (commit)
   from 4dfba2d40e3d5bd287fa472908484b5727b4131a (commit)

commit b467b2150c97b90f909aadab90016b20f05ee7c1
Author: Algimantas Margevičius margevicius.algiman...@gmail.com
Date:   Mon May 7 07:05:44 2012 +0200

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |   20 +---
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index cb8620d..cb9c226 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid 
 msgstr 
 Project-Id-Version: gigolo\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-23 01:27+\n
+POT-Creation-Date: 2012-05-07 04:03+\n
 PO-Revision-Date: 2012-02-01 15:58+0200\n
 Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
 Language-Team: Lietuvių \n
@@ -18,23 +18,27 @@ msgstr 
 Language: \n
 Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
(n%10010 || n%100=20) ? 1 : 2)\n
 
-#: ../src/main.c:46
+#: ../src/main.c:47
+msgid Connect all bookmarks marked as 'auto connect' and exit
+msgstr Prijungti visas žymeles kurios pažymėtos „prijungti automatiškai“ ir 
išeiti
+
+#: ../src/main.c:48
 msgid Ignore running instances, enforce opening a new instance
 msgstr Nepaisyti veikiančių kopijų, priversti atverti naują kopiją
 
-#: ../src/main.c:47
+#: ../src/main.c:49
 msgid Print a list of supported URI schemes
 msgstr Parodyti palaikomų URI schemų sąrašą
 
-#: ../src/main.c:48
+#: ../src/main.c:50
 msgid Be verbose
 msgstr Išsamiai
 
-#: ../src/main.c:49
+#: ../src/main.c:51
 msgid Show version information
 msgstr Rodyti versijos informaciją
 
-#: ../src/main.c:79
+#: ../src/main.c:112
 msgid - a simple frontend to easily connect to remote filesystems
 msgstr 
 - paprasta grafinė sąsaja kuri suteikia galimybę lengvai prisijungti prie 
@@ -384,7 +388,9 @@ msgstr Norėdami naudoti numatytąjį prievadą įveskite 0
 msgid 
 This is not used for the actual mount, only necessary for opening the mount 
 point in a file browser
-msgstr Tai nenaudojama tikram prijungimui, tai reikalinga prijungimo taško 
atvėrimui failų naršyklėje
+msgstr 
+Tai nenaudojama tikram prijungimui, tai reikalinga prijungimo taško 
+atvėrimui failų naršyklėje
 
 #: ../src/bookmarkeditdialog.c:1099
 msgid _Location (URI):
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


mousepad:master l10n: 简体中文,好像重写了,加个po

2012-05-06 Thread Transifex
Updating branch refs/heads/master
 to ec5d1ba63d28e7c7c864f5f20bf86f24c0501de2 (commit)
   from b733a6ea3a39b8840ebb74dfffe2584b18bbadcb (commit)

commit ec5d1ba63d28e7c7c864f5f20bf86f24c0501de2
Author: 玉堂 白鹤 yjwork.x...@gmail.com
Date:   Mon May 7 07:49:38 2012 +0200

l10n: 简体中文,好像重写了,加个po

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

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

 po/{hr.po = zh_CN.po} |  302 
 1 files changed, 150 insertions(+), 152 deletions(-)

diff --git a/po/hr.po b/po/zh_CN.po
similarity index 83%
copy from po/hr.po
copy to po/zh_CN.po
index 3ceb561..a006fac 100644
--- a/po/hr.po
+++ b/po/zh_CN.po
@@ -1,23 +1,21 @@
 # Croatian translation for mousepad package.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the mousepad package.
-# FIRST AUTHOR EMAIL@ADDRESS, YEAR.
 #
 msgid 
 msgstr 
 Project-Id-Version: mousepad\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2012-05-05 20:09+\n
-PO-Revision-Date: 2012-05-06 00:21+0100\n
-Last-Translator: Ivica Kolić ik...@yahoo.com\n
-Language-Team: Croatian ik...@yahoo.com\n
-Language: \n
+PO-Revision-Date: 2012-05-07 13:43+0800\n
+Last-Translator: 玉堂白鹤 yjwork.x...@gmail.com\n
+Language-Team: Chinese (Simplified) xfce-i18n...@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
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
-X-Poedit-Language: Croatian\n
-X-Poedit-Country: CROATIA\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
(n%10010 || n%100=20) ? 1 : 2)\n
+X-Poedit-Language: Chinese\n
 X-Poedit-SourceCharset: utf-8\n
 
 #: ../mousepad/main.c:53
@@ -30,18 +28,18 @@ msgstr 
 
 #: ../mousepad/main.c:56
 msgid Print version information and exit
-msgstr Ispiši informaciju o verziji i izađi
+msgstr 列印版本信息并退出
 
 #. default application name
 #: ../mousepad/main.c:80
 #: ../Mousepad.desktop.in.in.h:1
 msgid Mousepad
-msgstr Mousepad
+msgstr 
 
 #. initialize gtk+
 #: ../mousepad/main.c:92
 msgid [FILES...]
-msgstr [DATOTEKE...]
+msgstr 
 
 #. no error message, the gui initialization failed
 #: ../mousepad/main.c:98
@@ -50,80 +48,80 @@ msgstr 
 
 #: ../mousepad/main.c:115
 msgid The Xfce development team. All rights reserved.
-msgstr Xfce razvojni tim.Sva prava pridržana.
+msgstr Xfce 的开发团队。保留所有权利。
 
 #: ../mousepad/main.c:116
 #, c-format
 msgid Please report bugs to %s.
-msgstr Molim prijavite probleme  %s.
+msgstr 请向 %s 报告缺陷。
 
 #: ../mousepad/mousepad-dialogs.c:41
 msgid Mousepad is a fast text editor for the Xfce Desktop Environment.
-msgstr Mousepad je brzi uređivač teksta za Xfce radno okruženje.
+msgstr Mousepad 是 Xfce 桌面环境下的一个快速的文本编辑器 。
 
 #: ../mousepad/mousepad-dialogs.c:50
 msgid translator-credits
-msgstr Ivica Kolić ik...@yahoo.com
+msgstr 
 
 #. display an error message to the user
 #: ../mousepad/mousepad-dialogs.c:125
 msgid Failed to open the documentation browser
-msgstr Neuspjelo otvaranje preglednika dokumentacije
+msgstr 无法打开文件浏览器
 
 #. build dialog
 #: ../mousepad/mousepad-dialogs.c:143
 msgid Select Tab Size
-msgstr Odaberi veličinu kartice
+msgstr 选择标签大小
 
 #. build the dialog
 #: ../mousepad/mousepad-dialogs.c:224
 msgid Go To
-msgstr 
+msgstr 转到
 
 #: ../mousepad/mousepad-dialogs.c:246
 msgid _Line number:
-msgstr _Broj retka:
+msgstr 行号(_L):
 
 #: ../mousepad/mousepad-dialogs.c:265
 msgid C_olumn number:
-msgstr B_roj stupca:
+msgstr 列数(_O):
 
 #: ../mousepad/mousepad-dialogs.c:323
 msgid Remove all entries from the documents history?
-msgstr Ukloniti sve unose iz povijesti dokumenata?
+msgstr 
 
 #: ../mousepad/mousepad-dialogs.c:328
 msgid Clear Documents History
-msgstr Očisti povijest dokumenata
+msgstr 清除文档历史记录
 
 #: ../mousepad/mousepad-dialogs.c:331
 msgid Clearing the documents history will permanently remove all currently 
listed entries.
-msgstr Čišćenje povijesti dokumenata će trajno ukloniti sve trenutno 
izlistane unose.
+msgstr 清除文档历史将永久删除所有目前列出的条目。
 
 #: ../mousepad/mousepad-dialogs.c:362
 msgid Do you want to save the changes before closing?
-msgstr Želite li spremiti promjene prije zatvaranja?
+msgstr 您想关闭前保存的更改么?
 
 #: ../mousepad/mousepad-dialogs.c:363
 msgid Save Changes
-msgstr Spremi promjene
+msgstr 保存更改
 
 #: ../mousepad/mousepad-dialogs.c:364
 msgid _Don't Save
-msgstr _Nemoj spremiti
+msgstr 不保存(_D)
 
 #. secondary text
 #: ../mousepad/mousepad-dialogs.c:386
 msgid If you don't save the document, all the changes will be lost.
-msgstr Ako ne spremite dokument sve će izmjene biti izgubljene.
+msgstr 如果你不保存文档,所有更改将丢失。
 
 #: ../mousepad/mousepad-dialogs.c:408
 msgid The document has been externally modified. Do you want to continue 
saving?
-msgstr Dokument je izmjenjen izvana.Želite li nastaviti sa spremanjem?
+msgstr 
 
 #: ../mousepad/mousepad-dialogs.c:409
 msgid 

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

2012-05-06 Thread Transifex
Updating branch refs/heads/master
 to 1049fc1fc0ed8e72c86d618edcc0039d07188fa6 (commit)
   from ec5d1ba63d28e7c7c864f5f20bf86f24c0501de2 (commit)

commit 1049fc1fc0ed8e72c86d618edcc0039d07188fa6
Author: 玉堂 白鹤 yjwork.x...@gmail.com
Date:   Mon May 7 07:57:34 2012 +0200

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

New status: 83 messages complete with 1 fuzzy and 163 untranslated.

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

 po/zh_CN.po |  125 +++
 1 files changed, 49 insertions(+), 76 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index a006fac..dc425c1 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,7 +1,7 @@
 # Croatian translation for mousepad package.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the mousepad package.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: mousepad\n
@@ -10,10 +10,10 @@ msgstr 
 PO-Revision-Date: 2012-05-07 13:43+0800\n
 Last-Translator: 玉堂白鹤 yjwork.x...@gmail.com\n
 Language-Team: Chinese (Simplified) xfce-i18n...@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
 Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
(n%10010 || n%100=20) ? 1 : 2)\n
 X-Poedit-Language: Chinese\n
 X-Poedit-SourceCharset: utf-8\n
@@ -31,10 +31,10 @@ msgid Print version information and exit
 msgstr 列印版本信息并退出
 
 #. default application name
-#: ../mousepad/main.c:80
-#: ../Mousepad.desktop.in.in.h:1
+#: ../mousepad/main.c:80 ../Mousepad.desktop.in.in.h:1
+#, fuzzy
 msgid Mousepad
-msgstr 
+msgstr Mousepad
 
 #. initialize gtk+
 #: ../mousepad/main.c:92
@@ -176,8 +176,7 @@ msgstr 检测编码...
 msgid Celtic
 msgstr Celtic
 
-#: ../mousepad/mousepad-encoding.c:36
-#: ../mousepad/mousepad-encoding.c:37
+#: ../mousepad/mousepad-encoding.c:36 ../mousepad/mousepad-encoding.c:37
 msgid Greek
 msgstr Greek
 
@@ -189,30 +188,24 @@ msgstr Nordic
 msgid South European
 msgstr South European
 
-#: ../mousepad/mousepad-encoding.c:40
-#: ../mousepad/mousepad-encoding.c:41
-#: ../mousepad/mousepad-encoding.c:42
-#: ../mousepad/mousepad-encoding.c:43
+#: ../mousepad/mousepad-encoding.c:40 ../mousepad/mousepad-encoding.c:41
+#: ../mousepad/mousepad-encoding.c:42 ../mousepad/mousepad-encoding.c:43
 msgid Western
 msgstr Western
 
 #. east european
-#: ../mousepad/mousepad-encoding.c:46
-#: ../mousepad/mousepad-encoding.c:47
+#: ../mousepad/mousepad-encoding.c:46 ../mousepad/mousepad-encoding.c:47
 #: ../mousepad/mousepad-encoding.c:48
 msgid Baltic
 msgstr Baltic
 
-#: ../mousepad/mousepad-encoding.c:49
-#: ../mousepad/mousepad-encoding.c:50
+#: ../mousepad/mousepad-encoding.c:49 ../mousepad/mousepad-encoding.c:50
 #: ../mousepad/mousepad-encoding.c:51
 msgid Central European
 msgstr Central European
 
-#: ../mousepad/mousepad-encoding.c:52
-#: ../mousepad/mousepad-encoding.c:53
-#: ../mousepad/mousepad-encoding.c:54
-#: ../mousepad/mousepad-encoding.c:55
+#: ../mousepad/mousepad-encoding.c:52 ../mousepad/mousepad-encoding.c:53
+#: ../mousepad/mousepad-encoding.c:54 ../mousepad/mousepad-encoding.c:55
 #: ../mousepad/mousepad-encoding.c:56
 msgid Cyrillic
 msgstr Cyrillic
@@ -230,14 +223,12 @@ msgid Romanian
 msgstr Romanian
 
 #. middle eastern
-#: ../mousepad/mousepad-encoding.c:62
-#: ../mousepad/mousepad-encoding.c:63
+#: ../mousepad/mousepad-encoding.c:62 ../mousepad/mousepad-encoding.c:63
 #: ../mousepad/mousepad-encoding.c:64
 msgid Arabic
 msgstr Arabic
 
-#: ../mousepad/mousepad-encoding.c:65
-#: ../mousepad/mousepad-encoding.c:66
+#: ../mousepad/mousepad-encoding.c:65 ../mousepad/mousepad-encoding.c:66
 #: ../mousepad/mousepad-encoding.c:67
 msgid Hebrew
 msgstr Hebrew
@@ -259,54 +250,42 @@ msgstr Georgian
 msgid Thai
 msgstr Thai
 
-#: ../mousepad/mousepad-encoding.c:74
-#: ../mousepad/mousepad-encoding.c:75
+#: ../mousepad/mousepad-encoding.c:74 ../mousepad/mousepad-encoding.c:75
 #: ../mousepad/mousepad-encoding.c:76
 msgid Turkish
 msgstr Turkish
 
-#: ../mousepad/mousepad-encoding.c:77
-#: ../mousepad/mousepad-encoding.c:78
+#: ../mousepad/mousepad-encoding.c:77 ../mousepad/mousepad-encoding.c:78
 #: ../mousepad/mousepad-encoding.c:79
 msgid Vietnamese
 msgstr Vietnamese
 
 #. unicode
-#: ../mousepad/mousepad-encoding.c:82
-#: ../mousepad/mousepad-encoding.c:83
-#: ../mousepad/mousepad-encoding.c:84
-#: ../mousepad/mousepad-encoding.c:85
-#: ../mousepad/mousepad-encoding.c:86
-#: ../mousepad/mousepad-encoding.c:87
-#: ../mousepad/mousepad-encoding.c:88
-#: ../mousepad/mousepad-encoding.c:89
+#: ../mousepad/mousepad-encoding.c:82 ../mousepad/mousepad-encoding.c:83
+#: ../mousepad/mousepad-encoding.c:84 ../mousepad/mousepad-encoding.c:85
+#: ../mousepad/mousepad-encoding.c:86 ../mousepad/mousepad-encoding.c:87
+#: ../mousepad/mousepad-encoding.c:88 ../mousepad/mousepad-encoding.c:89
 msgid Unicode
 msgstr Unicode
 
 #. east