[Xfce4-commits] Enforce monospace font elements separately

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to ed5561567b53d16153843ff558a890f8da53a53e (commit)
   from 7cf7dea9ee64dfdbd8ca795d61e73480335105c3 (commit)

commit ed5561567b53d16153843ff558a890f8da53a53e
Author: Christian Dywan 
Date:   Wed Nov 16 01:12:04 2011 +0100

Enforce monospace font elements separately

Fixes: https://bugs.launchpad.net/bugs/14

 midori/midori-websettings.c |9 +++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/midori/midori-websettings.c b/midori/midori-websettings.c
index 837c3ce..cadb650 100644
--- a/midori/midori-websettings.c
+++ b/midori/midori-websettings.c
@@ -1551,10 +1551,15 @@ midori_web_settings_set_property (GObject*  object,
 {
 gchar* font_family = katze_object_get_string (web_settings,
   
"default-font-family");
-gchar* css = g_strdup_printf ("* { font-family: %s !important; }",
-  font_family);
+gchar* monospace = katze_object_get_string (web_settings,
+
"monospace-font-family");
+gchar* css = g_strdup_printf ("body * { font-family: %s 
!important; } \
+code, code *, pre, pre *, blockquote, blockquote *, \
+input, textarea { font-family: %s !important; }",
+  font_family, monospace);
 midori_web_settings_add_style (web_settings, 
"enforce-font-family", css);
 g_free (font_family);
+g_free (monospace);
 g_free (css);
 }
 else
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Drop unused sokoke_combo_box_add_strings

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to 7cf7dea9ee64dfdbd8ca795d61e73480335105c3 (commit)
   from acc556e384d2b4904dce7e26c2d47e6649fa34ef (commit)

commit 7cf7dea9ee64dfdbd8ca795d61e73480335105c3
Author: Christian Dywan 
Date:   Wed Nov 16 00:59:13 2011 +0100

Drop unused sokoke_combo_box_add_strings

 midori/sokoke.c |   17 -
 midori/sokoke.h |5 -
 2 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/midori/sokoke.c b/midori/sokoke.c
index 2c2ee9d..48dc974 100644
--- a/midori/sokoke.c
+++ b/midori/sokoke.c
@@ -703,23 +703,6 @@ sokoke_magic_uri (const gchar* uri)
 return NULL;
 }
 
-void
-sokoke_combo_box_add_strings (GtkComboBox* combobox,
-  const gchar* label_first, ...)
-{
-const gchar* label;
-
-/* Add a number of strings to a combobox, terminated with NULL
-   This works only for text comboboxes */
-va_list args;
-va_start (args, label_first);
-
-for (label = label_first; label; label = va_arg (args, const gchar*))
-gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combobox), label);
-
-va_end (args);
-}
-
 void sokoke_widget_set_visible (GtkWidget* widget, gboolean visible)
 {
 /* Show or hide the widget */
diff --git a/midori/sokoke.h b/midori/sokoke.h
index a589f06..db7aa28 100644
--- a/midori/sokoke.h
+++ b/midori/sokoke.h
@@ -56,11 +56,6 @@ gchar*
 sokoke_magic_uri(const gchar*uri);
 
 void
-sokoke_combo_box_add_strings(GtkComboBox*combobox,
- const gchar*label_first,
- ...);
-
-void
 sokoke_widget_set_visible   (GtkWidget*  widget,
  gbooleanvisible);
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Don't initialize app name property

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to acc556e384d2b4904dce7e26c2d47e6649fa34ef (commit)
   from e8472c838180c40f4b66a19fefbb5ada6a76ecac (commit)

commit acc556e384d2b4904dce7e26c2d47e6649fa34ef
Author: Christian Dywan 
Date:   Wed Nov 16 00:43:40 2011 +0100

Don't initialize app name property

Otherwise lazy name generation is not triggered.

 midori/midori-app.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-app.c b/midori/midori-app.c
index c280d6a..aa17180 100644
--- a/midori/midori-app.c
+++ b/midori/midori-app.c
@@ -321,7 +321,7 @@ midori_app_class_init (MidoriAppClass* class)
  "name",
  "Name",
  "The name of the instance",
- "midori",
+ NULL,
  G_PARAM_CONSTRUCT_ONLY |
  G_PARAM_READWRITE | 
G_PARAM_STATIC_STRINGS));
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 64e618af66b5f6df7907be7b84b56494937453fd (commit)
   from e6e2a5124957c9cc7f0d612f5d4d6e071d8f0db7 (commit)

commit 64e618af66b5f6df7907be7b84b56494937453fd
Author: Chipong Luo 
Date:   Tue Nov 15 23:56:10 2011 +0100

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

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

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

 po/zh_CN.po |  196 +++
 1 files changed, 102 insertions(+), 94 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 1145833..d33a0d9 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ristretto\n"
 "Report-Msgid-Bugs-To: xfce-i...@xfce.org\n"
-"POT-Creation-Date: 2011-11-05 11:05+\n"
+"POT-Creation-Date: 2011-11-15 19:02+\n"
 "PO-Revision-Date: 2010-11-23 23:34+0800\n"
 "Last-Translator: Chipong Luo \n"
 "Language-Team: Chinese (simplified) \n"
@@ -33,311 +33,319 @@ msgstr "开始幻灯片播放"
 msgid "Show settings dialog"
 msgstr "显示设置对话框"
 
-#: ../src/main.c:104
+#: ../src/main.c:105
 #, c-format
 msgid ""
 "%s: %s\n"
-"Try %s --help to see a full list of available command line options.\n"
+"\n"
+"Try %s --help to see a full list of\n"
+"available command line options.\n"
 msgstr ""
 "%s:%s\n"
-"尝试 %s --help 查看全部可用命令行选项。\n"
+"\n"
+"试试 %s --help 查看\n"
+"全部可用命令行选项。\n"
 
 #: ../src/main_window.c:53 ../ristretto.desktop.in.h:1
 msgid "Image Viewer"
 msgstr "图片查看器"
 
 #. File Menu
-#: ../src/main_window.c:268
+#: ../src/main_window.c:264
 msgid "_File"
 msgstr "文件(_F)"
 
-#: ../src/main_window.c:269
+#: ../src/main_window.c:265
 msgid "_Open"
 msgstr "打开(_O)"
 
-#: ../src/main_window.c:269
+#: ../src/main_window.c:265
 msgid "Open an image"
 msgstr "打开图片"
 
-#: ../src/main_window.c:270
+#: ../src/main_window.c:266
 msgid "_Save copy"
 msgstr "保存副本(_S)"
 
-#: ../src/main_window.c:270
+#: ../src/main_window.c:266
 msgid "Save a copy of the image"
 msgstr "保存一份此图片的副本"
 
-#: ../src/main_window.c:271
+#: ../src/main_window.c:267
 msgid "_Properties"
 msgstr "属性"
 
-#: ../src/main_window.c:271
+#: ../src/main_window.c:267
 msgid "Show file properties"
 msgstr "显示文件属性"
 
-#: ../src/main_window.c:272
+#: ../src/main_window.c:268
 msgid "_Close"
 msgstr "关闭(_C)"
 
-#: ../src/main_window.c:272
+#: ../src/main_window.c:268
 msgid "Close this image"
 msgstr "关闭此图片"
 
-#: ../src/main_window.c:273
+#: ../src/main_window.c:269
 msgid "_Quit"
 msgstr "退出(_Q)"
 
-#: ../src/main_window.c:273
+#: ../src/main_window.c:269
 msgid "Quit Ristretto"
 msgstr "退出 Ristretto"
 
 #. Edit Menu
-#: ../src/main_window.c:275
+#: ../src/main_window.c:271
 msgid "_Edit"
 msgstr "编辑(_E)"
 
-#: ../src/main_window.c:276
+#: ../src/main_window.c:272
 msgid "_Open with..."
 msgstr "打开方式(_O)"
 
-#: ../src/main_window.c:277
+#: ../src/main_window.c:273
 msgid "_Sorting"
 msgstr "排列(_S)"
 
-#: ../src/main_window.c:278
+#: ../src/main_window.c:274
 msgid "_Delete"
 msgstr "删除(_D)"
 
-#: ../src/main_window.c:278
+#: ../src/main_window.c:274
 msgid "Delete this image from disk"
 msgstr "从磁盘中删除此图片"
 
-#: ../src/main_window.c:279
+#: ../src/main_window.c:275
 msgid "_Clear private data"
 msgstr "清除隐私数据(_C)"
 
-#: ../src/main_window.c:280
+#: ../src/main_window.c:276
 msgid "_Preferences"
 msgstr "首选项(_P)"
 
 #. View Menu
-#: ../src/main_window.c:282
+#: ../src/main_window.c:278
 msgid "_View"
 msgstr "视图(_V)"
 
-#: ../src/main_window.c:283
+#: ../src/main_window.c:279
 msgid "_Fullscreen"
 msgstr "全屏(_F)"
 
-#: ../src/main_window.c:284
+#: ../src/main_window.c:280
 msgid "_Leave Fullscreen"
 msgstr "离开全屏(_L)"
 
-#: ../src/main_window.c:285
+#: ../src/main_window.c:281
 msgid "_Set as Wallpaper"
 msgstr "设置为壁纸(_S)"
 
 #. Zoom submenu
-#: ../src/main_window.c:287
+#: ../src/main_window.c:283
 msgid "_Zooming"
 msgstr "缩放(_Z)"
 
-#: ../src/main_window.c:288
+#: ../src/main_window.c:284
 msgid "Zoom _In"
 msgstr "放大(_I)"
 
-#: ../src/main_window.c:289
+#: ../src/main_window.c:285
 msgid "Zoom _Out"
 msgstr "缩小(_O)"
 
-#: ../src/main_window.c:290
+#: ../src/main_window.c:286
 msgid "Zoom _Fit"
 msgstr "合适大小(_F)"
 
-#: ../src/main_window.c:291
+#: ../src/main_window.c:287
 msgid "_Normal Size"
 msgstr "原始大小(_N)"
 
 #. Rotation submenu
-#: ../src/main_window.c:293
+#: ../src/main_window.c:289
 msgid "_Rotation"
 msgstr "旋转(_R)"
 
-#: ../src/main_window.c:294
+#: ../src/main_window.c:290
 msgid "Rotate _Right"
 msgstr "顺时针旋转(_R)"
 
-#: ../src/main_window.c:295
+#: ../src/main_window.c:291
 msgid "Rotate _Left"
 msgstr "逆时针旋转(_L)"
 
 #. Go Menu
-#: ../src/main_window.c:297
+#: ../src/main_window.c:293
 msgid "_Go"
 msgstr "执行(_G)"
 
-#: ../src/main_window.c:298
+#: ../src/main_window.c:294
 msgid "_Forward"
 msgstr "前进(_F)"
 
-#: ../src/main_window.c:299
+#: ../src/main_window.c:295
 msgid "_Back"
 msgstr "后退(_B)"
 
-#: ../src/main_window.c:300
+#: ../src/main_window.c:296
 msgid "_First"
 msgstr

[Xfce4-commits] Add MidoriPanedAction implementation

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to be7c66342424fc546fd365f17d35fcdf987aa142 (commit)
   from ccd0562d7d730fd78834e41c0c559ad2c32edd2c (commit)

commit be7c66342424fc546fd365f17d35fcdf987aa142
Author: Christian Dywan 
Date:   Tue Nov 15 23:55:34 2011 +0100

Add MidoriPanedAction implementation

 midori/midori-panedaction.c |  199 +++
 midori/midori-panedaction.h |   64 ++
 2 files changed, 263 insertions(+), 0 deletions(-)

diff --git a/midori/midori-panedaction.c b/midori/midori-panedaction.c
new file mode 100644
index 000..b6f615a
--- /dev/null
+++ b/midori/midori-panedaction.c
@@ -0,0 +1,199 @@
+/*
+ Copyright (C) 2011 Peter Hatina 
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ See the file COPYING for the full license text.
+*/
+
+#include 
+#include 
+#include "midori-panedaction.h"
+
+struct _MidoriPanedActionChild
+{
+GtkWidget* widget;
+gchar* name;
+gboolean resize;
+gboolean shrink;
+};
+
+struct _MidoriPanedAction
+{
+GtkAction parent_instance;
+GtkWidget* hpaned;
+GtkWidget* toolitem;
+struct _MidoriPanedActionChild child1;
+struct _MidoriPanedActionChild child2;
+};
+
+struct _MidoriPanedActionClass
+{
+GtkActionClass parent_class;
+};
+
+G_DEFINE_TYPE (MidoriPanedAction, midori_paned_action, GTK_TYPE_ACTION);
+
+static GtkWidget*
+midori_paned_action_create_tool_item (GtkAction *action);
+
+static void
+midori_paned_action_finalize (GObject* object);
+
+static void
+midori_paned_action_init (MidoriPanedAction* paned_action)
+{
+paned_action->hpaned = NULL;
+paned_action->toolitem = NULL;
+memset ((void*) &paned_action->child1, 0, sizeof (struct 
_MidoriPanedActionChild));
+memset ((void*) &paned_action->child2, 0, sizeof (struct 
_MidoriPanedActionChild));
+}
+
+static void
+midori_paned_action_finalize (GObject* object)
+{
+MidoriPanedAction* paned_action = MIDORI_PANED_ACTION (object);
+
+g_object_unref (G_OBJECT (paned_action->toolitem));
+g_object_unref (G_OBJECT (paned_action->hpaned));
+katze_assign (paned_action->child1.name, NULL);
+katze_assign (paned_action->child2.name, NULL);
+
+G_OBJECT_CLASS (midori_paned_action_parent_class)->finalize (object);
+}
+
+static void
+midori_paned_action_class_init (MidoriPanedActionClass* class)
+{
+GObjectClass* gobject_class;
+GtkActionClass* action_class;
+
+gobject_class = G_OBJECT_CLASS (class);
+gobject_class->finalize = midori_paned_action_finalize;
+
+action_class = GTK_ACTION_CLASS (class);
+action_class->create_tool_item = midori_paned_action_create_tool_item;
+}
+
+static GtkWidget*
+midori_paned_action_create_tool_item (GtkAction* action)
+{
+MidoriPanedAction* paned_action = MIDORI_PANED_ACTION (action);
+GtkWidget* alignment = gtk_alignment_new (0.0f, 0.5f, 1.0f, 0.1f);
+paned_action->hpaned = gtk_hpaned_new ();
+paned_action->toolitem = GTK_WIDGET (gtk_tool_item_new ());
+gtk_tool_item_set_expand (GTK_TOOL_ITEM (paned_action->toolitem), TRUE);
+gtk_container_add (GTK_CONTAINER (paned_action->toolitem), alignment);
+gtk_container_add (GTK_CONTAINER (alignment), GTK_WIDGET 
(paned_action->hpaned));
+
+gtk_paned_pack1 (GTK_PANED (paned_action->hpaned),
+paned_action->child1.widget,
+paned_action->child1.resize,
+paned_action->child1.shrink);
+gtk_paned_pack2 (GTK_PANED (paned_action->hpaned),
+paned_action->child2.widget,
+paned_action->child2.resize,
+paned_action->child2.shrink);
+
+gtk_widget_show_all (GTK_WIDGET (paned_action->toolitem));
+return paned_action->toolitem;
+}
+
+/**
+ * midori_paned_action_set_child1:
+ * @paned_action: a #MidoriPanedAction
+ * @child1: a #GtkWidget to be added into GtkHPaned container
+ * @name: string name for the child2
+ * @resize: should child1 expand when the MidoriPanedAction is resized
+ * @shrink: can child1 be made smaller than its requisition
+ **/
+void
+midori_paned_action_set_child1 (MidoriPanedAction* paned_action,
+GtkWidget* child1,
+const gchar* name,
+gboolean resize,
+gboolean shrink)
+{
+g_return_if_fail (MIDORI_IS_PANED_ACTION (paned_action));
+
+katze_assign (paned_action->child1.name, g_strdup (name));
+paned_action->child1.widget = child1;
+paned_action->child1.resize = resize;
+paned_action->child1.shrink = shrink;
+}
+
+/**
+ * midori_paned_action_set_child1:
+ * @paned_action: a #MidoriPanedAction
+ * @child2: a #GtkWidget to be added into GtkHPaned container
+ * @name: string name for the child2
+ * @resize: should child2 expand when the MidoriPanedAc

[Xfce4-commits] Split location and search entry

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to ccd0562d7d730fd78834e41c0c559ad2c32edd2c (commit)
   from 524a4bb0a7d658c32309b044b5fdd98205eb0769 (commit)

commit ccd0562d7d730fd78834e41c0c559ad2c32edd2c
Author: Peter Hatina 
Date:   Tue Nov 15 23:43:14 2011 +0100

Split location and search entry

Fixes: https://bugs.launchpad.net/midori/+bug/738422

 midori/midori-browser.c |   92 +-
 midori/midori-websettings.c |   25 
 2 files changed, 114 insertions(+), 3 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index ff10302..4aa01d7 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -19,6 +19,7 @@
 #include "midori-panel.h"
 #include "midori-locationaction.h"
 #include "midori-searchaction.h"
+#include "midori-panedaction.h"
 #include "midori-findbar.h"
 #include "midori-transferbar.h"
 #include "midori-platform.h"
@@ -2717,6 +2718,20 @@ _midori_browser_save_toolbar_items (MidoriBrowser* 
browser)
 g_free (items);
 }
 
+static void
+_midori_browser_save_search_item (MidoriBrowser* browser)
+{
+MidoriPanedAction* paned_action = MIDORI_PANED_ACTION (_action_by_name 
(browser, "LocationSearch"));
+GtkWidget* search = midori_paned_action_get_child_by_name (paned_action, 
"Search");
+GtkAllocation allocation;
+MidoriWebSettings* settings = browser->settings;
+if (!search)
+return;
+
+gtk_widget_get_allocation (search, &allocation);
+g_object_set (settings, "search-width", allocation.width, NULL);
+}
+
 /**
  * midori_browser_get_toolbar_actions:
  *
@@ -5523,6 +5538,8 @@ midori_browser_destroy_cb (MidoriBrowser* browser)
 if (G_UNLIKELY (browser->alloc_timeout))
 g_source_remove (browser->alloc_timeout);
 
+_midori_browser_save_search_item (browser);
+
 /* Destroy panel first, so panels don't need special care */
 gtk_widget_destroy (browser->panel);
 /* Destroy tabs second, so child widgets don't need special care */
@@ -5953,6 +5970,12 @@ midori_browser_init (MidoriBrowser* browser)
 action, "K");
 g_object_unref (action);
 
+action = g_object_new (MIDORI_TYPE_PANED_ACTION,
+"name", "LocationSearch",
+NULL);
+gtk_action_group_add_action (browser->action_group, action);
+g_object_unref (action);
+
 action = g_object_new (KATZE_TYPE_ARRAY_ACTION,
 "name", "Trash",
 "stock-id", STOCK_USER_TRASH,
@@ -6377,18 +6400,73 @@ _midori_browser_set_toolbar_items (MidoriBrowser* 
browser,
 gchar** name;
 GtkAction* action;
 GtkWidget* toolitem;
+const char* token_location = g_intern_static_string ("Location");
+const char* token_search = g_intern_static_string ("Search");
+const char* token_dontcare = g_intern_static_string ("Dontcare");
+const char* token_current = token_dontcare;
+const char* token_last = token_dontcare;
 
 gtk_container_foreach (GTK_CONTAINER (browser->navigationbar),
 (GtkCallback)gtk_widget_destroy, NULL);
 
 names = g_strsplit (items ? items : "", ",", 0);
 name = names;
-while (*name)
+for (; *name; ++name)
 {
 action = _action_by_name (browser, *name);
 if (action)
 {
-toolitem = gtk_action_create_tool_item (action);
+token_last = token_current;
+
+/* Decide, what kind of token (item) we got now */
+if (name && !g_strcmp0 (*name, "Location"))
+token_current = token_location;
+else if (name && !g_strcmp0 (*name, "Search"))
+token_current = token_search;
+else
+token_current = token_dontcare;
+
+if ((token_current == token_location || token_current == 
token_search) &&
+ (token_last == token_location || token_last == token_search))
+{
+GtkWidget* toolitem_first = gtk_action_create_tool_item (
+_action_by_name (browser, token_last));
+GtkWidget* toolitem_second = gtk_action_create_tool_item (
+_action_by_name (browser, token_current));
+MidoriPanedAction* paned_action = MIDORI_PANED_ACTION (
+_action_by_name (browser, "LocationSearch"));
+MidoriWebSettings* midori_settings = browser->settings;
+midori_paned_action_set_child1 (paned_action, toolitem_first, 
token_last,
+token_last == token_search ? FALSE : TRUE, TRUE);
+midori_paned_action_set_child2 (paned_action, toolitem_second, 
token_current,
+token_current == token_search ? FALSE : TRUE, TRUE);
+
+gtk_widget_set_size_request (
+token_last == token_search ? toolitem_first : 
toolitem_second,
+katze_object_get_int ((gpointer) midori_settings,
+"search-width"),
+-1);
+
+   

[Xfce4-commits] Fix compilation broken by wrong speed dial change

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to 524a4bb0a7d658c32309b044b5fdd98205eb0769 (commit)
   from 5eda5a3faafb28c36a9d7c8ad975875b3521176c (commit)

commit 524a4bb0a7d658c32309b044b5fdd98205eb0769
Author: Christian Dywan 
Date:   Tue Nov 15 22:42:03 2011 +0100

Fix compilation broken by wrong speed dial change

 midori/midori-view.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index 44ed73c..11452f7 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -3764,9 +3764,9 @@ prepare_speed_dial_html (MidoriView* view,
 g_string_append_printf (markup,
 ""
 ""
-""
+""
 "%s\n",
-slot, slot, uri, prefix, encoded, slot, title ? title : "");
+slot, slot, uri, encoded, slot, title ? title : "");
 
 g_free (title);
 g_free (encoded);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fix wrong handling of URI containing space

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to 5eda5a3faafb28c36a9d7c8ad975875b3521176c (commit)
   from 8ecfdd701ed57ad51d6e6df8e93cba570f04601d (commit)

commit 5eda5a3faafb28c36a9d7c8ad975875b3521176c
Author: Christian Dywan 
Date:   Tue Nov 15 21:48:59 2011 +0100

Fix wrong handling of URI containing space

 katze/midori-uri.vala |1 +
 tests/magic-uri.c |2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/katze/midori-uri.vala b/katze/midori-uri.vala
index d8dd5de..4806357 100644
--- a/katze/midori-uri.vala
+++ b/katze/midori-uri.vala
@@ -102,6 +102,7 @@ namespace Midori {
 /* file:// is not considered a location for security reasons */
 return uri != null
  && ((uri.str ("://") != null && uri.chr (-1, ' ') == null)
+  || is_http (uri)
   || uri.has_prefix ("about:")
   || (uri.has_prefix ("data:") && uri.chr (-1, ';') != null)
   || (uri.has_prefix ("geo:") && uri.chr (-1, ',') != null)
diff --git a/tests/magic-uri.c b/tests/magic-uri.c
index a7cba6b..259802f 100644
--- a/tests/magic-uri.c
+++ b/tests/magic-uri.c
@@ -91,6 +91,8 @@ magic_uri_uri (void)
 test_input ("example.com", "http://example.com";);
 test_input ("www.google..com", "http://www.google..com";);
 test_input ("/home/user/midori.html", "file:///home/user/midori.html");
+test_input ("http://www.google.com/search?q=query test",
+"http://www.google.com/search?q=query test");
 if (sokoke_resolve_hostname ("localhost"))
 {
 test_input ("localhost", "http://localhost";);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Don't show empty speed dial shortcuts in-between

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to 8ecfdd701ed57ad51d6e6df8e93cba570f04601d (commit)
   from 52ae8c90e856c166c71476f1ba5e98c9db76664e (commit)

commit 8ecfdd701ed57ad51d6e6df8e93cba570f04601d
Author: Christian Dywan 
Date:   Tue Nov 15 21:13:49 2011 +0100

Don't show empty speed dial shortcuts in-between

It is confusing a lot of users.

 midori/midori-view.c |8 
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index a63aba1..44ed73c 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -3739,7 +3739,7 @@ prepare_speed_dial_html (MidoriView* view,
 gchar* dial_entry = g_strdup_printf ("Dial %d", slot);
 gchar* uri = g_key_file_get_string (key_file, dial_entry, "uri", NULL);
 
-if (uri && *uri && *uri != '#')
+if (uri && strstr (uri, "://") != NULL)
 {
 gchar* title = g_key_file_get_string (key_file, dial_entry, 
"title", NULL);
 gchar* thumb_file = sokoke_build_thumbnail_path (uri);
@@ -3764,14 +3764,14 @@ prepare_speed_dial_html (MidoriView* view,
 g_string_append_printf (markup,
 ""
 ""
-""
+""
 "%s\n",
-slot, slot, uri, encoded, slot, title ? title : "");
+slot, slot, uri, prefix, encoded, slot, title ? title : "");
 
 g_free (title);
 g_free (encoded);
 }
-else
+else if (slot == slot_count)
 {
 g_string_append_printf (markup,
 ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to c029bfba59a94e6a9775ea79cef711c154194192 (commit)
   from 03e3e8aa18913be0d2df1fd83b561e52e89de0bd (commit)

commit c029bfba59a94e6a9775ea79cef711c154194192
Author: Seong-ho Cho 
Date:   Tue Nov 15 20:06:41 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |8 
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index a81b3b3..9e3e544 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -105,11 +105,11 @@ msgstr "형식으로 정렬유지"
 
 #: ../thunar/thunar-abstract-icon-view.c:123
 msgid "Sort By Modification _Date"
-msgstr "수정일로 정렬(_D)"
+msgstr "수정일순 정렬(_D)"
 
 #: ../thunar/thunar-abstract-icon-view.c:123
 msgid "Keep items sorted by their modification date"
-msgstr "수정일로 정렬유지"
+msgstr "수정일순 정렬유지"
 
 #: ../thunar/thunar-abstract-icon-view.c:128
 msgid "_Ascending"
@@ -2434,7 +2434,7 @@ msgstr "현재창내의 숨김파일의 표시를 결정합니다."
 
 #: ../thunar/thunar-window.c:329
 msgid "_Pathbar Style"
-msgstr "Pathbar 형식(_P)"
+msgstr "경로막대 형식 (_P)"
 
 #: ../thunar/thunar-window.c:329
 msgid "Modern approach with buttons that correspond to folders"
@@ -2442,7 +2442,7 @@ msgstr "폴더에 대응하는 단추을 이용한 현대적 접근방식"
 
 #: ../thunar/thunar-window.c:330
 msgid "_Toolbar Style"
-msgstr "도구표시줄 형식(_T)"
+msgstr "도구막대 형식(_T)"
 
 #: ../thunar/thunar-window.c:330
 msgid "Traditional approach with location bar and navigation buttons"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 03e3e8aa18913be0d2df1fd83b561e52e89de0bd (commit)
   from 2b90e4c089d4b74e19a6ed086814f60d8c4b03c7 (commit)

commit 03e3e8aa18913be0d2df1fd83b561e52e89de0bd
Author: Seong-ho Cho 
Date:   Tue Nov 15 20:02:00 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index bf07bf9..a81b3b3 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2047,7 +2047,7 @@ msgstr "이 윈도우내의 모든 파일을 선택합니다."
 
 #: ../thunar/thunar-standard-view.c:364
 msgid "Select _by Pattern..."
-msgstr "패턴에의해 선택(_b)..."
+msgstr "패턴에 의한 선택(_b)..."
 
 #: ../thunar/thunar-standard-view.c:364
 msgid "Select all files that match a certain pattern"
@@ -3070,7 +3070,7 @@ msgstr "쓰레기통 애플릿"
 
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:116
 msgid "Custom Actions"
-msgstr "사용자 정의 동작"
+msgstr "사용자정의 동작"
 
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:127
 msgid ""
@@ -3082,7 +3082,7 @@ msgstr ""
 
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:173
 msgid "Add a new custom action."
-msgstr "새 사용자 정의 동작을 추가합니다."
+msgstr "새 사용자정의 동작을 추가합니다."
 
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:183
 msgid "Edit the currently selected action."
@@ -3121,7 +3121,7 @@ msgstr "동작 \"%s\"을(를) 정말 삭제하시렵니까?"
 
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:437
 msgid "If you delete a custom action, it is permanently lost."
-msgstr "사용자 정의 동작을 삭제하면, 영원히 잃게 됩니다."
+msgstr "사용자정의 동작을 삭제하면, 영원히 잃게 됩니다."
 
 #. Basic
 #. 
@@ -3324,12 +3324,12 @@ msgstr "명령이 설정되지 않았습니다."
 
 #: ../plugins/thunar-uca/thunar-uca-provider.c:177
 msgid "Configure c_ustom actions..."
-msgstr "사용자 정의 동작 설정(_u)..."
+msgstr "사용자정의 동작 설정(_u)..."
 
 #: ../plugins/thunar-uca/thunar-uca-provider.c:178
 msgid ""
 "Setup custom actions that will appear in the file managers context menus"
-msgstr "파일 관리자의 팝업 메뉴에 표시될 사용자 정의 동작을 구성합니다."
+msgstr "파일 관리자의 팝업 메뉴에 표시될 사용자정의 동작을 구성합니다."
 
 #: ../plugins/thunar-uca/thunar-uca-provider.c:416
 #, c-format
@@ -3338,7 +3338,7 @@ msgstr "\"%s\"명령을 수행하는데 실패했습니다."
 
 #: ../plugins/thunar-uca/uca.xml.in.h:1
 msgid "Example for a custom action"
-msgstr "사용자 정의 동작 에제"
+msgstr "사용자정의 동작 에제"
 
 #: ../plugins/thunar-uca/uca.xml.in.h:2
 msgid "Open Terminal Here"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 2b90e4c089d4b74e19a6ed086814f60d8c4b03c7 (commit)
   from fedd855e4fd5688e672b96e39ecc73dabe2778c0 (commit)

commit 2b90e4c089d4b74e19a6ed086814f60d8c4b03c7
Author: Seong-ho Cho 
Date:   Tue Nov 15 19:59:55 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index ba31d54..bf07bf9 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2262,7 +2262,7 @@ msgstr "%x(%X)"
 
 #: ../thunar/thunar-window.c:294
 msgid "Open New _Window"
-msgstr "새창으로 열기(_W)"
+msgstr "새 창으로 열기(_W)"
 
 #: ../thunar/thunar-window.c:294
 msgid "Open a new Thunar window for the displayed location"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/xfce-4.8
 to 5d76aa44912bfe17bc4a5e8374a04dd5a887c0c8 (commit)
   from 2cd22299e5dcaa9b6002816c7b5ed6e3d98a9962 (commit)

commit 5d76aa44912bfe17bc4a5e8374a04dd5a887c0c8
Author: Seong-ho Cho 
Date:   Tue Nov 15 19:52:23 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |   22 +++---
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index bdd9b2f..f57d46d 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -77,7 +77,7 @@ msgstr "<%s>에게 버그를 보내주시기 바랍니다."
 
 #: ../thunar/thunar-abstract-icon-view.c:115
 msgid "Arran_ge Items"
-msgstr "아이템 정렬(_g)"
+msgstr "항목 정렬(_g)"
 
 #: ../thunar/thunar-abstract-icon-view.c:120
 msgid "Sort By _Name"
@@ -117,7 +117,7 @@ msgstr "오름차순(_A)"
 
 #: ../thunar/thunar-abstract-icon-view.c:128
 msgid "Sort items in ascending order"
-msgstr "오름차순으로 아이템정렬"
+msgstr "오름차순으로 항목정렬"
 
 #: ../thunar/thunar-abstract-icon-view.c:129
 msgid "_Descending"
@@ -125,7 +125,7 @@ msgstr "내림차순(_D)"
 
 #: ../thunar/thunar-abstract-icon-view.c:129
 msgid "Sort items in descending order"
-msgstr "내림차순으로 아이템정렬"
+msgstr "내림차순으로 항목정렬"
 
 #. display an error message to the user
 #: ../thunar/thunar-application.c:379
@@ -1572,7 +1572,7 @@ msgstr "탐색"
 
 #: ../thunar/thunar-preferences-dialog.c:436
 msgid "_Single click to activate items"
-msgstr "한번 눌러서 아이템 활성화(_S)"
+msgstr "한번 눌러서 항목 활성화(_S)"
 
 #: ../thunar/thunar-preferences-dialog.c:456
 msgid ""
@@ -1609,7 +1609,7 @@ msgstr "길게"
 
 #: ../thunar/thunar-preferences-dialog.c:504
 msgid "_Double click to activate items"
-msgstr "두번 눌러서 아이템 활성화(_D)"
+msgstr "두번 눌러서 항목 활성화(_D)"
 
 #. Advanced
 #. 
@@ -3070,7 +3070,7 @@ msgstr "쓰레기통 애플릿"
 
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:116
 msgid "Custom Actions"
-msgstr "사용자 정의 동작"
+msgstr "사용자정의 동작"
 
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:127
 msgid ""
@@ -3082,7 +3082,7 @@ msgstr ""
 
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:173
 msgid "Add a new custom action."
-msgstr "새 사용자 정의 동작을 추가합니다."
+msgstr "새 사용자정의 동작을 추가합니다."
 
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:183
 msgid "Edit the currently selected action."
@@ -3121,7 +3121,7 @@ msgstr "동작 \"%s\"을(를) 정말 삭제하시렵니까?"
 
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:437
 msgid "If you delete a custom action, it is permanently lost."
-msgstr "사용자 정의 동작을 삭제하면, 영원히 잃게 됩니다."
+msgstr "사용자정의 동작을 삭제하면, 영원히 잃게 됩니다."
 
 #. Basic
 #. 
@@ -3324,12 +3324,12 @@ msgstr "명령이 설정되지 않았습니다."
 
 #: ../plugins/thunar-uca/thunar-uca-provider.c:177
 msgid "Configure c_ustom actions..."
-msgstr "사용자 정의 동작 설정(_u)..."
+msgstr "사용자정의 동작 설정(_u)..."
 
 #: ../plugins/thunar-uca/thunar-uca-provider.c:178
 msgid ""
 "Setup custom actions that will appear in the file managers context menus"
-msgstr "파일 관리자의 팝업 메뉴에 표시될 사용자 정의 동작을 구성합니다."
+msgstr "파일 관리자의 팝업 메뉴에 표시될 사용자정의 동작을 구성합니다."
 
 #: ../plugins/thunar-uca/thunar-uca-provider.c:416
 #, c-format
@@ -3338,7 +3338,7 @@ msgstr "\"%s\"명령을 수행하는데 실패했습니다."
 
 #: ../plugins/thunar-uca/uca.xml.in.h:1
 msgid "Example for a custom action"
-msgstr "사용자 정의 동작 에제"
+msgstr "사용자정의 동작 에제"
 
 #: ../plugins/thunar-uca/uca.xml.in.h:2
 msgid "Open Terminal Here"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/xfce-4.8
 to 2cd22299e5dcaa9b6002816c7b5ed6e3d98a9962 (commit)
   from e6ff1e060833555e38035b1812ade8b1ed59d081 (commit)

commit 2cd22299e5dcaa9b6002816c7b5ed6e3d98a9962
Author: Seong-ho Cho 
Date:   Tue Nov 15 19:49:36 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index 8724431..bdd9b2f 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2262,7 +2262,7 @@ msgstr "%x(%X)"
 
 #: ../thunar/thunar-window.c:294
 msgid "Open New _Window"
-msgstr "새창으로 열기(_W)"
+msgstr "새 창으로 열기(_W)"
 
 #: ../thunar/thunar-window.c:294
 msgid "Open a new Thunar window for the displayed location"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/xfce-4.8
 to e6ff1e060833555e38035b1812ade8b1ed59d081 (commit)
   from 1a7b9ae02bb2f2451515d2928d516f3004ae4b0b (commit)

commit e6ff1e060833555e38035b1812ade8b1ed59d081
Author: Seong-ho Cho 
Date:   Tue Nov 15 19:48:43 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 23b3208..8724431 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1483,7 +1483,7 @@ msgstr "형식(_F):"
 #. 
 #: ../thunar/thunar-preferences-dialog.c:320
 msgid "Side Pane"
-msgstr "Side창"
+msgstr "변두리 창"
 
 #: ../thunar/thunar-preferences-dialog.c:330
 msgid "Shortcuts Pane"
@@ -2047,7 +2047,7 @@ msgstr "이 윈도우내의 모든 파일을 선택합니다."
 
 #: ../thunar/thunar-standard-view.c:348
 msgid "Select _by Pattern..."
-msgstr "패턴에의해 선택(_b)..."
+msgstr "패턴에 의한 선택(_b)..."
 
 #: ../thunar/thunar-standard-view.c:348
 msgid "Select all files that match a certain pattern"
@@ -2314,7 +2314,7 @@ msgstr "위치 선택기(_L)"
 
 #: ../thunar/thunar-window.c:304
 msgid "_Side Pane"
-msgstr "Side창(_S)"
+msgstr "변두리 창 (_S)"
 
 #: ../thunar/thunar-window.c:305
 msgid "Zoom I_n"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/xfce-4.8
 to 1a7b9ae02bb2f2451515d2928d516f3004ae4b0b (commit)
   from 313365a0304f7ca48c78be3abbb219ee0f9f755b (commit)

commit 1a7b9ae02bb2f2451515d2928d516f3004ae4b0b
Author: Seong-ho Cho 
Date:   Tue Nov 15 19:43:25 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index aae98b3..23b3208 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1462,7 +1462,7 @@ msgstr ""
 
 #: ../thunar/thunar-preferences-dialog.c:276
 msgid "_Text beside icons"
-msgstr "아이콘옆 글자(_T)"
+msgstr "아이콘 옆 텍스트 (_T)"
 
 #: ../thunar/thunar-preferences-dialog.c:278
 msgid ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 517a966a3beb24645c5dd6757a5f5c1fdb356054 (commit)
   from cf8dc5afeb01ed24cfe9c9f92ef6475e7f5fd78b (commit)

commit 517a966a3beb24645c5dd6757a5f5c1fdb356054
Author: Seong-ho Cho 
Date:   Tue Nov 15 19:30:50 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index 8dfa9e7..f51447b 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce-utils 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-15 07:50+\n"
+"POT-Creation-Date: 2011-11-15 17:18+\n"
 "PO-Revision-Date: 2011-09-13 06:32+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
 "Language-Team: xfce4-users-kr-i18n 
\n"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 8768e7bc1ae850fcba8e88460e211b0a85cd37ab (commit)
   from 3cd15b4a36f7672441ba785a849bcad419aa6e28 (commit)

commit 8768e7bc1ae850fcba8e88460e211b0a85cd37ab
Author: Seong-ho Cho 
Date:   Tue Nov 15 19:29:45 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index ddbcebc..5a4585a 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-settings.xfce-4-8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-15 07:06+\n"
+"POT-Creation-Date: 2011-11-15 16:34+\n"
 "PO-Revision-Date: 2011-09-13 07:04+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
 "Language-Team: xfce4-users-kr-i18n 
\n"
@@ -289,7 +289,7 @@ msgstr ""
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:2
 #: ../dialogs/appearance-settings/xfce-ui-settings.desktop.in.h:1
 msgid "Appearance"
-msgstr "외관"
+msgstr "외형"
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:3
 #: ../dialogs/display-settings/main.c:82
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Chinese (Taiwan) (zh_TW) translation to 70%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to e83f2cb058c99215f201eaddfec48ec8fb244a2e (commit)
   from 54a5e0a8fb86e8dee86bbee9613390fa301035ed (commit)

commit e83f2cb058c99215f201eaddfec48ec8fb244a2e
Author: Cheng-Chia Tseng 
Date:   Tue Nov 15 18:47:10 2011 +0100

l10n: Updated Chinese (Taiwan) (zh_TW) translation to 70%

New status: 43 messages complete with 2 fuzzies and 16 untranslated.

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

 po/zh_TW.po |  136 +--
 1 files changed, 58 insertions(+), 78 deletions(-)

diff --git a/po/zh_TW.po b/po/zh_TW.po
index d4c6277..69d077c 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -8,8 +8,8 @@ msgstr ""
 "Project-Id-Version: xfce4-clipman-plugin 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2011-10-28 15:59+0200\n"
-"PO-Revision-Date: 2009-04-18 12:28+0200\n"
-"Last-Translator: Hydonsingore Cia \n"
+"PO-Revision-Date: 2011-11-16 01:46+0800\n"
+"Last-Translator: Cheng-Chia Tseng \n"
 "Language-Team: Chinese (traditional) \n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
@@ -20,96 +20,93 @@ msgstr ""
 #: ../panel-plugin/xfce4-clipman.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1
-#, fuzzy
 msgid "Clipboard manager"
-msgstr "剪貼簿管理程式"
+msgstr "剪貼簿管理員"
 
 #: ../panel-plugin/xfce4-clipman.desktop.in.h:2
 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:2
 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:2
 #: ../panel-plugin/main-panel-plugin.c:70
-#: ../panel-plugin/main-status-icon.c:61 ../panel-plugin/main-status-icon.c:94
+#: ../panel-plugin/main-status-icon.c:61
+#: ../panel-plugin/main-status-icon.c:94
 #: ../panel-plugin/plugin.c:335
 msgid "Clipman"
 msgstr "Clipman"
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:1
 msgid "Bugz"
-msgstr ""
+msgstr "Bugz"
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:2
 msgid "Edit with Gimp"
-msgstr ""
+msgstr "以 Gimp 編輯"
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:3
 msgid "GNOME Bug"
-msgstr ""
+msgstr "GNOME Bug"
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:4
 msgid "Image"
-msgstr ""
+msgstr "影像"
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:5
 msgid "Long URL"
-msgstr ""
+msgstr "長網址"
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:6
 msgid "Shrink the URL"
-msgstr ""
+msgstr "縮短該網址"
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:7
 msgid "View with Ristretto"
-msgstr ""
+msgstr "以 Ristretto 檢視"
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:8
 msgid "Xfce Bug"
-msgstr ""
+msgstr "Xfce Bug"
 
 #: ../panel-plugin/xfce4-clipman-settings.c:190
 msgid "None"
-msgstr ""
+msgstr "無"
 
 #. TRANSLATORS: Keyboard shortcut
 #: ../panel-plugin/xfce4-clipman-settings.c:192
 msgid "Ctrl+V"
-msgstr ""
+msgstr "Ctrl+V"
 
 #. TRANSLATORS: Keyboard shortcut
 #: ../panel-plugin/xfce4-clipman-settings.c:194
 msgid "Shift+Insert"
-msgstr ""
+msgstr "Shift+Insert"
 
 #: ../panel-plugin/xfce4-clipman-settings.c:517
-#, fuzzy
 msgid "Reset actions"
-msgstr "剪貼簿行為"
+msgstr "重設動作"
 
 #: ../panel-plugin/xfce4-clipman-settings.c:519
 #, fuzzy
-msgid ""
-"Are you sure you want to reset the actions to the system default values?"
+msgid "Are you sure you want to reset the actions to the system default 
values?"
 msgstr "您確定您想要清除歷史字句嗎?"
 
 #: ../panel-plugin/settings-dialog.ui.h:1
 msgid "Action"
-msgstr ""
+msgstr "動作"
 
 #: ../panel-plugin/settings-dialog.ui.h:2
-#, fuzzy
 msgid "Behavior"
-msgstr "剪貼簿行為"
+msgstr "行為"
 
 #: ../panel-plugin/settings-dialog.ui.h:3
 msgid "Commands"
-msgstr ""
+msgstr "指令"
 
 #: ../panel-plugin/settings-dialog.ui.h:4
 msgid "History"
-msgstr ""
+msgstr "歷史"
 
 #: ../panel-plugin/settings-dialog.ui.h:5
 msgid "Actions"
-msgstr ""
+msgstr "動作"
 
 #: ../panel-plugin/settings-dialog.ui.h:6
 msgid "Activate only on manual copy"
@@ -120,46 +117,39 @@ msgid "Automatically paste a selected item from the 
history"
 msgstr ""
 
 #: ../panel-plugin/settings-dialog.ui.h:8
-msgid ""
-"By default the action is triggerred by a selection, check this option to "
-"trigger the action only when you make a manual copy"
+msgid "By default the action is triggerred by a selection, check this option 
to trigger the action only when you make a manual copy"
 msgstr ""
 
 #: ../panel-plugin/settings-dialog.ui.h:9
 msgid "Command:"
-msgstr ""
+msgstr "指令:"
 
 #: ../panel-plugin/settings-dialog.ui.h:10
 msgid "Configure the plugin"
-msgstr ""
+msgstr "設定插件"
 
 #: ../panel-plugin/settings-dialog.ui.h:11
 msgid "Edit Action"
-msgstr ""
+msgstr "編輯動作"
 
 #: ../panel-plugin/settings-dialog.ui.h:12
 msgid "Enable _actions"
-msgstr ""
+msgstr "啟用動作(_A)"
 
 #: ../panel-plugin/settings-dialog.ui.h:13
 msgid "General"
 msgstr "一般"
 
 #: ../panel-plugin/settings-dialog.ui.h:14
-msgid ""
-"If checked, the clipboard texts will be matched against regular expressions "
-"and a menu will display possible actions

[Xfce4-commits] l10n: Updated Danish (da) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to e6e2a5124957c9cc7f0d612f5d4d6e071d8f0db7 (commit)
   from b0c7daaf0ccdad4e933eb58392e753f9b946f599 (commit)

commit e6e2a5124957c9cc7f0d612f5d4d6e071d8f0db7
Author: Per Kongstad 
Date:   Tue Nov 15 18:45:12 2011 +0100

l10n: Updated Danish (da) translation to 100%

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

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

 po/da.po |  148 +++--
 1 files changed, 75 insertions(+), 73 deletions(-)

diff --git a/po/da.po b/po/da.po
index 861c63b..1147e29 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ristretto 0.0.90\n"
 "Report-Msgid-Bugs-To: xfce-i...@xfce.org\n"
-"POT-Creation-Date: 2011-11-13 05:04+\n"
+"POT-Creation-Date: 2011-11-15 14:18+\n"
 "PO-Revision-Date: 2010-01-15 12:00+0100\n"
 "Last-Translator: Per Kongstad \n"
 "Language-Team: Danish \n"
@@ -35,11 +35,13 @@ msgstr "Start et diasshow"
 msgid "Show settings dialog"
 msgstr "Vis indstillingdialogen"
 
-#: ../src/main.c:104
+#: ../src/main.c:105
 #, c-format
 msgid ""
 "%s: %s\n"
-"Try %s --help to see a full list of available command line options.\n"
+"\n"
+"Try %s --help to see a full list of\n"
+"available command line options.\n"
 msgstr ""
 "%s: %s\n"
 "Prøv %s --help for at se en fuld liste over tilgængelige "
@@ -50,270 +52,270 @@ msgid "Image Viewer"
 msgstr "Billedfremviser"
 
 #. File Menu
-#: ../src/main_window.c:268
+#: ../src/main_window.c:264
 msgid "_File"
 msgstr "_Fil"
 
-#: ../src/main_window.c:269
+#: ../src/main_window.c:265
 msgid "_Open"
 msgstr "_Åbn"
 
-#: ../src/main_window.c:269
+#: ../src/main_window.c:265
 msgid "Open an image"
 msgstr "Åbn et billede"
 
-#: ../src/main_window.c:270
+#: ../src/main_window.c:266
 msgid "_Save copy"
 msgstr "_Gem kopi"
 
-#: ../src/main_window.c:270
+#: ../src/main_window.c:266
 msgid "Save a copy of the image"
 msgstr "Gem en kopi af billedet"
 
-#: ../src/main_window.c:271
+#: ../src/main_window.c:267
 msgid "_Properties"
 msgstr "_Egenskaber"
 
-#: ../src/main_window.c:271
+#: ../src/main_window.c:267
 msgid "Show file properties"
 msgstr "Vil filegenskaber"
 
-#: ../src/main_window.c:272
+#: ../src/main_window.c:268
 msgid "_Close"
 msgstr "_Luk"
 
-#: ../src/main_window.c:272
+#: ../src/main_window.c:268
 msgid "Close this image"
 msgstr "Luk dette billede"
 
-#: ../src/main_window.c:273
+#: ../src/main_window.c:269
 msgid "_Quit"
 msgstr "_Afslut"
 
-#: ../src/main_window.c:273
+#: ../src/main_window.c:269
 msgid "Quit Ristretto"
 msgstr "Afslut Ristretto"
 
 #. Edit Menu
-#: ../src/main_window.c:275
+#: ../src/main_window.c:271
 msgid "_Edit"
 msgstr "_Redigér"
 
-#: ../src/main_window.c:276
+#: ../src/main_window.c:272
 msgid "_Open with..."
 msgstr "_Åbn med..."
 
-#: ../src/main_window.c:277
+#: ../src/main_window.c:273
 msgid "_Sorting"
 msgstr "_Sortér"
 
-#: ../src/main_window.c:278
+#: ../src/main_window.c:274
 msgid "_Delete"
 msgstr "_Slet"
 
-#: ../src/main_window.c:278
+#: ../src/main_window.c:274
 msgid "Delete this image from disk"
 msgstr "Slet dette billede fra disken"
 
-#: ../src/main_window.c:279
+#: ../src/main_window.c:275
 msgid "_Clear private data"
 msgstr "_Ryd private data"
 
-#: ../src/main_window.c:280
+#: ../src/main_window.c:276
 msgid "_Preferences"
 msgstr "_Indstillinger"
 
 #. View Menu
-#: ../src/main_window.c:282
+#: ../src/main_window.c:278
 msgid "_View"
 msgstr "_Vis"
 
-#: ../src/main_window.c:283
+#: ../src/main_window.c:279
 msgid "_Fullscreen"
 msgstr "_Fuldskærm"
 
-#: ../src/main_window.c:284
+#: ../src/main_window.c:280
 msgid "_Leave Fullscreen"
 msgstr "_Forlad fuldskærm"
 
-#: ../src/main_window.c:285
+#: ../src/main_window.c:281
 msgid "_Set as Wallpaper"
 msgstr "_Brug som skrivebordsbaggrund"
 
 #. Zoom submenu
-#: ../src/main_window.c:287
+#: ../src/main_window.c:283
 msgid "_Zooming"
 msgstr "_Zooming"
 
-#: ../src/main_window.c:288
+#: ../src/main_window.c:284
 msgid "Zoom _In"
 msgstr "Zoom _ind"
 
-#: ../src/main_window.c:289
+#: ../src/main_window.c:285
 msgid "Zoom _Out"
 msgstr "Zoom _ud"
 
-#: ../src/main_window.c:290
+#: ../src/main_window.c:286
 msgid "Zoom _Fit"
 msgstr "_Tilpas zoom"
 
-#: ../src/main_window.c:291
+#: ../src/main_window.c:287
 msgid "_Normal Size"
 msgstr "_Normal størrelse"
 
 #. Rotation submenu
-#: ../src/main_window.c:293
+#: ../src/main_window.c:289
 msgid "_Rotation"
 msgstr "_Rotering"
 
-#: ../src/main_window.c:294
+#: ../src/main_window.c:290
 msgid "Rotate _Right"
 msgstr "Rotér til høj_re"
 
-#: ../src/main_window.c:295
+#: ../src/main_window.c:291
 msgid "Rotate _Left"
 msgstr "Rotér til _venstre"
 
 #. Go Menu
-#: ../src/main_window.c:297
+#: ../src/main_window.c:293
 msgid "_Go"
 msgstr "_Gå til"
 
-#: ../src/main_window.c:298
+#: ../src/main_window.c:294
 msgid "_Forward"
 msgstr "_Fremad"
 
-#: ../src/main_window.c:299
+#: ../src/main_window.c

[Xfce4-commits] l10n: Updated Danish (da) translation to 95%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to e5a0172c17e6bbc995f504f6c7e2a2888bc9d49e (commit)
   from 75198c0608130650878121e683947574f98d9220 (commit)

commit e5a0172c17e6bbc995f504f6c7e2a2888bc9d49e
Author: Per Kongstad 
Date:   Tue Nov 15 18:44:30 2011 +0100

l10n: Updated Danish (da) translation to 95%

New status: 296 messages complete with 2 fuzzies and 11 untranslated.

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

 po/da.po |   12 
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/po/da.po b/po/da.po
index 34e7331..a99e014 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin 0.1.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-11 05:12+\n"
+"POT-Creation-Date: 2011-11-15 14:40+\n"
 "PO-Revision-Date: 2010-01-04 21:48+0100\n"
 "Last-Translator: Per Kongstad \n"
 "Language-Team: Danish \n"
@@ -1174,7 +1174,6 @@ msgid "Hunk already applied"
 msgstr ""
 
 #: ../tvp-svn-helper/tsh-common.c:596
-#, fuzzy
 msgid "Copied replaced"
 msgstr "Erstattet"
 
@@ -1183,14 +1182,12 @@ msgid "URL redirect"
 msgstr ""
 
 #: ../tvp-svn-helper/tsh-common.c:598
-#, fuzzy
 msgid "Path nonexistent"
-msgstr "Egenskab findes ikke"
+msgstr "Stien findes ikke"
 
 #: ../tvp-svn-helper/tsh-common.c:600
-#, fuzzy
 msgid "Conflict"
-msgstr "I konflikt"
+msgstr "Konflikt"
 
 #: ../tvp-svn-helper/tsh-common.c:601 ../tvp-svn-helper/tsh-common.c:700
 #: ../tvp-svn-helper/tsh-common.c:740
@@ -1261,9 +1258,8 @@ msgid "Error"
 msgstr ""
 
 #: ../tvp-svn-helper/tsh-common.c:1099
-#, fuzzy
 msgid "Local action"
-msgstr "Lokal kopi"
+msgstr "Lokal handling"
 
 #: ../tvp-svn-helper/tsh-copy.c:112
 msgid "Local copy"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: commit Korean translation

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 481047239f88067a6e0ff2619bc8f41f0d6c96d7 (commit)
   from 4806559b1abd30e21f3a66b1385fec6860f8b14e (commit)

commit 481047239f88067a6e0ff2619bc8f41f0d6c96d7
Author: Seong-ho Cho 
Date:   Tue Nov 15 18:40:16 2011 +0100

l10n: commit Korean translation

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

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

 po/ko.po |   37 +
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/po/ko.po b/po/ko.po
new file mode 100644
index 000..e0326bb
--- /dev/null
+++ b/po/ko.po
@@ -0,0 +1,37 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: transd.master\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-11-15 14:54+\n"
+"PO-Revision-Date: 2011-11-16 02:38+0900\n"
+"Last-Translator: Seong-ho, Cho \n"
+"Language-Team: xfce4-korean-user-i18n 
\n"
+"Language: Korean\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1;plural=0;\n"
+"X-Poedit-Language: Korean\n"
+"X-Poedit-Country: KOREA, REPUBLIC OF\n"
+
+#: ../src/transd.c:116
+msgid "Configuration format changed."
+msgstr "설정 형식이 변경되었습니다."
+
+#: ../src/transd.c:117
+msgid "Transd now uses a new configuration file format.  Please see the README 
for details.  Transd will now exit."
+msgstr "Transd는 지금 새 설정 파일 형식을 사용하고 있습니다. 자세한 내용은 README를 보시기 바랍니다. Transd는 이제 
끝낼 것입니다."
+
+#: ../transd.desktop.in.h:1
+msgid "Daemon which monitors windows and sets transparency based on rulesets"
+msgstr "창들을 감시하고 규칙모듬을 기반으로 하여 투명화를 설정하는 데몬"
+
+#: ../transd.desktop.in.h:2
+msgid "Transparency Daemon"
+msgstr "투명화 데몬"
+
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Define navigator.javaEnabled and .mimeTypes

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to 52ae8c90e856c166c71476f1ba5e98c9db76664e (commit)
   from 069ade42d07de4fca2945fa899cb474de2e8d39a (commit)

commit 52ae8c90e856c166c71476f1ba5e98c9db76664e
Author: Christian Dywan 
Date:   Sun Nov 13 20:31:02 2011 +0100

Define navigator.javaEnabled and .mimeTypes

In private browsing 'navigator' is overridden.

 midori/midori-view.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index 86ea575..a63aba1 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -2953,6 +2953,8 @@ webkit_web_view_window_object_cleared_cb (GtkWidget*  
web_view,
   "'language': 'en-US',"
   "'platform': 'Linux i686',"
   "'cookieEnabled': true,"
+  "'javaEnabled': function () { return true; },"
+  "'mimeTypes': {},"
   "'plugins': {'refresh': function () { } } };",
 NULL);
 g_free (result);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] No about dialog hooks since GTK+ 2.24, not 3.0

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to 069ade42d07de4fca2945fa899cb474de2e8d39a (commit)
   from 49758e4dd8ace0c573a687f94b5c57bc007df38a (commit)

commit 069ade42d07de4fca2945fa899cb474de2e8d39a
Author: Christian Dywan 
Date:   Sun Nov 13 20:16:55 2011 +0100

No about dialog hooks since GTK+ 2.24, not 3.0

 midori/midori-browser.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index a34a835..ff10302 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -4732,7 +4732,7 @@ static const gchar* credits_documenters[] =
 static const gchar* credits_artists[] =
 { "Nancy Runge ", NULL };
 
-#if !GTK_CHECK_VERSION (3, 0, 0)
+#if !GTK_CHECK_VERSION (2, 24, 0)
 static void
 _action_about_activate_link (GtkAboutDialog* about,
  const gchar*uri,
@@ -4774,7 +4774,7 @@ _action_about_activate (GtkAction* action,
 "License as published by the Free Software Foundation; either "
 "version 2.1 of the License, or (at your option) any later version.");
 
-#if !GTK_CHECK_VERSION (3, 0, 0)
+#if !GTK_CHECK_VERSION (2, 24, 0)
 gtk_about_dialog_set_email_hook (_action_about_activate_email, NULL, NULL);
 gtk_about_dialog_set_url_hook (_action_about_activate_link, browser, NULL);
 #endif
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Ensure data is initialized in midori_array_to_file_format

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to 49758e4dd8ace0c573a687f94b5c57bc007df38a (commit)
   from 77796803c5d906afc642ed8234e02b0d99d43090 (commit)

commit 49758e4dd8ace0c573a687f94b5c57bc007df38a
Author: Christian Dywan 
Date:   Sun Nov 13 20:09:13 2011 +0100

Ensure data is initialized in midori_array_to_file_format

 midori/midori-array.c |5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/midori/midori-array.c b/midori/midori-array.c
index e6194aa..fe40f90 100644
--- a/midori/midori-array.c
+++ b/midori/midori-array.c
@@ -905,10 +905,9 @@ midori_array_to_file_format (KatzeArray*  array,
 
 if (!g_strcmp0 (format, "xbel"))
 data = katze_array_to_xbel (array, error);
-if (!g_strcmp0 (format, "netscape"))
+else if (!g_strcmp0 (format, "netscape"))
 data = katze_array_to_netscape_html (array, error);
-
-if (!data)
+else
 return FALSE;
 if (!(fp = fopen (filename, "w")))
 {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Work around G_CONST_RETURN use in unique.h

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to 77796803c5d906afc642ed8234e02b0d99d43090 (commit)
   from 8c1461367370d6bace7a2e1fcaae6a7160c7fefb (commit)

commit 77796803c5d906afc642ed8234e02b0d99d43090
Author: Christian Dywan 
Date:   Sun Nov 13 20:02:02 2011 +0100

Work around G_CONST_RETURN use in unique.h

 midori/midori-app.c |6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/midori/midori-app.c b/midori/midori-app.c
index 4c2afc5..c280d6a 100644
--- a/midori/midori-app.c
+++ b/midori/midori-app.c
@@ -37,7 +37,13 @@
 #elif HAVE_UNIQUE
 typedef gpointer MidoriAppInstance;
 #define MidoriAppInstanceNull NULL
+#if defined(G_DISABLE_DEPRECATED) && !defined(G_CONST_RETURN)
+#define G_CONST_RETURN
+#endif
 #include 
+#ifdef G_DISABLE_DEPRECATED
+#undef G_CONST_RETUTN
+#endif
 #define MIDORI_UNIQUE_COMMAND 1
 #else
 typedef gint MidoriAppInstance;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Use Midori's name in midori-private.desktop

2011-11-15 Thread Christian Dywan
Updating branch refs/heads/master
 to 8c1461367370d6bace7a2e1fcaae6a7160c7fefb (commit)
   from a1103aa20b5b3e3f3fd1b131f8e954813ab53914 (commit)

commit 8c1461367370d6bace7a2e1fcaae6a7160c7fefb
Author: Christian Dywan 
Date:   Sun Nov 13 19:58:41 2011 +0100

Use Midori's name in midori-private.desktop

 data/midori-private.desktop.in |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/data/midori-private.desktop.in b/data/midori-private.desktop.in
index e307ba9..7f77499 100644
--- a/data/midori-private.desktop.in
+++ b/data/midori-private.desktop.in
@@ -1,10 +1,11 @@
 [Desktop Entry]
 Version=1.0
 Type=Application
-_Name=Private Browsing
+_Name=Midori Private Browsing
+_GenericName=Private Browsing
 _Comment=Open a new private browsing window
 Categories=GTK;Network;WebBrowser;
-Exec=midori --private
+Exec=midori --private %U
 Icon=midori
 Terminal=false
 StartupNotify=true
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to b3a848a149a53cc87b616e40550991cdc22b92eb (commit)
   from 49d9152bb741b2be565d4421aefcbd3a949d44ef (commit)

commit b3a848a149a53cc87b616e40550991cdc22b92eb
Author: Seong-ho Cho 
Date:   Tue Nov 15 18:33:05 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index adc957f..3f40f77 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2,6 +2,7 @@
 # Copyright (C) 2003-2006 os-cillation e.K.
 # This file is distributed under the same license as the Terminal package.
 # Kibum Han , 2005.
+# Seong-ho, Cho , 2011.
 #
 msgid ""
 msgstr ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 49d9152bb741b2be565d4421aefcbd3a949d44ef (commit)
   from f227e4cad7d2f9c580c489fae25ea44ed985a8b6 (commit)

commit 49d9152bb741b2be565d4421aefcbd3a949d44ef
Author: Seong-ho Cho 
Date:   Tue Nov 15 18:31:33 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |  197 ++---
 1 files changed, 71 insertions(+), 126 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 72d26ad..adc957f 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2,14 +2,14 @@
 # Copyright (C) 2003-2006 os-cillation e.K.
 # This file is distributed under the same license as the Terminal package.
 # Kibum Han , 2005.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Terminal 0.2.10\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2011-11-15 14:26+\n"
-"PO-Revision-Date: 2007-09-24 11:46+0900\n"
-"Last-Translator: ByungHyun Choi\n"
+"PO-Revision-Date: 2011-11-16 02:31+0900\n"
+"Last-Translator: Seong-ho, Cho \n"
 "Language-Team: Korean \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -30,13 +30,15 @@ msgstr "일반 옵션"
 
 #. parameter of --default-display
 #. parameter of --display
-#: ../terminal/main.c:59 ../terminal/main.c:85
+#: ../terminal/main.c:59
+#: ../terminal/main.c:85
 msgid "display"
 msgstr "화면"
 
 #. parameter of --default-working-directory
 #. parameter of --working-directory
-#: ../terminal/main.c:61 ../terminal/main.c:76
+#: ../terminal/main.c:61
+#: ../terminal/main.c:76
 msgid "directory"
 msgstr "디렉터리"
 
@@ -87,8 +89,10 @@ msgstr "아이콘"
 msgid "See the %s man page for full explanation of the options above."
 msgstr "다음 옵션에 대한 완전한 설명을 보려면 %s 맨페이지를 봅니다."
 
-#: ../terminal/main.c:126 ../terminal/terminal-preferences.c:1274
-#: ../terminal/terminal-shortcut-editor.c:120 ../Terminal.desktop.in.in.h:1
+#: ../terminal/main.c:126
+#: ../terminal/terminal-preferences.c:1274
+#: ../terminal/terminal-shortcut-editor.c:120
+#: ../Terminal.desktop.in.in.h:1
 msgid "Terminal"
 msgstr "터미널"
 
@@ -121,11 +125,11 @@ msgstr "공간위치 문자열 \"%s\"이(가) 잘못되었습니다\n"
 
 #: ../terminal/terminal-dbus.c:113
 msgid "User id mismatch"
-msgstr "User id가 맞지 않습니다"
+msgstr "User id가 일치하지 않습니다"
 
 #: ../terminal/terminal-dbus.c:119
 msgid "Display mismatch"
-msgstr "화면이 일치하지 않습니다."
+msgstr "화면이 일치하지 않습니다"
 
 #: ../terminal/terminal-dbus.c:145
 #, c-format
@@ -137,7 +141,8 @@ msgstr "D-BUS 메시지 버스의 연결이 끊어졌습니다, 끝냅니다...\
 msgid "Unable to register object %s"
 msgstr "개체 %s을(를) 등록할 수 없습니다"
 
-#: ../terminal/terminal-dialogs.c:95 ../Terminal-default-apps.xml.in.in.h:1
+#: ../terminal/terminal-dialogs.c:95
+#: ../Terminal-default-apps.xml.in.in.h:1
 msgid "Xfce Terminal Emulator"
 msgstr "Xfce 터미널 에뮬레이터"
 
@@ -156,9 +161,7 @@ msgstr "컴퓨터에 %s 사용자 설명서가 설치되어 있지 않습니다.
 
 #: ../terminal/terminal-dialogs.c:218
 #, c-format
-msgid ""
-"You can read the user manual online. This manual may however not exactly "
-"match your %s version."
+msgid "You can read the user manual online. This manual may however not 
exactly match your %s version."
 msgstr "사용자 설명서를 온라인에서 볼 수 있습니다. 이 메뉴얼은 %s 버전과 완전히 일치하지 않는 것 같습니다."
 
 #: ../terminal/terminal-dialogs.c:220
@@ -176,42 +179,28 @@ msgstr "문서 탐색기를 여는데 실패했습니다"
 
 #: ../terminal/terminal-options.c:210
 #, c-format
-msgid ""
-"Option \"--default-display\" requires specifying the default X display as "
-"its parameter"
-msgstr ""
-"옵션 \"--default-display\"은 파라미터로 기본 X 디스플레이를 지정해야 합니다"
+msgid "Option \"--default-display\" requires specifying the default X display 
as its parameter"
+msgstr "옵션 \"--default-display\"은 파라미터로 기본 X 디스플레이를 지정해야 합니다"
 
 #: ../terminal/terminal-options.c:225
 #, c-format
-msgid ""
-"Option \"--default-working-directory\" requires specifying the default "
-"working directory as its parameter"
-msgstr ""
-"옵션 \"--default-working-directory\"은 파리미터로 기본 작업 디렉토리를 지정해"
-"야 합니다"
+msgid "Option \"--default-working-directory\" requires specifying the default 
working directory as its parameter"
+msgstr "옵션 \"--default-working-directory\"은 파리미터로 기본 작업 디렉토리를 지정해야 합니다"
 
 #: ../terminal/terminal-options.c:241
 #, c-format
-msgid ""
-"Option \"--execute/-x\" requires specifying the command to run on the rest "
-"of the command line"
+msgid "Option \"--execute/-x\" requires specifying the command to run on the 
rest of the command line"
 msgstr "옵션 \"--execute/-x\"는 명령행 뒤쪽에 실행할 명령을 지정해야 합니다\""
 
 #: ../terminal/terminal-options.c:258
 #, c-format
-msgid ""
-"Option \"--command/-e\" requires specifying the command to run as its "
-"parameter"
+msgid "Option \"--command/-e\" requires specifying the command to run as its 
parameter"
 msgstr "옵션 \"--command/-e\"는 파라미터로 실행할 명령을 지정해야 합니다정"
 
 #: ../terminal/terminal-options.c:275
 #, c-format
-msgid ""
-"Option \"--working-directory\" requires specifying the working directory as "
-"its parameter"
-msgstr ""
-

[Xfce4-commits] l10n: commit Korean translation

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to bf0136a2b1fcf241ce07369e99abc7f719a20f27 (commit)
   from 397562020f38f768a864328b3c199412705ff92d (commit)

commit bf0136a2b1fcf241ce07369e99abc7f719a20f27
Author: Seong-ho Cho 
Date:   Tue Nov 15 18:17:57 2011 +0100

l10n: commit Korean translation

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

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

 po/{sk.po => ko.po} |  357 +++
 1 files changed, 188 insertions(+), 169 deletions(-)

diff --git a/po/sk.po b/po/ko.po
similarity index 55%
copy from po/sk.po
copy to po/ko.po
index bced14d..a3a15d6 100644
--- a/po/sk.po
+++ b/po/ko.po
@@ -1,51 +1,50 @@
-# Slovak translation of Gigolo.
-# Copyright (C) 2008-2009 Enrico Tröger
-# This file is distributed under the same license as Gigolo.
-# Robert Hartl , 2009.
-# Tomáš Vadina , 2011.
-# 
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+#
 msgid ""
 msgstr ""
-"Project-Id-Version: gigolo\n"
+"Project-Id-Version: gigolo.master\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 04:11+\n"
-"PO-Revision-Date: 2011-05-20 17:04+0100\n"
-"Last-Translator: Tomáš Vadina \n"
-"Language-Team: slovak \n"
+"POT-Creation-Date: 2011-11-15 13:40+\n"
+"PO-Revision-Date: 2011-11-16 02:17+0900\n"
+"Last-Translator: Seong-ho, Cho \n"
+"Language-Team: xfce4-users-kr-i18n 
\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: Slovak\n"
-"X-Poedit-Country: SLOVAKIA\n"
+"X-Poedit-Language: Korean\n"
+"X-Poedit-Country: KOREA, REPUBLIC OF\n"
 
 #: ../src/main.c:46
 msgid "Ignore running instances, enforce opening a new instance"
-msgstr "Ignorovať spustené inštancie, vynútiť otvorenie novej inštancie"
+msgstr "실행 인스턴스를 무시하고 새 인스턴스를 강제로 엽니다"
 
 #: ../src/main.c:47
 msgid "Print a list of supported URI schemes"
-msgstr "Vypísať zoznam podporovaných schém URI"
+msgstr "지원하는 URI 스킴의 목록을 출력"
 
 #: ../src/main.c:48
 msgid "Be verbose"
-msgstr "Podrobné informácie"
+msgstr "자세히"
 
 #: ../src/main.c:49
 msgid "Show version information"
-msgstr "Zobraziť informácie o verzii"
+msgstr "버전 정보 보이기"
 
 #: ../src/main.c:79
 msgid "- a simple frontend to easily connect to remote filesystems"
-msgstr "- jednoduché rozhranie pre ľahké pripojenie k vzdialeným systémom 
súborov."
+msgstr "- 원격 파일시스템에 쉽게 연결하기 위한 간단한 프론트엔드"
 
 #: ../src/common.c:77
 msgid "Unix Device"
-msgstr "Zariadenie Unixu"
+msgstr "유닉스 장치"
 
 #: ../src/common.c:79
 msgid "Windows Share"
-msgstr "Zdieľaný priečinok Windows"
+msgstr "윈도우즈 공유"
 
 #: ../src/common.c:81
 msgid "FTP"
@@ -69,32 +68,33 @@ msgstr "WebDAV"
 
 #: ../src/common.c:91
 msgid "WebDAV (secure)"
-msgstr "WebDAV (zabezbečený)"
+msgstr "WebDAV (보안)"
 
-#: ../src/common.c:93 ../src/window.c:1506
+#: ../src/common.c:93
+#: ../src/window.c:1506
 msgid "Network"
-msgstr "Sieť"
+msgstr "네트워크"
 
 #: ../src/common.c:95
 msgid "Archive"
-msgstr "Archív"
+msgstr "아카이브"
 
 #: ../src/common.c:97
 msgid "Photos"
-msgstr "Fotky"
+msgstr "사진"
 
 #: ../src/common.c:99
 msgid "Custom Location"
-msgstr "Vlastné umiestnenie"
+msgstr "사용자정의 위치"
 
 #: ../src/window.c:262
 #, c-format
 msgid "Connecting to \"%s\""
-msgstr "Pripojovanie k \"%s\""
+msgstr "\"%s\"(으)로 연결하는중"
 
 #: ../src/window.c:430
 msgid "A simple frontend to easily connect/mount to local and remote 
filesystems"
-msgstr "Jednoduché rozhranie pre ľahké pripojenie k vzdialeným systémom 
súborov"
+msgstr "로컬과 원격 파일 시스템에 쉽게 연결하고 마운트하기 위한 간단한 프론트엔드"
 
 #: ../src/window.c:431
 msgid "Copyright 2008-2011 Enrico Tröger"
@@ -102,506 +102,525 @@ msgstr "Copyright 2008-2011 Enrico Tröger"
 
 #: ../src/window.c:434
 msgid "translator-credits"
-msgstr ""
-"Robert Hartl \n"
-"Tomáš Vadina "
+msgstr "Seong-ho, Cho "
 
 #: ../src/window.c:466
 msgid "Gigolo can use the following protocols provided by GVfs:"
-msgstr "Aplikácia Gigolo môže používať nasledujúce protokoly poskytované 
systémom súborov GVfs:"
+msgstr "기골로는 GVfs에서 지원하는 다음 프로토콜을 사용할 수 있습니다:"
 
-#: ../src/window.c:579 ../src/window.c:638
+#: ../src/window.c:579
+#: ../src/window.c:638
 #, c-format
 msgid "The command '%s' failed"
-msgstr "Príkaz '%s' zlyhal"
+msgstr "명령 '%s' 실패"
 
-#: ../src/window.c:580 ../src/window.c:613 ../src/window.c:626
-#: ../src/window.c:639 ../src/window.c:797 ../src/bookmarkeditdialog.c:220
-#: ../src/bookmarkeditdialog.c:239 ../src/bookmarkeditdialog.c:252
-#: ../src/bookmarkeditdialog.c:263 ../src/bookmarkeditdialog.c:274
+#: ../src/window.c:580
+#: ../src/window.c:613
+#: ../src/window.c:626
+#: ../src/window.c:639
+#: ../src/window.c:797
+#: ../src/bookmarkeditdialog.c:220
+#: ../src/bookmarkeditdialog.c:239
+#: ../src/bookmarkeditdialog.c:252
+#: ../src/bookmarkeditdialog.c:263
+#: ../src/bookmarkeditdial

[Xfce4-commits] l10n: commit Korean translation

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to b7d8ac2b629509fb385d65af3ae99d1655847695 (commit)
   from e35270ff2b024b632407fb67a607bb4f3c787e58 (commit)

commit b7d8ac2b629509fb385d65af3ae99d1655847695
Author: Seong-ho Cho 
Date:   Tue Nov 15 17:48:46 2011 +0100

l10n: commit Korean translation

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

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

 po/{bg.po => ko.po} |   27 ++-
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/po/bg.po b/po/ko.po
similarity index 61%
copy from po/bg.po
copy to po/ko.po
index b68df15..58ee900 100644
--- a/po/bg.po
+++ b/po/ko.po
@@ -5,31 +5,32 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-rss-plugin\n"
+"Project-Id-Version: xfce4-rss-plugin.master\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 21:12+0200\n"
-"PO-Revision-Date: 2009-01-21 00:04+0200\n"
-"Last-Translator: Adrian Dimitrov \n"
-"Language-Team: Bulgarian team \n"
+"PO-Revision-Date: 2011-11-16 01:48+0900\n"
+"Last-Translator: Seong-ho, Cho \n"
+"Language-Team: xfce4-users-kr-i18n 
\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Bulgarian\n"
-"X-Poedit-Country: Bulgaria\n"
+"Plural-Forms: nplurals=1;plural=0;\n"
+"X-Poedit-Language: Korean\n"
+"X-Poedit-Country: KOREA, REPUBLIC OF\n"
 
 #: ../panel-plugin/props.py:25
 #: ../panel-plugin/rss.desktop.in.in.h:2
 msgid "RSS Aggregator"
-msgstr "RSS четец"
+msgstr "RSS 수집기"
 
 #: ../panel-plugin/props.py:46
 msgid "RSS Feeds:"
-msgstr "RSS новини:"
+msgstr "RSS 피드:"
 
 #: ../panel-plugin/props.py:63
 #: ../panel-plugin/props.py:107
 msgid "Name"
-msgstr "Име"
+msgstr "이름"
 
 #: ../panel-plugin/props.py:73
 msgid "URL"
@@ -38,11 +39,11 @@ msgstr "URL"
 #. Start with an empty feeds menu
 #: ../panel-plugin/plugin.py:51
 msgid "Feeds"
-msgstr "Новини"
+msgstr "피드"
 
 #: ../panel-plugin/plugin.py:61
 msgid "Refresh all"
-msgstr "Обнови всички"
+msgstr "모두 새로고침"
 
 #: ../panel-plugin/plugin.py:66
 msgid "RSS"
@@ -50,5 +51,5 @@ msgstr "RSS"
 
 #: ../panel-plugin/rss.desktop.in.in.h:1
 msgid "Check and display RSS feeds"
-msgstr "Провери и покажи RSS новини"
+msgstr "RSS 피드를 확인하고 표시합니다"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: commit Korean translation

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to b109f44ac10ee847792e045100ffbe6f4b05c5b2 (commit)
   from 6aec4b2195c36c0f1c2cc8457a26272274f80112 (commit)

commit b109f44ac10ee847792e045100ffbe6f4b05c5b2
Author: Seong-ho Cho 
Date:   Tue Nov 15 17:43:36 2011 +0100

l10n: commit Korean translation

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

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

 po/{pt.po => ko.po} |   82 +--
 1 files changed, 40 insertions(+), 42 deletions(-)

diff --git a/po/pt.po b/po/ko.po
similarity index 77%
copy from po/pt.po
copy to po/ko.po
index c12fa4d..8f2f65d 100644
--- a/po/pt.po
+++ b/po/ko.po
@@ -1,129 +1,130 @@
+# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Nuno Miguel , 2008.
+# FIRST AUTHOR , YEAR.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-time-out-plugin\n"
+"Project-Id-Version: xfce4.time-out-plugin.master\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-12 11:13+\n"
-"PO-Revision-Date: 2010-12-12 14:34-\n"
-"Last-Translator: Sérgio Marques \n"
-"Language-Team: \n"
+"POT-Creation-Date: 2011-11-15 12:08+\n"
+"PO-Revision-Date: 2011-11-16 01:42+0900\n"
+"Last-Translator: Seong-ho, Cho \n"
+"Language-Team: xfce4-users-kr-i18n 
\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"
-"X-Poedit-Language: Portuguese\n"
-"X-Poedit-Country: Portugal\n"
+"Plural-Forms: nplurals=1;plural=0;\n"
+"X-Poedit-Language: Korean\n"
+"X-Poedit-Country: KOREA, REPUBLIC OF\n"
 
 #. Create menu item for taking an instant break
 #: ../panel-plugin/time-out.c:265
 msgid "Take a break"
-msgstr "Fazer uma pausa"
+msgstr "휴식"
 
 #. Create menu item for resetting the timer
 #: ../panel-plugin/time-out.c:273
 msgid "Reset timer"
-msgstr "Repor temporizador"
+msgstr "타이머 리셋"
 
 #. Create menu item for enabling/disabling the countdown
 #: ../panel-plugin/time-out.c:281
 msgid "Enabled"
-msgstr "Activo"
+msgstr "활성화"
 
 #: ../panel-plugin/time-out.c:422
 msgid "Xfce Panel plugin for taking a break from computer work every now and 
then."
-msgstr "O \"plug-in\" do painel Xfce irá funcionar ocasionalmente."
+msgstr "언제나 컴퓨터 작업의 휴식을 위한 Xfce 패널 플러그인"
 
 #: ../panel-plugin/time-out.c:431
 msgid "translator-credits"
-msgstr "Nuno Miguel"
+msgstr "Seong-ho, Cho "
 
 #. Create properties dialog
 #: ../panel-plugin/time-out.c:463
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
-msgstr "Tempo esgotado"
+msgstr "시간 초과"
 
 #. Create time settings section
 #: ../panel-plugin/time-out.c:480
 msgid "Time settings"
-msgstr "Definições da duração"
+msgstr "시간 설정"
 
 #. Create the labels for the minutes and seconds spins
 #: ../panel-plugin/time-out.c:493
 msgid "Minutes"
-msgstr "Minutos"
+msgstr "분"
 
 #: ../panel-plugin/time-out.c:498
 msgid "Seconds"
-msgstr "Segundos"
+msgstr "초"
 
 #. Create break countdown time label
 #: ../panel-plugin/time-out.c:504
 msgid "Time between breaks:"
-msgstr "Intervalo entre pausas:"
+msgstr "휴식 간 시간:"
 
 #. Create lock countdown time label
 #: ../panel-plugin/time-out.c:528
 msgid "Break length:"
-msgstr "Duração da pausa:"
+msgstr "휴식 시간:"
 
 #. Create postpone countdown time label
 #: ../panel-plugin/time-out.c:546
 msgid "Postpone length:"
-msgstr "Duração do adiamento:"
+msgstr "연기 시간:"
 
 #. Create behaviour section
 #: ../panel-plugin/time-out.c:564
 msgid "Behaviour"
-msgstr "Comportamento"
+msgstr "행동"
 
 #. Create postpone check button
 #: ../panel-plugin/time-out.c:575
 msgid "Allow postpone"
-msgstr "Permitir o  adiamento"
+msgstr "연기 허용"
 
 #. Create resume check button
 #: ../panel-plugin/time-out.c:582
 msgid "Resume automatically"
-msgstr "Retomar automaticamente"
+msgstr "자동으로 재개"
 
 #. Create appearance section
 #: ../panel-plugin/time-out.c:589
 msgid "Appearance"
-msgstr "Aparência"
+msgstr "외형"
 
 #. Create display time check button
 #: ../panel-plugin/time-out.c:600
 msgid "Display remaining time in the panel"
-msgstr "Exibir o tempo restante no painel"
+msgstr "패널에 남은 시간 표시"
 
 #. Create display hours check button
 #: ../panel-plugin/time-out.c:607
 msgid "Display hours"
-msgstr "Exibir horas"
+msgstr "시간 표시"
 
 #. Create display seconds check button
 #: ../panel-plugin/time-out.c:614
 msgid "Display seconds"
-msgstr "Exibir segundos"
+msgstr "초 표시"
 
 #. Create postpone button
 #: ../panel-plugin/time-out-lock-screen.c:219
 msgid "_Postpone"
-msgstr "_Adiar"
+msgstr "연기 (_P)"
 
 #. Create resume button
 #: ../panel-plugin/time-out-lock-screen.c:225
 msgid "_Resume"
-msgstr "_Retomar"
+msgstr "재개 (_R)"
 
 #: ../panel-plugin/time-out-countdown.c:377
 msgid "The break is over."
-msgstr "Esta pausa terminou"
+msgstr "휴식이 끝났습니다."
 
 #. Hours:minutes:se

[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 9e271028294356ce274deddd7487d72a7228e617 (commit)
   from 5b78ed27699321ddc6b5c277231afaca4ce4bb9e (commit)

commit 9e271028294356ce274deddd7487d72a7228e617
Author: Seong-ho Cho 
Date:   Tue Nov 15 17:19:01 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |  653 +-
 1 files changed, 307 insertions(+), 346 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 87e9dcc..d652fc4 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2,129 +2,114 @@
 # Copyright (C) 2003-2006 os-cillation e.K.
 # This file is distributed under the same license as the Terminal package.
 # Kibum Han , 2005.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: Terminal 0.2.10\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-12 19:57+0200\n"
+"POT-Creation-Date: 2011-11-15 14:26+\n"
 "PO-Revision-Date: 2007-09-24 11:46+0900\n"
 "Last-Translator: ByungHyun Choi\n"
 "Language-Team: Korean \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: ko\n"
 
 #: ../terminal/main.c:52
 msgid "Usage:"
-msgstr ""
+msgstr "사용법:"
 
 #: ../terminal/main.c:52
 msgid "OPTION"
-msgstr ""
+msgstr "OPTION"
 
 #: ../terminal/main.c:57
-#, fuzzy
 msgid "General Options"
-msgstr "일반"
+msgstr "일반 옵션"
 
 #. parameter of --default-display
 #. parameter of --display
 #: ../terminal/main.c:59 ../terminal/main.c:85
-#, fuzzy
 msgid "display"
-msgstr "표시하지 않습니다"
+msgstr "화면"
 
 #. parameter of --default-working-directory
 #. parameter of --working-directory
 #: ../terminal/main.c:61 ../terminal/main.c:76
 msgid "directory"
-msgstr ""
+msgstr "디렉터리"
 
 #: ../terminal/main.c:65
 msgid "Window or Tab Separators"
-msgstr ""
+msgstr "창 혹은 탭 구분자"
 
 #: ../terminal/main.c:70
-#, fuzzy
 msgid "Tab Options"
-msgstr "탭 닫기 단추"
+msgstr "탭 옵션"
 
 #. parameter of --command
 #: ../terminal/main.c:72
-#, fuzzy
 msgid "command"
-msgstr "명령어"
+msgstr "명령어"
 
 #. parameter of --title
 #: ../terminal/main.c:74
-#, fuzzy
 msgid "title"
-msgstr "타이틀"
+msgstr "제목"
 
 #: ../terminal/main.c:83
-#, fuzzy
 msgid "Window Options"
-msgstr "모르는 옵션 \"%s\""
+msgstr "창 옵션"
 
 #. parameter of --geometry
 #: ../terminal/main.c:87
 msgid "geometry"
-msgstr ""
+msgstr "좌표"
 
 #. parameter of --role
 #: ../terminal/main.c:89
 msgid "role"
-msgstr ""
+msgstr "역할"
 
 #. parameter of --startup-id
 #: ../terminal/main.c:91
-#, fuzzy
 msgid "string"
-msgstr "주의"
+msgstr "문자열"
 
 #. parameter of --icon
 #: ../terminal/main.c:93
-#, fuzzy
 msgid "icon"
-msgstr "동작"
+msgstr "아이콘"
 
 #: ../terminal/main.c:95
 #, c-format
 msgid "See the %s man page for full explanation of the options above."
-msgstr ""
+msgstr "다음 옵션에 대한 완전한 설명을 보려면 %s 맨페이지를 봅니다."
 
-#: ../terminal/main.c:126 ../terminal/terminal-preferences.c:1262
-#: ../terminal/terminal-shortcut-editor.c:119 ../Terminal.desktop.in.in.h:1
+#: ../terminal/main.c:126 ../terminal/terminal-preferences.c:1274
+#: ../terminal/terminal-shortcut-editor.c:120 ../Terminal.desktop.in.in.h:1
 msgid "Terminal"
 msgstr "터미널"
 
-#: ../terminal/main.c:144
+#: ../terminal/main.c:147
+msgid "The Xfce development team. All rights reserved."
+msgstr "Xfce 개발 팀. All rights reserved."
+
+#: ../terminal/main.c:148
+msgid "Written by Benedikt Meurer "
+msgstr "Written by Benedikt Meurer "
+
+#: ../terminal/main.c:149
+msgid "and Nick Schermer ."
+msgstr "and Nick Schermer ."
+
+#: ../terminal/main.c:150
 #, c-format
-msgid ""
-"%s %s (Xfce %s)\n"
-"\n"
-"Copyright (c) %s\n"
-"os-cillation e.K. All rights reserved.\n"
-"\n"
-"Written by Benedikt Meurer .\n"
-"\n"
-"Built with Gtk+-%d.%d.%d, running with Gtk+-%d.%d.%d.\n"
-"\n"
-"Please report bugs to <%s>.\n"
-msgstr ""
-"%s %s (Xfce %s)\n"
-"\n"
-"Copyright (c) %s\n"
-"os-cillation e.K. All rights reserved.\n"
-"\n"
-"Benedikt Meurer  이 작성.\n"
-"\n"
-"Gtk+-%d.%d.%d(으)로 빌드, Gtk+-%d.%d.%d(으)로 동작.\n"
-"\n"
-"버그는 <%s>에게 연락해 주십시오.\n"
-
-#: ../terminal/main.c:250
+msgid "Please report bugs to <%s>."
+msgstr "<%s>(으)로 버그를 알려주시기 바랍니다."
+
+#: ../terminal/main.c:249
 #, c-format
 msgid "Unable to register terminal service: %s\n"
 msgstr "터미널 서비스를 등록하는데 실패했습니다: %s\n"
@@ -132,21 +117,25 @@ msgstr "터미널 서비스를 등록하는데 실패했습니다: %s\n"
 #: ../terminal/terminal-app.c:516
 #, c-format
 msgid "Invalid geometry string \"%s\"\n"
-msgstr "\"%s\"은(는) 잘못된 크기 및 위치입니다\n"
+msgstr "공간위치 문자열 \"%s\"이(가) 잘못되었습니다\n"
 
-#: ../terminal/terminal-dbus.c:107
+#: ../terminal/terminal-dbus.c:113
 msgid "User id mismatch"
 msgstr "User id가 맞지 않습니다"
 
-#: ../terminal/terminal-dbus.c:133
+#: ../terminal/terminal-dbus.c:119
+msgid "Display mismatch"
+msgstr "화면이 일치하지 않습니다."
+
+#: ../terminal/terminal-dbus.c:145
 #, c-format
 msgid "D-BUS message bus disconnected, exiting...\n"
-msgstr "D-BUS 메시지 버스의 연결이 끊어졌습니다, 마칩니다...\n"
+msgstr "D

[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to f227e4cad7d2f9c580c489fae25ea44ed985a8b6 (commit)
   from 9e271028294356ce274deddd7487d72a7228e617 (commit)

commit f227e4cad7d2f9c580c489fae25ea44ed985a8b6
Author: Seong-ho Cho 
Date:   Tue Nov 15 17:19:37 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index d652fc4..72d26ad 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1231,7 +1231,7 @@ msgstr "글자색 (_T):"
 
 #: ../Terminal.glade.h:115
 msgid "_Update utmp/wtmp records when command is launched"
-msgstr "명령어를 실행할 때 utmp/wtmp를 기록(_U)"
+msgstr "명령어를 실행할 때 utmp/wtmp를 업데이트 (_U)"
 
 #: ../Terminal.glade.h:116
 msgid "seconds"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 775d2c8473121b407b12ce14ea45b412b80492a0 (commit)
   from 8b35d3ccf78bbee77bb729cc2f7d1f62ada4e01c (commit)

commit 775d2c8473121b407b12ce14ea45b412b80492a0
Author: Seong-ho Cho 
Date:   Tue Nov 15 13:59:43 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index ee83bd0..b6a6e44 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2,7 +2,7 @@
 # Copyright (C) 2005 Andreas J. Guelzow.
 # This file is distributed under the same license as the 
xfce4-modemlights-plugin package.
 # ByungHyun Choi , 2005.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-modemlights-plugin 0.1.2\n"
@@ -10,11 +10,11 @@ msgstr ""
 "POT-Creation-Date: 2007-11-08 09:45+0100\n"
 "PO-Revision-Date: 2005-11-03 01:52+0900\n"
 "Last-Translator: ByungHyun Choi \n"
-"Language-Team: xfce4-users-kr-i18n \n"
+"Language-Team: xfce4-users-kr-i18n 
\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
 
 #: ../panel-plugin/panel-plugin.c:183 ../panel-plugin/panel-plugin.c:330
 msgid "No connection"
@@ -44,6 +44,12 @@ msgid ""
 "device after establishing the connection is the device/interface name "
 "required."
 msgstr ""
+"이는 연결을 성립하기 위한 다음과 같은 장치의 이름 ( 인터페이스 이름 ) 입니다.\n"
+"\r\n"
+"ppp0 \n"
+"장치의 이름을 결정하기 위해 연결을 성립하기 이전과 이후에 다음과 같은 명령을 실행할 수 있습니다:\n"
+" cat /proc/net/dev \n"
+"이 명령은 활성화된 장치/인터페이스를 첫줄에 보일 것입니다. 연결이 성립되고난 후의 새 장치는 장치/인터페이스 이름을 필요로 합니다."
 
 #: ../panel-plugin/panel-plugin.c:592
 msgid "Lockfile:"
@@ -59,6 +65,10 @@ msgid ""
 "indicates to the plugin that no connection has been established and that no "
 "dialing is in progress."
 msgstr ""
+"이는 연결 명령에 의해 만들어진 다음과 같은 잠금 파일의 이름입니다:\n"
+"\r\n"
+"/var/lock/LCK.ttyS1 \n"
+"연결이 수립되기 이전과 이후에 /var/lock의 내용을 확인하면 종종 이러한 이름을 찾을 수 있습니다. 이 파일이 빠져 있다면 연결되어 
있지 않으며 전화걸기중이 아님을 플러그인에 알려줍니다."
 
 #: ../panel-plugin/panel-plugin.c:641
 msgid "Select icon"
@@ -90,10 +100,9 @@ msgstr "아이콘(연결 완료):"
 
 #: ../panel-plugin/panel-plugin.c:813
 #: ../panel-plugin/modemlights.desktop.in.in.h:1
-#, fuzzy
 msgid "Modem Lights"
-msgstr "모뎀 LED"
+msgstr "모뎀 불"
 
 #: ../panel-plugin/modemlights.desktop.in.in.h:2
 msgid "Simple PPP connections via modem"
-msgstr ""
+msgstr "모뎀을 통한 간단한 PPP 연결"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to c0cbed1c295e60d2c66bb49a5b48d2bc4e9ee8b6 (commit)
   from 11862c2310ab9b7fa3ac3fa99fab602234abcc2f (commit)

commit c0cbed1c295e60d2c66bb49a5b48d2bc4e9ee8b6
Author: Seong-ho Cho 
Date:   Tue Nov 15 13:49:26 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index e57de9a..b45f744 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -21,7 +21,7 @@ msgstr ""
 
 #: ../panel-plugin/cpu.c:63
 msgid "File /proc/stat not found!"
-msgstr "/proc/stat을 못 찾겠습니다!"
+msgstr "/proc/stat 파일이 없습니다!"
 
 #: ../panel-plugin/systemload.c:160
 #, c-format
@@ -94,7 +94,7 @@ msgstr "막대 색:"
 
 #: ../panel-plugin/uptime.c:53
 msgid "File /proc/uptime not found!"
-msgstr "/proc/uptime을 못 찾겠습니다!"
+msgstr "/proc/uptime 파일이 없습니다!"
 
 #: ../panel-plugin/systemload.desktop.in.in.h:1
 msgid "Monitor CPU load, swap usage and memory footprint"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 11862c2310ab9b7fa3ac3fa99fab602234abcc2f (commit)
   from 70c4e7ac2968b62230093f92e97aac19e2eac8b9 (commit)

commit 11862c2310ab9b7fa3ac3fa99fab602234abcc2f
Author: Seong-ho Cho 
Date:   Tue Nov 15 13:47:12 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index e48ede1..e57de9a 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -44,10 +44,10 @@ msgid "No swap"
 msgstr "스왑 없음"
 
 #: ../panel-plugin/systemload.c:188
-#, fuzzy, c-format
+#, c-format
 msgid "%d day"
 msgid_plural "%d days"
-msgstr[0] "%d일"
+msgstr[0] "%d 일"
 
 #: ../panel-plugin/systemload.c:196
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 94%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 70c4e7ac2968b62230093f92e97aac19e2eac8b9 (commit)
   from f517b07fa410e12d3fe0a9d3f0aad14249118a2f (commit)

commit 70c4e7ac2968b62230093f92e97aac19e2eac8b9
Author: Seong-ho Cho 
Date:   Tue Nov 15 13:46:52 2011 +0100

l10n: Updated Korean (ko) translation to 94%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index 5f519a8..e48ede1 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,17 +5,16 @@
 # This file is distributed under the same license as the 
xfce4-systemload-plugin package.
 # ByungHyun Choi, 2005.
 # Seong-ho, Cho , 2011.
-#
+# 
 msgid ""
 msgstr ""
-"MIME-Version: 1.0\n"
 "Project-Id-Version: xfce4-systemload-plugin\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2011-11-15 12:02+\n"
 "PO-Revision-Date: 2006-10-20 12:07+0900\n"
 "Last-Translator: ByungHyun Choi\n"
-"Language-Team: xfce4-users-kr-i18n https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 88%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to f517b07fa410e12d3fe0a9d3f0aad14249118a2f (commit)
   from 099a1a0edb5aa4d13ff099949456afc4766420ae (commit)

commit f517b07fa410e12d3fe0a9d3f0aad14249118a2f
Author: Seong-ho Cho 
Date:   Tue Nov 15 13:46:12 2011 +0100

l10n: Updated Korean (ko) translation to 88%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index eed2621..5f519a8 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,13 +8,13 @@
 #
 msgid ""
 msgstr ""
+"MIME-Version: 1.0\n"
 "Project-Id-Version: xfce4-systemload-plugin\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2011-11-15 12:02+\n"
 "PO-Revision-Date: 2006-10-20 12:07+0900\n"
 "Last-Translator: ByungHyun Choi\n"
 "Language-Team: xfce4-users-kr-i18n https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 88%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 099a1a0edb5aa4d13ff099949456afc4766420ae (commit)
   from 73cbaeb28ed9c1b0bffa9f51b65d148faa04da30 (commit)

commit 099a1a0edb5aa4d13ff099949456afc4766420ae
Author: Seong-ho Cho 
Date:   Tue Nov 15 13:43:45 2011 +0100

l10n: Updated Korean (ko) translation to 88%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index f7e2370..eed2621 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -15,7 +15,7 @@ msgstr ""
 "Last-Translator: ByungHyun Choi\n"
 "Language-Team: xfce4-users-kr-i18n https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 88%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 73cbaeb28ed9c1b0bffa9f51b65d148faa04da30 (commit)
   from f1956a05d2600f681c5a157c513e7c4210ea2681 (commit)

commit 73cbaeb28ed9c1b0bffa9f51b65d148faa04da30
Author: Seong-ho Cho 
Date:   Tue Nov 15 13:42:20 2011 +0100

l10n: Updated Korean (ko) translation to 88%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index 3259cff..f7e2370 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -49,14 +49,12 @@ msgstr "스왑 없음"
 msgid "%d day"
 msgid_plural "%d days"
 msgstr[0] "%d일"
-msgstr[1] "%d일"
 
 #: ../panel-plugin/systemload.c:196
 #, c-format
 msgid "Uptime: %d day %d:%02d"
 msgid_plural "Uptime: %d days %d:%02d"
 msgstr[0] ""
-msgstr[1] ""
 
 #: ../panel-plugin/systemload.c:724
 msgid "Select color"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 88%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to f1956a05d2600f681c5a157c513e7c4210ea2681 (commit)
   from b7c375af5bc5a5c5058811a3100c1b4c8b0aafe3 (commit)

commit f1956a05d2600f681c5a157c513e7c4210ea2681
Author: Seong-ho Cho 
Date:   Tue Nov 15 13:40:38 2011 +0100

l10n: Updated Korean (ko) translation to 88%

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

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

 po/ko.po |   39 ---
 1 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 87156f8..3259cff 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -4,13 +4,13 @@
 # FIRST AUTHOR , YEAR.
 # This file is distributed under the same license as the 
xfce4-systemload-plugin package.
 # ByungHyun Choi, 2005.
-#
+# Seong-ho, Cho , 2011.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-systemload-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-13 01:24+0900\n"
+"POT-Creation-Date: 2011-11-15 12:02+\n"
 "PO-Revision-Date: 2006-10-20 12:07+0900\n"
 "Last-Translator: ByungHyun Choi\n"
 "Language-Team: xfce4-users-kr-i18n https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 623137d2b9ba792f87be3719c3a5975f42001cf0 (commit)
   from 994b7f66496eb72d219f8c30566ab766b85bfa5f (commit)

commit 623137d2b9ba792f87be3719c3a5975f42001cf0
Author: Chipong Luo 
Date:   Tue Nov 15 13:22:28 2011 +0100

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

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

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

 po/zh_CN.po |  238 ++-
 1 files changed, 106 insertions(+), 132 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 804e2bc..0528bb3 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,17 +1,19 @@
 # Simplified Chinese translations for xfce4-mailwatch-plugin package.
 # Copyright (C) 2005-2006 Brian Tarricone, Pasi Orovuo.
-# This file is distributed under the same license as the 
xfce4-mailwatch-plugin package.
+# This file is distributed under the same license as 
+# the xfce4-mailwatch-plugin package.
 # Hydonsingore Cia , 2006.
 # Hunt Xu , 2009.
-#
+# Chipong Luo , 2011.
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-07-15 22:43-0700\n"
+"POT-Creation-Date: 2011-10-09 04:03+\n"
 "PO-Revision-Date: 2009-07-19 02:07+0800\n"
-"Last-Translator: Hunt Xu \n"
-"Language-Team: Chinese \n"
+"Last-Translator: Chipong Luo \n"
+"Language-Team: Chinese (simplified) \n"
+"Language: zh\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -22,14 +24,16 @@ msgstr ""
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:308
 #, c-format
 msgid "TLS handshake failed: %s"
-msgstr "TLS 交握失败:%s"
+msgstr "无法进行 TLS 交接:%s"
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:255
 #, c-format
 msgid ""
 "Received HTTP response code %d.  The most likely reason for this is that "
 "your GMail username or password is incorrect."
-msgstr "收到 HTTP 回应代码 %d。最可能的原因是您 GMail 的帐号或是密码不正确。"
+msgstr ""
+"收到 HTTP 回复代码 %d。最可能的原因是您的 "
+"GMail 用户名或是密码不正确。"
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:261
 #, c-format
@@ -38,8 +42,8 @@ msgid ""
 "with GMail's servers, or they have incompatibly changed their authentication "
 "method or location of the new messages feed."
 msgstr ""
-"收到 HTTP 回应代码 %d,本来应该是200。这可能是 GMail 服务器的问题,或者他们改"
-"了一个不相容的认证方式,或是新信息的 feed 换了位置。"
+"收到 HTTP 回复代码 %d,本来应该是 200。可能是 GMail 服务器有问题,"
+"或者是他们更改成了不相容的认证方式或更改了新邮件的投送位置。"
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:394
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:735
@@ -48,13 +52,13 @@ msgstr ""
 #: ../libmailwatch-core/mailwatch-mailbox-mh.c:487
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:548
 msgid "Previous thread hasn't exited yet, not checking mail this time."
-msgstr "之前的进程尚未结束,此次不检查新邮件。"
+msgstr "之前的线程尚未结束,此次不检查新邮件。"
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:535
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:1748
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:863
 msgid "_Username:"
-msgstr "使用者(_U):"
+msgstr "用户名(_U):"
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:555
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:1768
@@ -66,12 +70,12 @@ msgstr "密码(_P):"
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:1807
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:915
 msgid "Check for _new messages every"
-msgstr "检查信息间隔时间(_N)"
+msgstr "检查新邮件间隔(_N)"
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:591
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:1821
 #: ../libmailwatch-core/mailwatch-mailbox-maildir.c:374
-#: ../libmailwatch-core/mailwatch-mailbox-mbox.c:411
+#: ../libmailwatch-core/mailwatch-mailbox-mbox.c:412
 #: ../libmailwatch-core/mailwatch-mailbox-mh.c:605
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:929
 msgid "minute(s)."
@@ -79,35 +83,35 @@ msgstr "分钟。"
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:668
 msgid "Remote GMail Mailbox"
-msgstr "远端 GMail 邮箱"
+msgstr "远程 GMail 邮箱"
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:669
 msgid ""
 "The GMail plugin can connect to Google's mail service and securely retrieve "
 "the number of new messages."
 msgstr ""
-"GMail 插件无法连接到 Goolge 的邮件服务,所以无法安全地取回新邮件的数目。"
+"GMail 插件无法连接到 Goolge 的邮件服务并安全地获取新邮件的数目。"
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:286
 msgid ""
 "Secure IMAP is not available, and the IMAP server does not support plaintext "
 "logins."
-msgstr "无法使用安全的 IMAP,而且该 IMAP 服务器不支持明文(plaintext)登入。"
+msgstr "安全 IMAP 不可用,而且此 IMAP 服务器不支持明文登录。"
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:337
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:370
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:242
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:284
 msgid "Authentication failed.  Perhaps your username or password is incorrect?"
-msgstr "认证失败。用户名或密码错误?"
+msgstr "认证失败。或许您的用户名或密码有误?"
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:433
 msgid "STARTTLS security was re

[Xfce4-commits] l10n: Commit Korean translation

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 2ca47a33d646ecb36c554b5d6d7cac3ab9ee9433 (commit)
   from fa630a059dce8281c49e4fabc00cf26d2f53bf66 (commit)

commit 2ca47a33d646ecb36c554b5d6d7cac3ab9ee9433
Author: Seong-ho Cho 
Date:   Tue Nov 15 13:03:15 2011 +0100

l10n: Commit Korean translation

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

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

 po/{ar.po => ko.po} |   27 ++-
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/po/ar.po b/po/ko.po
similarity index 53%
copy from po/ar.po
copy to po/ko.po
index f7d3d0c..b45a723 100644
--- a/po/ar.po
+++ b/po/ko.po
@@ -5,40 +5,41 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: libxcfe4menu\n"
+"Project-Id-Version: libxfce4menu.master\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-27 17:07+\n"
-"PO-Revision-Date: 2010-12-27 22:00-\n"
-"Last-Translator: كريم أولاد الشلحة \n"
-"Language-Team: Arabic \n"
+"POT-Creation-Date: 2011-11-15 08:58+\n"
+"PO-Revision-Date: 2011-11-15 21:02+0900\n"
+"Last-Translator: Seong-ho, Cho \n"
+"Language-Team: xfce4-users-kr-i18n 
\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Arabic\n"
-"X-Poedit-Country: MOROCCO\n"
+"X-Poedit-Language: Korean\n"
+"X-Poedit-Country: KOREA, REPUBLIC OF\n"
 
 #. Let the caller know there was no suitable file
 #: ../libxfce4menu/xfce-menu.c:743
 #, c-format
 msgid "Failed to locate the system menu"
-msgstr "فشل عثور على موقع نطام القائمة"
+msgstr "시스템 메뉴를 가리키는데 실패했습니다"
 
 #: ../libxfce4menu/xfce-menu-item-cache.c:203
 #, c-format
 msgid "Failed to create the libxfce4menu item cache in %s."
-msgstr "فشل إنشاء libxfce4menu عنصر المخبأ في %s."
+msgstr "%s에 libxfce4menu 요소 캐시를 만드는데 실패했습니다."
 
 #: ../libxfce4menu/xfce-menu-item-cache.c:213
 #, c-format
 msgid "Failed to load the libxfce4menu item cache from %s: %s."
-msgstr "فشل تحميل libxfce4menu عنصر المخبأ في %s: %s."
+msgstr "%s(으)로부터 libxfce4menu 요소 캐시를 불러오는데 실패했습니다 : %s."
 
 #: ../tests/test-display-menu.c:353
 msgid "XfceMenu: Display Menu Test"
-msgstr "XfceMenu: إختبار عرض القائمة"
+msgstr "XfceMenu : 메뉴 표시 테스트."
 
 #. Create button
 #: ../tests/test-display-menu.c:362
 msgid "_Show menu"
-msgstr "_أظهر قائمة"
+msgstr "메뉴 보이기 (_S)"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 3f61fa2653c511b2044353635497bf58365822c8 (commit)
   from 4f57452b041c16ae4a399e538f05ace4b68ac48f (commit)

commit 3f61fa2653c511b2044353635497bf58365822c8
Author: Seong-ho Cho 
Date:   Tue Nov 15 12:29:19 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |  471 --
 1 files changed, 337 insertions(+), 134 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index aef07e9..3a8f4f9 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,22 +3,23 @@
 # This file is distributed under the same license as the xfce4-panel package.
 # ByungHyun Choi, 2005.
 # Seong-ho, Cho , 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-panel 4.7.0\n"
-"Report-Msgid-Bugs-To: xfce4-users-kr-i18n 
n"
-"POT-Creation-Date: 2011-09-12 22:12+\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-11-15 11:18+\n"
 "PO-Revision-Date: 2011-09-13 07:33+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
 "Language-Team: xfce4-users-kr-i18n 
\n"
-"Language: Ko\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: Ko\n"
 
 #: ../panel-desktop-handler.desktop.in.h:1
-msgid "Add a new launcher to the panel based on the information of this 
desktop file"
+msgid ""
+"Add a new launcher to the panel based on the information of this desktop file"
 msgstr "이 데스크톱 파일의 정보에 기반하여 새로운 실행 아이콘을 패널에 등록"
 
 #: ../panel-desktop-handler.desktop.in.h:2
@@ -30,9 +31,8 @@ msgid "Customize the panel"
 msgstr "패널을 취향대로 설정하기"
 
 #: ../panel-preferences.desktop.in.h:2
-#: ../panel/panel-preferences-dialog.glade.h:26
-#: ../panel/panel-window.c:2275
-#: ../migrate/main.c:100
+#: ../panel/panel-preferences-dialog.glade.h:26 ../panel/panel-window.c:2275
+#: ../migrate/main.c:117
 msgid "Panel"
 msgstr "패널"
 
@@ -41,8 +41,12 @@ msgid "_Read Online"
 msgstr "온라인 상에서 읽기 (_R)"
 
 #: ../common/panel-utils.c:158
-msgid "You can read the user manual online. This manual may however not 
exactly match your panel version."
-msgstr "사용자 메뉴얼을 온라인상에서 읽을 수 있습니다. 그러나 이 메뉴얼은 여러분이 사용하는 패널의 버전과 맞지 않을지도 모릅니다."
+msgid ""
+"You can read the user manual online. This manual may however not exactly "
+"match your panel version."
+msgstr ""
+"사용자 메뉴얼을 온라인상에서 읽을 수 있습니다. 그러나 이 메뉴얼은 여러분이 사"
+"용하는 패널의 버전과 맞지 않을지도 모릅니다."
 
 #: ../common/panel-utils.c:160
 msgid "The user manual is not installed on your computer"
@@ -75,20 +79,17 @@ msgid "Pane_l"
 msgstr "패널 (_l)"
 
 #. add new items
-#: ../libxfce4panel/xfce-panel-plugin.c:1126
-#: ../panel/panel-window.c:2287
+#: ../libxfce4panel/xfce-panel-plugin.c:1126 ../panel/panel-window.c:2287
 msgid "Add _New Items..."
 msgstr "새로운 항목 추가(_N)..."
 
 #. customize panel
-#: ../libxfce4panel/xfce-panel-plugin.c:1137
-#: ../panel/panel-window.c:2298
+#: ../libxfce4panel/xfce-panel-plugin.c:1137 ../panel/panel-window.c:2298
 msgid "Panel Pr_eferences..."
 msgstr "패널 기본 설정(_e)..."
 
 #. logout item
-#: ../libxfce4panel/xfce-panel-plugin.c:1154
-#: ../panel/panel-window.c:2314
+#: ../libxfce4panel/xfce-panel-plugin.c:1154 ../panel/panel-window.c:2314
 msgid "Log _Out"
 msgstr "로그아웃(_O)"
 
@@ -96,8 +97,7 @@ msgstr "로그아웃(_O)"
 msgid "Show the 'Panel Preferences' dialog"
 msgstr "'패널 기본 설정' 대화상자 보이기"
 
-#: ../panel/main.c:79
-#: ../panel/main.c:80
+#: ../panel/main.c:79 ../panel/main.c:80
 msgid "PANEL-NUMBER"
 msgstr "PANEL-NUMBER"
 
@@ -193,43 +193,52 @@ msgid "Failed to send D-Bus message"
 msgstr "D-Bus 메시지를 보내는데 실패했습니다"
 
 #: ../panel/main.c:416
-msgid "Do you want to start the panel? If you do, make sure you save the 
session on logout, so the panel is automatically started the next time you 
login."
-msgstr "패널을 시작하겠습니까? 패널을 시작 하면, 로그아웃시 세션을 저장하는지 확인하여 다음번 로그인시 패널이 자동으로 시작되도록 
합니다."
+msgid ""
+"Do you want to start the panel? If you do, make sure you save the session on "
+"logout, so the panel is automatically started the next time you login."
+msgstr ""
+"패널을 시작하겠습니까? 패널을 시작 하면, 로그아웃시 세션을 저장하는지 확인하"
+"여 다음번 로그인시 패널이 자동으로 시작되도록 합니다."
 
-#: ../panel/main.c:419
-#: ../panel/main.c:433
+#: ../panel/main.c:419 ../panel/main.c:433
 #, c-format
 msgid "No running instance of %s was found"
 msgstr "%s의 인스턴스가 실행되지 않았습니다"
 
-#: ../panel/panel-application.c:217
+#: ../panel/panel-application.c:219
 msgid "Failed to launch the migration application"
 msgstr "마이그레이션 프로그램을 실행하는데 실패했습니다"
 
-#: ../panel/panel-application.c:1595
-#: ../plugins/actions/actions.c:421
-msgid "You have started X without session manager. Clicking Quit will close 
the X server."
-msgstr "세션 매니저 없이 X를 시작했습니다. 종료를 클릭하면 X 서버가 닫힐 것입니다."
+#: ../panel/panel-application.c:1597
+msgid ""
+"You have started X without session manager. Clicking Quit will close the X "
+"server."
+msgstr ""
+"세션 매니저 없이 X를 시작했습니다. 종료를 클릭하면 X 서버가 닫힐 것입니다."
 
-#: ../panel/panel-application.c:1596

[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 83076962b25d23eb4ab0c15c8f6d14322bc6de3c (commit)
   from 0e1d19f815259facad4810639ad0c1b2a3bf2020 (commit)

commit 83076962b25d23eb4ab0c15c8f6d14322bc6de3c
Author: Seong-ho Cho 
Date:   Tue Nov 15 12:34:29 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index c63a9d4..3d1eb56 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -14,15 +14,15 @@ msgstr ""
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Country: KOREA, REPUBLIC OF\n"
 "Language: \n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Poedit-Language: Korean\n"
 "X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-Country: KOREA, REPUBLIC OF\n"
 
 #: ../data/xfce/xfce-accessories.directory.in.h:1
 msgid "Accessories"
-msgstr "악세사리"
+msgstr "보조프로그램"
 
 #: ../data/xfce/xfce-accessories.directory.in.h:2
 msgid "Common desktop tools and applications"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 9543eab4867876a6190cc07dba7b79fec7aab528 (commit)
   from a903e039487515bd51512689a36c79067c1de614 (commit)

commit 9543eab4867876a6190cc07dba7b79fec7aab528
Author: Seong-ho Cho 
Date:   Tue Nov 15 12:31:22 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |  175 --
 1 files changed, 91 insertions(+), 84 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 91d30cf..30e3dc2 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,19 +3,19 @@
 # This file is distributed under the same license as the xfwm4 package.
 # ByungHyun Choi , 2005.
 # Seong-ho, Cho , 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-12 16:16+\n"
+"POT-Creation-Date: 2011-11-15 08:30+\n"
 "PO-Revision-Date: 2011-09-13 06:20+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
 "Language-Team: xfce4-users-kr-i18n 
\n"
-"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
 
 #: ../helper-dialog/helper-dialog.c:84
 msgid ""
@@ -39,25 +39,25 @@ msgstr "세션 관리자 소켓"
 
 #: ../settings-dialogs/tweaks-settings.c:421
 #: ../settings-dialogs/workspace-settings.c:370
-#: ../settings-dialogs/xfwm4-settings.c:310
+#: ../settings-dialogs/xfwm4-settings.c:311
 msgid "SOCKET ID"
 msgstr "SOCKET ID"
 
 #: ../settings-dialogs/tweaks-settings.c:422
 #: ../settings-dialogs/workspace-settings.c:371
-#: ../settings-dialogs/xfwm4-settings.c:312
+#: ../settings-dialogs/xfwm4-settings.c:313
 msgid "Version information"
 msgstr "판올림 정보"
 
 #: ../settings-dialogs/tweaks-settings.c:440
 #: ../settings-dialogs/workspace-settings.c:388
-#: ../settings-dialogs/xfwm4-settings.c:942
+#: ../settings-dialogs/xfwm4-settings.c:943
 msgid "."
 msgstr "."
 
 #: ../settings-dialogs/tweaks-settings.c:444
 #: ../settings-dialogs/workspace-settings.c:392
-#: ../settings-dialogs/xfwm4-settings.c:946
+#: ../settings-dialogs/xfwm4-settings.c:947
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -77,7 +77,7 @@ msgid "Workspace Name"
 msgstr "작업공간 이름"
 
 #: ../settings-dialogs/workspace-settings.c:370
-#: ../settings-dialogs/xfwm4-settings.c:310
+#: ../settings-dialogs/xfwm4-settings.c:311
 msgid "Settings manager socket"
 msgstr "관리자 소켓 설정"
 
@@ -230,29 +230,29 @@ msgid "Hidden"
 msgstr "숨김"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:34
-msgid "Hide"
-msgstr "숨기기"
-
-#: ../settings-dialogs/xfwm4-dialog.glade.h:35
 msgid "Hide content of windows when _moving"
 msgstr "창을 움직일 때 내용 숨기기(_m)"
 
-#: ../settings-dialogs/xfwm4-dialog.glade.h:36
+#: ../settings-dialogs/xfwm4-dialog.glade.h:35
 msgid "Hide content of windows when _resizing"
 msgstr "창 크기를 변경할 때 내용을 숨기기(_r)"
 
-#: ../settings-dialogs/xfwm4-dialog.glade.h:37
+#: ../settings-dialogs/xfwm4-dialog.glade.h:36
 msgid "Ke_yboard"
 msgstr "키보드 (_y)"
 
-#: ../settings-dialogs/xfwm4-dialog.glade.h:38
+#: ../settings-dialogs/xfwm4-dialog.glade.h:37
 msgid "Maximize"
 msgstr "최대화"
 
-#: ../settings-dialogs/xfwm4-dialog.glade.h:39
+#: ../settings-dialogs/xfwm4-dialog.glade.h:38
 msgid "Menu"
 msgstr "메뉴"
 
+#: ../settings-dialogs/xfwm4-dialog.glade.h:39
+msgid "Minimize"
+msgstr "최소화"
+
 #: ../settings-dialogs/xfwm4-dialog.glade.h:40
 msgid "Raise window when clicking _inside application window"
 msgstr "창 내부를 클릭하면 올림 (_i)"
@@ -330,7 +330,7 @@ msgid "Maximize window"
 msgstr "창 최대화"
 
 #: ../settings-dialogs/xfwm4-settings.c:223
-#: ../settings-dialogs/xfwm4-settings.c:257
+#: ../settings-dialogs/xfwm4-settings.c:258
 msgid "Fill window"
 msgstr "창 채우기"
 
@@ -416,214 +416,220 @@ msgstr "창을 앞으로 올리기"
 msgid "Lower window"
 msgstr "창을 뒤로 내리기"
 
-#: ../settings-dialogs/xfwm4-settings.c:258
+#: ../settings-dialogs/xfwm4-settings.c:257
+msgid "Raise or lower window"
+msgstr "창을 키우거나 줄이기"
+
+#: ../settings-dialogs/xfwm4-settings.c:259
 msgid "Fill window horizontally"
 msgstr "창을 가로로 채움"
 
-#: ../settings-dialogs/xfwm4-settings.c:259
+#: ../settings-dialogs/xfwm4-settings.c:260
 msgid "Fill window vertically"
 msgstr "창을 세로로 채움"
 
-#: ../settings-dialogs/xfwm4-settings.c:260
+#: ../settings-dialogs/xfwm4-settings.c:261
 msgid "Toggle above"
 msgstr "전환"
 
-#: ../settings-dialogs/xfwm4-settings.c:261
+#: ../settings-dialogs/xfwm4-settings.c:262
 msgid "Toggle fullscreen"
 msgstr "전체화면 전환"
 
-#: ../settings-dialogs/xfwm4-settings.c:262
+#: ../settings-dialogs/xfwm4-settings.c:263
 msgid "Move window to upper workspace"
 msgstr "창을 위 쪽 작업 공간으로 이동"
 
-#: ../settings-dialogs/xfwm4-settings.c:263
+#: ../settings-dialogs/xfwm4-settings.c:264
 msgid "Move window to bottom workspace"
 msgstr "창을 아래 쪽 작업 공간으로 이동"
 
-#: ../settings-dialogs/xfwm4-settings.c:264
+#: ../settings-dialogs/xfwm4-settings.c:265
 msgid "Move window to left workspace"
 msgstr "창을

[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 3cd15b4a36f7672441ba785a849bcad419aa6e28 (commit)
   from 3a31fba38a079024d9608ce44b584bdf2994f7b4 (commit)

commit 3cd15b4a36f7672441ba785a849bcad419aa6e28
Author: Seong-ho Cho 
Date:   Tue Nov 15 12:18:39 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |  309 +++---
 1 files changed, 214 insertions(+), 95 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 0b4d590..ddbcebc 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2,23 +2,23 @@
 # Copyright (C) 2003-2011 The Xfce development team.
 # This file is distributed under the same license as the xfce4-settings 
package.
 # Seong-ho, Cho , 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-settings.xfce-4-8\n"
-"Report-Msgid-Bugs-To: xfce4-users-kr-i18n 
\n"
-"POT-Creation-Date: 2011-09-12 16:14+\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-11-15 07:06+\n"
 "PO-Revision-Date: 2011-09-13 07:04+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
 "Language-Team: xfce4-users-kr-i18n 
\n"
-"Language: Ko\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: Ko\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Poedit-Language: Korean\n"
-"X-Poedit-Country: KOREA, REPUBLIC OF\n"
 "X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-Country: KOREA, REPUBLIC OF\n"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:1
 msgid "Acceleration _profile:"
@@ -56,8 +56,12 @@ msgid "Disable sticky keys if _two keys are pressed"
 msgstr "두 키가 눌렸을 경우 끈적이 키를 비활성화(_t)"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:10
-msgid "If enabled, the session manager will start the required applications 
for screen readers and magnifiers"
-msgstr "활성화 되었다면, 세션 관리자는 화면 리더와 화면 돋보기를 위해 필요한 프로그램을 시작할 것입니다"
+msgid ""
+"If enabled, the session manager will start the required applications for "
+"screen readers and magnifiers"
+msgstr ""
+"활성화 되었다면, 세션 관리자는 화면 리더와 화면 돋보기를 위해 필요한 프로그램"
+"을 시작할 것입니다"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:11
 msgid "K_eystroke delay:"
@@ -96,8 +100,11 @@ msgid "The amount of time, in milliseconds, required 
between keystrokes"
 msgstr "키 입력이 발생하는데 필요한 밀리세컨드 단위의 시간의 양"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:20
-msgid "The amount of time, in milliseconds, that must elapse before a 
keystroke will be accepted"
-msgstr "키 누름이 허용되기 위해 반드시 경과되어야 할 밀리세컨드 단위의 시간의 양"
+msgid ""
+"The amount of time, in milliseconds, that must elapse before a keystroke "
+"will be accepted"
+msgstr ""
+"키 누름이 허용되기 위해 반드시 경과되어야 할 밀리세컨드 단위의 시간의 양"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:21
 msgid "The maximum pointer speed after acceleration"
@@ -112,20 +119,31 @@ msgid "The time, in milliseconds, between repeated motion 
events"
 msgstr "반복 움직임이 발생하는 사이의 밀리세컨드 단위의 시간"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:24
-msgid "The time, in milliseconds, between the initial key press and first 
repeated motion event"
-msgstr "최초 키 입력과 처음 반복된 움직임이 발생한 사이의 밀리세컨드 단위의 시간"
+msgid ""
+"The time, in milliseconds, between the initial key press and first repeated "
+"motion event"
+msgstr ""
+"최초 키 입력과 처음 반복된 움직임이 발생한 사이의 밀리세컨드 단위의 시간"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:25
 msgid "The time, in milliseconds, to get to maximum speed"
 msgstr "최대 속도를 얻기 위한 밀리세컨드 단위의 시간 "
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:26
-msgid "To help prevent accidental keystrokes, slow keys requires that a key is 
held for a certain minimum amount of time before the keystroke will be accepted"
-msgstr "갑작스런 키 입력을 막아보기위해, 느린 키에서는 키 입력이 수락되기 전의 최소한의 특정 시간동안 키 누름을 유지하는 것을 
필요로 합니다"
+msgid ""
+"To help prevent accidental keystrokes, slow keys requires that a key is held "
+"for a certain minimum amount of time before the keystroke will be accepted"
+msgstr ""
+"갑작스런 키 입력을 막아보기위해, 느린 키에서는 키 입력이 수락되기 전의 최소한"
+"의 특정 시간동안 키 누름을 유지하는 것을 필요로 합니다"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:27
-msgid "To help prevent accidental multiple keystrokes, bounce keys imposes a 
minimum delay between keystrokes"
-msgstr "갑작스런 다중 키입력을 막아보기위해, 탄력 키에서는 키 누름간의 최소한의 지연 시간을 사용합니다"
+msgid ""
+"To help prevent accidental multiple keystrokes, bounce keys imposes a "
+"minimum delay between keystrokes"
+msgstr ""
+"갑작스런 다중 키입력을 막아보기위해, 탄력 키에서는 키 누름간의 최소한의 지연 "
+"시간을 사용합니다"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:28
 msgid "Use _bounce keys"
@@ -140,20 +158,38 @@ msgid "Use slow _keys"
 msgstr "느린 키 사용(_k)"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:31
-msgid "When selected, modifier keys (such as Control, Alt, and Shift) do not 
nee

[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 3be3ddc0deffb1c4d90e096d5792f64c65bf31c3 (commit)
   from 3c7d0548944773996d7d8dd8a27bd328ebc6 (commit)

commit 3be3ddc0deffb1c4d90e096d5792f64c65bf31c3
Author: Seong-ho Cho 
Date:   Tue Nov 15 12:15:02 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |   95 +++--
 1 files changed, 54 insertions(+), 41 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 22696ea..fdaff88 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4ui.xfce-4-8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-15 10:05+\n"
+"POT-Creation-Date: 2011-11-15 09:02+\n"
 "PO-Revision-Date: 2011-09-13 06:51+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
 "Language-Team: xfce4-users-kr-i18n 
\n"
@@ -204,7 +204,9 @@ msgstr "데스크톱 관리자"
 msgid ""
 "Sets the background color or image with optional application menu or icons "
 "for minimized applications or launchers, devices and folders."
-msgstr "선택적 프로그램 메뉴의 배경색이나 이미지 혹은 최소화한 프로그램이나 실행기, 장치, 폴더에 대한 아이콘을 설정합니다."
+msgstr ""
+"선택적 프로그램 메뉴의 배경색이나 이미지 혹은 최소화한 프로그램이나 실행기, "
+"장치, 폴더에 대한 아이콘을 설정합니다."
 
 #: ../xfce4-about/main.c:84
 msgid "File Manager "
@@ -234,7 +236,8 @@ msgstr "설정 시스템"
 msgid ""
 "Configuration system to control various aspects of the desktop like "
 "appearance, display, keyboard and mouse settings."
-msgstr "외형, 디스플레이, 키보드, 마우스의 다양한 모습을 제어하는 설정 시스템입니다."
+msgstr ""
+"외형, 디스플레이, 키보드, 마우스의 다양한 모습을 제어하는 설정 시스템입니다."
 
 #: ../xfce4-about/main.c:99
 msgid "Application Finder"
@@ -244,123 +247,127 @@ msgstr "프로그램 검색기"
 msgid ""
 "Shows the applications installed on your system in categories, so you can "
 "quickly find and launch them."
-msgstr "시스템에 설치된 프로그램을 카테고리에 보여주어 빨리 찾고 실행할 수 있도록 해줍니다."
+msgstr ""
+"시스템에 설치된 프로그램을 카테고리에 보여주어 빨리 찾고 실행할 수 있도록 해"
+"줍니다."
 
 #: ../xfce4-about/main.c:104
-msgid "Utilities and Scripts"
-msgstr "유틸리티와 스크립트"
-
-#: ../xfce4-about/main.c:105
-msgid "Startup scripts, run dialog and about dialog."
-msgstr "시작 스크립트, 실행 대화상자, 정보 대화상자 입니다."
-
-#: ../xfce4-about/main.c:108
 msgid "Settings Daemon"
 msgstr "설정 데몬"
 
-#: ../xfce4-about/main.c:109
+#: ../xfce4-about/main.c:105
 msgid "D-Bus-based configuration storage system."
 msgstr "D-Bus 기반 설정 저장소 시스템입니다."
 
-#: ../xfce4-about/main.c:116
+#: ../xfce4-about/main.c:112
 msgid ""
 "Xfce is a collection of programs that together provide a full-featured "
 "desktop environment. The following programs are part of the Xfce core:"
-msgstr "Xfce는 완전한 기능을 갖춘 데스크탑 환경을 함께 제공하는 프로그램들의 모음입니다. 다음 프로그램은 Xfce 코어의 
일부입니다."
+msgstr ""
+"Xfce는 완전한 기능을 갖춘 데스크탑 환경을 함께 제공하는 프로그램들의 모음입니"
+"다. 다음 프로그램은 Xfce 코어의 일부입니다."
 
-#: ../xfce4-about/main.c:140
+#: ../xfce4-about/main.c:136
 msgid ""
 "Xfce is also a development platform providing several libraries, that help "
 "programmers create applications that fit in well with the desktop "
 "environment."
-msgstr "Xfce는 또한 프로그래머들이 데스크톱 환경에 맞는 프로그램을 만들 수 있도록 다양한 라이브러리를 제공하는 개발 플랫폼이기도 
합니다."
+msgstr ""
+"Xfce는 또한 프로그래머들이 데스크톱 환경에 맞는 프로그램을 만들 수 있도록 다"
+"양한 라이브러리를 제공하는 개발 플랫폼이기도 합니다."
 
-#: ../xfce4-about/main.c:146
+#: ../xfce4-about/main.c:142
 msgid ""
 "Xfce components are licensed under free or open source licences; GPL or BSDL "
 "for applications and LGPL or BSDL for libraries. Look at the documentation, "
 "the source code or the Xfce website (http://www.xfce.org) for more "
 "information."
-msgstr "Xfce 요소들은 프로그램들을 위한 GPL이나 BSDL,그리고 라이브러리들을 위한 LGPL이나 BSDL 인 자유 오픈소스 
라이선스하에 계약되었습니다. 문서를 보시고 자세한 내용은 소스코드나 Xfce 웹 사이트 (http://www.xfce.org) 를 참조하시기 
바랍니다."
+msgstr ""
+"Xfce 요소들은 프로그램들을 위한 GPL이나 BSDL,그리고 라이브러리들을 위한 LGPL"
+"이나 BSDL 인 자유 오픈소스 라이선스하에 계약되었습니다. 문서를 보시고 자세한 "
+"내용은 소스코드나 Xfce 웹 사이트 (http://www.xfce.org) 를 참조하시기 바랍니"
+"다."
 
-#: ../xfce4-about/main.c:153
+#: ../xfce4-about/main.c:149
 msgid "Thank you for your interest in Xfce."
 msgstr "Xfce에 관심을 주셔서 감사합니다."
 
-#: ../xfce4-about/main.c:157
+#: ../xfce4-about/main.c:153
 msgid "The Xfce Development Team"
 msgstr "Xfce 개발 팀."
 
-#: ../xfce4-about/main.c:266
+#: ../xfce4-about/main.c:262
 msgid ""
 "If you know of anyone missing from this list; don't hesitate and file a bug "
 "on  ."
-msgstr "이 목록에 빠진 내용이 있따면 망설이지 말고 다음으로 버그를 알려주시기 바랍니다. 
"
+msgstr ""
+"이 목록에 빠진 내용이 있따면 망설이지 말고 다음으로 버그를 알려주시기 바랍니"
+"다. "
 
-#: ../xfce4-about/main.c:270
+#: ../xfce4-about/main.c:266
 msgid "Thanks to all who helped making this software available!"
 msgstr "이 소프트웨어를 사용할 수 있게 도와준 모든 분들께 감사드립니다!"
 
-#: ../xfce4-about/main.c:287
+#: ../xfce4-about/main.c:283
 msgid ""
 "Xfce 4 is copyright Olivier Fourdan (four...@xfce.org). The different "
 "components are copyrighted by their respective authors."
-msgstr ""
+msgstr "Xfce 4는 Oliver Foundan (fou

[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to cf8dc5afeb01ed24cfe9c9f92ef6475e7f5fd78b (commit)
   from 493d01e02bb5588917d575a432be480540c2b18a (commit)

commit cf8dc5afeb01ed24cfe9c9f92ef6475e7f5fd78b
Author: Seong-ho Cho 
Date:   Tue Nov 15 12:11:54 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |  128 --
 1 files changed, 91 insertions(+), 37 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 853ed12..8dfa9e7 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2,19 +2,19 @@
 # Copyright (C) 2002-2007 The Xfce development team.
 # This file is distributed under the same license as the xfce-utils package.
 # ByungHyun Choi , 2005.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce-utils 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-12 16:12+\n"
+"POT-Creation-Date: 2011-11-15 07:50+\n"
 "PO-Revision-Date: 2011-09-13 06:32+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
 "Language-Team: xfce4-users-kr-i18n 
\n"
-"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
 
 #: ../xfce4-about/main.c:52
 msgid "Version information"
@@ -33,7 +33,9 @@ msgid "Panel"
 msgstr "패널"
 
 #: ../xfce4-about/main.c:75
-msgid "Program launchers, window buttons, applications menu, workspace 
switcher and more."
+msgid ""
+"Program launchers, window buttons, applications menu, workspace switcher and "
+"more."
 msgstr "프로그램 실행 아이콘, 창 단추, 프로그램 메뉴, 작업공간 전환기 등."
 
 #: ../xfce4-about/main.c:79
@@ -41,15 +43,21 @@ msgid "Desktop Manager"
 msgstr "데스크톱 관리자"
 
 #: ../xfce4-about/main.c:80
-msgid "Sets the background color or image with optional application menu or 
icons for minimized applications or launchers, devices and folders."
-msgstr "최소화된 프로그램이나 실행 아이콘, 장치, 폴더를 위해 추가적 프로그램 메뉴나 아이콘과 함께 배경색 혹은 이미지를 설정합니다."
+msgid ""
+"Sets the background color or image with optional application menu or icons "
+"for minimized applications or launchers, devices and folders."
+msgstr ""
+"최소화된 프로그램이나 실행 아이콘, 장치, 폴더를 위해 추가적 프로그램 메뉴나 "
+"아이콘과 함께 배경색 혹은 이미지를 설정합니다."
 
 #: ../xfce4-about/main.c:84
 msgid "File Manager "
 msgstr "파일 관리자"
 
 #: ../xfce4-about/main.c:85
-msgid "A modern file manager for the Unix/Linux desktop, aiming to be 
easy-to-use and fast."
+msgid ""
+"A modern file manager for the Unix/Linux desktop, aiming to be easy-to-use "
+"and fast."
 msgstr "유닉스/리눅스 데스크톱을 위한 사용하기 쉽고 빠른 최신 파일 관리자."
 
 #: ../xfce4-about/main.c:89
@@ -57,7 +65,9 @@ msgid "Session Manager"
 msgstr "세션 관리자"
 
 #: ../xfce4-about/main.c:90
-msgid "Restores your session on startup and allows you to shutdown the 
computer from Xfce."
+msgid ""
+"Restores your session on startup and allows you to shutdown the computer "
+"from Xfce."
 msgstr "시작시 세션을 복원하고 Xfce에서 끝낼 수 있도록 합니다."
 
 #: ../xfce4-about/main.c:94
@@ -65,16 +75,24 @@ msgid "Setting System"
 msgstr "시스템 설정"
 
 #: ../xfce4-about/main.c:95
-msgid "Configuration system to control various aspects of the desktop like 
appearance, display, keyboard and mouse settings."
-msgstr "데스크톱처럼 보이는 외관, 디스플레이, 키보드, 마우서 설정의 다양한 요소들을 제어하기 위한 환경설정 시스템."
+msgid ""
+"Configuration system to control various aspects of the desktop like "
+"appearance, display, keyboard and mouse settings."
+msgstr ""
+"데스크톱처럼 보이는 외관, 디스플레이, 키보드, 마우서 설정의 다양한 요소들을 "
+"제어하기 위한 환경설정 시스템."
 
 #: ../xfce4-about/main.c:99
 msgid "Application Finder"
 msgstr "프로그램 검색기"
 
 #: ../xfce4-about/main.c:100
-msgid "Shows the applications installed on your system in categories, so you 
can quickly find and launch them."
-msgstr "분류상에서 시스템에 설치된 프로그램을 보여주어 빠르게 찾고 실행할 수 있도록 합니다."
+msgid ""
+"Shows the applications installed on your system in categories, so you can "
+"quickly find and launch them."
+msgstr ""
+"분류상에서 시스템에 설치된 프로그램을 보여주어 빠르게 찾고 실행할 수 있도록 "
+"합니다."
 
 #: ../xfce4-about/main.c:104
 msgid "Utilities and Scripts"
@@ -93,16 +111,33 @@ msgid "D-Bus-based configuration storage system."
 msgstr "D-Bus 기반 설정 저장 시스템."
 
 #: ../xfce4-about/main.c:116
-msgid "Xfce is a collection of programs that together provide a full-featured 
desktop environment. The following programs are part of the Xfce core:"
-msgstr "Xfce는 완전한 기능이 갖춰진 데스크톱 환경을 함께 제공하는 프로그램들의 모음입니다. 다음 프로그램들은 Xfce 코어의 
일부입니다:"
+msgid ""
+"Xfce is a collection of programs that together provide a full-featured "
+"desktop environment. The following programs are part of the Xfce core:"
+msgstr ""
+"Xfce는 완전한 기능이 갖춰진 데스크톱 환경을 함께 제공하는 프로그램들의 모음입"
+"니다. 다음 프로그램들은 Xfce 코어의 일부입니다:"
 
 #: ../xfce4-about/main.c:140
-msgid "Xfce is also a development platform providing several libraries, that 
help programmers create applications that fit in well with the desktop 
environment."
-msgstr "Xfce는 또한 프로그래머가 데스크톱 환경에 잘 맞는 프로그램을 만들 수 있도록 돕는 여러 라이브러리를 제공하는 개발 
플랫폼이기도 합니다."
+msgid ""
+"Xfce is also a 

[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 8a0fde4df059b946fd621e36a7a16616cb24841c (commit)
   from 8d3cdb1f62a0aa0cecd9e94b77bfe5f8eabae20d (commit)

commit 8a0fde4df059b946fd621e36a7a16616cb24841c
Author: Seong-ho Cho 
Date:   Tue Nov 15 12:10:58 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index aa34dd9..792ef96 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-appfinder 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-15 10:06+\n"
+"POT-Creation-Date: 2011-11-15 10:24+\n"
 "PO-Revision-Date: 2011-09-13 06:45+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
 "Language-Team: xfce4-users-kr-i18n 
\n"
@@ -21,27 +21,27 @@ msgstr ""
 msgid "All Applications"
 msgstr "모든 프로그램"
 
-#: ../src/appfinder-model.c:422
+#: ../src/appfinder-model.c:438
 msgid "Name"
 msgstr "이름"
 
-#: ../src/appfinder-model.c:423
+#: ../src/appfinder-model.c:439
 msgid "Command"
 msgstr "명령"
 
-#: ../src/appfinder-model.c:424
+#: ../src/appfinder-model.c:440
 msgid "Categories"
 msgstr "분류"
 
-#: ../src/appfinder-model.c:425
+#: ../src/appfinder-model.c:441
 msgid "Filename"
 msgstr "파일 이름"
 
-#: ../src/appfinder-model.c:1317
+#: ../src/appfinder-model.c:1598
 msgid "Application has no command"
 msgstr "프로그램에 명령을 보유하고 있지 않습니다"
 
-#: ../src/appfinder-model.c:1634
+#: ../src/appfinder-model.c:1900
 msgid "Commands History"
 msgstr "명령 이력"
 
@@ -66,13 +66,13 @@ msgstr "사용자 정의 동작이 영구적으로 지워질 것입니다."
 msgid "Are you sure you want to delete pattern \"%s\"?"
 msgstr "패턴 \"%s\"를 정말로 삭제하시렵니까?"
 
-#: ../src/appfinder-window.c:183 ../src/main.c:344
+#: ../src/appfinder-window.c:190 ../src/main.c:344
 #: ../src/appfinder-preferences.glade.h:3
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid "Application Finder"
 msgstr "프로그램 검색기"
 
-#: ../src/appfinder-window.c:224
+#: ../src/appfinder-window.c:231
 msgid "Toggle view mode"
 msgstr "보기 상태 전환"
 
@@ -157,7 +157,9 @@ 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 \\."
-msgstr "접두어로 유형을 지정하였다면, %s은(는) 완전한 목록 텍스트로 된 다음 패턴  %S(으)로 대체될 것입니다. 정규 표현식에 
\\0과 \\<숫자>를 사용할 수 있습니다."
+msgstr ""
+"접두어로 유형을 지정하였다면, %s은(는) 완전한 목록 텍스트로 된 다음 패턴  %S"
+"(으)로 대체될 것입니다. 정규 표현식에 \\0과 \\<숫자>를 사용할 수 있습니다."
 
 #: ../src/appfinder-preferences.glade.h:12
 msgid "Patte_rn:"
@@ -188,6 +190,10 @@ msgid "_General"
 msgstr "일반(_G)"
 
 #: ../src/appfinder-preferences.glade.h:19
+msgid "_Save match in command history"
+msgstr "명령 이력내 일치 항목 저장하기(_S)"
+
+#: ../src/appfinder-preferences.glade.h:20
 msgid "_Type:"
 msgstr "유형(_T):"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 0e1d19f815259facad4810639ad0c1b2a3bf2020 (commit)
   from df6e8a9eb1153db91cfe43351c3d9ed8b8a9ac79 (commit)

commit 0e1d19f815259facad4810639ad0c1b2a3bf2020
Author: Seong-ho Cho 
Date:   Tue Nov 15 12:05:38 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index 26035c2..c63a9d4 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,17 +6,18 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: garcon.master\n"
-"Report-Msgid-Bugs-To: xfce4-users-kr-i18n 
\n"
-"POT-Creation-Date: 2011-09-12 16:06+\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-11-15 08:54+\n"
 "PO-Revision-Date: 2011-09-13 05:08+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
 "Language-Team: xfce4-users-kr-i18n 
\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Country: KOREA, REPUBLIC OF\n"
+"Language: \n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Poedit-Language: Korean\n"
-"X-Poedit-Country: KOREA, REPUBLIC OF\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
 #: ../data/xfce/xfce-accessories.directory.in.h:1
@@ -77,7 +78,7 @@ msgstr "인터넷"
 
 #: ../data/xfce/xfce-office.directory.in.h:1
 msgid "Office"
-msgstr "오피스"
+msgstr "사무"
 
 #: ../data/xfce/xfce-office.directory.in.h:2
 msgid "Office and productivity applications"
@@ -129,4 +130,3 @@ msgstr "%s(으)로부터 메뉴 파일 데이터를 불러올 수 없습니다:
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "%s(으)로부터 메뉴 파일 데이터를 불러올 수 없습니다"
-
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/xfce-4.8
 to 6c6d21658c2a05188af8b1267db1a79298bd2e53 (commit)
   from 04004ce53e864fb0a923b01efc6f4b7c369aec8c (commit)

commit 6c6d21658c2a05188af8b1267db1a79298bd2e53
Author: Seong-ho Cho 
Date:   Tue Nov 15 12:01:29 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |   30 +-
 1 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index b3d8a09..bbc7c21 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,11 +8,10 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-12 10:37+\n"
+"POT-Creation-Date: 2011-11-15 08:36+\n"
 "PO-Revision-Date: 2008-08-26 02:04+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
-"Language-Team: xfce4-users-kr-i18n \n"
+"Language-Team: xfce4-users-kr-i18n 
\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -48,7 +47,7 @@ msgstr "SOCKET ID"
 #: ../settings-dialogs/workspace-settings.c:371
 #: ../settings-dialogs/xfwm4-settings.c:312
 msgid "Version information"
-msgstr "판올림 정보"
+msgstr "버전 정보"
 
 #: ../settings-dialogs/tweaks-settings.c:440
 #: ../settings-dialogs/workspace-settings.c:388
@@ -841,40 +840,35 @@ msgstr "작업공간의 수(_N):"
 msgid "%s (on %s)"
 msgstr "%s(%s에서 동작중)"
 
-#: ../src/main.c:140
-#, c-format
-msgid "%s: Segmentation fault"
-msgstr "%s: 메모리 오류(segment fault)"
-
-#: ../src/main.c:534
+#: ../src/main.c:548
 msgid "Fork to the background"
 msgstr "배경화면으로 쪼개기"
 
-#: ../src/main.c:536
+#: ../src/main.c:550
 msgid "Fork to the background (not supported)"
 msgstr "배경화면으로 쪼개기 (지원되지 않음)"
 
-#: ../src/main.c:539
+#: ../src/main.c:553
 msgid "Set the compositor mode"
 msgstr "합성처리 모드 설정"
 
-#: ../src/main.c:541
+#: ../src/main.c:555
 msgid "Set the compositor mode (not supported)"
 msgstr "합성처리 모드 설정 (지원되지 않음)"
 
-#: ../src/main.c:543
+#: ../src/main.c:557
 msgid "Replace the existing window manager"
 msgstr "기존 창 관리자 바꾸기"
 
-#: ../src/main.c:544
+#: ../src/main.c:558
 msgid "Print version information and exit"
 msgstr "버전 정보"
 
-#: ../src/main.c:552
+#: ../src/main.c:566
 msgid "[ARGUMENTS...]"
 msgstr "[ARGUMENTS...]"
 
-#: ../src/main.c:559
+#: ../src/main.c:573
 #, c-format
 msgid "Type \"%s --help\" for usage."
 msgstr "사용법을 보려면 \"%s --help\"를 입력하십시오."
@@ -1006,3 +1000,5 @@ msgstr "자식 프로세스로부터 데이터를 읽는동안 오류가 발생
 msgid "Cannot spawn helper-dialog: %s\n"
 msgstr "도우미 대화상자를 생성할 수 없습니다: %s\n"
 
+#~ msgid "%s: Segmentation fault"
+#~ msgstr "%s: 메모리 오류(segment fault)"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/xfce-4.8
 to de631abb8a889523b3abcb84ad6d2b7c8f8f8e28 (commit)
   from 1fb65cdbb4d4ce1909dcc294fd7fbced116e7391 (commit)

commit de631abb8a889523b3abcb84ad6d2b7c8f8f8e28
Author: Seong-ho Cho 
Date:   Tue Nov 15 11:59:57 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index d5146a7..cc1716c 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce-utils 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-15 03:12+\n"
+"POT-Creation-Date: 2011-11-15 07:56+\n"
 "PO-Revision-Date: 2007-02-20 09:47+0900\n"
 "Last-Translator: ByungHyun Choi \n"
 "Language-Team: xfce4-users-kr-i18n 
\n"
@@ -257,7 +257,7 @@ msgstr "번역 관리"
 
 #: ../xfce4-about/contributors.h:142
 msgid "Translators"
-msgstr "Translators"
+msgstr "번역하신 분들"
 
 #: ../xfce4-about/contributors.h:145
 msgid "Previous contributors"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 100%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to e64e0a54ded8539281681abbe416d4a83e7c03db (commit)
   from 425a0b3cbea36dda528e28a9ed98a3e20a0d74e4 (commit)

commit e64e0a54ded8539281681abbe416d4a83e7c03db
Author: Seong-ho Cho 
Date:   Tue Nov 15 11:58:50 2011 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |   12 
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 0b47c7f..be3797d 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -252,14 +252,12 @@ msgid "Shutting down the Tumbler ffmpeg video thumbnailer 
plugin"
 msgstr "텀블러 ffmpeg 비디오 섬네일러 플러그인 종료 중"
 
 #: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64
-#, fuzzy
 msgid "Initializing the Tumbler ODF Thumbnailer plugin"
-msgstr "텀블러 글꼴 섬네일러 플러그인 초기화 중"
+msgstr "텀블러 ODF 섬네일러 플러그인 초기화 중"
 
 #: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81
-#, fuzzy
 msgid "Shutting down the Tumbler ODF Thumbnailer plugin"
-msgstr "텀블러 글꼴 섬네일러 플러그인 종료 중"
+msgstr "텀블러 ODF 섬네일러 플러그인 종료 중"
 
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
 msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
@@ -278,14 +276,12 @@ msgid "Only local files are supported"
 msgstr "로컬 파일만 지원합니다"
 
 #: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62
-#, fuzzy
 msgid "Initializing the Tumbler RAW Thumbnailer plugin"
-msgstr "텀블러 글꼴 섬네일러 플러그인 초기화 중"
+msgstr "텀블러 RAW 섬네일러 플러그인 초기화 중"
 
 #: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79
-#, fuzzy
 msgid "Shutting down the Tumbler RAW Thumbnailer plugin"
-msgstr "텀블러 글꼴 섬네일러 플러그인 종료 중"
+msgstr "텀블러 RAW 섬네일러 플러그인 종료 중"
 
 #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Korean (ko) translation to 92%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 425a0b3cbea36dda528e28a9ed98a3e20a0d74e4 (commit)
   from d2bf9915f2a9145e52785db34b6bc8e0e778217b (commit)

commit 425a0b3cbea36dda528e28a9ed98a3e20a0d74e4
Author: Seong-ho Cho 
Date:   Tue Nov 15 11:57:43 2011 +0100

l10n: Updated Korean (ko) translation to 92%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index cb6366f..0b47c7f 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,20 +6,21 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tumbler.master\n"
-"Report-Msgid-Bugs-To: xfce4-users-kr-i18n 
n"
-"POT-Creation-Date: 2011-09-12 16:06+\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-11-15 10:12+\n"
 "PO-Revision-Date: 2011-09-13 05:31+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
 "Language-Team: xfce4-users-kr-i18n 
\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Poedit-Language: Korean\n"
-"X-Poedit-Country: KOREA, REPUBLIC OF\n"
 "X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-Country: KOREA, REPUBLIC OF\n"
 
-#: ../tumblerd/tumbler-cache-service.c:416
+#: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
 msgid "Another thumbnail cache service is already running"
 msgstr "다른 섬네일 캐시 서비스가 이미 실행중입니다"
@@ -34,12 +35,12 @@ msgstr "\"%s\"을(를)위해 사용할 수 있는 섬네일 프로그램이 없
 msgid "The thumbnailer service is shutting down"
 msgstr "섬네일러 서비스가 종료중입니다"
 
-#: ../tumblerd/tumbler-service.c:760
+#: ../tumblerd/tumbler-service.c:758
 #, c-format
 msgid "Another generic thumbnailer is already running"
 msgstr "다른 일반 섬네일러가 이미 실행중입니다"
 
-#: ../tumblerd/tumbler-service.c:878
+#: ../tumblerd/tumbler-service.c:867
 msgid "Unsupported thumbnail flavor requested"
 msgstr "지원되지 않는 섬네일 방식이 요청되었습니다"
 
@@ -52,67 +53,68 @@ msgstr "특화된 섬네일러를 호출하는데 실패했습니다: 시간 초
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "특화된 섬네일러를 호출하는데 실패했습니다: %s"
 
-#: ../tumblerd/tumbler-manager.c:468
-#: ../tumblerd/tumbler-manager.c:874
+#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "파일 \"%s\"을(를) 불러오는데 실패했습니다: %s"
 
-#: ../tumblerd/tumbler-manager.c:486
-#: ../tumblerd/tumbler-manager.c:500
-#: ../tumblerd/tumbler-manager.c:514
+#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
 msgstr "변형된 섹션 \"%s\", 파일 \"%s\"에 위치: %s"
 
-#: ../tumblerd/tumbler-manager.c:527
+#: ../tumblerd/tumbler-manager.c:548
 #, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name 
and UriScheme/MimeType"
-msgstr "변형된 섹션 \"%s\", 파일 \"%s\"에 위치: 섹션 명칭과 UriScheme 또는 MimeType이 일치하지 않습니다"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"변형된 섹션 \"%s\", 파일 \"%s\"에 위치: 섹션 명칭과 UriScheme 또는 MimeType"
+"이 일치하지 않습니다"
 
-#: ../tumblerd/tumbler-manager.c:887
-#: ../tumblerd/tumbler-manager.c:901
-#: ../tumblerd/tumbler-manager.c:915
+#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "변형된 파일 \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:941
+#: ../tumblerd/tumbler-manager.c:962
 #, c-format
 msgid "Failed to determine last modified time of \"%s\""
 msgstr "\"%s\"의 최종 수정 시간을 결정하는데 실패했습니다"
 
-#: ../tumblerd/tumbler-manager.c:1854
+#: ../tumblerd/tumbler-manager.c:1863
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "다른 섬네일러 관리자가 이미 실행중입니다"
 
 #. set the application name. Translators: Don't translate "Tumbler".
-#: ../tumblerd/main.c:78
+#: ../tumblerd/main.c:83
 msgid "Tumbler Thumbnailing Service"
 msgstr "텀블러 섬네일링 서비스"
 
-#: ../tumblerd/main.c:93
+#: ../tumblerd/main.c:98
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "D-Bus 세션 버스에 연결하는데 실패했습니다: %s"
 
-#: ../tumblerd/main.c:108
-#, c-format
-msgid "Failed to start the thumbnail cache service: %s"
-msgstr "섬네일 캐시 서비스를 시작하는데 실패했습니다: %s"
-
-#: ../tumblerd/main.c:158
+#: ../tumblerd/main.c:156
 #, c-format
 msgid "Failed to load specialized thumbnailers into the registry: %s"
 msgstr "특화된 섬네일러를 레지스트리에 불러오는데 실패했습니다: %s"
 
-#: ../tumblerd/main.c:176
+#: ../tumblerd/main.c:173
+#, c-format
+msgid "Failed to start the thumbnail cache service: %s"
+msgstr "섬네일 캐시 서비스를 시작하는데 실패했습니다: %s"
+
+#: ../tumblerd/main.c:190
 #, c-format
 msgid "Failed to start the thumbnailer manager: %s"
 msgstr "섬네일러 관리자를 시작하는데 실패했습니다: %s"
 
-#: ../tumblerd/main.c:194
+#: ../tumblerd/main.c:207
 #, c-format
 msgid "Failed to start the thumbnailer

[Xfce4-commits] l10n: Updated Croatian (hr) translation to 78%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 54a5e0a8fb86e8dee86bbee9613390fa301035ed (commit)
   from b7586d0c1381751b1b8b4c1c3d0f90a084bf27bc (commit)

commit 54a5e0a8fb86e8dee86bbee9613390fa301035ed
Author: Ivica  Kolić 
Date:   Tue Nov 15 11:22:40 2011 +0100

l10n: Updated Croatian (hr) translation to 78%

New status: 48 messages complete with 0 fuzzies and 13 untranslated.

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

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

diff --git a/po/hr.po b/po/hr.po
index 394cb79..d6eb2cf 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-clipman-plugin 
package.
 # Ivica Kolić , 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-clipman-plugin\n"
@@ -11,14 +11,14 @@ msgstr ""
 "PO-Revision-Date: 2011-10-31 17:46+0100\n"
 "Last-Translator: Ivica Kolić \n"
 "Language-Team: Croatian \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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 "X-Poedit-Language: Croatian\n"
-"X-Poedit-Country: CROATIA\n"
 "X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-Country: CROATIA\n"
 
 #: ../panel-plugin/xfce4-clipman.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1
@@ -30,8 +30,7 @@ msgstr "Upravitelj međuspremnika"
 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:2
 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:2
 #: ../panel-plugin/main-panel-plugin.c:70
-#: ../panel-plugin/main-status-icon.c:61
-#: ../panel-plugin/main-status-icon.c:94
+#: ../panel-plugin/main-status-icon.c:61 ../panel-plugin/main-status-icon.c:94
 #: ../panel-plugin/plugin.c:335
 msgid "Clipman"
 msgstr "Clipman"
@@ -70,7 +69,7 @@ msgstr "Xfce Bug"
 
 #: ../panel-plugin/xfce4-clipman-settings.c:190
 msgid "None"
-msgstr ""
+msgstr "Nijedan"
 
 #. TRANSLATORS: Keyboard shortcut
 #: ../panel-plugin/xfce4-clipman-settings.c:192
@@ -84,11 +83,11 @@ msgstr "Shift+Insert"
 
 #: ../panel-plugin/xfce4-clipman-settings.c:517
 msgid "Reset actions"
-msgstr ""
+msgstr "Resetirajte akcije"
 
 #: ../panel-plugin/xfce4-clipman-settings.c:519
 msgid "Are you sure you want to reset the actions to the system default 
values?"
-msgstr ""
+msgstr "Jeste li sigurni da želite resetirati akcije na sustavom zadane 
vrijednosti?"
 
 #: ../panel-plugin/settings-dialog.ui.h:1
 msgid "Action"
@@ -268,7 +267,7 @@ msgstr "_Onemogući"
 
 #: ../panel-plugin/plugin.c:323
 msgid "Contributors:"
-msgstr ""
+msgstr "Suradnici:"
 
 #: ../panel-plugin/plugin.c:337
 msgid "Clipboard Manager for Xfce"
@@ -281,4 +280,3 @@ msgstr "Ivica Kolić "
 #: ../panel-plugin/plugin.c:360
 msgid "Unable to open the settings dialog"
 msgstr "Nije moguće otvoriti dijalog postavki"
-
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Croatian (hr) translation to 60%

2011-11-15 Thread Transifex
Updating branch refs/heads/master
 to 75198c0608130650878121e683947574f98d9220 (commit)
   from 813a049384afe149c36df6084973f166beb181fb (commit)

commit 75198c0608130650878121e683947574f98d9220
Author: Ivica  Kolić 
Date:   Tue Nov 15 11:18:44 2011 +0100

l10n: Updated Croatian (hr) translation to 60%

New status: 186 messages complete with 0 fuzzies and 123 untranslated.

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

 po/hr.po |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index 77377c6..9a45537 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-vcs-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-14 11:11+\n"
+"POT-Creation-Date: 2011-11-15 09:56+\n"
 "PO-Revision-Date: 2011-05-28 15:57+0200\n"
 "Last-Translator: Ivica Kolić \n"
 "Language-Team: Croatian \n"
@@ -1197,7 +1197,7 @@ msgstr ""
 
 #: ../tvp-svn-helper/tsh-common.c:605
 msgid "Forbidden by server"
-msgstr ""
+msgstr "Zabranjeno od strane poslužitelja"
 
 #: ../tvp-svn-helper/tsh-common.c:606
 msgid "Skipped conflicted"
@@ -1247,7 +1247,7 @@ msgstr "Nepotpuno"
 
 #: ../tvp-svn-helper/tsh-common.c:1087
 msgid "Error"
-msgstr ""
+msgstr "Greška"
 
 #: ../tvp-svn-helper/tsh-common.c:1099
 msgid "Local action"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits