diff -Nru onboard-0.93.2/debian/changelog onboard-0.94.0/debian/changelog --- onboard-0.93.2/debian/changelog 2010-08-23 20:36:31.000000000 +0100 +++ onboard-0.94.0/debian/changelog 2010-08-23 20:25:49.000000000 +0100 @@ -1,15 +1,7 @@ -onboard (0.93.2-0ubuntu1) maverick; urgency=low - - * New upstream release (LP: #603220) - - Fix import of our X11 module - - Save onboard geometry on quit instead on configure-events (LP: #596248) - * Add patch to hide the desktop files - * debian/control: update standards-version to 3.9.0 - - -- Francesco Fumanti Thu, 08 Jul 2010 16:10:34 +0200 - -onboard (0.93.1-0ubuntu1) maverick; urgency=low +onboard (0.94.0-0ppa~maverick1) maverick; urgency=low + * Make onboard follow keyboard layout changes (LP: 526791, LP: 65626) + * Save onboard geometry on quit instead on configure-events (LP: #596248) * Improve handling of missing dependency for the clicks (LP: #524148): - Use soname instead of linker for libXi in X11.py - Add dependency on libxi6 to break package build if necessary @@ -18,13 +10,33 @@ - Add debian/README.source with info about libxi6 and libx11 * Do not crash if icon of IconPalette is missing (LP: #538109) * Fix Menu key, Delete key and Insert key - * Improve packaging: - - Add debian/watch file added - - debian/control: change maintainer to Ubuntu Developers - - Add explicit debian-source-format - * Add patch to hide the desktop files + * Qualify the import of our X11 module + * Make strings in our X11 module translatable + * Some cleanup by remove trailing spaces + * debian/source/format: + - Add debian source format file and use 3.0 (quilt) + * debian/compat: + - Raise it to 7 + * debian/control: + - Update Standards-Version to 3.9.1 + - Update email address of original maintainer + - Set minimal required version for debhelper to 7.0.8 + - Set minimal required version for python-virtkey to 0.60.0 + - Add quilt and libxi6 to Build-Depends + - Add libxi6 and libx11-6 to Depends + * debian/copyright: + - Add hosting site + - Add section with upstream authors + - Update license information to GPL 3 + * debian/rules: + - Include patchsys-quilt.mk and remove simple-patchsys.mk + - Add clean target + * debian/watch: + - Add watch file + * debian/README.source + - Add README.source file - -- Francesco Fumanti Tue, 22 Jun 2010 22:18:38 +0200 + -- Francesco Fumanti Fri, 20 Aug 2010 17:11:12 +0200 onboard (0.93.0-0ubuntu1) lucid; urgency=low diff -Nru onboard-0.93.2/debian/compat onboard-0.94.0/debian/compat --- onboard-0.93.2/debian/compat 2010-08-23 20:36:31.000000000 +0100 +++ onboard-0.94.0/debian/compat 2010-08-20 16:14:42.000000000 +0100 @@ -1 +1 @@ -5 +7 diff -Nru onboard-0.93.2/debian/control onboard-0.94.0/debian/control --- onboard-0.93.2/debian/control 2010-08-23 20:36:31.000000000 +0100 +++ onboard-0.94.0/debian/control 2010-08-23 20:26:13.000000000 +0100 @@ -2,14 +2,15 @@ Section: gnome Priority: optional Build-Depends: cdbs (>= 0.4.43), - debhelper (>= 5), + debhelper (>=7.0.8), + quilt, python (>= 2.5), python-central (>= 0.5), python-distutils-extra (>= 2.10), libxi6 Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Chris Jones -Standards-Version: 3.9.0 +XSBC-Original-Maintainer: Chris Jones +Standards-Version: 3.9.1 Homepage: https://launchpad.net/onboard Vcs-Bzr: https://code.launchpad.net/onboard XS-Python-Version: current @@ -21,7 +22,7 @@ ${misc:Depends}, python-cairo, python-gtk2, - python-virtkey (>= 0.50), + python-virtkey (>= 0.60.0), python-gconf, python-gobject, libx11-6, diff -Nru onboard-0.93.2/debian/copyright onboard-0.94.0/debian/copyright --- onboard-0.93.2/debian/copyright 2010-08-23 20:36:31.000000000 +0100 +++ onboard-0.94.0/debian/copyright 2010-08-20 14:46:34.000000000 +0100 @@ -1,28 +1,34 @@ -Simple On-Screen Keyboard +This Onboard package was built by: + Francesco Fumanti on Tue, 17 Aug 2010 11:39:38 +0200 + +The source is hosted at: -Upstream Author: - Chris Jones, Francesco Fumanti + https://launchpad.net/onboard/+download + +Upstream Authors: + + Chris Jones + marmuta + Francesco Fumanti Copyright: - Copyright 2006, 2007, 2008 Chris Jones - 2009, 2010 Chris Jones, Francesco Fumanti, marmuta + 2006, 2007, 2008 Chris Jones + 2009, 2010 Chris Jones, marmuta, Francesco Fumanti - This program is free software; you can redistribute it and/or modify +License: + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. - + along with the Onboard package. If not, please have a look at + /usr/share/common-licenses or . diff -Nru onboard-0.93.2/debian/patches/01_disable_menu_icons.patch onboard-0.94.0/debian/patches/01_disable_menu_icons.patch --- onboard-0.93.2/debian/patches/01_disable_menu_icons.patch 2010-08-23 20:36:31.000000000 +0100 +++ onboard-0.94.0/debian/patches/01_disable_menu_icons.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,24 +0,0 @@ -diff -Nur -x '*.orig' -x '*~' onboard-0.93.0/data/onboard.desktop.in onboard-0.93.0.new/data/onboard.desktop.in ---- onboard-0.93.0/data/onboard.desktop.in 2010-02-18 03:55:59.000000000 +1100 -+++ onboard-0.93.0.new/data/onboard.desktop.in 2010-04-14 15:15:49.629749048 +1000 -@@ -6,7 +6,7 @@ - Terminal=false - Type=Application - Categories=GNOME;GTK;Utility;Accessibility;X-GNOME-PersonalSettings; --NoDisplay=false -+NoDisplay=true - MimeType=application/x-onboard; - Icon=/usr/share/icons/hicolor/scalable/apps/onboard.svg - X-Ubuntu-Gettext-Domain=onboard -diff -Nur -x '*.orig' -x '*~' onboard-0.93.0/data/onboard-settings.desktop.in onboard-0.93.0.new/data/onboard-settings.desktop.in ---- onboard-0.93.0/data/onboard-settings.desktop.in 2010-02-18 03:55:28.000000000 +1100 -+++ onboard-0.93.0.new/data/onboard-settings.desktop.in 2010-04-14 15:16:05.509748255 +1000 -@@ -6,7 +6,7 @@ - Terminal=false - Type=Application - Categories=GNOME;GTK;Utility;Accessibility;X-GNOME-PersonalSettings; --NoDisplay=false -+NoDisplay=true - MimeType=application/x-onboardsettings; - Icon=/usr/share/icons/hicolor/scalable/apps/onboard.svg - X-Ubuntu-Gettext-Domain=onboard diff -Nru onboard-0.93.2/debian/patches/debian-changes-0.94.0-0ppa~maverick1 onboard-0.94.0/debian/patches/debian-changes-0.94.0-0ppa~maverick1 --- onboard-0.93.2/debian/patches/debian-changes-0.94.0-0ppa~maverick1 1970-01-01 01:00:00.000000000 +0100 +++ onboard-0.94.0/debian/patches/debian-changes-0.94.0-0ppa~maverick1 2010-08-23 20:29:24.000000000 +0100 @@ -0,0 +1,408 @@ +Description: Upstream changes introduced in version 0.94.0-0ppa~maverick1 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + onboard (0.94.0-0ppa~maverick1) maverick; urgency=low + . + * Make onboard follow keyboard layout changes (LP: 526791, LP: 65626) + * Save onboard geometry on quit instead on configure-events (LP: #596248) + * Improve handling of missing dependency for the clicks (LP: #524148): + - Use soname instead of linker for libXi in X11.py + - Add dependency on libxi6 to break package build if necessary + - Get current version of soname for libx11 from environment + - Respect DISPLAY environment variable in KeyboardGTK.py + - Add debian/README.source with info about libxi6 and libx11 + * Do not crash if icon of IconPalette is missing (LP: #538109) + * Fix Menu key, Delete key and Insert key + * Qualify the import of our X11 module + * Make strings in our X11 module translatable + * Some cleanup by remove trailing spaces + * debian/source/format: + - Add debian source format file and use 3.0 (quilt) + * debian/compat: + - Raise it to 7 + * debian/control: + - Update Standards-Version to 3.9.1 + - Update email address of original maintainer + - Set minimal required version for debhelper to 7.0.8 + - Set minimal required version for python-virtkey to 0.60.0 + - Add quilt and libxi6 to Build-Depends + - Add libxi6 and libx11-6 to Depends + * debian/copyright: + - Add hosting site + - Add section with upstream authors + - Update license information to GPL 3 + * debian/rules: + - Include patchsys-quilt.mk and remove simple-patchsys.mk + - Add clean target + * debian/watch: + - Add watch file + * debian/README.source + - Add README.source file + . + The person named in the Author field signed this changelog entry. +Author: Francesco Fumanti +Bug-Ubuntu: https://bugs.launchpad.net/bugs/524148 +Bug-Ubuntu: https://bugs.launchpad.net/bugs/538109 +Bug-Ubuntu: https://bugs.launchpad.net/bugs/596248 + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- /dev/null ++++ onboard-0.94.0/po/onboard.pot +@@ -0,0 +1,343 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++#, fuzzy ++msgid "" ++msgstr "" ++"Project-Id-Version: PACKAGE VERSION\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2010-08-23 21:28+0200\n" ++"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" ++"Last-Translator: FULL NAME \n" ++"Language-Team: LANGUAGE \n" ++"Language: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=CHARSET\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#: ../data/onboard-settings.desktop.in.h:1 ++msgid "Change onBoard settings" ++msgstr "" ++ ++#: ../data/onboard-settings.desktop.in.h:2 ++msgid "onBoard Settings" ++msgstr "" ++ ++#: ../data/onboard-settings.desktop.in.h:3 ++msgid "onBoard onscreen keyboard settings" ++msgstr "" ++ ++#: ../Onboard/settings.py:112 ++msgid "Enter text for snippet" ++msgstr "" ++ ++#: ../Onboard/settings.py:147 ++msgid "No file manager to open layout folder" ++msgstr "" ++ ++#: ../Onboard/settings.py:154 ++msgid "Enter name for personalised layout" ++msgstr "" ++ ++#: ../settings.ui.h:1 ++msgid "" ++"Scanning mode only works with layouts which are designed for the " ++"purpose." ++msgstr "" ++ ++#: ../settings.ui.h:2 ++msgid "Desktop Integration" ++msgstr "" ++ ++#: ../settings.ui.h:3 ++msgid "General" ++msgstr "" ++ ++#: ../settings.ui.h:4 ++msgid "Interval" ++msgstr "" ++ ++#: ../settings.ui.h:5 ++msgid "Layouts" ++msgstr "" ++ ++#: ../settings.ui.h:6 ++msgid "Option When Hidden" ++msgstr "" ++ ++#: ../settings.ui.h:7 ++msgid "Personalise _current layout" ++msgstr "" ++ ++#: ../settings.ui.h:8 ++msgid "Scanning" ++msgstr "" ++ ++#: ../settings.ui.h:9 ++msgid "Scanning mode" ++msgstr "" ++ ++#: ../settings.ui.h:10 ++msgid "" ++"Show a floating icon on the desktop when onboard is hidden. A click on the " ++"icon makes onboard reappear." ++msgstr "" ++ ++#: ../settings.ui.h:11 ++msgid "Show floating _icon when onboard is hidden" ++msgstr "" ++ ++#: ../settings.ui.h:12 ++msgid "Show onboard when _unlocking the screen" ++msgstr "" ++ ++#: ../settings.ui.h:13 ++msgid "" ++"Show onboard when the dialog to unlock the screen appears; this way onboard " ++"can be used for example to enter the password to dismiss the screensaver " ++"when it is set to ask for it." ++msgstr "" ++ ++#: ../settings.ui.h:14 ++msgid "Show the status item. A click on that icon hides or shows onboard." ++msgstr "" ++ ++#: ../settings.ui.h:15 ++msgid "Snippets" ++msgstr "" ++ ++#: ../settings.ui.h:16 ++msgid "" ++"Snippets are pieces of text which are entered when the corresponding button " ++"in Onboard is pressed." ++msgstr "" ++ ++#: ../settings.ui.h:17 ++msgid "" ++"Some password dialogs disable the area around them, making it impossible to " ++"click on onboard. By activating this option, these dialogs behave as normal " ++"windows and the area around the dialog remains active. This option is also " ++"available in the Assistive Technologies control panel." ++msgstr "" ++ ++#: ../settings.ui.h:18 ++msgid "Start onboard _minimized" ++msgstr "" ++ ++#: ../settings.ui.h:19 ++msgid "Start onboard hidden." ++msgstr "" ++ ++#: ../settings.ui.h:20 ++msgid "Startup Option" ++msgstr "" ++ ++#: ../settings.ui.h:21 ++msgid "_Open custom layouts folder" ++msgstr "" ++ ++#: ../settings.ui.h:22 ++msgid "_Password dialogs as normal windows" ++msgstr "" ++ ++#: ../settings.ui.h:23 ++msgid "_Show status icon" ++msgstr "" ++ ++#: ../Onboard/Indicator.py:46 ++msgid "_Show Onboard" ++msgstr "" ++ ++#: ../Onboard/Indicator.py:50 ++msgid "_Hide Onboard" ++msgstr "" ++ ++#: ../data/onboard.desktop.in.h:1 ++msgid "Flexible onscreen keyboard for GNOME" ++msgstr "" ++ ++#: ../data/onboard.desktop.in.h:2 ++msgid "onBoard" ++msgstr "" ++ ++#: ../data/onboard.desktop.in.h:3 ++msgid "onBoard onscreen keyboard" ++msgstr "" ++ ++#: ../Onboard/OnboardGtk.py:114 ++msgid "" ++"Onboard is configured to appear with the dialog to unlock the screen; for " ++"example to dismiss the password-protected screensaver.\n" ++"\n" ++"However the system is not configured anymore to use onboard to unlock the " ++"screen. A possible reason can be that another application configured the " ++"system to use something else.\n" ++"\n" ++"Would you like to reconfigure the system to show onboard when unlocking the " ++"screen?" ++msgstr "" ++ ++#: ../Onboard/OnboardGtk.py:124 ++msgid "" ++"Onboard is configured to appear with the dialog to unlock the screen; for " ++"example to dismiss the password-protected screensaver.\n" ++"\n" ++"However this function is disabled in the system.\n" ++"\n" ++"Would you like to activate it?" ++msgstr "" ++ ++#: ../Onboard/KeyboardSVG.py:54 ++msgid "Units for canvas height and width must currently be px (pixels)." ++msgstr "" ++ ++#: ../Onboard/KeyboardSVG.py:95 ++#, python-format ++msgid "%s appears in scanning definition only" ++msgstr "" ++ ++#: ../Onboard/KeyboardSVG.py:122 ++msgid "Error loading " ++msgstr "" ++ ++#: ../Onboard/KeyboardSVG.py:222 ++msgid "Snippet" ++msgstr "" ++ ++#: ../data/layoutstrings.py:5 ++msgid "" ++"Middle\n" ++"Click" ++msgstr "" ++ ++#: ../data/layoutstrings.py:6 ++msgid "" ++"Right\n" ++"Click" ++msgstr "" ++ ++#: ../data/layoutstrings.py:7 ++msgid "Settings" ++msgstr "" ++ ++#. The tab key on a computer keyboard ++#: ../data/layoutstrings.py:9 ++msgid "Tab" ++msgstr "" ++ ++#. The caps lock key on a computer keyboard ++#: ../data/layoutstrings.py:11 ++msgid "CAPS" ++msgstr "" ++ ++#. The control key on a computer keyboard ++#: ../data/layoutstrings.py:13 ++msgid "Ctrl" ++msgstr "" ++ ++#. The windows or meta key on a computer keyboard ++#: ../data/layoutstrings.py:15 ++msgid "Win" ++msgstr "" ++ ++#. The alt key on a computer keyboard ++#: ../data/layoutstrings.py:17 ++msgid "Alt" ++msgstr "" ++ ++#. The alt gr key on a computer keyboard ++#: ../data/layoutstrings.py:19 ++msgid "Alt Gr" ++msgstr "" ++ ++#. The return key on a computer keyboard ++#: ../data/layoutstrings.py:21 ++msgid "Return" ++msgstr "" ++ ++#. The menu key on a computer keyboard ++#: ../data/layoutstrings.py:23 ++msgid "Menu" ++msgstr "" ++ ++#. The insert key on a computer keyboard ++#: ../data/layoutstrings.py:25 ++msgid "Ins" ++msgstr "" ++ ++#. The home key on a computer keyboard ++#: ../data/layoutstrings.py:27 ++msgid "Hm" ++msgstr "" ++ ++#. The del key on a computer keyboard ++#: ../data/layoutstrings.py:29 ++msgid "Del" ++msgstr "" ++ ++#. The end key on a computer keyboard ++#: ../data/layoutstrings.py:31 ++msgid "End" ++msgstr "" ++ ++#. The page up key on a computer keyboard ++#: ../data/layoutstrings.py:33 ++msgid "" ++"Pg\n" ++"Up" ++msgstr "" ++ ++#. The page down key on a computer keyboard ++#: ../data/layoutstrings.py:35 ++msgid "" ++"Pg\n" ++"Dn" ++msgstr "" ++ ++#. The num lock key on a computer keyboard ++#: ../data/layoutstrings.py:37 ++msgid "" ++"Nm\n" ++"Lk" ++msgstr "" ++ ++#. The enter key on a computer keyboard ++#: ../data/layoutstrings.py:39 ++msgid "Ent" ++msgstr "" ++ ++#. The ecape key on a computer keyboard ++#: ../data/layoutstrings.py:41 ++msgid "ESC" ++msgstr "" ++ ++#. The print screen key on a computer keyboard ++#: ../data/layoutstrings.py:43 ++msgid "Prnt" ++msgstr "" ++ ++#. The scroll lock key on a computer keyboard ++#: ../data/layoutstrings.py:45 ++msgid "Scroll" ++msgstr "" ++ ++#. The pause key on a computer keyboard ++#: ../data/layoutstrings.py:47 ++msgid "Pause" ++msgstr "" ++ ++#: ../Onboard/X11.py:8 ++msgid " - middle/right click buttons disabled" ++msgstr "" ++ ++#: ../Onboard/X11.py:37 ++#, python-format ++msgid "Xlib unavailable%s\n" ++msgstr "" ++ ++#: ../Onboard/X11.py:104 ++#, python-format ++msgid "XInput extension unavailable%s\n" ++msgstr "" diff -Nru onboard-0.93.2/debian/patches/series onboard-0.94.0/debian/patches/series --- onboard-0.93.2/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ onboard-0.94.0/debian/patches/series 2010-08-23 20:29:24.000000000 +0100 @@ -0,0 +1 @@ +debian-changes-0.94.0-0ppa~maverick1 diff -Nru onboard-0.93.2/debian/README.source onboard-0.94.0/debian/README.source --- onboard-0.93.2/debian/README.source 2010-08-23 20:36:31.000000000 +0100 +++ onboard-0.94.0/debian/README.source 2010-08-20 14:46:34.000000000 +0100 @@ -1,15 +1,10 @@ -Reminder for future updates concerning libxi and libx11: +Reminder for future updates: There is a hard-coded library soname for libxi in X11.py. Onboard currently -uses python ctypes to call XInput functions. This, to the best of my knowledge, +uses python ctypes to call XInput functions. This to the best of my knowledge forces targeting a specific major version of libxi. A build dependency to libxi6 has been added in order to break the build when that library goes away. In that case Onboard/X11.py has to be retested and updated. The features to test are the "Middle Click" and "Right Click" buttons. -Of course, the corresponding entries in the Build-Depends and Depends of -debian/control also have to be updated. -The available version of libx11 gets determined at runtime and thus does not -need any change in Onboard/X11.py when a new version arrives. However the -corresponding entry in the Depends of debian/control has to be updated. diff -Nru onboard-0.93.2/debian/rules onboard-0.94.0/debian/rules --- onboard-0.93.2/debian/rules 2010-08-23 20:36:31.000000000 +0100 +++ onboard-0.94.0/debian/rules 2010-08-20 17:53:07.000000000 +0100 @@ -4,10 +4,11 @@ DEB_PYTHON_SYSTEM := pycentral include /usr/share/cdbs/1/class/python-distutils.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk -clean:: - rm -f po/*.pot +# Uncomment this for the release +#clean:: +# rm -f po/*.pot binary-install/onboard:: dh_gconf diff -Nru onboard-0.93.2/debian/source/format onboard-0.94.0/debian/source/format --- onboard-0.93.2/debian/source/format 2010-08-23 20:36:31.000000000 +0100 +++ onboard-0.94.0/debian/source/format 2010-08-23 20:36:31.000000000 +0100 @@ -1 +1 @@ -1.0 +3.0 (quilt) diff -Nru onboard-0.93.2/NEWS onboard-0.94.0/NEWS --- onboard-0.93.2/NEWS 2010-07-08 14:53:37.000000000 +0100 +++ onboard-0.94.0/NEWS 2010-08-20 15:01:41.000000000 +0100 @@ -1,12 +1,8 @@ -Version 0.93.2 --------------- - - * Fix import of our X11 module - * Save onboard geometry on quit instead on configure-events - LP: #596248 - -Version 0.93.1 +Version 0.94.0 -------------- + * Make onboard follow keyboard layout changes (LP: 526791, LP: 65626) + * Save onboard geometry on quit instead on configure-events (LP: #596248) * Improve handling of missing dependency for the clicks (LP: #524148): - Use soname instead of linker for libXi in X11.py - Add dependency on libxi6 to break package build if necessary @@ -15,6 +11,9 @@ - Add debian/README.source with info about libxi6 and libx11 * Do not crash if icon of IconPalette is missing (LP: #538109) * Fix Menu key, Delete key and Insert key + * Qualify the import of our X11 module + * Make strings in X11 module translatable + * Some cleanup by remove trailing spaces Version 0.93.0 ------------ diff -Nru onboard-0.93.2/Onboard/Exceptions.py onboard-0.94.0/Onboard/Exceptions.py --- onboard-0.93.2/Onboard/Exceptions.py 2010-07-08 14:31:58.000000000 +0100 +++ onboard-0.94.0/Onboard/Exceptions.py 2010-08-20 14:46:34.000000000 +0100 @@ -4,7 +4,7 @@ class ChainableError(Exception): """ Base class for Onboard errors - + We want Python to print the stacktrace of the first exception in the chain so we store the last stacktrace if the previous exception in the chain has not. diff -Nru onboard-0.93.2/Onboard/IconPalette.py onboard-0.94.0/Onboard/IconPalette.py --- onboard-0.93.2/Onboard/IconPalette.py 2010-07-08 14:31:58.000000000 +0100 +++ onboard-0.94.0/Onboard/IconPalette.py 2010-08-20 14:46:34.000000000 +0100 @@ -95,7 +95,6 @@ _logger.error("Can't find onboard icon") self.image_pixbuf = self.render_icon(gtk.STOCK_MISSING_IMAGE, gtk.ICON_SIZE_DIALOG) - self.icp_image = gtk.Image() self.image_box = gtk.Fixed() self.image_box.put(self.icp_image, 0, 0) diff -Nru onboard-0.93.2/Onboard/KbdWindow.py onboard-0.94.0/Onboard/KbdWindow.py --- onboard-0.93.2/Onboard/KbdWindow.py 2010-07-08 14:31:58.000000000 +0100 +++ onboard-0.94.0/Onboard/KbdWindow.py 2010-08-20 14:46:34.000000000 +0100 @@ -150,7 +150,6 @@ gtk.Plug.__init__(self, 0L) KbdWindowBase.__init__(self) - class KbdWindow(gtk.Window, KbdWindowBase): def __init__(self): gtk.Window.__init__(self) @@ -175,4 +174,3 @@ def _emit_quit_onboard(self, event, data=None): self.emit("quit-onboard") - diff -Nru onboard-0.93.2/Onboard/Keyboard.py onboard-0.94.0/Onboard/Keyboard.py --- onboard-0.93.2/Onboard/Keyboard.py 2010-07-08 14:31:58.000000000 +0100 +++ onboard-0.94.0/Onboard/Keyboard.py 2010-08-20 14:46:34.000000000 +0100 @@ -1,7 +1,11 @@ +### Logging ### +import logging +_logger = logging.getLogger("Keyboard") +############### + import gobject import gtk import string -import virtkey from Onboard.KeyGtk import * from Onboard import KeyCommon @@ -20,15 +24,15 @@ "Cairo based keyboard widget" # When set to a pane, the pane overlays the basePane. - activePane = None + activePane = None active = None #Currently active key scanningActive = None # Key currently being scanned. - altLocked = False + altLocked = False scanning_x = None scanning_y = None ### Properties ### - + _mods = {1:0,2:0, 4:0,8:0, 16:0,32:0,64:0,128:0} def _get_mod(self, key): return self._mods[key] @@ -40,116 +44,117 @@ ################## - def __init__(self): - self.vk = virtkey.virtkey() - + def __init__(self, vk): + self.vk = vk - #List of keys which have been latched. + #List of keys which have been latched. #ie. pressed until next non sticky button is pressed. - self.stuck = [] + self.stuck = [] self.tabKeys = [] self.panes = [] # All panes except the basePane self.tabKeys.append(BaseTabKey(self, config.SIDEBARWIDTH)) self.queue_draw() - - + def set_basePane(self, basePane): self.basePane = basePane #Pane which is always visible def add_pane(self, pane): self.panes.append(pane) self.tabKeys.append(TabKey(self, config.SIDEBARWIDTH, pane)) - + def utf8_to_unicode(self,utf8Char): return ord(utf8Char.decode('utf-8')) - + def scan_tick(self): #at intervals scans across keys in the row and then down columns. if self.scanningActive: self.scanningActive.beingScanned = False - + if self.activePane: pane = self.activePane else: pane = self.basePane - + if not self.scanning_y == None: self.scanning_y = (self.scanning_y + 1) % len(pane.columns[self.scanning_x]) else: self.scanning_x = (self.scanning_x + 1) % len(pane.columns) - + if self.scanning_y == None: y = 0 else: y = self.scanning_y - + self.scanningActive = pane.columns[self.scanning_x][y] - + self.scanningActive.beingScanned = True self.queue_draw() - + return True - + def is_key_pressed(self,key, widget, event): if(key.pointWithinKey(widget, event.x, event.y)): self.press_key(key) - + def _on_mods_changed(self): raise NotImplementedException() def press_key(self, key): + if not self.vk: + return + if not key.on: if self.mods[8]: self.altLocked = True - self.vk.lock_mod(8) + self.vk.lock_mod(8) if key.sticky == True: self.stuck.append(key) - + else: self.active = key #Since only one non-sticky key can be pressed at once. - + key.on = True - + self.locked = [] if key.action_type == KeyCommon.CHAR_ACTION: self.vk.press_unicode(self.utf8_to_unicode(key.action)) - + elif key.action_type == KeyCommon.KEYSYM_ACTION: self.vk.press_keysym(key.action) elif key.action_type == KeyCommon.KEYPRESS_NAME_ACTION: self.vk.press_keysym(get_keysym_from_name(key.action)) elif key.action_type == KeyCommon.MODIFIER_ACTION: mod = key.action - + if not mod == 8: #Hack since alt puts metacity into move mode and prevents clicks reaching widget. self.vk.lock_mod(mod) self.mods[mod] += 1 elif key.action_type == KeyCommon.MACRO_ACTION: try: mString = unicode(config.snippets[string.atoi(key.action)]) -# If mstring exists do the below, otherwise the code in finally should always +# If mstring exists do the below, otherwise the code in finally should always # be done. if mString: for c in mString: self.vk.press_unicode(ord(c)) self.vk.release_unicode(ord(c)) return - + except IndexError: pass - + if not config.xid_mode: # block dialog in xembed mode - - dialog = gtk.Dialog("No snippet", self.parent, 0, - ("_Save snippet", gtk.RESPONSE_OK, + + dialog = gtk.Dialog("No snippet", self.parent, 0, + ("_Save snippet", gtk.RESPONSE_OK, "_Cancel", gtk.RESPONSE_CANCEL)) dialog.vbox.add(gtk.Label( "No snippet for this button,\nType new snippet")) - - macroEntry = gtk.Entry() - + + macroEntry = gtk.Entry() + dialog.connect("response", self.cb_dialog_response,string.atoi(key.action), macroEntry) - + macroEntry.connect("activate", self.cb_macroEntry_activate,string.atoi(key.action), dialog) dialog.vbox.pack_end(macroEntry) @@ -157,7 +162,7 @@ elif key.action_type == KeyCommon.KEYCODE_ACTION: self.vk.press_keycode(key.action); - + elif key.action_type == KeyCommon.SCRIPT_ACTION: if not config.xid_mode: # block settings dialog in xembed mode if key.action: @@ -167,7 +172,7 @@ if k.pane == self.activePane: k.on = False k.stuckOn = False - + self.activePane = key.pane else: if key in self.stuck: @@ -178,21 +183,24 @@ self.release_key(key) self.queue_draw() - - + + def cb_dialog_response(self, widget, response, macroNo,macroEntry): self.set_new_macro(macroNo, response, macroEntry, widget) def cb_macroEntry_activate(self,widget,macroNo,dialog): self.set_new_macro(macroNo, gtk.RESPONSE_OK, widget, dialog) - + def set_new_macro(self,macroNo,response,macroEntry,dialog): - if response == gtk.RESPONSE_OK: + if response == gtk.RESPONSE_OK: config.set_snippet(macroNo, macroEntry.get_text()) dialog.destroy() - + def release_key(self,key): + if not self.vk: + return + if key.action_type == KeyCommon.CHAR_ACTION: self.vk.release_unicode(self.utf8_to_unicode(key.action)) elif key.action_type == KeyCommon.KEYSYM_ACTION: @@ -201,15 +209,15 @@ self.vk.release_keysym(get_keysym_from_name(key.action)) elif key.action_type == KeyCommon.MODIFIER_ACTION: mod = key.action - - if not mod == 8: + + if not mod == 8: self.vk.unlock_mod(mod) - + self.mods[mod] -= 1 - + elif key.action_type == KeyCommon.KEYCODE_ACTION: self.vk.release_keycode(key.action); - + elif key.action_type == KeyCommon.MACRO_ACTION: pass elif key.action_type == KeyCommon.SCRIPT_ACTION: @@ -218,16 +226,16 @@ elif key.name == "secondaryClick": self.map_pointer_button(3) # map secondary button to primary - + else: self.activePane = None - - + + if self.altLocked: self.altLocked = False self.vk.unlock_mod(8) - - gobject.idle_add(self.release_key_idle,key) #Makes sure we draw key pressed before unpressing it. + + gobject.idle_add(self.release_key_idle,key) #Makes sure we draw key pressed before unpressing it. def release_key_idle(self,key): key.on = False @@ -239,3 +247,12 @@ for group in pane.key_groups.values(): for key in group: if key.on: self.release_key(key) + + # Somehow keyboard objects don't get released + # when switching layouts, there are still + # excess references/memory leaks somewhere. + # Therefore virtkey references have to be released + # explicitely or Xlib runs out of client connections + # after a couple dozen layout switches. + self.vk = None + diff -Nru onboard-0.93.2/Onboard/KeyboardSVG.py onboard-0.94.0/Onboard/KeyboardSVG.py --- onboard-0.93.2/Onboard/KeyboardSVG.py 2010-07-08 14:31:58.000000000 +0100 +++ onboard-0.94.0/Onboard/KeyboardSVG.py 2010-08-20 14:46:34.000000000 +0100 @@ -33,15 +33,15 @@ Keyboard loaded from an SVG file. """ - def __init__(self, filename): + def __init__(self, vk, filename): config.kbd_render_mixin.__init__(self) - Keyboard.__init__(self) + Keyboard.__init__(self, vk) self.load_layout(filename) - + def clean(self): config.kbd_render_mixin.clean(self) Keyboard.clean(self) - + def load_pane_svg(self, pane_xml, pane_svg): keys = {} @@ -49,7 +49,7 @@ pane_size = ( float(pane_svg.attributes['width'].value.replace("px", "")), float(pane_svg.attributes['height'].value.replace("px", ""))) - + except ValueError: raise Exceptions.SVGSyntaxError(_("Units for canvas height and" " width must currently be px (pixels).")) @@ -80,7 +80,7 @@ #scanning columns = [] - + self.load_keys_geometry(pane_svg, keys) key_groups = self.load_keys(pane_xml, keys, pane_label_rgba) @@ -93,7 +93,7 @@ except KeyError, (exception): raise Exceptions.LayoutFileError( _("%s appears in scanning definition only") % (str(exception))) - + return Pane(pane_xml.attributes["id"].value, key_groups, columns, pane_size, pane_background) @@ -105,7 +105,7 @@ f = open(layout_data_file) try: langdoc = minidom.parse(f).documentElement - try: + try: for pane_config in langdoc.getElementsByTagName("pane"): pane_svg_filename = os.path.join(kbfolder, pane_config.attributes["filename"].value) @@ -125,8 +125,8 @@ langdoc.unlink() finally: f.close() - - + + basePane = panes[0] otherPanes = panes[1:] @@ -136,17 +136,17 @@ self.add_pane(pane) def load_keys_geometry(self, svgdoc, keys): - for rect in svgdoc.getElementsByTagName("rect"): + for rect in svgdoc.getElementsByTagName("rect"): id = rect.attributes["id"].value - + styleString = rect.attributes["style"].value - result = re.search("(fill:#\d?\D?\d?\D?\d?\D?\d?\D?\d?\D?\d?\D?;)", + result = re.search("(fill:#\d?\D?\d?\D?\d?\D?\d?\D?\d?\D?\d?\D?;)", styleString).groups()[0] - + rgba = [hexstring_to_float(result[6:8])/255, hexstring_to_float(result[8:10])/255, hexstring_to_float(result[10:12])/255, - 1]#not bothered for now + 1]#not bothered for now keys[id] = RectKey(id, (float(rect.attributes['x'].value), @@ -154,17 +154,17 @@ (float(rect.attributes['width'].value), float(rect.attributes['height'].value)), rgba) - + # TODO fix LineKeys """ for path in svgdoc.getElementsByTagName("path"): id = path.attributes["id"].value keys[id] = self.parse_path(path, pane) - """ + """ def load_keys(self, doc, keys, label_rgba): groups = {} - for key_xml in doc.getElementsByTagName("key"): + for key_xml in doc.getElementsByTagName("key"): name = key_xml.attributes["id"].value if name in keys: key = keys[name] @@ -189,7 +189,7 @@ raise Exception("Unrecognised modifier %s in" \ "definition of %s" (strerror, name)) key.action_type = KeyCommon.MODIFIER_ACTION - + elif key_xml.hasAttribute("macro"): key.action = key_xml.attributes["macro"].value key.action_type = KeyCommon.MACRO_ACTION @@ -216,37 +216,43 @@ labels[3] = key_xml.attributes["altgr_label"].value if key_xml.hasAttribute("altgrNshift_label"): labels[4] = \ - key_xml.attributes["altgrNshift_label"].value + key_xml.attributes["altgrNshift_label"].value # If key is a macro (snippet) generate label from number. elif key.action_type == KeyCommon.MACRO_ACTION: labels[0] = "%s\n%s" % (_("Snippet"), key.action) # Get labels from keyboard. else: if key.action_type == KeyCommon.KEYCODE_ACTION: - labDic = self.vk.labels_from_keycode(key.action) - labels = (labDic[0],labDic[2],labDic[1], + if self.vk: # xkb keyboard found? + labDic = self.vk.labels_from_keycode(key.action) + labels = (labDic[0],labDic[2],labDic[1], labDic[3],labDic[4]) + else: + if name.upper() == "SPCE": + labels = ["No X keyboard found, retrying..."]*5 + else: + labels = ["?"]*5 # Translate labels - Gettext behaves oddly when translating # empty strings key.labels = [ lab and _(lab) or None for lab in labels ] # assign label color - default label color is pane default - key.label_rgba = label_rgba + key.label_rgba = label_rgba if key_xml.hasAttribute("font_offset_x"): offset_x = \ float(key_xml.attributes["font_offset_x"].value) else: offset_x = config.DEFAULT_LABEL_OFFSET[0] - + if key_xml.hasAttribute("font_offset_y"): offset_y = \ float(key_xml.attributes["font_offset_y"].value) else: offset_y = config.DEFAULT_LABEL_OFFSET[1] key.label_offset = (offset_x, offset_y) - + sticky = key_xml.attributes["sticky"].value.lower() if sticky: if sticky == "true": @@ -254,8 +260,8 @@ elif sticky == "false": key.sticky = False else: - raise Exception( "'sticky' attribute had an" - "invalid value: %s when parsing key %s" + raise Exception( "'sticky' attribute had an" + "invalid value: %s when parsing key %s" % (sticky, name)) else: key.sticky = False @@ -266,7 +272,7 @@ group = "_default" if not groups.has_key(group): groups[group] = [] groups[group].append(key) - return groups + return groups def parse_path(self, path, pane): id = path.attributes["id"].value diff -Nru onboard-0.93.2/Onboard/KeyCommon.py onboard-0.94.0/Onboard/KeyCommon.py --- onboard-0.93.2/Onboard/KeyCommon.py 2010-07-08 14:31:58.000000000 +0100 +++ onboard-0.94.0/Onboard/KeyCommon.py 2010-08-20 14:46:34.000000000 +0100 @@ -21,7 +21,7 @@ class KeyCommon: - """ a library-independent key class. Specific + """ a library-independent key class. Specific rendering options are stored elsewhere. """ action_type = None @@ -75,10 +75,10 @@ self.label_index = 1 else: self.label_index = 0 - + elif mods[128] and self.labels[3]: self.label_index = 3 - + elif mods[2]: if self.labels[1]: self.label_index = 1 @@ -98,7 +98,7 @@ """ class for those tabs up the right hand side """ def __init__(self, keyboard, width, pane): KeyCommon.__init__(self) - + self.pane = pane self.width = width self.keyboard = keyboard @@ -106,10 +106,10 @@ self.sticky = True def pointWithinKey(self, widget, mouseX, mouseY): - """ does exactly what the name says - checks for the + """ does exactly what the name says - checks for the mouse within a key. returns bool. """ - if (mouseX > self.keyboard.kbwidth - and mouseY > self.height*self.index + BASE_PANE_TAB_HEIGHT + if (mouseX > self.keyboard.kbwidth + and mouseY > self.height*self.index + BASE_PANE_TAB_HEIGHT and mouseY < self.height*(self.index + 1)+ BASE_PANE_TAB_HEIGHT): return True else: @@ -119,8 +119,8 @@ """ paints the TabKey object """ self.height = (self.keyboard.height / len(self.keyboard.panes)) - (BASE_PANE_TAB_HEIGHT / len(self.keyboard.panes)) self.index = self.keyboard.panes.index(self.pane) - - + + class BaseTabKeyCommon(KeyCommon): pane = None @@ -129,27 +129,27 @@ """ class for the tab that brings you to the base pane """ def __init__(self, keyboard, width): KeyCommon.__init__(self) - + self.width = width self.keyboard = keyboard self.modifier = None # what for? self.sticky = False def pointWithinKey(self, widget, mouseX, mouseY): - if (mouseX > self.keyboard.kbwidth + if (mouseX > self.keyboard.kbwidth and mouseY < BASE_PANE_TAB_HEIGHT): return True else: return False - + def paint(self,context=None): """Don't draw anything for this key""" pass class LineKeyCommon(KeyCommon): """ class for keyboard buttons made of lines """ - + name = None """ Unique identifier for the key """ @@ -159,14 +159,14 @@ self.coordList = coordList self.fontCoord = fontCoord self.rgba = rgba - + def pointCrossesEdge(self, x, y, xp1, yp1, sMouseX, sMouseY): """ Checks whether a point, when scanning from top left crosses edge""" - return ((((y <= sMouseY) and ( sMouseY < yp1)) or - ((yp1 <= sMouseY) and (sMouseY < y))) and + return ((((y <= sMouseY) and ( sMouseY < yp1)) or + ((yp1 <= sMouseY) and (sMouseY < y))) and (sMouseX < (xp1 - x) * (sMouseY - y) / (yp1 - y) + x)) - - + + def point_within_key(self, location, scale): """Checks whether point is within shape. Currently does not bother trying to work out @@ -179,27 +179,27 @@ c = 2 coordLen = len(self.coordList) within = False - + sMouseX = location[0] / scale[0] sMouseY = location[1] / scale[1] - + while not c == coordLen: xp1 = self.coordList[c+1] yp1 = self.coordList[c+2] try: if self.coordList[c] == "L": - within = (self.pointCrossesEdge(x,y,xp1,yp1,sMouseX,sMouseY) ^ within) # a xor + within = (self.pointCrossesEdge(x,y,xp1,yp1,sMouseX,sMouseY) ^ within) # a xor c +=3 x = xp1 y = yp1 - - else: + + else: xp2 = self.coordList[c+3] yp2 = self.coordList[c+4] xp3 = self.coordList[c+5] yp3 = self.coordList[c+6] - within = (self.pointCrossesEdge(x,y,xp3,yp3,sMouseX,sMouseY) ^ within) # a xor + within = (self.pointCrossesEdge(x,y,xp3,yp3,sMouseX,sMouseY) ^ within) # a xor x = xp3 y = yp3 c += 7 @@ -208,19 +208,19 @@ print strerror print "x: %f, y: %f, yp1: %f" % (x,y,yp1) return within - + def paint(self, scale, context = None): - """ + """ This class is quite hard to abstract, so all of its - processing lies now in the UI-dependent class. + processing lies now in the UI-dependent class. """ - + def paint_font(self, scale): - KeyCommon.paint_font(self, scale, + KeyCommon.paint_font(self, scale, (self.coordList[0], self.coordList[1])) - - - + + + class RectKeyCommon(KeyCommon): """ An abstract class for rectangular keyboard buttons """ @@ -241,8 +241,8 @@ self.name = name self.location = location self.geometry = geometry - self.rgba = rgba - + self.rgba = rgba + def point_within_key(self, point_location, scale): return point_location[0] / scale[0] > self.location[0] \ and (point_location[0] / scale[0] @@ -250,6 +250,6 @@ and point_location[1] / scale[1] > self.location[1] \ and (point_location[1] / scale[1] < (self.location[1] + self.geometry[1])) - + def paint(self, scale, context = None): pass diff -Nru onboard-0.93.2/Onboard/KeyGtk.py onboard-0.94.0/Onboard/KeyGtk.py --- onboard-0.93.2/Onboard/KeyGtk.py 2010-07-08 14:31:58.000000000 +0100 +++ onboard-0.94.0/Onboard/KeyGtk.py 2010-08-20 14:46:34.000000000 +0100 @@ -35,15 +35,15 @@ context.move_to((location[0] + self.label_offset[0]) * scale[0], (location[1] + self.label_offset[1]) * scale[1]) - context.set_source_rgba(self.label_rgba[0], self.label_rgba[1], - self.label_rgba[2], self.label_rgba[3]) + context.set_source_rgba(self.label_rgba[0], self.label_rgba[1], + self.label_rgba[2], self.label_rgba[3]) layout = context.create_layout() layout.set_text(self.labels[self.label_index]) font_description = pango.FontDescription() font_description.set_size(self.font_size) font_description.set_family("Normal") layout.set_font_description(font_description) - context.update_layout(layout) + context.update_layout(layout) context.show_layout(layout) @@ -54,17 +54,17 @@ def paint(self, context = None): TabKeyCommon.paint(self, context) - context.rectangle(self.keyboard.kbwidth, + context.rectangle(self.keyboard.kbwidth, self.height * self.index + BASE_PANE_TAB_HEIGHT, self.width, self.height) if self.pane == self.keyboard.activePane and self.stuckOn: context.set_source_rgba(1, 0, 0,1) - else: + else: context.set_source_rgba(float(self.pane.rgba[0]), float(self.pane.rgba[1]),float(self.pane.rgba[2]),float(self.pane.rgba[3])) - + context.fill() - + class BaseTabKey(Key, BaseTabKeyCommon): def __init__(self, keyboard, width): BaseTabKeyCommon.__init__(self, keyboard, width) @@ -94,7 +94,7 @@ context.set_source_rgba(1.0, 0.0, 0.0,1.0) elif (self.on): context.set_source_rgba(0.5, 0.5, 0.5,1.0) - elif (self.beingScanned): + elif (self.beingScanned): context.set_source_rgba(0.45,0.45,0.7,1.0) else: context.set_source_rgba(self.rgba[0], self.rgba[1],self.rgba[2],self.rgba[3]) @@ -104,12 +104,12 @@ context.stroke() def draw_path(self, scale, context): - ''' currently this method contains all the LineKey + ''' currently this method contains all the LineKey painting code. ''' LineKeyCommon.paint(self, scale, context = None) c = 2 - context.move_to(self.coordList[0] * scale[0], + context.move_to(self.coordList[0] * scale[0], self.coordList[1] * scale[1]) while not c == len(self.coordList): @@ -119,7 +119,7 @@ if self.coordList[c] == "L": c +=3 context.line_to(xp1,yp1) - else: + else: xp2 = self.coordList[c+3] * scale[0] yp2 = self.coordList[c+4] * scale[1] xp3 = self.coordList[c+5] * scale[0] @@ -131,13 +131,13 @@ print yp1 print strerror - + def paint_font(self, scale, context = None): Key.paint_font(self, scale, self.fontCoord, context) - + class RectKey(Key, RectKeyCommon): def __init__(self, name, location, geometry, rgba): RectKeyCommon.__init__(self, name, location, geometry, rgba) @@ -146,21 +146,21 @@ return RectKeyCommon.point_within_key(self, location, scale) def paint(self, scale, context = None): - + context.rectangle(self.location[0] * scale[0], self.location[1] * scale[1], self.geometry[0] * scale[0], self.geometry[1] * scale[1]) - + if (self.stuckOn): context.set_source_rgba(1, 0, 0,1) elif (self.on): context.set_source_rgba(0.5, 0.5, 0.5,1) - elif (self.beingScanned): + elif (self.beingScanned): context.set_source_rgba(0.45,0.45,0.7,1) else: context.set_source_rgba(self.rgba[0], self.rgba[1],self.rgba[2],self.rgba[3]) - + context.fill_preserve() context.set_source_rgb(0, 0, 0) context.stroke() @@ -183,7 +183,7 @@ # In Pango units label_width, label_height = layout.get_size() - + size_for_maximum_width = (self.geometry[0] - config.LABEL_MARGIN[0]) \ * pango.SCALE \ * scale[0] \ @@ -200,4 +200,4 @@ return int(floor(size_for_maximum_width)) else: return int(floor(size_for_maximum_height)) - + diff -Nru onboard-0.93.2/Onboard/OnboardGtk.py onboard-0.94.0/Onboard/OnboardGtk.py --- onboard-0.93.2/Onboard/OnboardGtk.py 2010-07-08 14:31:58.000000000 +0100 +++ onboard-0.94.0/Onboard/OnboardGtk.py 2010-08-20 14:46:34.000000000 +0100 @@ -6,6 +6,8 @@ ############### import sys +import time +import traceback import gobject gobject.threads_init() @@ -56,6 +58,10 @@ def __init__(self, main=True): sys.path.append(os.path.join(config.install_dir, 'scripts')) + self.keyboard_state = None + self.vk_timer = None + self.reset_vk() + # create main window if config.xid_mode: # XEmbed mode for gnome-screensaver? self._window = KbdPlugWindow() @@ -68,12 +74,17 @@ self._window.connect_object("quit-onboard", self.do_quit_onboard, None) - _logger.info("Getting user settings") - self.load_layout(config.layout_filename) + # load the initial layout + self.update_layout() config.layout_filename_notify_add(self.load_layout) + # connect notifications for keyboard map and group changes + self.keymap = gtk.gdk.keymap_get_default() + self.keymap.connect("keys-changed", self.cb_keys_changed) # map changes + gtk.gdk.event_handler_set(cb_any_event, self) # group changes + # create status icon self.status_icon = Indicator(self._window) if self.status_icon.is_appindicator(): @@ -176,7 +187,6 @@ self.status_icon.set_visible(False) self.show_hide_taskbar() - def cb_status_icon_clicked(self,widget): """ Callback called when status icon clicked. @@ -187,6 +197,76 @@ if self._window.hidden: self._window.deiconify() else: self._window.iconify() + + # Methods concerning the listening to keyboard layout changes + def cb_keys_changed(self, *args): + self.update_layout() + + def cb_vk_timer(self): + """ + Timer callback for polling until virtkey becomes valid. + """ + if self.get_vk(): + self.update_layout(force_update=True) + gobject.source_remove(self.vk_timer) + self.vk_timer = None + return False + return True + + def update_layout(self, force_update=False): + """ + Checks if the X keyboard layout has changed and + (re)loads onboards layout accordingly. + """ + keyboard_state = (None, None) + + vk = self.get_vk() + if vk: + try: + vk.reload() # reload keyboard names + keyboard_state = (vk.get_layout_symbols(), + vk.get_current_group_name()) + except virtkey.error: + #traceback.print_exc(file=sys.stdout) + self.reset_vk() + force_update = True + _logger.warning("Keyboard layout changed, but retrieving " + "keyboard information failed") + + if self.keyboard_state != keyboard_state or force_update: + self.keyboard_state = keyboard_state + self.load_layout(config.layout_filename) + + # if there is no X keyboard, poll until it appears + if not vk and not self.vk_timer: + self.vk_timer = gobject.timeout_add_seconds(1, self.cb_vk_timer) + + def load_layout(self, filename): + _logger.info("Loading keyboard layout from " + filename) + if self.keyboard: + self.keyboard.clean() + self.keyboard = KeyboardSVG(self.get_vk(), filename) + self._window.set_keyboard(self.keyboard) + + def get_vk(self): + if not self._vk: + try: + # may fail if there is no X keyboard (LP: 526791) + self._vk = virtkey.virtkey() + + except virtkey.error as e: + t = time.time() + if t > self._vk_error_time + .2: # rate limit to once per 200ms + _logger.warning("vk: "+str(e)) + self._vk_error_time = t + + return self._vk + + def reset_vk(self): + self._vk = None + self._vk_error_time = 0 + + # Methods concerning the application def clean(self): self.keyboard.clean() @@ -196,14 +276,17 @@ self.clean() gtk.main_quit() - def load_layout(self, filename): - _logger.info("Loading keyboard layout from " + filename) - if self.keyboard: - self.keyboard.clean() - self.keyboard = KeyboardSVG(filename) - self._window.set_keyboard(self.keyboard) - def do_quit_onboard(self, data=None): _logger.debug("Entered do_quit_onboard") self._window.save_size_and_position() gtk.main_quit() + + +def cb_any_event(event, onboard): + # XkbStateNotify maps to gtk.gdk.NOTHING + # https://bugzilla.gnome.org/show_bug.cgi?id=156948 + if event.type == gtk.gdk.NOTHING: + onboard.update_layout() + gtk.main_do_event(event) + + diff -Nru onboard-0.93.2/Onboard/Pane.py onboard-0.94.0/Onboard/Pane.py --- onboard-0.93.2/Onboard/Pane.py 2010-07-08 14:31:58.000000000 +0100 +++ onboard-0.94.0/Onboard/Pane.py 2010-08-20 14:46:34.000000000 +0100 @@ -2,7 +2,7 @@ "The pane holds the keys and is drawn by the keyboard widget." scale = (0, 0) - """ + """ The amount to multiply to convert from layout co-ordinates to drawing co-ordinates. """ @@ -13,19 +13,19 @@ """ The name for this pane, needed when saving keyboard layout """ self.size = size - """ The size of this pane as defined in the keyboard layout """ + """ The size of this pane as defined in the keyboard layout """ self.rgba = rgba - """ + """ Four tuple with values between 0 and 1 containing the pane's - background colour + background colour """ self.columns = columns """ A two dimensional array of Keys. Used for scanning """ self.key_groups = key_groups - """ + """ Dictionary with group name as the key and an array of keys for each value. Each group of keys is drawn with the same label font size. """ diff -Nru onboard-0.93.2/Onboard/SnippetList.py onboard-0.94.0/Onboard/SnippetList.py --- onboard-0.93.2/Onboard/SnippetList.py 2010-07-08 14:31:58.000000000 +0100 +++ onboard-0.94.0/Onboard/SnippetList.py 2010-08-20 14:46:34.000000000 +0100 @@ -24,7 +24,7 @@ number_renderer = gtk.CellRendererSpin() number_renderer.set_property("editable", True) number_renderer.connect("edited", self.on_number_edited) - number_renderer.set_property("adjustment", + number_renderer.set_property("adjustment", gtk.Adjustment(step_incr = 1, upper = 1000)) number_column = gtk.TreeViewColumn("Button Number", number_renderer) number_column.set_attributes(number_renderer, text=0) diff -Nru onboard-0.93.2/PKG-INFO onboard-0.94.0/PKG-INFO --- onboard-0.93.2/PKG-INFO 2010-07-08 14:59:51.000000000 +0100 +++ onboard-0.94.0/PKG-INFO 2010-08-20 15:02:23.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: onboard -Version: 0.93.2 +Version: 0.94.0 Summary: Simple On-screen Keyboard Home-page: http://launchpad.net/onboard/ Author: Ubuntu Core Developers diff -Nru onboard-0.93.2/po/af.po onboard-0.94.0/po/af.po --- onboard-0.93.2/po/af.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/af.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-05-14 19:29+0000\n" -"Last-Translator: Marsel Pretorius \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:29+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Afrikaans \n" +"Language: af\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -169,7 +170,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard aanskerm sleutelbord" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -191,7 +192,7 @@ "Sal jy die stelsel weer wil instel om onBoard te vertoon met die ontsluit " "van die skerm?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/ar.po onboard-0.94.0/po/ar.po --- onboard-0.93.2/po/ar.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/ar.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-01-19 07:34+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:06+0000\n" "Last-Translator: Francesco Fumanti \n" "Language-Team: Arabic \n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -341,16 +342,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "أزرار\n" -#~ "التبديل" - -#~ msgid "_Quit" -#~ msgstr "_غادر" - -#~ msgid "_Settings" -#~ msgstr "الإ_عدادات" diff -Nru onboard-0.93.2/po/ast.po onboard-0.94.0/po/ast.po --- onboard-0.93.2/po/ast.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/ast.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-02-19 22:56+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-23 12:43+0000\n" "Last-Translator: Iñigo Varela \n" "Language-Team: Asturian \n" +"Language: ast\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -168,7 +169,7 @@ msgid "onBoard onscreen keyboard" msgstr "Tecláu en pantalla onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -190,7 +191,7 @@ "¿Desea reconfigurar el sistema para que muestre a onboard al desbloquear la " "pantalla?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -364,39 +365,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - botonos mediu/drechu deshabilitaos" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib inhabilitada%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "Show settings" -#~ msgstr "Amosar configuración" - -#~ msgid "_Quit" -#~ msgstr "_Colar" - -#~ msgid "_Settings" -#~ msgstr "_Configuración" - -#~ msgid "Quit onBoard" -#~ msgstr "Colar d'onBoard" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Camudar\n" -#~ "los botones" - -#~ msgid "Personalise current layout" -#~ msgstr "Personalizar el diseñu" - -#~ msgid "Open layout folder" -#~ msgstr "Abrir carpeta de diseños" +msgstr "Estensión XInput inhabilitada %s\n" diff -Nru onboard-0.93.2/po/be.po onboard-0.94.0/po/be.po --- onboard-0.93.2/po/be.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/be.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-02-28 12:18+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:28+0000\n" "Last-Translator: Mikola Tsekhan \n" "Language-Team: Belarusian \n" +"Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -167,7 +168,7 @@ msgid "onBoard onscreen keyboard" msgstr "Экранная клявіятура onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -185,7 +186,7 @@ "\n" "Наладзіць сыстэму так, каб onboard з'яўлялася на экране зьняцьця блякаваньня?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/bg.po onboard-0.94.0/po/bg.po --- onboard-0.93.2/po/bg.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/bg.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-23 09:37+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-25 10:03+0000\n" "Last-Translator: Kamen Lichev \n" "Language-Team: Bulgarian \n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -171,7 +172,7 @@ msgid "onBoard onscreen keyboard" msgstr "Виртуална клавиатура" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -192,7 +193,7 @@ "Бихте ли искали да преконфигурирате системата да показва виртуалната " "клавиатура при отключване екрана?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -372,39 +373,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - среден/десен бутон на мишката са забранени" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib не е наличен%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "Show settings" -#~ msgstr "Показване на настройки" - -#~ msgid "_Quit" -#~ msgstr "_Затваряне на програмата" - -#~ msgid "Quit onBoard" -#~ msgstr "Затваряне на onBoard" - -#~ msgid "_Settings" -#~ msgstr "_Настройки" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Смяна\n" -#~ "Бутони" - -#~ msgid "Personalise current layout" -#~ msgstr "Персонализиране на текущата подредба" - -#~ msgid "Open layout folder" -#~ msgstr "Отваряне на папка с подредби" +msgstr "XInput разширението не е налично%s\n" diff -Nru onboard-0.93.2/po/bn.po onboard-0.94.0/po/bn.po --- onboard-0.93.2/po/bn.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/bn.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-06-08 12:06+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:27+0000\n" "Last-Translator: nasir khan saikat \n" "Language-Team: Bengali \n" +"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/br.po onboard-0.94.0/po/br.po --- onboard-0.93.2/po/br.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/br.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-05-30 21:01+0000\n" -"Last-Translator: Alan \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:28+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Breton \n" +"Language: br\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -171,7 +172,7 @@ msgid "onBoard onscreen keyboard" msgstr "Klavier war ar skramm onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -194,7 +195,7 @@ "Ha fellout a ra deoc'h adkefluniañ ar reizhiad a-benn diskouez Onboard pa " "vez dibrennet ar skramm ?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/bs.po onboard-0.94.0/po/bs.po --- onboard-0.93.2/po/bs.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/bs.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-03-12 01:55+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:01+0000\n" "Last-Translator: Miro Glavić \n" "Language-Team: Bosnian \n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -341,16 +342,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Izađi" - -#~ msgid "_Settings" -#~ msgstr "_Postavke" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Prebaci\n" -#~ "Dugmad" diff -Nru onboard-0.93.2/po/ca.po onboard-0.94.0/po/ca.po --- onboard-0.93.2/po/ca.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/ca.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:15+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:01+0000\n" "Last-Translator: Emmet Hikory \n" "Language-Team: Catalan \n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -168,7 +169,7 @@ msgid "onBoard onscreen keyboard" msgstr "Teclat en pantalla onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -191,7 +192,7 @@ "Voleu tornar a configurar el sistema per mostrar l'Onboard quan desbloqueu " "la pantalla?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/cs.po onboard-0.94.0/po/cs.po --- onboard-0.93.2/po/cs.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/cs.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:15+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:01+0000\n" "Last-Translator: Jakub Mareček \n" "Language-Team: Czech \n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -341,16 +342,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Settings" -#~ msgstr "Na_stavení" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Prohodit\n" -#~ "tlačítka" - -#~ msgid "_Quit" -#~ msgstr "Uk_ončit" diff -Nru onboard-0.93.2/po/da.po onboard-0.94.0/po/da.po --- onboard-0.93.2/po/da.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/da.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:15+0000\n" -"Last-Translator: Emmet Hikory \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-08-12 16:29+0000\n" +"Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -168,7 +169,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard-skærmtastatur" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -191,7 +192,7 @@ "Vil du have systemet konfigureret til at vise onboard, når du låser skærmen " "op?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -371,27 +372,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - midt-/højrekliksknap deaktiveret" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib utilgængelig%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Afslut" - -#~ msgid "_Settings" -#~ msgstr "_Indstillinger" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Skift\n" -#~ "Knapper" +msgstr "XInput-udvidelse utilgængelig%s\n" diff -Nru onboard-0.93.2/po/de.po onboard-0.94.0/po/de.po --- onboard-0.93.2/po/de.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/de.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:16+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:05+0000\n" "Last-Translator: Francesco Fumanti \n" "Language-Team: German \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -171,7 +172,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard-Bildschirmtastatur" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -193,7 +194,7 @@ "Möchten Sie das System so konfigurieren, dass onboad beim Entsperren des " "Bildschirms wieder mit angezeigt wird?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -385,9 +386,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Beenden" - -#~ msgid "_Settings" -#~ msgstr "_Einstellungen" diff -Nru onboard-0.93.2/po/el.po onboard-0.94.0/po/el.po --- onboard-0.93.2/po/el.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/el.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 10:59+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 07:59+0000\n" "Last-Translator: sterios prosiniklis \n" "Language-Team: Greek \n" +"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -172,7 +173,7 @@ msgid "onBoard onscreen keyboard" msgstr "Πληκτρολόγιο οθόνης onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -195,7 +196,7 @@ "Θα θέλατε να επαναρυθμίσετε το σύστημα ώστε να εμφανίζει το onboard όταν " "ξεκλειδώνετε την οθόνη;" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -388,16 +389,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_'Εξοδος" - -#~ msgid "_Settings" -#~ msgstr "_Ρυθμίσεις" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Αλλαγή\n" -#~ "Κουμπιών" diff -Nru onboard-0.93.2/po/en_AU.po onboard-0.94.0/po/en_AU.po --- onboard-0.93.2/po/en_AU.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/en_AU.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-03-11 13:11+0000\n" -"Last-Translator: Stephen Norman \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:06+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: English (Australia) \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -167,7 +168,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard onscreen keyboard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -189,7 +190,7 @@ "Would you like to reconfigure the system to show onboard when unlocking the " "screen?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -379,28 +380,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "Show settings" -#~ msgstr "Show settings" - -#~ msgid "_Quit" -#~ msgstr "_Quit" - -#~ msgid "_Settings" -#~ msgstr "_Settings" - -#~ msgid "Quit onBoard" -#~ msgstr "Quit onBoard" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Switch\n" -#~ "Buttons" - -#~ msgid "Personalise current layout" -#~ msgstr "Personalise current layout" - -#~ msgid "Open layout folder" -#~ msgstr "Open layout folder" diff -Nru onboard-0.93.2/po/en_CA.po onboard-0.94.0/po/en_CA.po --- onboard-0.93.2/po/en_CA.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/en_CA.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-02-09 05:00+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 07:58+0000\n" "Last-Translator: Itai Molenaar \n" "Language-Team: English (Canada) \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -160,7 +161,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard onscreen keyboard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -173,7 +174,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -353,16 +354,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Quit" - -#~ msgid "_Settings" -#~ msgstr "_Settings" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Switch\n" -#~ "Buttons" diff -Nru onboard-0.93.2/po/en_GB.po onboard-0.94.0/po/en_GB.po --- onboard-0.93.2/po/en_GB.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/en_GB.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:15+0000\n" -"Last-Translator: Chris Jones \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-26 19:23+0000\n" +"Last-Translator: Robert Readman \n" "Language-Team: English (United Kingdom) \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -167,7 +168,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard onscreen keyboard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -189,7 +190,7 @@ "Would you like to reconfigure the system to show onboard when unlocking the " "screen?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -368,27 +369,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - middle/right click buttons disabled" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib unavailable%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Quit" - -#~ msgid "_Settings" -#~ msgstr "_Settings" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Switch\n" -#~ "Buttons" +msgstr "XInput extension unavailable%s\n" diff -Nru onboard-0.93.2/po/eo.po onboard-0.94.0/po/eo.po --- onboard-0.93.2/po/eo.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/eo.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-05-24 12:00+0000\n" -"Last-Translator: Aisano \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:27+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Esperanto \n" +"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -168,7 +169,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard surekrana klavaro" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -190,7 +191,7 @@ "Ĉu vi volas reagordi la sistemon tiel, ke la onboard-klavaro aperu dum " "malŝlosado de la ekrano?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/es.po onboard-0.94.0/po/es.po --- onboard-0.93.2/po/es.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/es.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-07-02 05:31+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-23 17:01+0000\n" "Last-Translator: Paco Molinero \n" "Language-Team: Spanish \n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -169,7 +170,7 @@ msgid "onBoard onscreen keyboard" msgstr "Teclado en pantalla de onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -192,7 +193,7 @@ "¿Desea reconfigurar el sistema para que muestre a onboard al desbloquear la " "pantalla?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -374,27 +375,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - botones medio/derecho desactivados" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib no disponible%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Salir" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Cambiar\n" -#~ "Botones" - -#~ msgid "_Settings" -#~ msgstr "_Opciones" +msgstr "Extensión Xinput no disponible %s\n" diff -Nru onboard-0.93.2/po/et.po onboard-0.94.0/po/et.po --- onboard-0.93.2/po/et.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/et.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:17+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:01+0000\n" "Last-Translator: Madis Leinakse \n" "Language-Team: Estonian \n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -341,16 +342,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Vaheta\n" -#~ "Nuppe" - -#~ msgid "_Quit" -#~ msgstr "_Lõpetamine" - -#~ msgid "_Settings" -#~ msgstr "_Seaded" diff -Nru onboard-0.93.2/po/eu.po onboard-0.94.0/po/eu.po --- onboard-0.93.2/po/eu.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/eu.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-06-06 22:09+0000\n" -"Last-Translator: Ibai Oihanguren \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:02+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Basque \n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard pantailako teklatua" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -349,9 +350,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Irten" - -#~ msgid "_Settings" -#~ msgstr "_Ezarpenak" diff -Nru onboard-0.93.2/po/fil.po onboard-0.94.0/po/fil.po --- onboard-0.93.2/po/fil.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/fil.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:16+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 07:59+0000\n" "Last-Translator: Arielle B Cruz \n" "Language-Team: Filipino \n" +"Language: fil\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -341,16 +342,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "Isara (_Q)" - -#~ msgid "_Settings" -#~ msgstr "Mga Pagsasaayos (_S)" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Ipagpalit ang\n" -#~ "mga Buton" diff -Nru onboard-0.93.2/po/fi.po onboard-0.94.0/po/fi.po --- onboard-0.93.2/po/fi.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/fi.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:16+0000\n" -"Last-Translator: Emmet Hikory \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-08-03 05:54+0000\n" +"Last-Translator: Jiri Grönroos \n" "Language-Team: Finnish \n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -170,7 +171,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard-virtuaalinäppäimistö" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -193,7 +194,7 @@ "Haluaisitko muokata järjestelmän asetuksia uudelleen siten, että onboard " "näytetään ruudulla lukituksen poistamisen yhteydessä?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -372,27 +373,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - keskimmäinen ja oikea painike poissa käytöstä" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib ei ole käytettävissä%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Vaihda\n" -#~ "nappeja" - -#~ msgid "_Quit" -#~ msgstr "_Lopeta" - -#~ msgid "_Settings" -#~ msgstr "_Asetukset" +msgstr "XInput-laajennus ei ole käytettävissä%s\n" diff -Nru onboard-0.93.2/po/fr.po onboard-0.94.0/po/fr.po --- onboard-0.93.2/po/fr.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/fr.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:16+0000\n" -"Last-Translator: Chris Jones \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-25 14:37+0000\n" +"Last-Translator: Pierre Slamich \n" "Language-Team: French \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -169,7 +170,7 @@ msgid "onBoard onscreen keyboard" msgstr "Clavier virtuel Onboard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -191,7 +192,7 @@ "Voulez vous reconfigurez le système pour afficher onboard lors du " "déverrouillage de l'écran ?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -370,17 +371,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - boutons clic droit et clic central désactivés" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib indisponible %s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Quitter" +msgstr "extension XInput indisponible %s\n" diff -Nru onboard-0.93.2/po/ga.po onboard-0.94.0/po/ga.po --- onboard-0.93.2/po/ga.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/ga.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:16+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:06+0000\n" "Last-Translator: Chris Jones \n" "Language-Team: Irish \n" +"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -341,16 +342,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Scoir" - -#~ msgid "_Settings" -#~ msgstr "_Socruithe" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Athraigh\n" -#~ "Cnaipí" diff -Nru onboard-0.93.2/po/gl.po onboard-0.94.0/po/gl.po --- onboard-0.93.2/po/gl.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/gl.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-02-18 09:49+0000\n" -"Last-Translator: Miguel Anxo Bouzada \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-08-08 04:06+0000\n" +"Last-Translator: Francisco Diéguez \n" "Language-Team: Galician \n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -170,7 +171,7 @@ msgid "onBoard onscreen keyboard" msgstr "Teclado en pantallla onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -193,7 +194,7 @@ "Gustaríalle volver a configurar o sistema para mostrar OnBoard cando " "desbloquea a pantalla?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -375,30 +376,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - remer botóns medio/dereito desactivado" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib non dispoñíbel%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Sair" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Intercambiar\n" -#~ "Botóns" - -#~ msgid "Personalise current layout" -#~ msgstr "Personalizar o deseño actual" - -#~ msgid "Open layout folder" -#~ msgstr "Abrir o cartafol de deseños" +msgstr "Extensión XInput non dispoñíbel%s\n" diff -Nru onboard-0.93.2/po/he.po onboard-0.94.0/po/he.po --- onboard-0.93.2/po/he.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/he.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:15+0000\n" -"Last-Translator: Ddorda \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-24 07:08+0000\n" +"Last-Translator: Yaron \n" "Language-Team: Hebrew \n" +"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -161,7 +162,7 @@ msgid "onBoard onscreen keyboard" msgstr "מקלדת המסך של onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -181,7 +182,7 @@ "\n" "האם ברצונך להחזיר את הגדרת המערכת כך שתציג את onboard בעת שחרור נעילת המסך?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -360,27 +361,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - הלחצנים הימני והאמצעי מנוטרלים" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib אינה זמינה%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "החלפת\n" -#~ "כפתורים" - -#~ msgid "_Quit" -#~ msgstr "י_ציאה" - -#~ msgid "_Settings" -#~ msgstr "ה_גדרות" +msgstr "ההרחבה XInput אינה זמינה%s\n" diff -Nru onboard-0.93.2/po/hi.po onboard-0.94.0/po/hi.po --- onboard-0.93.2/po/hi.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/hi.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-06-13 09:13+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:28+0000\n" "Last-Translator: Manish Kumar \n" "Language-Team: Hindi \n" +"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -162,7 +163,7 @@ msgid "onBoard onscreen keyboard" msgstr "आन्बोर्ड स्क्रीन पर कुँजीपटल" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -175,7 +176,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/hr.po onboard-0.94.0/po/hr.po --- onboard-0.93.2/po/hr.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/hr.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:16+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:02+0000\n" "Last-Translator: Chris Jones \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" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -341,6 +342,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Izađi" diff -Nru onboard-0.93.2/po/hu.po onboard-0.94.0/po/hu.po --- onboard-0.93.2/po/hu.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/hu.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:15+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 07:58+0000\n" "Last-Translator: Robert Biro \n" "Language-Team: Hungarian \n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -169,7 +170,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard képernyő-billentyűzet" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -190,7 +191,7 @@ "Kívánja újrakonfigurálni a rendszert, hogy megjelenítse az onboard programot " "a képernyő feloldásához?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -379,16 +380,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Kilépés" - -#~ msgid "_Settings" -#~ msgstr "_Beállítások" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Kapcsoló\n" -#~ "Gombok" diff -Nru onboard-0.93.2/po/id.po onboard-0.94.0/po/id.po --- onboard-0.93.2/po/id.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/id.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:16+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:00+0000\n" "Last-Translator: Chris Jones \n" "Language-Team: Indonesian \n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "Papan ketik semu dilayar bawaan" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -341,16 +342,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Keluar" - -#~ msgid "_Settings" -#~ msgstr "_Pengaturan" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Ganti\n" -#~ "Tombol" diff -Nru onboard-0.93.2/po/is.po onboard-0.94.0/po/is.po --- onboard-0.93.2/po/is.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/is.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-01-25 23:21+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:28+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Icelandic \n" +"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/it.po onboard-0.94.0/po/it.po --- onboard-0.93.2/po/it.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/it.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:16+0000\n" -"Last-Translator: Emmet Hikory \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-08-14 12:29+0000\n" +"Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -171,7 +172,7 @@ msgid "onBoard onscreen keyboard" msgstr "Tastiera a schermo onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -187,14 +188,14 @@ "sbloccare lo schermo; per esempio per inserire la password del " "salvaschermo.\n" "\n" -"Il sistema non è però configurato per utilizzare «onboard» per questa azione: " -"un'altra applicazione potrebbe aver impostato l'utilizzo di un diverso " -"programma.\n" +"Il sistema non è però configurato per utilizzare «onboard» per questa " +"azione: un'altra applicazione potrebbe aver impostato l'utilizzo di un " +"diverso programma.\n" "\n" -"Riconfigurare il sistema per mostrare «onboard» quando è necessario sbloccare " -"lo schermo?" +"Riconfigurare il sistema per mostrare «onboard» quando è necessario " +"sbloccare lo schermo?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -375,27 +376,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - pulsante centrale/destro disabilitato" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib non disponibile%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Esci" - -#~ msgid "_Settings" -#~ msgstr "I_mpostazioni" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Scambia\n" -#~ "pulsanti mouse" +msgstr "Estensione XInput non disponibile%s\n" diff -Nru onboard-0.93.2/po/ja.po onboard-0.94.0/po/ja.po --- onboard-0.93.2/po/ja.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/ja.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-05-05 09:50+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:28+0000\n" "Last-Translator: Nobuto MURATA \n" "Language-Team: Japanese \n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -161,7 +162,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard オンスクリーン・キーボード" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -174,7 +175,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/kk.po onboard-0.94.0/po/kk.po --- onboard-0.93.2/po/kk.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/kk.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-07 03:28+0000\n" -"Last-Translator: arruah \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:28+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Kazakh \n" +"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -157,7 +158,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard экрандық пернетақта" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -170,7 +171,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/kn.po onboard-0.94.0/po/kn.po --- onboard-0.93.2/po/kn.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/kn.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-25 13:54+0000\n" -"Last-Translator: ಸುಭಾಸ್ ಭಟ್(Subhas Bhat) \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:29+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Kannada \n" +"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "ಆನ್ ಬೋರ್ಡ್ ತೆರೆಯಮೇಲಿನ ಕೀಲಿಮನೆ" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/ko.po onboard-0.94.0/po/ko.po --- onboard-0.93.2/po/ko.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/ko.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-06-25 10:46+0000\n" -"Last-Translator: Seung Soo, Ha \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:06+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Korean \n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -159,7 +160,7 @@ msgid "onBoard onscreen keyboard" msgstr "온보드 스크린 키보드" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -172,7 +173,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -356,28 +357,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "Show settings" -#~ msgstr "설정 보기" - -#~ msgid "_Quit" -#~ msgstr "종료(_Q)" - -#~ msgid "Quit onBoard" -#~ msgstr "onBoard 종료" - -#~ msgid "_Settings" -#~ msgstr "설정(_S)" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "변경\n" -#~ "버튼" - -#~ msgid "Personalise current layout" -#~ msgstr "현재 배치 개인화" - -#~ msgid "Open layout folder" -#~ msgstr "배치 폴더 열기" diff -Nru onboard-0.93.2/po/ku.po onboard-0.94.0/po/ku.po --- onboard-0.93.2/po/ku.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/ku.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2007-03-29 09:08+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:28+0000\n" "Last-Translator: rizoye-xerzi \n" "Language-Team: Kurdish \n" +"Language: ku\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/lt.po onboard-0.94.0/po/lt.po --- onboard-0.93.2/po/lt.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/lt.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:16+0000\n" -"Last-Translator: zolookas \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 07:58+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Lithuanian \n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -156,7 +157,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -169,7 +170,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -343,16 +344,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Išeiti" - -#~ msgid "_Settings" -#~ msgstr "_Nustatymai" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Perjungti\n" -#~ "mygtukus" diff -Nru onboard-0.93.2/po/lv.po onboard-0.94.0/po/lv.po --- onboard-0.93.2/po/lv.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/lv.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-02-23 17:32+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:27+0000\n" "Last-Translator: Pēteris Krišjānis \n" "Language-Team: Latvian \n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -167,7 +168,7 @@ msgid "onBoard onscreen keyboard" msgstr "OnBoard uz ekrāna tastatūra" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -188,7 +189,7 @@ "\n" "Vai jūs vēlaties pārkonfigurēt sistēmu, lai rādītu onboard atslēdzot ekrānu?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/ml.po onboard-0.94.0/po/ml.po --- onboard-0.93.2/po/ml.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/ml.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-07-07 04:07+0000\n" -"Last-Translator: Arun Mohan \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:30+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Malayalam \n" +"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/ms.po onboard-0.94.0/po/ms.po --- onboard-0.93.2/po/ms.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/ms.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-06-02 09:41+0000\n" -"Last-Translator: myromance123 \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:30+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Malay \n" +"Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -170,7 +171,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard papan kekunci pada skrin" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -194,7 +195,7 @@ "Adakah anda ingin mengubahsuai sistem semula untuk menunjukkan onBoard " "apabila membuka kunci skrin?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/nb.po onboard-0.94.0/po/nb.po --- onboard-0.93.2/po/nb.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/nb.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-05-03 22:47+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 07:59+0000\n" "Last-Translator: Kjetil Birkeland Moe \n" "Language-Team: Norwegian Bokmal \n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -104,7 +105,7 @@ #: ../settings.ui.h:18 msgid "Start onboard _minimized" -msgstr "" +msgstr "Start onboard _minimert" #: ../settings.ui.h:19 msgid "Start onboard hidden." @@ -152,13 +153,13 @@ #: ../data/onboard.desktop.in.h:2 msgid "onBoard" -msgstr "" +msgstr "onBoard" #: ../data/onboard.desktop.in.h:3 msgid "onBoard onscreen keyboard" -msgstr "" +msgstr "onBoard skjermtastatur" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -171,7 +172,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -196,13 +197,15 @@ #: ../Onboard/KeyboardSVG.py:222 msgid "Snippet" -msgstr "" +msgstr "Bit" #: ../data/layoutstrings.py:5 msgid "" "Middle\n" "Click" msgstr "" +"Midt\n" +"Klikk" #: ../data/layoutstrings.py:6 msgid "" @@ -264,7 +267,7 @@ #. The home key on a computer keyboard #: ../data/layoutstrings.py:27 msgid "Hm" -msgstr "" +msgstr "Hm" #. The del key on a computer keyboard #: ../data/layoutstrings.py:29 @@ -353,16 +356,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Avslutt" - -#~ msgid "_Settings" -#~ msgstr "_Innstillinger" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Bytt\n" -#~ "Knapper" diff -Nru onboard-0.93.2/po/nl.po onboard-0.94.0/po/nl.po --- onboard-0.93.2/po/nl.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/nl.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:15+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:06+0000\n" "Last-Translator: Daniil Sorokin \n" "Language-Team: Dutch \n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -170,7 +171,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard schermtoetsenbord" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -193,7 +194,7 @@ "Wilt u de computer opnieuw instellen om onboard te weergeven bij het " "ontgrendelen van het scherm?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -385,6 +386,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Quit" diff -Nru onboard-0.93.2/po/oc.po onboard-0.94.0/po/oc.po --- onboard-0.93.2/po/oc.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/oc.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-03-17 10:56+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 07:59+0000\n" "Last-Translator: Cédric VALMARY (Tot en òc) \n" "Language-Team: Occitan (post 1500) \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -169,7 +170,7 @@ msgid "onBoard onscreen keyboard" msgstr "Clavièr virtual Onboard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -191,7 +192,7 @@ "Volètz tornar configurez lo sistèma per afichar onboard al moment del " "desvarrolhatge de l'ecran ?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -381,6 +382,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Settings" -#~ msgstr "_Paramètres" diff -Nru onboard-0.93.2/po/pl.po onboard-0.94.0/po/pl.po --- onboard-0.93.2/po/pl.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/pl.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:16+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:00+0000\n" "Last-Translator: tymmej \n" "Language-Team: Polish \n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -156,7 +157,7 @@ msgid "onBoard onscreen keyboard" msgstr "Klawiatura ekranowa onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -169,7 +170,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -350,9 +351,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Wyjdź" - -#~ msgid "_Settings" -#~ msgstr "_Ustawienia" diff -Nru onboard-0.93.2/po/pms.po onboard-0.94.0/po/pms.po --- onboard-0.93.2/po/pms.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/pms.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-06 12:41+0000\n" -"Last-Translator: Davide Alberelli \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:27+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Piemontese \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/pt_BR.po onboard-0.94.0/po/pt_BR.po --- onboard-0.93.2/po/pt_BR.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/pt_BR.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-05-31 17:25+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-23 22:44+0000\n" "Last-Translator: André Gondim \n" "Language-Team: Portuguese (Brazil) \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -168,7 +169,7 @@ msgid "onBoard onscreen keyboard" msgstr "Teclado virtual onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -191,7 +192,7 @@ "Gostaria de reconfigurar o sistema para mostrar onboard quando desbloquear a " "tela?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -372,20 +373,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " clique com botão do meio/direito está desabilitado" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib não disponível%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Sair" - -#~ msgid "_Settings" -#~ msgstr "C_onfigurações" +msgstr "Extensão Xinput não disponível%s\n" diff -Nru onboard-0.93.2/po/pt.po onboard-0.94.0/po/pt.po --- onboard-0.93.2/po/pt.po 2010-07-08 14:12:09.000000000 +0100 +++ onboard-0.94.0/po/pt.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:15+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 07:59+0000\n" "Last-Translator: darkwildsoul \n" "Language-Team: Portuguese \n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -169,7 +170,7 @@ msgid "onBoard onscreen keyboard" msgstr "Teclado no ecrã do OnBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -190,7 +191,7 @@ "\n" "Quer reconfigurar o sistema para mostrar o OnBoard ao desbloquear o ecrã ?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -380,14 +381,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "Sair" - -#~ msgid "_Settings" -#~ msgstr "Definições" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "Trocar botões" diff -Nru onboard-0.93.2/po/ro.po onboard-0.94.0/po/ro.po --- onboard-0.93.2/po/ro.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/ro.po 2010-08-20 14:46:34.000000000 +0100 @@ -2,19 +2,20 @@ # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the onboard package. # FIRST AUTHOR , 2007. -# +# Lucian Adrian Grijincu , 2010. msgid "" msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-21 21:11+0000\n" -"Last-Translator: Claudia Cotună \n" -"Language-Team: Romanian \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-08-15 22:38+0000\n" +"Last-Translator: Lucian Adrian Grijincu \n" +"Language-Team: Romanian Gnome Team \n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -22,8 +23,8 @@ "Scanning mode only works with layouts which are designed for the " "purpose." msgstr "" -"Modul de scanare funcționează numai pentru șabloanele concepute în " -"acest scop." +"Modul de scanare funcționează numai pentru aranjamentele de tastatură " +"concepute în acest scop." #: ../settings.ui.h:2 msgid "Desktop Integration" @@ -39,7 +40,7 @@ #: ../settings.ui.h:5 msgid "Layouts" -msgstr "Șabloane" +msgstr "Aranjamente de tastatură" #: ../settings.ui.h:6 msgid "Option When Hidden" @@ -47,7 +48,7 @@ #: ../settings.ui.h:7 msgid "Personalise _current layout" -msgstr "Personalizați șablonul _curent" +msgstr "Personalizați aranjamentul de tastatură _curent" #: ../settings.ui.h:8 msgid "Scanning" @@ -121,7 +122,7 @@ #: ../settings.ui.h:19 msgid "Start onboard hidden." -msgstr "Pornește onboard ascuns" +msgstr "Pornește onboard ascuns." #: ../settings.ui.h:20 msgid "Startup Option" @@ -133,7 +134,7 @@ #: ../settings.ui.h:22 msgid "_Password dialogs as normal windows" -msgstr "Dialogurile de _parola ca ferestre normale" +msgstr "Dialogurile de _parolă ca ferestre normale" #: ../settings.ui.h:23 msgid "_Show status icon" @@ -147,11 +148,11 @@ msgid "No file manager to open layout folder" msgstr "" "Nu există un administrator de fișiere pentru deschiderea dosarului cu " -"șabloane" +"aranjamentele de tastatură" #: ../Onboard/settings.py:154 msgid "Enter name for personalised layout" -msgstr "Introduceți un nume pentru șablonul personalizat" +msgstr "Introduceți un nume pentru aranjamentul de tastatură personalizat" #: ../Onboard/Indicator.py:46 msgid "_Show Onboard" @@ -173,7 +174,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard - Tastatură de ecran" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -190,12 +191,12 @@ "parolă.\n" "\n" "Totuși, sistemul nu mai este configurat să utilizeze onboard pentru a " -"debloca ecranul. Aceasta, probabil pentru că o altă aplicație a configurat " -"sistemul să utilizeze altceva.\n" +"debloca ecranul. O cauză ar putea fi cazul în care o altă aplicație a " +"configurat sistemul să utilizeze altceva.\n" "\n" "Doriți să reconfigurați sistemul să afișeze onboard la deblocarea ecranului?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -205,7 +206,7 @@ "Would you like to activate it?" msgstr "" "Onboard este configurat să apară împreună cu dialogul pentru deblocarea " -"ecranului; de exemplu, pentru a închide economizorul de ecran protejat cu " +"ecranului; de exemplu pentru a închide economizorul de ecran protejat cu " "parolă.\n" "\n" "Totuși, această funcție este dezactivată în sistem.\n" @@ -249,7 +250,7 @@ #: ../data/layoutstrings.py:7 msgid "Settings" -msgstr "Configurări" +msgstr "Preferințe" #. The tab key on a computer keyboard #: ../data/layoutstrings.py:9 @@ -377,20 +378,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - butoanele de clic mijloc/dreapta dezactivate" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib nu este disponibil%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "Personalise current layout" -#~ msgstr "Personalizează aranjamentul curent" - -#~ msgid "Open layout folder" -#~ msgstr "Deschide dosarul cu aranjamente" +msgstr "Extensia XInput nu este disponibilă%s\n" diff -Nru onboard-0.93.2/po/ru.po onboard-0.94.0/po/ru.po --- onboard-0.93.2/po/ru.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/ru.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:16+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-26 14:23+0000\n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -167,7 +168,7 @@ msgid "onBoard onscreen keyboard" msgstr "Экранная клавиатура onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -186,7 +187,7 @@ "\n" "Настоить систему так, чтобы onboard появлялась на экране снятия блокировки?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -364,27 +365,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - средняя/правая кнопки мыши отключены" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib недоступен%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Выход" - -#~ msgid "_Settings" -#~ msgstr "_Параметры" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Переключить\n" -#~ "кнопки" +msgstr "Расширение XInput недоступно%s\n" diff -Nru onboard-0.93.2/po/sk.po onboard-0.94.0/po/sk.po --- onboard-0.93.2/po/sk.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/sk.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-03-04 19:24+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:06+0000\n" "Last-Translator: Marián Bača \n" "Language-Team: Slovak \n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -172,7 +173,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard klávesnica na obrazovke" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -195,7 +196,7 @@ "Chcete opäť nastaviť systém tak, aby sa zobrazila klávesnica na obrazovke " "počas odomykania obrazovky?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -386,12 +387,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "Show settings" -#~ msgstr "Zobraziť nastavenia" - -#~ msgid "_Quit" -#~ msgstr "_Ukončiť" - -#~ msgid "_Settings" -#~ msgstr "_Nastavenia" diff -Nru onboard-0.93.2/po/sl.po onboard-0.94.0/po/sl.po --- onboard-0.93.2/po/sl.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/sl.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-06-10 13:50+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 07:59+0000\n" "Last-Translator: Klemen Košir \n" "Language-Team: Slovenian \n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "Zaslonska tipkovnica onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -351,16 +352,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "I_zhod" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Zamenjaj\n" -#~ "Gumbe" - -#~ msgid "_Settings" -#~ msgstr "Na_stavitve" diff -Nru onboard-0.93.2/po/sn.po onboard-0.94.0/po/sn.po --- onboard-0.93.2/po/sn.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/sn.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" "PO-Revision-Date: 2010-05-30 07:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Shona \n" +"Language: sn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/sq.po onboard-0.94.0/po/sq.po --- onboard-0.93.2/po/sq.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/sq.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-02-19 14:32+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-29 12:15+0000\n" "Last-Translator: Vilson Gjeci \n" "Language-Team: Albanian \n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -169,7 +170,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard tastierë në ekran" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -192,7 +193,7 @@ "Do të dëshironit ta rikonfiguronit sistemin që të shfaqë onboard kur " "zhbllokon ekranin?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -372,39 +373,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - butonat e mesit/djathtas të çaktivizuar" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib nuk është e disponueshme%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "Show settings" -#~ msgstr "Shfaq parametrat" - -#~ msgid "_Quit" -#~ msgstr "_Dalja" - -#~ msgid "Quit onBoard" -#~ msgstr "Dil onBoard" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Switch\n" -#~ "Buttons" - -#~ msgid "_Settings" -#~ msgstr "_Rregullime" - -#~ msgid "Personalise current layout" -#~ msgstr "Personalizo daljen e tanishme" - -#~ msgid "Open layout folder" -#~ msgstr "Hap folderin e daljes" +msgstr "Zgjatimi XInput nuk është i disponueshëm%s\n" diff -Nru onboard-0.93.2/po/sr.po onboard-0.94.0/po/sr.po --- onboard-0.93.2/po/sr.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/sr.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-05-01 20:24+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 07:58+0000\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -167,7 +168,7 @@ msgid "onBoard onscreen keyboard" msgstr "онБоард тастатура на екрану" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -189,7 +190,7 @@ "Да ли желите поново да подесите систем да прикаже онбоард при откључавању " "екрана?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -373,16 +374,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Settings" -#~ msgstr "_Подешавања" - -#~ msgid "_Quit" -#~ msgstr "_Изађи" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Замени\n" -#~ "Дугмад" diff -Nru onboard-0.93.2/po/sv.po onboard-0.94.0/po/sv.po --- onboard-0.93.2/po/sv.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/sv.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:17+0000\n" -"Last-Translator: Daniel Nylander \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-28 08:43+0000\n" +"Last-Translator: Erik Piehl Sylvén \n" "Language-Team: Swedish \n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -169,7 +170,7 @@ msgid "onBoard onscreen keyboard" msgstr "Skärmtangentbordet onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -190,7 +191,7 @@ "\n" "Vill du konfigurera om systemet till att visa onboard när skärmen låses upp?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -369,27 +370,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - mitten/höger klickknapparna avstängda" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib otillgänglig %s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Avsluta" - -#~ msgid "_Settings" -#~ msgstr "_Inställningar" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Växlings-\n" -#~ "knappar" +msgstr "XInput-tillägg otillgängligt %s\n" diff -Nru onboard-0.93.2/po/th.po onboard-0.94.0/po/th.po --- onboard-0.93.2/po/th.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/th.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-03-20 07:02+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:06+0000\n" "Last-Translator: SiraNokyoongtong \n" "Language-Team: Thai \n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "แป้นพิมพ์บนหน้าจอ onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -351,9 +352,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Settings" -#~ msgstr "_ตั้งค่า" - -#~ msgid "_Quit" -#~ msgstr "_ปิด" diff -Nru onboard-0.93.2/po/tl.po onboard-0.94.0/po/tl.po --- onboard-0.93.2/po/tl.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/tl.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:15+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 07:58+0000\n" "Last-Translator: Arielle B Cruz \n" "Language-Team: Tagalog \n" +"Language: tl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -154,7 +155,7 @@ msgid "onBoard onscreen keyboard" msgstr "" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -167,7 +168,7 @@ "screen?" msgstr "" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -341,16 +342,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "_Quit" -#~ msgstr "Isara (_Q)" - -#~ msgid "_Settings" -#~ msgstr "Mga Pagsasaayos (_S)" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Ipagpalit ang\n" -#~ "mga Buton" diff -Nru onboard-0.93.2/po/tr.po onboard-0.94.0/po/tr.po --- onboard-0.93.2/po/tr.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/tr.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:17+0000\n" -"Last-Translator: Tutku Dalmaz \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-24 11:47+0000\n" +"Last-Translator: Yiğit Ateş \n" "Language-Team: Turkish \n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -22,7 +23,8 @@ "Scanning mode only works with layouts which are designed for the " "purpose." msgstr "" -"Tarama kipi sadece amaç için tasarlanmış düzenler ile çalışır." +"Tarama kipi yalnızca amaç için tasarlanmış düzenler ile çalışır." #: ../settings.ui.h:2 msgid "Desktop Integration" @@ -38,7 +40,7 @@ #: ../settings.ui.h:5 msgid "Layouts" -msgstr "Düzenler:" +msgstr "Düzenler" #: ../settings.ui.h:6 msgid "Option When Hidden" @@ -46,7 +48,7 @@ #: ../settings.ui.h:7 msgid "Personalise _current layout" -msgstr "_Geçerili düzeni kişiselleştir" +msgstr "_Geçerli düzeni kişiselleştir" #: ../settings.ui.h:8 msgid "Scanning" @@ -126,7 +128,7 @@ #: ../settings.ui.h:21 msgid "_Open custom layouts folder" -msgstr "Seçimlik düzenler dizinini _aç" +msgstr "Özel yerleşim dizinini _aç" #: ../settings.ui.h:22 msgid "_Password dialogs as normal windows" @@ -146,7 +148,7 @@ #: ../Onboard/settings.py:154 msgid "Enter name for personalised layout" -msgstr "Kişiselleştirilmiş düzen için isim girin" +msgstr "Kişiselleştirilmiş düzen adını girin" #: ../Onboard/Indicator.py:46 msgid "_Show Onboard" @@ -168,7 +170,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard ekran klavyesi" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -189,7 +191,7 @@ "Sistemini, ekran açılırken yerleşiği gösterecek şekilde tekrar yapılandırmak " "ister misiniz?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -366,31 +368,18 @@ #: ../data/onboard-settings.desktop.in.h:3 msgid "onBoard onscreen keyboard settings" -msgstr "Bütünleşik ekranüzeri klavye ayarları" +msgstr "Yerleşik ekranüstü klavye ayarları" #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - orta/sağ tıklama düğmeleri devre dışı" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib mevcut değil%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "_Quit" -#~ msgstr "_Çık" - -#~ msgid "_Settings" -#~ msgstr "_Ayarlar" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Anahtar\n" -#~ "Düğmeler" +msgstr "XInput eklentisi mevcut değil%s\n" diff -Nru onboard-0.93.2/po/ug.po onboard-0.94.0/po/ug.po --- onboard-0.93.2/po/ug.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/ug.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-29 09:17+0000\n" -"Last-Translator: Gheyret T.Kenji \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:28+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Uyghur Computer Science Association \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -103,7 +104,7 @@ "click on onboard. By activating this option, these dialogs behave as normal " "windows and the area around the dialog remains active. This option is also " "available in the Assistive Technologies control panel." -msgstr "" +msgstr "بەزى ئىم دىئالوگلىرى..." #: ../settings.ui.h:18 msgid "Start onboard _minimized" @@ -161,7 +162,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard نىڭ ئەكرەن باستاختىسى" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -172,9 +173,9 @@ "\n" "Would you like to reconfigure the system to show onboard when unlocking the " "screen?" -msgstr "" +msgstr "تاختا بولسا..." -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -182,7 +183,7 @@ "However this function is disabled in the system.\n" "\n" "Would you like to activate it?" -msgstr "" +msgstr "تاختا بولسا..." #: ../Onboard/KeyboardSVG.py:54 msgid "Units for canvas height and width must currently be px (pixels)." diff -Nru onboard-0.93.2/po/uk.po onboard-0.94.0/po/uk.po --- onboard-0.93.2/po/uk.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/uk.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-07-02 10:43+0000\n" -"Last-Translator: Freetran \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 07:58+0000\n" +"Last-Translator: Francesco Fumanti \n" "Language-Team: Ukrainian \n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -125,7 +126,7 @@ #: ../settings.ui.h:21 msgid "_Open custom layouts folder" -msgstr "" +msgstr "_Відкрити теку з особливими розкладками" #: ../settings.ui.h:22 msgid "_Password dialogs as normal windows" @@ -167,7 +168,7 @@ msgid "onBoard onscreen keyboard" msgstr "Екранна клавіатура onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -187,7 +188,7 @@ "\n" "Налаштувати систему так, щоб Onboard відображалася на екрані розблокування?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -210,7 +211,7 @@ #: ../Onboard/KeyboardSVG.py:95 #, python-format msgid "%s appears in scanning definition only" -msgstr "" +msgstr "%s з’являється лише у визначенні сканкоду" #: ../Onboard/KeyboardSVG.py:122 msgid "Error loading " @@ -377,8 +378,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "Перемикнути клавіші" diff -Nru onboard-0.93.2/po/vi.po onboard-0.94.0/po/vi.po --- onboard-0.93.2/po/vi.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/vi.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-05-15 13:21+0000\n" -"Last-Translator: CMPITG \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-27 07:07+0000\n" +"Last-Translator: Lê Trường An \n" "Language-Team: Vietnamese \n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -169,7 +170,7 @@ msgid "onBoard onscreen keyboard" msgstr "Bàn phím trên màn hình onBoard" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -191,7 +192,7 @@ "Bạn có muốn cấu hình lại hệ thống để hiển thị onBoard khi cần mở khóa màn " "hình không?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -370,7 +371,7 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - phím giữa/phím phải đã bị vô hiệu hóa" #: ../Onboard/X11.py:37 #, python-format @@ -381,28 +382,3 @@ #, python-format msgid "XInput extension unavailable%s\n" msgstr "" - -#~ msgid "Show settings" -#~ msgstr "Hiện các thiết lập" - -#~ msgid "_Quit" -#~ msgstr "_Thoát" - -#~ msgid "_Settings" -#~ msgstr "Thiết _lập" - -#~ msgid "Quit onBoard" -#~ msgstr "Thoát onBoard" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "Chuyển\n" -#~ "Nhấn" - -#~ msgid "Personalise current layout" -#~ msgstr "Thay đổi kiểu bàn phím hiện tại" - -#~ msgid "Open layout folder" -#~ msgstr "Mở thư mục các kiểu bàn phím" diff -Nru onboard-0.93.2/po/zh_CN.po onboard-0.94.0/po/zh_CN.po --- onboard-0.93.2/po/zh_CN.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/zh_CN.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-27 06:15+0000\n" -"Last-Translator: Kyle WANG \n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-27 15:39+0000\n" +"Last-Translator: 英华 \n" "Language-Team: Simplified Chinese \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -159,7 +160,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard 屏幕键盘" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -179,7 +180,7 @@ "\n" "您希望将系统重新设置成在解锁屏幕时显示 onboard 吗?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -197,7 +198,7 @@ #: ../Onboard/KeyboardSVG.py:54 msgid "Units for canvas height and width must currently be px (pixels)." -msgstr "画布当前的尺寸单位必须为 px (像素)。" +msgstr "画布的高度和宽度必须以 px (pixels) 为单位。" #: ../Onboard/KeyboardSVG.py:95 #, python-format @@ -358,27 +359,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - 中/右键点击已禁用" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib 不可用 %s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "_Quit" -#~ msgstr "退出(_Q)" - -#~ msgid "_Settings" -#~ msgstr "设置(_S)" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "切换\n" -#~ "按钮" +msgstr "XInput 扩展不可用 %s\n" diff -Nru onboard-0.93.2/po/zh_HK.po onboard-0.94.0/po/zh_HK.po --- onboard-0.93.2/po/zh_HK.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/zh_HK.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-03-25 08:16+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-15 08:28+0000\n" "Last-Translator: Roy Chan \n" "Language-Team: Chinese (Hong Kong) \n" +"Language: zh_HK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -160,7 +161,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard 螢幕鍵盤" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -180,7 +181,7 @@ "\n" "您是否想重新配置系統在解除螢幕鎖定時顯示 onboard?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" diff -Nru onboard-0.93.2/po/zh_TW.po onboard-0.94.0/po/zh_TW.po --- onboard-0.93.2/po/zh_TW.po 2010-07-08 14:12:10.000000000 +0100 +++ onboard-0.94.0/po/zh_TW.po 2010-08-20 14:46:34.000000000 +0100 @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: onboard\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-08 15:12+0200\n" -"PO-Revision-Date: 2010-04-07 03:32+0000\n" +"POT-Creation-Date: 2010-08-19 15:01+0200\n" +"PO-Revision-Date: 2010-07-24 04:27+0000\n" "Last-Translator: Cheng-Chia Tseng \n" "Language-Team: Traditional Chinese \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-08 11:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-19 11:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../settings.ui.h:1 @@ -160,7 +161,7 @@ msgid "onBoard onscreen keyboard" msgstr "onBoard 螢幕鍵盤" -#: ../Onboard/OnboardGtk.py:103 +#: ../Onboard/OnboardGtk.py:114 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -180,7 +181,7 @@ "\n" "您是否想重新配置系統在解除螢幕鎖定時顯示 onboard?" -#: ../Onboard/OnboardGtk.py:113 +#: ../Onboard/OnboardGtk.py:124 msgid "" "Onboard is configured to appear with the dialog to unlock the screen; for " "example to dismiss the password-protected screensaver.\n" @@ -361,39 +362,14 @@ #: ../Onboard/X11.py:8 msgid " - middle/right click buttons disabled" -msgstr "" +msgstr " - 中/右點擊按鈕已停用" #: ../Onboard/X11.py:37 #, python-format msgid "Xlib unavailable%s\n" -msgstr "" +msgstr "Xlib 無法使用%s\n" #: ../Onboard/X11.py:104 #, python-format msgid "XInput extension unavailable%s\n" -msgstr "" - -#~ msgid "Show settings" -#~ msgstr "顯示設定值" - -#~ msgid "_Quit" -#~ msgstr "_Quit" - -#~ msgid "Quit onBoard" -#~ msgstr "離開螢幕鍵盤" - -#~ msgid "" -#~ "Switch\n" -#~ "Buttons" -#~ msgstr "" -#~ "切換\n" -#~ "按鈕" - -#~ msgid "_Settings" -#~ msgstr "_Settings" - -#~ msgid "Personalise current layout" -#~ msgstr "目前個人化版面" - -#~ msgid "Open layout folder" -#~ msgstr "開啟版面所在目錄" +msgstr "XInput 擴展無法使用%s\n" diff -Nru onboard-0.93.2/README onboard-0.94.0/README --- onboard-0.93.2/README 2010-07-08 14:31:58.000000000 +0100 +++ onboard-0.94.0/README 2010-08-20 14:46:34.000000000 +0100 @@ -1,4 +1,4 @@ -Onboard 0.93.2 +Onboard 0.94.0 ------------ Description: diff -Nru onboard-0.93.2/setup.py onboard-0.94.0/setup.py --- onboard-0.93.2/setup.py 2010-07-08 14:31:58.000000000 +0100 +++ onboard-0.94.0/setup.py 2010-08-20 14:46:34.000000000 +0100 @@ -15,7 +15,7 @@ DistUtilsExtra.auto.setup( name = 'onboard', - version = '0.93.2', + version = '0.94.0', author = 'Chris Jones', author_email = 'chris.e.jones@gmail.com', maintainer = 'Ubuntu Core Developers',