[Xfce4-commits] <garcon:master> Release 0.1.2!

Jannis Pohlmann noreply at xfce.org
Wed Nov 3 19:18:01 CET 2010


Updating branch refs/heads/master
         to 0a630bcc12f8f0864ba6ffbc84a733543dc538cc (commit)
       from bbad1fc9e2a814fb34c8454576bf46d20864f71a (commit)

commit 0a630bcc12f8f0864ba6ffbc84a733543dc538cc
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Wed Nov 3 19:16:48 2010 +0100

    Release 0.1.2!

 NEWS                               |   23 +++
 configure.in.in                    |    6 +-
 docs/reference/garcon-sections.txt |  317 +++++++++++++++++++-----------------
 po/bn.po                           |   10 +-
 po/ca.po                           |    5 +-
 po/cs.po                           |   10 +-
 po/da.po                           |    5 +-
 po/de.po                           |    5 +-
 po/el.po                           |    8 +-
 po/en_GB.po                        |   10 +-
 po/es.po                           |   12 +-
 po/eu.po                           |    5 +-
 po/fi.po                           |    3 +-
 po/fr.po                           |   12 +-
 po/gl.po                           |    5 +-
 po/hr.po                           |   14 +-
 po/hu.po                           |    5 +-
 po/id.po                           |   12 +-
 po/it.po                           |    5 +-
 po/ja.po                           |   10 +-
 po/kk.po                           |    5 +-
 po/ku.po                           |   10 +-
 po/lv.po                           |   10 +-
 po/nb_NO.po                        |   10 +-
 po/nl.po                           |   11 +-
 po/pa.po                           |   10 +-
 po/pl.po                           |   13 +-
 po/pt.po                           |    5 +-
 po/pt_BR.po                        |   12 +-
 po/pt_PT.po                        |   10 +-
 po/ru.po                           |    8 +-
 po/sq.po                           |   10 +-
 po/sv.po                           |    7 +-
 po/tr.po                           |   10 +-
 po/ug.po                           |  265 +++++++++++++++---------------
 po/uk.po                           |    5 +-
 po/ur.po                           |   10 +-
 po/zh_CN.po                        |   15 ++-
 po/zh_TW.po                        |    5 +-
 39 files changed, 551 insertions(+), 362 deletions(-)

diff --git a/NEWS b/NEWS
index 79ccd51..4311ac0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+0.1.2
+=====
+- Fix license headers (bug #6226).
+- Implement file system monitoring, adding the signals
+  GarconMenu::reload-required, GarconMenu::directory-changed and 
+  GarconMenuItem::changed for applications to react on file system
+  changes.
+- Improve the code quality of garcon_config_lookup().
+- Lookup relative filenames with garcon_config_build_paths().
+- Rework menu loading a bit.
+- Reload the Categories/OnlyShowIn/NotShowIn fields when reloading
+  a GarconMenuItem.
+- Add new methods (this list may be incomplete):
+  - garcon_menu_element_equal()
+  - garcon_menu_item_pool_clear()
+  - garcon_menu_item_pool_lookup_file().
+- Add Xfce menu data files from xfdesktop (bug #6272).
+- Remove deprecated encoding key from desktop files.
+- Fix a memory leak in merge file nodes with a filename.
+- Translation updates (bm, ca, da, de, el, es, eu, fi, fr, gl, hu, hr,
+  id, it, kk, nl, pj, pl, pt, pt_BR, ru, sv, tr, ug, uk, zh_TW).
+
+
 0.1.1
 =====
 - Don't check for GTK+ in configure.in.in. We don't depend on it.
diff --git a/configure.in.in b/configure.in.in
index 2be2050..9314006 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,6 +1,6 @@
 dnl vi:set et ai sw=2 sts=2 ts=2: */
 dnl 
-dnl Copyright (c) 2007-2009 Jannis Pohlmann <jannis at xfce.org>
+dnl Copyright (c) 2007-2010 Jannis Pohlmann <jannis at xfce.org>
 dnl 
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Library General Public
@@ -24,9 +24,9 @@ m4_define([garcon_verinfo], [0:0:0])
 m4_define([garcon_version_api_major], [1])
 m4_define([garcon_version_major], [0])
 m4_define([garcon_version_minor], [1])
-m4_define([garcon_version_micro], [1])
+m4_define([garcon_version_micro], [2])
 m4_define([garcon_version_build], [@REVISION@])
-m4_define([garcon_version_tag], [git])
+m4_define([garcon_version_tag], [])
 m4_define([garcon_version], [garcon_version_major().garcon_version_minor().garcon_version_micro()ifelse(garcon_version_tag(), [git], [garcon_version_tag()-garcon_version_build()], [garcon_version_tag()])])
 
 dnl ********************************************
diff --git a/docs/reference/garcon-sections.txt b/docs/reference/garcon-sections.txt
index d9b5332..2964fea 100644
--- a/docs/reference/garcon-sections.txt
+++ b/docs/reference/garcon-sections.txt
@@ -1,39 +1,71 @@
 <SECTION>
-<FILE>garcon-menu</FILE>
-GarconMenu
-garcon_menu_new
-garcon_menu_new_for_path
-garcon_menu_new_applications
-garcon_menu_load
-garcon_menu_get_file
-garcon_menu_get_directory
-garcon_menu_get_menus
-garcon_menu_add_menu
-garcon_menu_get_menu_with_name
-garcon_menu_get_parent
-garcon_menu_get_item_pool
-garcon_menu_get_items
-garcon_menu_get_elements
+<FILE>garcon-menu-element</FILE>
+<TITLE>GarconMenuElement</TITLE>
+GarconMenuElement
+GarconMenuElementIface
+garcon_menu_element_get_name
+garcon_menu_element_get_comment
+garcon_menu_element_get_icon_name
+garcon_menu_element_get_visible
+garcon_menu_element_get_show_in_environment
+garcon_menu_element_get_no_display
+garcon_menu_element_equal
 <SUBSECTION Standard>
-GarconMenuClass
-GarconMenuPrivate
-GARCON_MENU
-GARCON_IS_MENU
-GARCON_TYPE_MENU
-garcon_menu_get_type
-GARCON_MENU_CLASS
-GARCON_IS_MENU_CLASS
-GARCON_MENU_GET_CLASS
+GARCON_MENU_ELEMENT
+GARCON_IS_MENU_ELEMENT
+GARCON_TYPE_MENU_ELEMENT
+garcon_menu_element_get_type
+GARCON_MENU_ELEMENT_GET_IFACE
+</SECTION>
+
+<SECTION>
+<FILE>garcon-menu-parser</FILE>
+<TITLE>GarconMenuParser</TITLE>
+GarconMenuParserPrivate
+GarconMenuParserClass
+GarconMenuParser
+garcon_menu_parser_new
+garcon_menu_parser_run
+<SUBSECTION Standard>
+GARCON_MENU_PARSER
+GARCON_IS_MENU_PARSER
+GARCON_TYPE_MENU_PARSER
+garcon_menu_parser_get_type
+GARCON_MENU_PARSER_CLASS
+GARCON_IS_MENU_PARSER_CLASS
+GARCON_MENU_PARSER_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>garcon-menu-item-cache</FILE>
+<TITLE>GarconMenuItemCache</TITLE>
+GarconMenuItemCachePrivate
+GarconMenuItemCacheClass
+GarconMenuItemCache
+garcon_menu_item_cache_get_default
+garcon_menu_item_cache_lookup
+garcon_menu_item_cache_foreach
+garcon_menu_item_cache_invalidate
+garcon_menu_item_cache_invalidate_file
+<SUBSECTION Standard>
+GARCON_MENU_ITEM_CACHE
+GARCON_IS_MENU_ITEM_CACHE
+GARCON_TYPE_MENU_ITEM_CACHE
+garcon_menu_item_cache_get_type
+GARCON_MENU_ITEM_CACHE_CLASS
+GARCON_IS_MENU_ITEM_CACHE_CLASS
+GARCON_MENU_ITEM_CACHE_GET_CLASS
 </SECTION>
 
 <SECTION>
 <FILE>garcon-menu-merger</FILE>
+<TITLE>GarconMenuMerger</TITLE>
+GarconMenuMergerPrivate
+GarconMenuMergerClass
 GarconMenuMerger
 garcon_menu_merger_new
 garcon_menu_merger_run
 <SUBSECTION Standard>
-GarconMenuMergerClass
-GarconMenuMergerPrivate
 GARCON_MENU_MERGER
 GARCON_IS_MENU_MERGER
 GARCON_TYPE_MENU_MERGER
@@ -45,10 +77,11 @@ GARCON_MENU_MERGER_GET_CLASS
 
 <SECTION>
 <FILE>garcon-menu-separator</FILE>
+<TITLE>GarconMenuSeparator</TITLE>
+GarconMenuSeparatorClass
 GarconMenuSeparator
 garcon_menu_separator_get_default
 <SUBSECTION Standard>
-GarconMenuSeparatorClass
 GARCON_MENU_SEPARATOR
 GARCON_IS_MENU_SEPARATOR
 GARCON_TYPE_MENU_SEPARATOR
@@ -63,6 +96,7 @@ GARCON_MENU_SEPARATOR_GET_CLASS
 GarconMenuNodeType
 GarconMenuLayoutMergeType
 GarconMenuMergeFileType
+GarconMenuNodeData
 GarconMenuNodeClass
 GarconMenuNode
 garcon_menu_node_get_type
@@ -104,107 +138,10 @@ GARCON_MENU_NODE_GET_CLASS
 </SECTION>
 
 <SECTION>
-<FILE>garcon-menu-directory</FILE>
-GarconMenuDirectory
-garcon_menu_directory_new
-garcon_menu_directory_get_file
-garcon_menu_directory_get_name
-garcon_menu_directory_set_name
-garcon_menu_directory_get_comment
-garcon_menu_directory_set_comment
-garcon_menu_directory_get_icon_name
-garcon_menu_directory_set_icon_name
-garcon_menu_directory_get_no_display
-garcon_menu_directory_set_no_display
-garcon_menu_directory_get_hidden
-garcon_menu_directory_get_show_in_environment
-garcon_menu_directory_get_visible
-garcon_menu_directory_equal
-<SUBSECTION Standard>
-GarconMenuDirectoryPrivate
-GarconMenuDirectoryClass
-GARCON_MENU_DIRECTORY
-GARCON_IS_MENU_DIRECTORY
-GARCON_TYPE_MENU_DIRECTORY
-garcon_menu_directory_get_type
-GARCON_MENU_DIRECTORY_CLASS
-GARCON_IS_MENU_DIRECTORY_CLASS
-GARCON_MENU_DIRECTORY_GET_CLASS
-</SECTION>
-
-<SECTION>
-<FILE>garcon-menu-item-cache</FILE>
-GarconMenuItemCache
-garcon_menu_item_cache_get_default
-garcon_menu_item_cache_lookup
-garcon_menu_item_cache_foreach
-garcon_menu_item_cache_invalidate
-<SUBSECTION Standard>
-GarconMenuItemCachePrivate
-GarconMenuItemCacheClass
-GARCON_MENU_ITEM_CACHE
-GARCON_IS_MENU_ITEM_CACHE
-GARCON_TYPE_MENU_ITEM_CACHE
-garcon_menu_item_cache_get_type
-GARCON_MENU_ITEM_CACHE_CLASS
-GARCON_IS_MENU_ITEM_CACHE_CLASS
-GARCON_MENU_ITEM_CACHE_GET_CLASS
-</SECTION>
-
-<SECTION>
-<FILE>garcon-menu-parser</FILE>
-garcon_menu_parser_new
-garcon_menu_parser_run
-GarconMenuParser
-<SUBSECTION Standard>
-GarconMenuParserPrivate
-GarconMenuParserClass
-GARCON_MENU_PARSER
-GARCON_IS_MENU_PARSER
-GARCON_TYPE_MENU_PARSER
-garcon_menu_parser_get_type
-GARCON_MENU_PARSER_CLASS
-GARCON_IS_MENU_PARSER_CLASS
-GARCON_MENU_PARSER_GET_CLASS
-</SECTION>
-
-<SECTION>
-<FILE>garcon-menu-tree-provider</FILE>
-GarconMenuTreeProvider
-GarconMenuTreeProviderIface
-garcon_menu_tree_provider_get_tree
-garcon_menu_tree_provider_get_file
-<SUBSECTION Standard>
-GARCON_MENU_TREE_PROVIDER
-GARCON_IS_MENU_TREE_PROVIDER
-GARCON_TYPE_MENU_TREE_PROVIDER
-garcon_menu_tree_provider_get_type
-GARCON_MENU_TREE_PROVIDER_GET_IFACE
-</SECTION>
-
-<SECTION>
-<FILE>garcon-menu-item-pool</FILE>
-GarconMenuItemPool
-garcon_menu_item_pool_new
-garcon_menu_item_pool_insert
-garcon_menu_item_pool_lookup
-garcon_menu_item_pool_foreach
-garcon_menu_item_pool_apply_exclude_rule
-garcon_menu_item_pool_get_empty
-<SUBSECTION Standard>
-GarconMenuItemPoolPrivate
-GarconMenuItemPoolClass
-GARCON_MENU_ITEM_POOL
-GARCON_IS_MENU_ITEM_POOL
-GARCON_TYPE_MENU_ITEM_POOL
-garcon_menu_item_pool_get_type
-GARCON_MENU_ITEM_POOL_CLASS
-GARCON_IS_MENU_ITEM_POOL_CLASS
-GARCON_MENU_ITEM_POOL_GET_CLASS
-</SECTION>
-
-<SECTION>
 <FILE>garcon-menu-item</FILE>
+<TITLE>GarconMenuItem</TITLE>
+GarconMenuItemPrivate
+GarconMenuItemClass
 GarconMenuItem
 garcon_menu_item_new
 garcon_menu_item_new_for_path
@@ -248,8 +185,6 @@ garcon_menu_item_get_allocated
 garcon_menu_item_increment_allocated
 garcon_menu_item_decrement_allocated
 <SUBSECTION Standard>
-GarconMenuItemPrivate
-GarconMenuItemClass
 GARCON_MENU_ITEM
 GARCON_IS_MENU_ITEM
 GARCON_TYPE_MENU_ITEM
@@ -260,27 +195,100 @@ GARCON_MENU_ITEM_GET_CLASS
 </SECTION>
 
 <SECTION>
-<FILE>garcon-menu-element</FILE>
-GarconMenuElement
-GarconMenuElementIface
-garcon_menu_element_get_name
-garcon_menu_element_get_comment
-garcon_menu_element_get_icon_name
-garcon_menu_element_get_visible
-garcon_menu_element_get_show_in_environment
-garcon_menu_element_get_no_display
+<FILE>garcon-menu</FILE>
+<TITLE>GarconMenu</TITLE>
+GarconMenuPrivate
+GarconMenuClass
+GarconMenu
+garcon_menu_new
+garcon_menu_new_for_path
+garcon_menu_new_applications
+garcon_menu_load
+garcon_menu_get_file
+garcon_menu_get_directory
+garcon_menu_get_menus
+garcon_menu_add_menu
+garcon_menu_get_menu_with_name
+garcon_menu_get_parent
+garcon_menu_get_item_pool
+garcon_menu_get_items
+garcon_menu_get_elements
 <SUBSECTION Standard>
-GARCON_MENU_ELEMENT
-GARCON_IS_MENU_ELEMENT
-GARCON_TYPE_MENU_ELEMENT
-garcon_menu_element_get_type
-GARCON_MENU_ELEMENT_GET_IFACE
+GARCON_MENU
+GARCON_IS_MENU
+GARCON_TYPE_MENU
+garcon_menu_get_type
+GARCON_MENU_CLASS
+GARCON_IS_MENU_CLASS
+GARCON_MENU_GET_CLASS
 </SECTION>
 
 <SECTION>
-<FILE>garcon-environment</FILE>
-garcon_set_environment
-garcon_get_environment
+<FILE>garcon-menu-directory</FILE>
+<TITLE>GarconMenuDirectory</TITLE>
+GarconMenuDirectoryPrivate
+GarconMenuDirectoryClass
+GarconMenuDirectory
+garcon_menu_directory_new
+garcon_menu_directory_get_file
+garcon_menu_directory_get_name
+garcon_menu_directory_set_name
+garcon_menu_directory_get_comment
+garcon_menu_directory_set_comment
+garcon_menu_directory_get_icon_name
+garcon_menu_directory_set_icon_name
+garcon_menu_directory_get_no_display
+garcon_menu_directory_set_no_display
+garcon_menu_directory_get_hidden
+garcon_menu_directory_get_show_in_environment
+garcon_menu_directory_get_visible
+garcon_menu_directory_equal
+<SUBSECTION Standard>
+GARCON_MENU_DIRECTORY
+GARCON_IS_MENU_DIRECTORY
+GARCON_TYPE_MENU_DIRECTORY
+garcon_menu_directory_get_type
+GARCON_MENU_DIRECTORY_CLASS
+GARCON_IS_MENU_DIRECTORY_CLASS
+GARCON_MENU_DIRECTORY_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>garcon-menu-item-pool</FILE>
+GarconMenuItemPoolPrivate
+GarconMenuItemPoolClass
+GarconMenuItemPool
+garcon_menu_item_pool_new
+garcon_menu_item_pool_insert
+garcon_menu_item_pool_lookup
+garcon_menu_item_pool_lookup_file
+garcon_menu_item_pool_foreach
+garcon_menu_item_pool_apply_exclude_rule
+garcon_menu_item_pool_get_empty
+garcon_menu_item_pool_clear
+<SUBSECTION Standard>
+GARCON_MENU_ITEM_POOL
+GARCON_IS_MENU_ITEM_POOL
+GARCON_TYPE_MENU_ITEM_POOL
+garcon_menu_item_pool_get_type
+GARCON_MENU_ITEM_POOL_CLASS
+GARCON_IS_MENU_ITEM_POOL_CLASS
+GARCON_MENU_ITEM_POOL_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>garcon-menu-tree-provider</FILE>
+<TITLE>GarconMenuTreeProvider</TITLE>
+GarconMenuTreeProviderIface
+GarconMenuTreeProvider
+garcon_menu_tree_provider_get_tree
+garcon_menu_tree_provider_get_file
+<SUBSECTION Standard>
+GARCON_MENU_TREE_PROVIDER
+GARCON_IS_MENU_TREE_PROVIDER
+GARCON_TYPE_MENU_TREE_PROVIDER
+garcon_menu_tree_provider_get_type
+GARCON_MENU_TREE_PROVIDER_GET_IFACE
 </SECTION>
 
 <SECTION>
@@ -294,5 +302,22 @@ garcon_minor_version
 garcon_micro_version
 garcon_check_version
 garcon_config_lookup
+garcon_config_build_paths
+</SECTION>
+
+<SECTION>
+<FILE>garcon</FILE>
+GARCON_INSIDE_GARCON_H
+</SECTION>
+
+<SECTION>
+<FILE>garcon-marshal</FILE>
+garcon_marshal_VOID__OBJECT_OBJECT
+</SECTION>
+
+<SECTION>
+<FILE>garcon-environment</FILE>
+garcon_set_environment
+garcon_get_environment
 </SECTION>
 
diff --git a/po/bn.po b/po/bn.po
index 3490851..1f78bac 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: bn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-28 23:51+0200\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-03-03 17:54+0600\n"
 "Last-Translator: Jamil Ahmed <jamil at ankur.org.bd>\n"
 "Language-Team: Bengali <ankur-bd-l10n at googlegroups.com>\n"
+"Language: bn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -119,12 +120,17 @@ msgstr ""
 msgid "System tools and utilities"
 msgstr ""
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "%2$s: %1$s থেকে মেনু ফাইলের তথ্য পড়া যাচ্ছে না"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "%s থেকে মেনু ফাইলের তথ্য পড়া যাচ্ছে না"
diff --git a/po/ca.po b/po/ca.po
index a56ddd4..87d01c8 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -2,15 +2,16 @@
 # Copyright (C) 2008 THE garcon'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the garcon package.
 # Carles Muñoz Gorriz <carlesmu at internautas.org>, 2008-2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce 4menu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-10-23 10:03+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2009-09-05 16:20+0100\n"
 "Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
 "Language-Team: Catalan\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/cs.po b/po/cs.po
index f1bb555..bf26412 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4menu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-28 23:51+0200\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2009-11-06 14:04+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: \n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -122,12 +123,17 @@ msgstr ""
 msgid "System tools and utilities"
 msgstr ""
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Nelze načíst data souboru nabídky z %s: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "Nelze načíst data souboru nabídky z %s"
diff --git a/po/da.po b/po/da.po
index 8082709..163a5a3 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2,15 +2,16 @@
 # Copyright (c) 2007 The Xfce development team.
 # This file is distributed under the same license as the libxfce4menu package.
 # Per Kongstad <p_kongstad at op.pl>, 2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4menu 4.5.92\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-06 04:02+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2009-08-15 19:29+0100\n"
 "Last-Translator: Per Kongstad <p_kongstad at op.pl>\n"
 "Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
+"Language: da\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/de.po b/po/de.po
index 2db2977..0784940 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,15 +3,16 @@
 # This file is distributed under the same license as the libxfce4menu package.
 # Jannis Pohlmann <jannis at xfce.org>, 2007, 2009.
 # Enrico Tröger <enrico at xfce.org>, 2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: 4.6.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-13 16:03+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2009-08-15 03:30+0100\n"
 "Last-Translator: Jannis Pohlmann <jannis at xfce.org>\n"
 "Language-Team: German <xfce-i18n-de at xfce.org>\n"
+"Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/el.po b/po/el.po
index 7a7ae89..b0d9073 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1,16 +1,17 @@
 # translation of el.po to Greek
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# 
+#
 # Evaggelos Balaskas <ebalaskas at ebalaskas.gr>, 2008.
 msgid ""
 msgstr ""
 "Project-Id-Version: el\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-10-09 16:03+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2008-03-25 00:19+0200\n"
 "Last-Translator: Evaggelos Balaskas <ebalaskas at ebalaskas.gr>\n"
 "Language-Team: Greek <nls at tux.hellug.gr>\n"
+"Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -139,4 +140,5 @@ msgstr "Δεν μπορούν να φορτωθούν τα δεδομένα απ
 #~ msgstr "Αποτυχία στον εντοπισμό της ρίζας του μενού εφαρμογών"
 
 #~ msgid "Failed to create the libxfce4menu item cache in %s."
-#~ msgstr "Αποτυχία στη δημιουργία προσωρινής μνήμης αντικειμένου libxfce4menu στο %s"
+#~ msgstr ""
+#~ "Αποτυχία στη δημιουργία προσωρινής μνήμης αντικειμένου libxfce4menu στο %s"
diff --git a/po/en_GB.po b/po/en_GB.po
index 8334f75..2534755 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4menu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-28 23:51+0200\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2009-01-27 12:38+1100\n"
 "Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
 "Language-Team: English/GB\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -120,12 +121,17 @@ msgstr ""
 msgid "System tools and utilities"
 msgstr ""
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, fuzzy, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Failed to load the libxfce4menu item cache from %s: %s."
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr ""
diff --git a/po/es.po b/po/es.po
index f2bb496..a7bc9ea 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2,15 +2,16 @@
 # Copyright (C) 2008 THE libxfce4menu'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the libxfce4menu package.
 # Abel Martín <abel.martin.ruiz at gmail.com>, 2008.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4menu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-25 10:02+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2009-01-11 13:45+0100\n"
 "Last-Translator: Abel Martín <abel.martin.ruiz at gmail.com>\n"
 "Language-Team: Spanish/ES <xfce-i18n at xfce.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -121,12 +122,17 @@ msgstr "Sistema"
 msgid "System tools and utilities"
 msgstr "Herramientas y utilidades de sistema"
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "No se pudieron cargar los datos del archivo de menú de %s: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "No se pudo cargar el menú de archivo de datos de %s"
diff --git a/po/eu.po b/po/eu.po
index 8a4ce60..a6719d2 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -1,16 +1,17 @@
 # translation of libxfce4menu-0.1.po to Euskara
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# 
+#
 # Piarres Beobide <pi at beobide.net>, 2008, 2009.
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4menu-0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-03 05:03+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2009-09-22 23:10+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: Basque <debian-l10n-eu at debian.lists.org>\n"
+"Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/fi.po b/po/fi.po
index aa603c8..3788866 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 0.1.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-10-16 10:03+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-10-06 06:11+0300\n"
 "Last-Translator: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>\n"
 "Language-Team: Finnish <fi at li.org>\n"
+"Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/fr.po b/po/fr.po
index e4bda57..9768280 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2,15 +2,16 @@
 # Copyright (C) 2007-2009 Jannis Pohlmann <jannis at xfce.org>
 # This file is distributed under the same license as the libxfce4menu package.
 # Maximilian Schleiss <maximilian at xfce.org>, 2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: 0.1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-21 10:01+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2009-10-10 14:26+0100\n"
 "Last-Translator: Steve Dodier <sidnioulz at gmail.com>\n"
 "Language-Team: French <i18n-xfce at xfce.org>\n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -119,12 +120,17 @@ msgstr "Système"
 msgid "System tools and utilities"
 msgstr "Outils et utilitaires système"
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Impossible de charger les données du fichier de menu depuis %s : %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "Impossible de charger les données du fichier de menu depuis %s"
diff --git a/po/gl.po b/po/gl.po
index 6c2d7fd..d0372c0 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -11,10 +11,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Transifex master\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-09 10:02+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-10-19 18:01+0100\n"
 "Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
 "Language-Team: Galician <proxecto at trasno.net>\n"
+"Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -141,6 +142,6 @@ msgstr "Non foi posible cargar os datos do ficheiro de menú dende %s"
 
 #~ msgid "Failed to locate the system menu"
 #~ msgstr "Fallo ó localizar o menú raíz de aplicacións"
+
 #~ msgid "Failed to create the libxfce4menu item cache in %s."
 #~ msgstr "Fallo ó crear a caché de elementos de libxfce4menu en %s."
-
diff --git a/po/hr.po b/po/hr.po
index 6cf195f..7797433 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -8,15 +8,16 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4menu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-01 22:02+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-05-26 00:10+0200\n"
 "Last-Translator: Ivica Kolić<ikoli at yahoo.com> <>\n"
 "Language-Team: Croatian <>\n"
+"Language: hr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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"
 
 #: ../data/xfce/xfce-accessories.directory.in.h:1
 msgid "Accessories"
@@ -122,12 +123,17 @@ msgstr "Sustav"
 msgid "System tools and utilities"
 msgstr "Alati i pomagala sustava"
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Ne mogu učitati datoteku izbornika iz %s: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "Ne mogu učitati datoteku izbornika iz %s"
diff --git a/po/hu.po b/po/hu.po
index 0c8fe85..acd7c89 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,12 +1,13 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4menu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-03 11:03+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: \n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian <debian-l10n-hungarian at lists.d.o>\n"
+"Language: hu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/id.po b/po/id.po
index 606e90d..2cae532 100644
--- a/po/id.po
+++ b/po/id.po
@@ -2,15 +2,16 @@
 # Copyright (C) 2007 Jannis Pohlmann.
 # This file is distributed under the same license as the xfce4menu package.
 # Andhika Padmawan <andhika.padmawan at gmail.com>, 2010.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce 4menu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-31 22:02+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-06-01 22:35+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <translation-team-id at lists.sourceforge.net>\n"
+"Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -119,12 +120,17 @@ msgstr "Sistem"
 msgid "System tools and utilities"
 msgstr "Utilitas sistem"
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Gagal memuat data berkas menu dari %s: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "Gagal memuat data berkas menu dari %s"
diff --git a/po/it.po b/po/it.po
index aad71cf..568dfe7 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2,15 +2,16 @@
 # Copyright (C) YEAR THE garcon'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the garcon
 # Cristian Marchi <cri.penta at gmail.com>, 2010.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: garcon\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-15 10:03+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-05-24 16:32+0100\n"
 "Last-Translator: Cristian Marchi <cri.penta at gmail.com>\n"
 "Language-Team: \n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ja.po b/po/ja.po
index 4a2d9f5..ac865a6 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4menu 0.1.0svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-28 23:51+0200\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2009-10-11 16:38+0900\n"
 "Last-Translator: Masato Hashimoto <cabezon.hashimoto at gmail.com>\n"
 "Language-Team: Japanese <translation-team-ja at lists.sourceforge.net>\n"
+"Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -120,12 +121,17 @@ msgstr ""
 msgid "System tools and utilities"
 msgstr ""
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "%s からのメニューファイルデータを読み込めませんでした: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "%s からメニューファイルデータを読み込めませんでした"
diff --git a/po/kk.po b/po/kk.po
index 641383c..6893712 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -2,15 +2,16 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Baurzhan Muftakhidinov <baurthefirst at gmail.com>, 2010.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-05 22:02+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-03-11 12:39+0600\n"
 "Last-Translator: Baurzhan Muftakhidinov <baurthefirst at gmail.com>\n"
 "Language-Team: Kazakh <kk_KZ at googlegroups.com>\n"
+"Language: kk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ku.po b/po/ku.po
index bc0317f..9f6ecc2 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -6,10 +6,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4menu-0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-28 23:51+0200\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2008-11-01 18:31+0100\n"
 "Last-Translator: Erdal Ronahi <erdal.ronahi at gmail.com>\n"
 "Language-Team: Kurdish <ubuntu-l10n-kur at lists.ubuntu.com>\n"
+"Language: ku\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -120,12 +121,17 @@ msgstr ""
 msgid "System tools and utilities"
 msgstr ""
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, fuzzy, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Vekirina pbra hemanan libxfce4menu di %s de biserneket: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr ""
diff --git a/po/lv.po b/po/lv.po
index 662a638..cd5ec55 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4menu 0.1.0svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-28 23:51+0200\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2009-09-18 21:23+0100\n"
 "Last-Translator: Rihards Prieditis <rprieditis at gmail.com>\n"
 "Language-Team: Latvian <translation-team-lv at lists.sourceforge.net>\n"
+"Language: lv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -123,12 +124,17 @@ msgstr ""
 msgid "System tools and utilities"
 msgstr ""
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Nevarēja ielādēt izvēlnes faila datus no %s: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "Nevarēja ielādēt izvēlnes faila datus no %s"
diff --git a/po/nb_NO.po b/po/nb_NO.po
index b3bb21c..6d55bf0 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce 4menu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-28 23:51+0200\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2008-10-15 22:32+0200\n"
 "Last-Translator: Terje <ter at operamail.com>\n"
 "Language-Team: Norwegian Bokmal\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -121,12 +122,17 @@ msgstr ""
 msgid "System tools and utilities"
 msgstr ""
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, fuzzy, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Klarte ikke å laste libxfcemenu elementhurtiglager fra %s: %s."
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr ""
diff --git a/po/nl.po b/po/nl.po
index 177925e..bde9b27 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: garcon\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-30 10:01+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-04-30 16:15+0100\n"
 "Last-Translator: Vincent Tunru <projects at vinnl.nl>\n"
 "Language-Team: Dutch <nl at li.org>\n"
+"Language: nl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -120,13 +121,17 @@ msgstr "Systeem"
 msgid "System tools and utilities"
 msgstr "Systeemgereedschap en hulpmiddelen"
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Kan gegevens van menubestand niet laden uit %s: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "Kan gegevens van menubestand niet laden uit %s"
-
diff --git a/po/pa.po b/po/pa.po
index 20978fc..999c1a1 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -6,10 +6,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-28 23:51+0200\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-04-04 09:28+0530\n"
 "Last-Translator: A S Alam <aalam at users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <kde-i18n-doc at kde.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -120,12 +121,17 @@ msgstr ""
 msgid "System tools and utilities"
 msgstr ""
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "%s ਤੋਂ ਮੇਨੂ ਫਾਇਲ ਡਾਟਾ ਲੋਡ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "%s ਤੋਂ ਮੇਨੂ ਫਾਇਲ ਡਾਟਾ ਲੋਡ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ"
diff --git a/po/pl.po b/po/pl.po
index ea2a2d0..0195ef8 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,10 +6,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: garcon\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-31 16:02+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-06-04 14:32+0200\n"
 "Last-Translator: Piotr Sokół <psokol at jabster.pl>\n"
 "Language-Team: Polish <>\n"
+"Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=\n"
 "Content-Transfer-Encoding: \n"
@@ -118,12 +119,17 @@ msgstr "System"
 msgid "System tools and utilities"
 msgstr "Przechowuje narzędzia do zarządzania systemem"
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Nie udało się wczytać pliku menu %s: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "Nie udało się wczytać pliku menu %s"
@@ -138,4 +144,5 @@ msgstr "Nie udało się wczytać pliku menu %s"
 #~ msgstr "Nie udało się zlokalizować menu systemowego"
 
 #~ msgid "Failed to create the libxfce4menu item cache in %s."
-#~ msgstr "Nie udało się utworzyć pamięci podręcznej elementu libxfce4menu w %s."
+#~ msgstr ""
+#~ "Nie udało się utworzyć pamięci podręcznej elementu libxfce4menu w %s."
diff --git a/po/pt.po b/po/pt.po
index 7078371..df5fbc0 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,15 +2,16 @@
 # Copyright (C) 2007 THE libxfce'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the libxfce package.
 # Nuno Miguel <nunis at netcabo.pt>, 2007.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: garcon\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-30 10:03+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-01-06 13:38-0000\n"
 "Last-Translator: Sergio Marques <smarquespt at gmail.com>\n"
 "Language-Team: \n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 956234d..c927794 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2,15 +2,16 @@
 # Copyright (C) 2007 THE libxfce'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the libxfce package.
 # Og Maciel <ogmaciel at gnome.org>, 2007.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce 4menu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-17 22:02+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2009-01-15 08:53-0500\n"
 "Last-Translator: Og Maciel <ogmaciel at gnome.org>\n"
 "Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
+"Language: pt_BR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -122,12 +123,17 @@ msgstr "Sistema"
 msgid "System tools and utilities"
 msgstr "Ferramentas do sistema e utilidades"
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Não foi possível carregar dados do arquivo de menu %s: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "Não foi possível carregar dados do arquivo de menu de %s"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index fb9310c..874915a 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: garcon\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-28 23:51+0200\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-01-06 13:38-0000\n"
 "Last-Translator: Sergio Marques <smarquespt at gmail.com>\n"
 "Language-Team: \n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -122,12 +123,17 @@ msgstr ""
 msgid "System tools and utilities"
 msgstr ""
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Impossível carregar os dados do menu a partir de %s: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "Impossível carregar os dados do menu a partir de %s"
diff --git a/po/ru.po b/po/ru.po
index 27e5dee..a9db511 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2,19 +2,21 @@
 # Copyright (C) 2010 Russian Xfce translation team
 # This file is distributed under the same license as the libxfce4menu package.
 # Alexander Matveyev <a.s.matveyev at gmail.com>, 2010.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: 4.6.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-14 04:03+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-03-03 13:18+0300\n"
 "Last-Translator: Alexander Matveyev <a.s.matveyev at gmail.com>\n"
 "Language-Team: Russian\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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"
 
 #: ../data/xfce/xfce-accessories.directory.in.h:1
 msgid "Accessories"
diff --git a/po/sq.po b/po/sq.po
index 010806c..aa57cd2 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,10 +6,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4menu-0.1.\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-28 23:51+0200\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2008-11-04 22:23+0200\n"
 "Last-Translator: Besnik Bleta <besnik at programeshqip.org>\n"
 "Language-Team: Albanian <translation-team-sq at lists.sourceforge.net>\n"
+"Language: sq\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -118,12 +119,17 @@ msgstr ""
 msgid "System tools and utilities"
 msgstr ""
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, fuzzy, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "Dështoi në hapjen e objektit të fshehtinës libxfce4menu te %s: %s."
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 9338896..3ba432e 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: garcon\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-10-16 10:03+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-10-17 17:21+0100\n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
+"Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -137,11 +138,13 @@ msgstr "Kunde inte läsa in menyfildata från %s"
 
 #~ msgid "XfceMenu: Display Menu Test"
 #~ msgstr "XfceMenu: Visa menytest"
+
 #~ msgid "_Show menu"
 #~ msgstr "_Visa meny"
+
 #~ msgid "Failed to locate the system menu"
 #~ msgstr "Misslyckades med att hitta systemmenyn"
+
 #~ msgid "Failed to create the libxfce4menu item cache in %s."
 #~ msgstr ""
 #~ "Misslyckades med att skapa mellanlagring för libxfce4menu-objekt i %s."
-
diff --git a/po/tr.po b/po/tr.po
index 08f8ddc..f75fc12 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -9,10 +9,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-12 16:01+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-05-13 11:33+0300\n"
 "Last-Translator: Ayhan YALÇINSOY <ayhanyalcinsoy at gmail.com>\n"
 "Language-Team: Turkish <kde-i18n-doc at kde.org>\n"
+"Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -125,12 +126,17 @@ msgstr "Sistem"
 msgid "System tools and utilities"
 msgstr "Sistem araçları ve uygulamaları"
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "%s den menü dosya verisi yüklenemedi: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "%s den menü dosya verisi yüklenemedi"
diff --git a/po/ug.po b/po/ug.po
index 2b54cac..b55700f 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -2,135 +2,136 @@
 # Copyright (C) 2007 Jannis Pohlmann.
 # This file is distributed under the same license as the xfce4menu package.
 # Gheyret T.Kenji <gheyret at gmail.com>, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xfce4menu 0.1.0svn\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-06 04:02+0000\n"
-"PO-Revision-Date: 2009-10-11 16:38+0900\n"
-"Last-Translator: Gheyret T.Kenji <gheyret at gmail.com>\n"
-"Language-Team: Uyghur Computer Science Association <UKIJ at yahoogroups.com>\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"
-
-#: ../data/xfce/xfce-accessories.directory.in.h:1
-msgid "Accessories"
-msgstr "قوشۇمچە دېتاللار"
-
-#: ../data/xfce/xfce-accessories.directory.in.h:2
-msgid "Common desktop tools and applications"
-msgstr "ئورتاق ئىشلىتىلىدىغان ئۈستەليۈزى قوراللىرى ۋە پروگراممىلىرى"
-
-#: ../data/xfce/xfce-development.directory.in.h:1
-msgid "Development"
-msgstr "ئىجادىيەت"
-
-#: ../data/xfce/xfce-development.directory.in.h:2
-msgid "Software development tools"
-msgstr "يۇمشاق دېتال ئىجادىيەت قوراللىرى"
-
-#: ../data/xfce/xfce-education.directory.in.h:1
-msgid "Education"
-msgstr "مائارىپ"
-
-#: ../data/xfce/xfce-education.directory.in.h:2
-msgid "Educational software"
-msgstr "مائارىپ دېتاللىرى"
-
-#: ../data/xfce/xfce-games.directory.in.h:1
-msgid "Games"
-msgstr "ئويۇن"
-
-#: ../data/xfce/xfce-games.directory.in.h:2
-msgid "Games, puzzles, and other fun software"
-msgstr "ئويۇن، تېپىشماق ۋە باشقا قىزىقارلىق دېتاللار"
-
-#: ../data/xfce/xfce-graphics.directory.in.h:1
-msgid "Graphics"
-msgstr "گرافىك"
-
-#: ../data/xfce/xfce-graphics.directory.in.h:2
-msgid "Graphics creation and manipulation applications"
-msgstr "گرافىك ياساش ۋە باشقۇرۇش پروگراممىلىرى"
-
-#: ../data/xfce/xfce-multimedia.directory.in.h:1
-msgid "Audio and video players and editors"
-msgstr "ئۈن-سىن قويغۇ ۋە تەھرىرلىگۈ"
-
-#: ../data/xfce/xfce-multimedia.directory.in.h:2
-msgid "Multimedia"
-msgstr "Multimedia"
-
-#: ../data/xfce/xfce-network.directory.in.h:1
-msgid "Network"
-msgstr "تور"
-
-#: ../data/xfce/xfce-network.directory.in.h:2
-msgid "Network applications and utilities"
-msgstr "تور پروگراممىلىرى ۋە قوراللىرى"
-
-#: ../data/xfce/xfce-office.directory.in.h:1
-msgid "Office"
-msgstr "ئىشخانا"
-
-#: ../data/xfce/xfce-office.directory.in.h:2
-msgid "Office and productivity applications"
-msgstr "ئىشخانا ۋە خىزمەت پروگراممىلىرى"
-
-#: ../data/xfce/xfce-other.directory.in.h:1
-msgid "Applications that don't fit into other categories"
-msgstr "باشقا كاتېگورىيىگە تەۋە بولمىغان پروگراممىلار"
-
-#: ../data/xfce/xfce-other.directory.in.h:2
-msgid "Other"
-msgstr "باشقىلار"
-
-#: ../data/xfce/xfce-science.directory.in.h:1
-msgid "Science"
-msgstr "ئىلىم"
-
-#: ../data/xfce/xfce-science.directory.in.h:2
-msgid "Scientific software"
-msgstr "ئىلىم يۇمشاق دېتاللىرى"
-
-#: ../data/xfce/xfce-screensavers.directory.in.h:1
-msgid "Screensaver applets"
-msgstr "Screensaver applets"
-
-#: ../data/xfce/xfce-screensavers.directory.in.h:2
-msgid "Screensavers"
-msgstr "Screensavers"
-
-#: ../data/xfce/xfce-settings.directory.in.h:1
-msgid "Desktop and system settings applications"
-msgstr "ئۈستەليۈزى ۋە سىستېما تەڭشىكى پروگراممىلىرى"
-
-#: ../data/xfce/xfce-settings.directory.in.h:2
-msgid "Settings"
-msgstr "تەڭشەكلەر"
-
-#: ../data/xfce/xfce-system.directory.in.h:1
-msgid "System"
-msgstr "سىستېما"
-
-#: ../data/xfce/xfce-system.directory.in.h:2
-msgid "System tools and utilities"
-msgstr "سىستېما قوراللىرى"
-
-#: ../garcon/garcon-menu.c:705
-#, c-format
-msgid "No suitable application menu file found"
-msgstr "مۇۋاپىق پروگرامما تىزىملىك ھۆججىتى تېپىلمىدى"
-
-#: ../garcon/garcon-menu-parser.c:278
-#, c-format
-msgid "Could not load menu file data from %s: %s"
-msgstr "%s دىن تىزىملىك ھۆججەت سانلىق-ئاساسلىرىنى ئوقۇغىلى بولمىدى: %s"
-
-#: ../garcon/garcon-menu-parser.c:284
-#, c-format
-msgid "Could not load menu file data from %s"
-msgstr "%s دىن تىزىملىك ھۆججەت سانلىق-ئاساسلىرىنى ئوقۇغىلى بولمىدى"
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: xfce4menu 0.1.0svn\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
+"PO-Revision-Date: 2009-10-11 16:38+0900\n"
+"Last-Translator: Gheyret T.Kenji <gheyret at gmail.com>\n"
+"Language-Team: Uyghur Computer Science Association <UKIJ at yahoogroups.com>\n"
+"Language: \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"
+
+#: ../data/xfce/xfce-accessories.directory.in.h:1
+msgid "Accessories"
+msgstr "قوشۇمچە دېتاللار"
+
+#: ../data/xfce/xfce-accessories.directory.in.h:2
+msgid "Common desktop tools and applications"
+msgstr "ئورتاق ئىشلىتىلىدىغان ئۈستەليۈزى قوراللىرى ۋە پروگراممىلىرى"
+
+#: ../data/xfce/xfce-development.directory.in.h:1
+msgid "Development"
+msgstr "ئىجادىيەت"
+
+#: ../data/xfce/xfce-development.directory.in.h:2
+msgid "Software development tools"
+msgstr "يۇمشاق دېتال ئىجادىيەت قوراللىرى"
+
+#: ../data/xfce/xfce-education.directory.in.h:1
+msgid "Education"
+msgstr "مائارىپ"
+
+#: ../data/xfce/xfce-education.directory.in.h:2
+msgid "Educational software"
+msgstr "مائارىپ دېتاللىرى"
+
+#: ../data/xfce/xfce-games.directory.in.h:1
+msgid "Games"
+msgstr "ئويۇن"
+
+#: ../data/xfce/xfce-games.directory.in.h:2
+msgid "Games, puzzles, and other fun software"
+msgstr "ئويۇن، تېپىشماق ۋە باشقا قىزىقارلىق دېتاللار"
+
+#: ../data/xfce/xfce-graphics.directory.in.h:1
+msgid "Graphics"
+msgstr "گرافىك"
+
+#: ../data/xfce/xfce-graphics.directory.in.h:2
+msgid "Graphics creation and manipulation applications"
+msgstr "گرافىك ياساش ۋە باشقۇرۇش پروگراممىلىرى"
+
+#: ../data/xfce/xfce-multimedia.directory.in.h:1
+msgid "Audio and video players and editors"
+msgstr "ئۈن-سىن قويغۇ ۋە تەھرىرلىگۈ"
+
+#: ../data/xfce/xfce-multimedia.directory.in.h:2
+msgid "Multimedia"
+msgstr "Multimedia"
+
+#: ../data/xfce/xfce-network.directory.in.h:1
+msgid "Network"
+msgstr "تور"
+
+#: ../data/xfce/xfce-network.directory.in.h:2
+msgid "Network applications and utilities"
+msgstr "تور پروگراممىلىرى ۋە قوراللىرى"
+
+#: ../data/xfce/xfce-office.directory.in.h:1
+msgid "Office"
+msgstr "ئىشخانا"
+
+#: ../data/xfce/xfce-office.directory.in.h:2
+msgid "Office and productivity applications"
+msgstr "ئىشخانا ۋە خىزمەت پروگراممىلىرى"
+
+#: ../data/xfce/xfce-other.directory.in.h:1
+msgid "Applications that don't fit into other categories"
+msgstr "باشقا كاتېگورىيىگە تەۋە بولمىغان پروگراممىلار"
+
+#: ../data/xfce/xfce-other.directory.in.h:2
+msgid "Other"
+msgstr "باشقىلار"
+
+#: ../data/xfce/xfce-science.directory.in.h:1
+msgid "Science"
+msgstr "ئىلىم"
+
+#: ../data/xfce/xfce-science.directory.in.h:2
+msgid "Scientific software"
+msgstr "ئىلىم يۇمشاق دېتاللىرى"
+
+#: ../data/xfce/xfce-screensavers.directory.in.h:1
+msgid "Screensaver applets"
+msgstr "Screensaver applets"
+
+#: ../data/xfce/xfce-screensavers.directory.in.h:2
+msgid "Screensavers"
+msgstr "Screensavers"
+
+#: ../data/xfce/xfce-settings.directory.in.h:1
+msgid "Desktop and system settings applications"
+msgstr "ئۈستەليۈزى ۋە سىستېما تەڭشىكى پروگراممىلىرى"
+
+#: ../data/xfce/xfce-settings.directory.in.h:2
+msgid "Settings"
+msgstr "تەڭشەكلەر"
+
+#: ../data/xfce/xfce-system.directory.in.h:1
+msgid "System"
+msgstr "سىستېما"
+
+#: ../data/xfce/xfce-system.directory.in.h:2
+msgid "System tools and utilities"
+msgstr "سىستېما قوراللىرى"
+
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr "مۇۋاپىق پروگرامما تىزىملىك ھۆججىتى تېپىلمىدى"
+
+#: ../garcon/garcon-menu-parser.c:278
+#, c-format
+msgid "Could not load menu file data from %s: %s"
+msgstr "%s دىن تىزىملىك ھۆججەت سانلىق-ئاساسلىرىنى ئوقۇغىلى بولمىدى: %s"
+
+#: ../garcon/garcon-menu-parser.c:284
+#, c-format
+msgid "Could not load menu file data from %s"
+msgstr "%s دىن تىزىملىك ھۆججەت سانلىق-ئاساسلىرىنى ئوقۇغىلى بولمىدى"
diff --git a/po/uk.po b/po/uk.po
index a0196d5..6f29524 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1,16 +1,17 @@
 # Ukrainian translation of libxfce4menu.
 # Copyright (C) 2008 Dmitry Nikitin
 # This file is distributed under the same license as the libxfce4menu package.
-# 
+#
 # Dmitry Nikitin <luckas_fb at mail.ru>, 2008.
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4menu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-26 22:03+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2009-01-26 11:01+0200\n"
 "Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
 "Language-Team: Ukrainian <xfce4-dev at xfce.org>\n"
+"Language: uk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ur.po b/po/ur.po
index 334394b..1ca1550 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4menu-0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-28 23:51+0200\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2007-10-28 19:40+0200\n"
 "Last-Translator: Muhammad Ali Makki <makki.ma at gmai.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
+"Language: ur\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -122,12 +123,17 @@ msgstr ""
 msgid "System tools and utilities"
 msgstr ""
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, fuzzy, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "libxfce4menu کا کیشے عنصر %s: %s میں کھولنے میں ناکامی."
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c5cac16..968bdb0 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -4,15 +4,15 @@
 # Chris K. Zhang <plutino at gmail.com>, 2009.
 # Hunt Xu <mhuntxu at gmail.com>, 2009, 2010.
 # 微尘 <squeeze at 189.cn>, 2010.
-
 msgid ""
 msgstr ""
 "Project-Id-Version: 0.1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-03 22:01+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-05-04 12:09+0800\n"
 "Last-Translator: Hunt Xu <huntxu at live.cn>\n"
 "Language-Team: Simplified Chinese <i18n-xfce at xfce.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -121,22 +121,29 @@ msgstr "系统"
 msgid "System tools and utilities"
 msgstr "系统工具和实用程序"
 
+#: ../garcon/garcon-menu.c:705
+#, c-format
+msgid "No suitable application menu file found"
+msgstr ""
+
 #: ../garcon/garcon-menu-parser.c:278
 #, c-format
 msgid "Could not load menu file data from %s: %s"
 msgstr "无法从 %s 中读取菜单文件数据: %s"
 
-#: ../garcon/garcon-menu-parser.c:283
+#: ../garcon/garcon-menu-parser.c:284
 #, c-format
 msgid "Could not load menu file data from %s"
 msgstr "无法从 %s 中读取菜单文件数据"
 
 #~ msgid "XfceMenu: Display Menu Test"
 #~ msgstr "Xfce 菜单:测试目录显示"
+
 #~ msgid "_Show menu"
 #~ msgstr "显示菜单(_S)"
+
 #~ msgid "Failed to locate the system menu"
 #~ msgstr "找不到系统菜单"
+
 #~ msgid "Failed to create the libxfce4menu item cache in %s."
 #~ msgstr "无法在 %s 建立 libxfce4menu 缓存区."
-
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 282d57a..a9f65ad 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -2,15 +2,16 @@
 # Copyright (C) 2007-2009 Jannis Pohlmann <jannis at xfce.org>
 # This file is distributed under the same license as the libxfce4menu package.
 # Cheng-Chia Tseng <pswo10680 at gmail.com>, 2010.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: garcon master\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-06 10:02+0000\n"
+"POT-Creation-Date: 2010-11-03 19:14+0100\n"
 "PO-Revision-Date: 2010-05-08 15:52+0800\n"
 "Last-Translator: Cheng-Chia Tseng <pswo10680 at gmail.com>\n"
 "Language-Team: chinese-l10n <chinese-l10n at googlegroups.com>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"



More information about the Xfce4-commits mailing list