diff options
| -rw-r--r-- | CMakeLists.txt | 8 | ||||
| -rw-r--r-- | UnityCore/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | UnityCore/unity-core.pc.cmake | 2 | ||||
| -rw-r--r-- | po/POTFILES.in | 1 | ||||
| -rw-r--r-- | po/ar.po | 46 | ||||
| -rw-r--r-- | po/bg.po | 46 | ||||
| -rw-r--r-- | po/cs.po | 46 | ||||
| -rw-r--r-- | po/da.po | 46 | ||||
| -rw-r--r-- | po/de.po | 46 | ||||
| -rw-r--r-- | po/el.po | 46 | ||||
| -rw-r--r-- | po/es.po | 46 | ||||
| -rw-r--r-- | po/fi.po | 46 | ||||
| -rw-r--r-- | po/fr.po | 46 | ||||
| -rw-r--r-- | po/he.po | 46 | ||||
| -rw-r--r-- | po/hi.po | 46 | ||||
| -rw-r--r-- | po/hr.po | 46 | ||||
| -rw-r--r-- | po/hu.po | 46 | ||||
| -rw-r--r-- | po/it.po | 46 | ||||
| -rw-r--r-- | po/ja.po | 46 | ||||
| -rw-r--r-- | po/ko.po | 46 | ||||
| -rw-r--r-- | po/nb.po | 46 | ||||
| -rw-r--r-- | po/nl.po | 46 | ||||
| -rw-r--r-- | po/pl.po | 46 | ||||
| -rw-r--r-- | po/pt.po | 46 | ||||
| -rw-r--r-- | po/pt_BR.po | 46 | ||||
| -rw-r--r-- | po/ro.po | 46 | ||||
| -rw-r--r-- | po/ru.po | 46 | ||||
| -rw-r--r-- | po/sk.po | 46 | ||||
| -rw-r--r-- | po/sl.po | 46 | ||||
| -rw-r--r-- | po/sr.po | 46 | ||||
| -rw-r--r-- | po/sv.po | 46 | ||||
| -rw-r--r-- | po/th.po | 46 | ||||
| -rw-r--r-- | po/tr.po | 46 | ||||
| -rw-r--r-- | po/unity.pot | 50 | ||||
| -rw-r--r-- | po/zh_CN.po | 46 | ||||
| -rw-r--r-- | po/zh_TW.po | 46 | ||||
| -rw-r--r-- | tests/test-get-transients/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | tests/test-input-remover/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | tests/test-minimize-window-handler/CMakeLists.txt | 2 |
39 files changed, 1100 insertions, 397 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a51e7342..801bbe236 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,11 +10,11 @@ subdirs (doc services tests tools UnityCore guides) # Base bits # set (PROJECT_NAME "unity") -set (UNITY_MAJOR 4) -set (UNITY_MINOR 22) +set (UNITY_MAJOR 5) +set (UNITY_MINOR 0) set (UNITY_MICRO 0) set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}") -set (UNITY_API_VERSION "4.0") +set (UNITY_API_VERSION "5.0") set (CMAKE_CXX_FLAGS "-DGNOME_DESKTOP_USE_UNSTABLE_API -std=c++0x -fno-permissive") set (CMAKE_CXX_FLAGS_DEBUG "-g3") @@ -121,7 +121,7 @@ endif (DISABLE_MAINTAINER_CFLAGS) # # Compiz Plugins # -set (UNITY_PLUGIN_DEPS "compiz;nux-1.0 >= 1.2.2;libbamf3;dee-1.0;gio-2.0;gio-unix-2.0;dbusmenu-glib-0.4;x11;libstartup-notification-1.0;gthread-2.0;indicator3-0.4;atk;unity-misc >= 0.4.0;gconf-2.0;libutouch-geis;gtk+-3.0 >= 3.1;sigc++-2.0;json-glib-1.0;libnotify;gnome-desktop-3.0;gdu") +set (UNITY_PLUGIN_DEPS "compiz;nux-2.0 >= 2.0.0;libbamf3;dee-1.0;gio-2.0;gio-unix-2.0;dbusmenu-glib-0.4;x11;libstartup-notification-1.0;gthread-2.0;indicator3-0.4;atk;unity-misc >= 0.4.0;gconf-2.0;libutouch-geis;gtk+-3.0 >= 3.1;sigc++-2.0;json-glib-1.0;libnotify;gnome-desktop-3.0;gdu") find_package (Compiz REQUIRED) diff --git a/UnityCore/CMakeLists.txt b/UnityCore/CMakeLists.txt index e312baf0a..b8e259c48 100644 --- a/UnityCore/CMakeLists.txt +++ b/UnityCore/CMakeLists.txt @@ -1,5 +1,5 @@ find_package (PkgConfig) -pkg_check_modules (CORE_DEPS REQUIRED glib-2.0 gio-2.0 dee-1.0 sigc++-2.0 nux-core-1.0 gdk-pixbuf-2.0 unity) +pkg_check_modules (CORE_DEPS REQUIRED glib-2.0 gio-2.0 dee-1.0 sigc++-2.0 nux-core-2.0 gdk-pixbuf-2.0 unity) execute_process (COMMAND ${PKG_CONFIG_EXECUTABLE} unity --variable lensesdir OUTPUT_VARIABLE _lensesdir OUTPUT_STRIP_TRAILING_WHITESPACE) @@ -98,7 +98,7 @@ link_directories(${LIB_PATHS}) # - If binary compatibility has been broken (eg removed or changed interfaces) # change to C+1:0:0 # - If the interface is the same as the previous version, change to C:R+1:A -set (CORE_LIB_LT_CURRENT 4) +set (CORE_LIB_LT_CURRENT 5) set (CORE_LIB_LT_REV 0) set (CORE_LIB_LT_AGE 0) set (CORE_LIB_LT_VERSION "${CORE_LIB_LT_CURRENT}:${CORE_LIB_LT_REV}:${CORE_LIB_LT_AGE}") diff --git a/UnityCore/unity-core.pc.cmake b/UnityCore/unity-core.pc.cmake index b16fa177a..66e389236 100644 --- a/UnityCore/unity-core.pc.cmake +++ b/UnityCore/unity-core.pc.cmake @@ -9,4 +9,4 @@ Description: Core objects and utilities for Unity implementations Version: @VERSION@ Libs: -L${libdir} -lunity-core-@UNITY_API_VERSION@ Cflags: -I${includedir}/Unity-@UNITY_API_VERSION@ -Requires: glib-2.0 gio-2.0 sigc++-2.0 nux-core-1.0 dee-1.0 +Requires: glib-2.0 gio-2.0 sigc++-2.0 nux-core-2.0 dee-1.0 diff --git a/po/POTFILES.in b/po/POTFILES.in index c080137e4..a82a55f71 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -20,4 +20,3 @@ plugins/unityshell/src/unity-places-view-accessible.cpp plugins/unityshell/src/unity-search-bar-accessible.cpp plugins/unityshell/src/unityshell.cpp plugins/unityshell/unityshell.xml.in -tools/unity-preferences.c @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Arabic\n" @@ -16,18 +16,22 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -37,19 +41,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -58,7 +62,7 @@ msgstr "" msgid "Keep in launcher" msgstr "إبقاء في برنامج Launcher" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -72,15 +76,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "إنهاء" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -90,7 +106,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -99,10 +115,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -119,6 +138,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "حذف من برنامج Launcher" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Bulgarian\n" @@ -16,18 +16,22 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -37,19 +41,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -58,7 +62,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Остави в програмата за стартиране" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -72,15 +76,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Излез" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -90,7 +106,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -99,10 +115,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -119,6 +138,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Премахни от програмата за стартиране" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Czech\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Ponechat ve Spouštěči" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Konec" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Odebrat ze Spouštěče" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Danish\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Behold i Launcher" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Afslut" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Fjern fra Launcher" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: German\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Im Startprogramm behalten" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Beenden" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Aus Startprogramm entfernen" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Greek\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Διατήρηση στο πρόγραμμα εκκίνησης" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Κλείσιμο" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Κατάργηση από το πρόγραμμα εκκίνησης" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Spanish\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Conservar en el iniciador" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Salir" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Quitar del iniciador" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Finnish\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Pidä Launcherissa" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Lopeta" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Poista Launcherista" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: French\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Conserver dans le lanceur" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Quitter" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Supprimer du lanceur" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Hebrew\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "שמור ב- Launcher" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "יציאה" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "מהסר מ- Launcher" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Hindi\n" @@ -16,18 +16,22 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -37,19 +41,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -58,7 +62,7 @@ msgstr "" msgid "Keep in launcher" msgstr "लॉन्चर में रखें" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -72,15 +76,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "छोड़ें" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -90,7 +106,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -99,10 +115,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -119,6 +138,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "लॉन्चर से निकालें" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Croatian\n" @@ -18,18 +18,22 @@ msgstr "" "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" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -39,19 +43,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -60,7 +64,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Zadrži u programu za pokretanje" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -74,15 +78,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Izlaz" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -92,7 +108,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -101,10 +117,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -121,6 +140,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Ukloni iz programa za pokretanje" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Hungarian\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Megtartás a Launcherben" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Kilépés" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Eltávolítás a Launcherből" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Italian\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Mantieni in Launcher" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Esci" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Rimuovi da Launcher" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Japanese\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Launcher に残す" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "中止" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Launcher から削除" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Korean\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "시작 관리자에 유지" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "끝내기" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "시작 관리자에서 제거" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Norwegian Bokmal\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Behold i oppstartsprogram" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Avslutt" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Fjern fra oppstartsprogram" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Dutch\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Bewaren in starter" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Afsluiten" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Verwijderen uit starter" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Polish\n" @@ -18,18 +18,22 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -39,19 +43,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -60,7 +64,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Pozostaw w obszarze uruchamiania" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -74,15 +78,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Zamknij" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -92,7 +108,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -101,10 +117,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -121,6 +140,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Usuń z obszaru uruchamiania" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Portuguese\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Manter no Launcher" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Abandonar" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Remover do Launcher" diff --git a/po/pt_BR.po b/po/pt_BR.po index a9b6f472c..1fa786adb 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Brazilian Portuguese\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Manter no Inicializador" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Sair" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Remover do Inicializador" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Romanian\n" @@ -18,18 +18,22 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -39,19 +43,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -60,7 +64,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Păstrează în programul de lansare" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -74,15 +78,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Ieşire" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -92,7 +108,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -101,10 +117,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -121,6 +140,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Îndepărtează din programul de lansare" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Russian\n" @@ -18,18 +18,22 @@ msgstr "" "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" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -39,19 +43,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -60,7 +64,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Оставить в модуле запуска" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -74,15 +78,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Выход" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -92,7 +108,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -101,10 +117,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -121,6 +140,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Удалить из модуля запуска" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Slovak\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Ponechať v aplikácii Launcher" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Ukončiť" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Odstrániť z aplikácie Launcher" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Slovenian\n" @@ -18,18 +18,22 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -39,19 +43,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -60,7 +64,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Obdrži v zaganjalniku" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -74,15 +78,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Končaj" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -92,7 +108,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -101,10 +117,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -121,6 +140,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Odstrani iz zaganjalnika" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Serbian\n" @@ -18,18 +18,22 @@ msgstr "" "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" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -39,19 +43,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -60,7 +64,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Zadrži u pokretaču" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -74,15 +78,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Napusti" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -92,7 +108,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -101,10 +117,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -121,6 +140,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Ukloni iz pokretača" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:36-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Swedish\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Behåll i startprogram" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Avsluta" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Ta bort från startprogram" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:37-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Thai\n" @@ -16,18 +16,22 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -37,19 +41,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -58,7 +62,7 @@ msgstr "" msgid "Keep in launcher" msgstr "อยู่ในโปรแกรมเรียกทำงาน" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -72,15 +76,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "จบการทำงาน" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -90,7 +106,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -99,10 +115,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -119,6 +138,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "ออกจากโปรแกรมเรียกทำงาน" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:37-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Turkish\n" @@ -17,18 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -38,19 +42,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -59,7 +63,7 @@ msgstr "" msgid "Keep in launcher" msgstr "Başlatıcıda Tut" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -73,15 +77,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "Çık" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -91,7 +107,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -100,10 +116,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -120,6 +139,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "Başlatıcıdan Kaldır" diff --git a/po/unity.pot b/po/unity.pot index 7e01916a1..18da86b7e 100644 --- a/po/unity.pot +++ b/po/unity.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-08-23 20:58-0400\n" +"POT-Creation-Date: 2011-10-26 12:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -26,6 +26,9 @@ msgstr "" msgid "Open" msgstr "" +msgid "Format..." +msgstr "" + msgid "Eject" msgstr "" @@ -47,12 +50,6 @@ msgstr "" msgid "Workspace Switcher" msgstr "" -msgid "Search" -msgstr "" - -msgid "Search across all places" -msgstr "" - msgid "See fewer results" msgstr "" @@ -75,6 +72,7 @@ msgstr "" msgid "Find Files" msgstr "" +#. Browser msgid "Browse the Web" msgstr "" @@ -98,23 +96,47 @@ msgstr "" msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Dash home" +msgstr "" + +msgid "Filter results" +msgstr "" + +msgid "Search" +msgstr "" + +msgid "Show Desktop" +msgstr "" + +msgid "Categories" +msgstr "" + +msgid "All" +msgstr "" + +msgid "Multi-range" +msgstr "" + +msgid "Rating" msgstr "" -msgid "All items in the Trash will be permanently deleted." +msgid "Tracks" msgstr "" -msgid "Empty Trash" +msgid "min" msgstr "" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "Places" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Search Bar" msgstr "" -msgid "Touches the top left corner of the screen" +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 09400dee9..06ec28a4e 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:37-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Chinese (simplified)\n" @@ -16,18 +16,22 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -37,19 +41,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -58,7 +62,7 @@ msgstr "" msgid "Keep in launcher" msgstr "保留在启动程序中" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -72,15 +76,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "退出" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -90,7 +106,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -99,10 +115,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -119,6 +138,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "从启动程序中删除" diff --git a/po/zh_TW.po b/po/zh_TW.po index 6bc172a3f..2e0e4516b 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: ayatana-dev@lists.launchpad.net\n" -"POT-Creation-Date: 2011-07-29 16:39+0200\n" +"POT-Creation-Date: 2011-10-26 11:59-0400\n" "PO-Revision-Date: 2010-03-02 12:37-0500\n" "Last-Translator: Canonical OEM\n" "Language-Team: Chinese (traditional)\n" @@ -16,18 +16,22 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "<b>Show the launcher when the pointer:</b>" +msgid "All" msgstr "" -msgid "All items in the Trash will be permanently deleted." +#. Browser +msgid "Browse the Web" msgstr "" -msgid "Browse the Web" +msgid "Categories" msgstr "" msgid "Check Email" msgstr "" +msgid "Dash home" +msgstr "" + msgid "Drop To Add Application" msgstr "" @@ -37,19 +41,19 @@ msgstr "" msgid "Eject parent drive" msgstr "" -msgid "Empty Trash" -msgstr "" - msgid "Empty Trash..." msgstr "" -msgid "Empty all items from Trash?" +msgid "Filter results" msgstr "" #. Find Files msgid "Find Files" msgstr "" +msgid "Format..." +msgstr "" + #. Internet Apps msgid "Internet Apps" msgstr "" @@ -58,7 +62,7 @@ msgstr "" msgid "Keep in launcher" msgstr "保留在啟動程式中" -msgid "Launcher & Menus" +msgid "Launcher" msgstr "" msgid "Listen to Music" @@ -72,15 +76,27 @@ msgstr "" msgid "More Apps" msgstr "" +msgid "Multi-range" +msgstr "" + msgid "Open" msgstr "" -msgid "Pushes the left edge of the screen" +msgid "Places" msgstr "" msgid "Quit" msgstr "結束" +msgid "Rating" +msgstr "" + +#. FIXME: this is the general search bar, but right now it is +#. only supported the Run Command dialog. When a full Places +#. support is finished, this would change +msgid "Run Command Search Entry" +msgstr "" + msgid "Safely remove" msgstr "" @@ -90,7 +106,7 @@ msgstr "" msgid "Search" msgstr "" -msgid "Search across all places" +msgid "Search Bar" msgstr "" msgid "See fewer results" @@ -99,10 +115,13 @@ msgstr "" msgid "Shortcuts" msgstr "" +msgid "Show Desktop" +msgstr "" + msgid "The drive has been successfully ejected" msgstr "" -msgid "Touches the top left corner of the screen" +msgid "Tracks" msgstr "" msgid "Trash" @@ -119,6 +138,9 @@ msgstr "" msgid "Workspace Switcher" msgstr "" +msgid "min" +msgstr "" + #, fuzzy #~ msgid "Remove from launcher" #~ msgstr "從啟動程式中刪除" diff --git a/tests/test-get-transients/CMakeLists.txt b/tests/test-get-transients/CMakeLists.txt index e5f358726..fc040e5e2 100644 --- a/tests/test-get-transients/CMakeLists.txt +++ b/tests/test-get-transients/CMakeLists.txt @@ -17,7 +17,7 @@ if (COMPIZ_TEST_GET_TRANSIENTS_FOUND) ../../plugins/unityshell/src/inputremover.cpp ../x11-window.cpp ../x11-window-read-transients.cpp) - + add_dependencies (test-get-transients unity-core-${UNITY_API_VERSION}) target_link_libraries (test-get-transients ${COMPIZ_TEST_GET_TRANSIENTS_LIBRARIES}) diff --git a/tests/test-input-remover/CMakeLists.txt b/tests/test-input-remover/CMakeLists.txt index e799a7d77..eac8026a0 100644 --- a/tests/test-input-remover/CMakeLists.txt +++ b/tests/test-input-remover/CMakeLists.txt @@ -13,7 +13,7 @@ if (COMPIZ_TEST_INPUT_REMOVER_FOUND) add_executable (test-input-remover test-input-remover.cpp ../../plugins/unityshell/src/inputremover.cpp) - + add_dependencies (test-input-remover unity-core-${UNITY_API_VERSION}) target_link_libraries (test-input-remover ${COMPIZ_TEST_INPUT_REMOVER_LIBRARIES}) diff --git a/tests/test-minimize-window-handler/CMakeLists.txt b/tests/test-minimize-window-handler/CMakeLists.txt index e063e542c..99e7c0170 100644 --- a/tests/test-minimize-window-handler/CMakeLists.txt +++ b/tests/test-minimize-window-handler/CMakeLists.txt @@ -18,7 +18,7 @@ if (COMPIZ_TEST_MINIMIZED_HANDER_FOUND) ../x11-window-read-transients.cpp ../../plugins/unityshell/src/transientfor.cpp ../../plugins/unityshell/src/inputremover.cpp) - + add_dependencies (test-minimize-handler unity-core-${UNITY_API_VERSION}) target_link_libraries (test-minimize-handler ${COMPIZ_TEST_MINIMIZED_HANDER_LIBRARIES}) |
