From 527e9a8c440ce0c28c6edd0bd866da3a0b8b1c72 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Fri, 16 Jul 2010 04:35:44 +0100 Subject: [PATCH 01/44] Launchpad automatic translations update. --- po/id.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/id.po b/po/id.po index d1af5872..f7dbd624 100644 --- a/po/id.po +++ b/po/id.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-15 03:33+0000\n" +"X-Launchpad-Export-Date: 2010-07-16 03:35+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 From c44aba068e4d44efd0c6a4b39ed0bff0c73769e4 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Sun, 18 Jul 2010 04:33:01 +0100 Subject: [PATCH 02/44] Launchpad automatic translations update. --- po/de.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/de.po b/po/de.po index 5af6f794..f5dfed63 100644 --- a/po/de.po +++ b/po/de.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-06-30 07:55+0000\n" -"Last-Translator: Johannes Haupt \n" +"PO-Revision-Date: 2010-07-17 08:29+0000\n" +"Last-Translator: Linus Hoppe \n" "Language-Team: German \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-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-07-18 03:33+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -342,7 +342,7 @@ msgstr "Alle Terminals _wiederherstellen" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "Gruppierung" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" From 5702bd13f205bc515ed083d6675cfc95e0708c4c Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Mon, 19 Jul 2010 04:33:15 +0100 Subject: [PATCH 03/44] Launchpad automatic translations update. --- po/es.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/po/es.po b/po/es.po index a703fec8..4a56420f 100644 --- a/po/es.po +++ b/po/es.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-10 06:33+0000\n" -"Last-Translator: Paco Molinero \n" +"PO-Revision-Date: 2010-07-18 04:09+0000\n" +"Last-Translator: Sam Dieck \n" "Language-Team: 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-11 03:38+0000\n" +"X-Launchpad-Export-Date: 2010-07-19 03:33+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -204,11 +204,11 @@ msgstr "Complemento ActivityWatch no disponible: instale python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "" +msgstr "Monitorear actividad" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" -msgstr "" +msgstr "Dejar de monitorear actividad" #: ../terminatorlib/plugins/custom_commands.py:50 msgid "Custom Commands" @@ -342,7 +342,7 @@ msgstr "_Restaurar todas las terminales" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "Agrupamiento" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" From 9044ffabb0f146459dbf63dc00ea97b0a8d561d8 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 21 Jul 2010 23:17:34 +0100 Subject: [PATCH 04/44] Land a modified and extended patch from Andrea Corbellini that adds a dbus server and a new default behaviour to use the dbus server to make terminator processes singletons --- doc/terminator_config.5 | 4 ++ terminator | 15 +++++++ terminatorlib/config.py | 1 + terminatorlib/ipc.py | 71 +++++++++++++++++++++++++++++++++ terminatorlib/preferences.glade | 30 +++++++++++++- terminatorlib/prefseditor.py | 8 ++++ 6 files changed, 128 insertions(+), 1 deletion(-) create mode 100644 terminatorlib/ipc.py diff --git a/doc/terminator_config.5 b/doc/terminator_config.5 index 07feaf1f..d01e96a3 100644 --- a/doc/terminator_config.5 +++ b/doc/terminator_config.5 @@ -32,6 +32,10 @@ Below are the individual sections that can exist in the config file: .SH "global_config" These are the options Terminator currently supports in the global_config section: .TP +.B dbus +Control whether or not Terminator will load its DBus server. When this server is loaded, running Terminator multiple times will cause the first Terminator process to open additional windows. If this configuration item is set to False, or the python dbus module is unavailable, running Terminator multiple times will run a separate Terminator process for each invocation. +Default value: \fBTrue\fR +.TP .B focus Control how focus is given to terminals. 'click' means the focus only moves to a terminal after you click in it. 'sloppy' means the focus will follow the mouse pointer. 'system' means the focus will match that used by a GNOME window manager. Default value: \fBclick\fR diff --git a/terminator b/terminator index ea153cca..db384948 100755 --- a/terminator +++ b/terminator @@ -50,6 +50,21 @@ if __name__ == '__main__': OPTIONS = terminatorlib.optionparse.parse_options() + # Attempt to import our dbus server. If one exists already we will just + # connect to that and ask for a new window. If not, we will create one and + # continue. Failure to import dbus, or the global config option "dbus" + # being False will cause us to continue without the dbus server and open a + # window. + try: + from terminatorlib import ipc + try: + ipc.DBusService() + except ipc.DBusException: + ipc.new_window() + sys.exit() + except ImportError: + pass + MAKER = Factory() TERMINATOR = Terminator() TERMINATOR.set_origcwd(ORIGCWD) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 61d964b9..4b888a96 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -76,6 +76,7 @@ except ImportError: DEFAULTS = { 'global_config': { + 'dbus' : True, 'focus' : 'click', 'handle_size' : -1, 'geometry_hinting' : True, diff --git a/terminatorlib/ipc.py b/terminatorlib/ipc.py new file mode 100644 index 00000000..d64bb6b5 --- /dev/null +++ b/terminatorlib/ipc.py @@ -0,0 +1,71 @@ +#!/usr/bin/python +# Terminator by Chris Jones +# GPL v2 only +"""ipc.py - DBus server and API calls""" + +import gtk +import dbus.service +from dbus.exceptions import DBusException +import dbus.glib +from borg import Borg +from terminator import Terminator +from config import Config + +CONFIG = Config() +if not CONFIG['dbus']: + # The config says we are not to load dbus, so pretend like we can't + raise ImportError + +BUS_BASE = 'net.tenshu.Terminator' +BUS_PATH = '/net/tenshu/Terminator' +try: + # Try and include the X11 display name in the dbus bus name + DISPLAY = gtk.gdk.get_display().replace(':', '').replace('.', '') + BUS_NAME = '%s%s' % (BUS_BASE, DISPLAY) +except: + BUS_NAME = BUS_BASE + +class DBusService(Borg, dbus.service.Object): + """DBus Server class. This is implemented as a Borg""" + bus_name = None + terminator = None + + def __init__(self): + """Class initialiser""" + self.prepare_attributes() + dbus.service.Object.__init__(self, self.bus_name, BUS_PATH) + + def prepare_attributes(self): + """Ensure we are populated""" + if not self.bus_name: + bus = dbus.SessionBus() + proxy = bus.get_object('org.freedesktop.DBus', + '/org/freedesktop/DBus') + flags = 1 | 4 # allow replacement | do not queue + if not proxy.RequestName(BUS_NAME, dbus.UInt32(flags)) in (1, 4): + raise dbus.exceptions.DBusException( + "Couldn't get DBus name %s: Name exists" % BUS_NAME) + self.bus_name = dbus.service.BusName(BUS_NAME, + bus=dbus.SessionBus()) + if not self.terminator: + self.terminator = Terminator() + + @dbus.service.method(BUS_NAME) + def new_window(self): + """Create a new Window""" + self.terminator.create_layout('default') + self.terminator.layout_done() + +def with_proxy(func): + """Decorator function to connect to the session dbus bus""" + def _exec(*args, **argd): + bus = dbus.SessionBus() + proxy = bus.get_object(BUS_NAME, BUS_PATH) + func(proxy, *args, **argd) + return _exec + +@with_proxy +def new_window(session): + """Call the dbus method to open a new window""" + session.new_window() + diff --git a/terminatorlib/preferences.glade b/terminatorlib/preferences.glade index 0f554010..b05f0a4e 100644 --- a/terminatorlib/preferences.glade +++ b/terminatorlib/preferences.glade @@ -298,7 +298,7 @@ True - 6 + 7 2 6 @@ -489,6 +489,34 @@ 20 + + + True + DBus server + + + 6 + 7 + + + + + True + True + False + True + True + + + + 1 + 2 + 6 + 7 + GTK_EXPAND + GTK_EXPAND + + 0 diff --git a/terminatorlib/prefseditor.py b/terminatorlib/prefseditor.py index c8edabda..03cf3465 100755 --- a/terminatorlib/prefseditor.py +++ b/terminatorlib/prefseditor.py @@ -215,6 +215,9 @@ class PrefsEditor: else: active = 0 widget.set_active(active) + # DBus Server + widget = guiget('dbuscheck') + widget.set_active(self.config['dbus']) ## Profile tab # Populate the profile list @@ -538,6 +541,11 @@ class PrefsEditor: self.config['geometry_hinting'] = widget.get_active() self.config.save() + def on_dbuscheck_toggled(self, widget): + """DBus server setting changed""" + self.config['dbus'] = widget.get_active() + self.config.save() + def on_winbordercheck_toggled(self, widget): """Window border setting changed""" self.config['borderless'] = not widget.get_active() From 93104c42a2db5793332adf2b4df9c888c3cbc006 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 22 Jul 2010 09:24:47 +0100 Subject: [PATCH 05/44] Add debugging and hash the X11 display (suggestion from Andrea) --- terminator | 2 ++ terminatorlib/ipc.py | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/terminator b/terminator index db384948..4b919a1e 100755 --- a/terminator +++ b/terminator @@ -60,9 +60,11 @@ if __name__ == '__main__': try: ipc.DBusService() except ipc.DBusException: + dbg('Unable to become master process, requesting a new window') ipc.new_window() sys.exit() except ImportError: + dbg('dbus not imported') pass MAKER = Factory() diff --git a/terminatorlib/ipc.py b/terminatorlib/ipc.py index d64bb6b5..cfec4dfa 100644 --- a/terminatorlib/ipc.py +++ b/terminatorlib/ipc.py @@ -10,17 +10,19 @@ import dbus.glib from borg import Borg from terminator import Terminator from config import Config +from util import dbg CONFIG = Config() if not CONFIG['dbus']: # The config says we are not to load dbus, so pretend like we can't + dbg('dbus disabled') raise ImportError BUS_BASE = 'net.tenshu.Terminator' BUS_PATH = '/net/tenshu/Terminator' try: # Try and include the X11 display name in the dbus bus name - DISPLAY = gtk.gdk.get_display().replace(':', '').replace('.', '') + DISPLAY = hex(hash(gtk.gdk.get_display())).replace('-', '_') BUS_NAME = '%s%s' % (BUS_BASE, DISPLAY) except: BUS_NAME = BUS_BASE @@ -32,17 +34,20 @@ class DBusService(Borg, dbus.service.Object): def __init__(self): """Class initialiser""" + Borg.__init__(self, self.__class__.__name__) self.prepare_attributes() dbus.service.Object.__init__(self, self.bus_name, BUS_PATH) def prepare_attributes(self): """Ensure we are populated""" if not self.bus_name: + dbg('Checking for bus name availability: %s' % BUS_NAME) bus = dbus.SessionBus() proxy = bus.get_object('org.freedesktop.DBus', '/org/freedesktop/DBus') flags = 1 | 4 # allow replacement | do not queue if not proxy.RequestName(BUS_NAME, dbus.UInt32(flags)) in (1, 4): + dbg('bus name unavailable: %s' % BUS_NAME) raise dbus.exceptions.DBusException( "Couldn't get DBus name %s: Name exists" % BUS_NAME) self.bus_name = dbus.service.BusName(BUS_NAME, @@ -53,11 +58,13 @@ class DBusService(Borg, dbus.service.Object): @dbus.service.method(BUS_NAME) def new_window(self): """Create a new Window""" + dbg('dbus method called') self.terminator.create_layout('default') self.terminator.layout_done() def with_proxy(func): """Decorator function to connect to the session dbus bus""" + dbg('dbus client call: %s' % func.func_name) def _exec(*args, **argd): bus = dbus.SessionBus() proxy = bus.get_object(BUS_NAME, BUS_PATH) From f20b437cafba8930ed8c0b72a0898a89fcd3db44 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 22 Jul 2010 13:59:06 +0100 Subject: [PATCH 06/44] Allow disabling of dbus from the command line, and make use of that when spawning a new terminator process --- terminator | 3 +++ terminatorlib/optionparse.py | 2 ++ terminatorlib/terminal.py | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/terminator b/terminator index 4b919a1e..5c344aca 100755 --- a/terminator +++ b/terminator @@ -56,6 +56,9 @@ if __name__ == '__main__': # being False will cause us to continue without the dbus server and open a # window. try: + if OPTIONS.nodbus: + dbg('dbus disabled by command line') + raise ImportError from terminatorlib import ipc try: ipc.DBusService() diff --git a/terminatorlib/optionparse.py b/terminatorlib/optionparse.py index 3d783cef..55cda32b 100755 --- a/terminatorlib/optionparse.py +++ b/terminatorlib/optionparse.py @@ -68,6 +68,8 @@ WM_WINDOW_ROLE property on the window') parser.add_option('-l', '--layout', dest='layout', help='Select a layout') parser.add_option('-p', '--profile', dest='profile', help='Use a \ different profile as the default') + parser.add_option('-u', '--no-dbus', action='store_true', dest='nodbus', + help='Disable DBus') parser.add_option('-d', '--debug', action='count', dest='debug', help='Enable debugging information (twice for debug server)') parser.add_option('--debug-classes', action='store', dest='debug_classes', diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index 43908c8a..528c8883 100755 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -1509,7 +1509,7 @@ for %s (%s)' % (name, urlplugin.__class__.__name__)) return False dbg("Terminal::key_new_window: Spawning: %s" % cmd) - subprocess.Popen([cmd, ]) + subprocess.Popen([cmd, '-u']) def key_broadcast_off(self): self.set_groupsend(None, self.terminator.groupsend_type['off']) From dde4633b8f9751a900bd9afcec10a958e4dead82 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Fri, 23 Jul 2010 05:01:19 +0100 Subject: [PATCH 07/44] Launchpad automatic translations update. --- po/el.po | 60 ++++++++++++++++++++-------------------- po/sv.po | 83 +++++++++++++++++++++++++++++--------------------------- 2 files changed, 73 insertions(+), 70 deletions(-) diff --git a/po/el.po b/po/el.po index 87f85a31..cf0e887d 100644 --- a/po/el.po +++ b/po/el.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2009-09-02 19:32+0000\n" -"Last-Translator: Alex-P. Natsios \n" +"PO-Revision-Date: 2010-07-22 20:30+0000\n" +"Last-Translator: Μανώλης Σκόνδρας \n" "Language-Team: Greek \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-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-07-23 04:01+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -218,30 +218,30 @@ msgstr "" #: ../terminatorlib/plugins/custom_commands.py:238 msgid "New Command" -msgstr "" +msgstr "Νέα εντολή" #: ../terminatorlib/plugins/custom_commands.py:248 msgid "Enabled:" -msgstr "" +msgstr "Ενεργό:" #: ../terminatorlib/plugins/custom_commands.py:254 msgid "Name:" -msgstr "" +msgstr "Όνομα:" #: ../terminatorlib/plugins/custom_commands.py:260 msgid "Command:" -msgstr "" +msgstr "Εντολή:" #: ../terminatorlib/plugins/custom_commands.py:296 #: ../terminatorlib/plugins/custom_commands.py:406 msgid "You need to define a name and command" -msgstr "" +msgstr "Πρέπει να ορίσετε ένα όνομα και μία εντολή" #: ../terminatorlib/plugins/custom_commands.py:313 #: ../terminatorlib/plugins/custom_commands.py:425 #, python-format msgid "Name *%s* already exist" -msgstr "" +msgstr "Το όνομα *%s* υπάρχει ήδη" #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" @@ -249,11 +249,11 @@ msgstr "" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" -msgstr "" +msgstr "Νέο Προφίλ" #: ../terminatorlib/prefseditor.py:931 ../terminatorlib/prefseditor.py:936 msgid "New Layout" -msgstr "" +msgstr "Νέα Διάταξη" #. Label #: ../terminatorlib/searchbar.py:48 @@ -262,7 +262,7 @@ msgstr "Αναζήτηση:" #: ../terminatorlib/searchbar.py:64 msgid "Close Search bar" -msgstr "" +msgstr "Κλείσιμο της μπάρας Αναζήτησης" #. Next Button #: ../terminatorlib/searchbar.py:69 @@ -272,7 +272,7 @@ msgstr "Επόμενο" #. Previous Button #: ../terminatorlib/searchbar.py:75 msgid "Prev" -msgstr "" +msgstr "Προηγ" #: ../terminatorlib/searchbar.py:121 msgid "Searching scrollback" @@ -280,19 +280,19 @@ msgstr "" #: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153 msgid "No more results" -msgstr "" +msgstr "Δεν υπάρχουν άλλα αποτελέσματα" #: ../terminatorlib/searchbar.py:168 msgid "Found at row" -msgstr "" +msgstr "Βρέθηκε στη σειρά" #: ../terminatorlib/terminal_popup_menu.py:51 msgid "_Send email to..." -msgstr "" +msgstr "_ Αποστολή ηλεκτρονικού μηνύματος σε..." #: ../terminatorlib/terminal_popup_menu.py:52 msgid "_Copy email address" -msgstr "" +msgstr "_Αντιγραφή της διεύθυνσης ηλεκτρονικού ταχυδρομείου" #: ../terminatorlib/terminal_popup_menu.py:54 msgid "Ca_ll VoIP address" @@ -300,15 +300,15 @@ msgstr "" #: ../terminatorlib/terminal_popup_menu.py:55 msgid "_Copy VoIP address" -msgstr "" +msgstr "_Αντιγραφή της διεύθυνσης VoIP" #: ../terminatorlib/terminal_popup_menu.py:57 msgid "_Open link" -msgstr "" +msgstr "_Άνοιγμα συνδέσμου" #: ../terminatorlib/terminal_popup_menu.py:58 msgid "_Copy address" -msgstr "" +msgstr "_Αντιγραφή διεύθυνσης" #: ../terminatorlib/terminal_popup_menu.py:86 msgid "Split H_orizontally" @@ -340,7 +340,7 @@ msgstr "" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "Ομαδοποίηση" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" @@ -348,11 +348,11 @@ msgstr "Εμφάνισε _την μπάρα κύλισης" #: ../terminatorlib/terminal_popup_menu.py:156 msgid "_Preferences" -msgstr "" +msgstr "_Προτιμήσεις" #: ../terminatorlib/terminal_popup_menu.py:163 msgid "Profiles" -msgstr "" +msgstr "Προφίλ" #: ../terminatorlib/terminal_popup_menu.py:207 msgid "Encodings" @@ -360,11 +360,11 @@ msgstr "Κωδικοποιήσεις" #: ../terminatorlib/terminal_popup_menu.py:222 msgid "Default" -msgstr "" +msgstr "Προκαθορισμένο" #: ../terminatorlib/terminal_popup_menu.py:225 msgid "User defined" -msgstr "" +msgstr "Ορισμένο από τον χρήστη" #: ../terminatorlib/terminal_popup_menu.py:241 msgid "Other Encodings" @@ -372,7 +372,7 @@ msgstr "Άλλες Κωδικοποιήσεις" #: ../terminatorlib/terminal.py:365 msgid "New group..." -msgstr "" +msgstr "Νέα ομάδα..." #: ../terminatorlib/terminal.py:370 msgid "None" @@ -381,7 +381,7 @@ msgstr "Κανένα" #: ../terminatorlib/terminal.py:386 #, python-format msgid "Remove group %s" -msgstr "" +msgstr "Διαγραφή της ομάδας %s" #: ../terminatorlib/terminal.py:391 msgid "G_roup all in tab" @@ -393,12 +393,12 @@ msgstr "" #: ../terminatorlib/terminal.py:401 msgid "Remove all groups" -msgstr "" +msgstr "Διαγραφή όλων των ομάδων" #: ../terminatorlib/terminal.py:408 #, python-format msgid "Close group %s" -msgstr "" +msgstr "Κλείσιμο της ομάδας %s" #: ../terminatorlib/terminal.py:417 msgid "Broadcast all" @@ -448,4 +448,4 @@ msgstr "Όλα" #: ../terminatorlib/window.py:566 #, python-format msgid "Tab %d" -msgstr "" +msgstr "Καρτέλα %d" diff --git a/po/sv.po b/po/sv.po index 2428b013..dc528d5b 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-04-27 15:09+0000\n" -"Last-Translator: sikevux \n" +"PO-Revision-Date: 2010-07-22 23:05+0000\n" +"Last-Translator: Anders Ponga \n" "Language-Team: Swedish \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-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-07-23 04:01+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -43,6 +43,8 @@ msgid "" "This %s has several terminals open. Closing the %s will also close all " "terminals within it." msgstr "" +"Denna %s har flera terminaler öppna. Om du stänger %s kommer också alla " +"terminaler inom den att stängas." #: ../terminatorlib/encoding.py:35 msgid "Current Locale" @@ -199,22 +201,23 @@ msgstr "Stäng flik" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" msgstr "" +"ActivityWatch plugin otillgänglig: Var vänlig att installera python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "" +msgstr "Kolla efter aktivitet" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" -msgstr "" +msgstr "Sluta kolla efter aktivitet" #: ../terminatorlib/plugins/custom_commands.py:50 msgid "Custom Commands" -msgstr "" +msgstr "Anpassade Kommandon" #: ../terminatorlib/plugins/custom_commands.py:106 msgid "Custom Commands Configuration" -msgstr "" +msgstr "Anpassade Kommando Inställningar" #: ../terminatorlib/plugins/custom_commands.py:238 msgid "New Command" @@ -245,7 +248,7 @@ msgstr "Namnet *%s* finns redan" #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" -msgstr "" +msgstr "Skärmdump av terminalen" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" @@ -262,7 +265,7 @@ msgstr "Sök:" #: ../terminatorlib/searchbar.py:64 msgid "Close Search bar" -msgstr "" +msgstr "Stäng Sökfältet" #. Next Button #: ../terminatorlib/searchbar.py:69 @@ -272,43 +275,43 @@ msgstr "Nästa" #. Previous Button #: ../terminatorlib/searchbar.py:75 msgid "Prev" -msgstr "" +msgstr "Föregående" #: ../terminatorlib/searchbar.py:121 msgid "Searching scrollback" -msgstr "" +msgstr "Söker" #: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153 msgid "No more results" -msgstr "" +msgstr "Inga fler resultat" #: ../terminatorlib/searchbar.py:168 msgid "Found at row" -msgstr "" +msgstr "Hittade på rad" #: ../terminatorlib/terminal_popup_menu.py:51 msgid "_Send email to..." -msgstr "" +msgstr "_Skicka e-post till..." #: ../terminatorlib/terminal_popup_menu.py:52 msgid "_Copy email address" -msgstr "" +msgstr "_Kopiera e-post adress" #: ../terminatorlib/terminal_popup_menu.py:54 msgid "Ca_ll VoIP address" -msgstr "" +msgstr "Ri_ng VoIP adress" #: ../terminatorlib/terminal_popup_menu.py:55 msgid "_Copy VoIP address" -msgstr "" +msgstr "_Kopiera VoIP adress" #: ../terminatorlib/terminal_popup_menu.py:57 msgid "_Open link" -msgstr "" +msgstr "_Öppna länk" #: ../terminatorlib/terminal_popup_menu.py:58 msgid "_Copy address" -msgstr "" +msgstr "_Kopiera adress" #: ../terminatorlib/terminal_popup_menu.py:86 msgid "Split H_orizontally" @@ -332,15 +335,15 @@ msgstr "_Zooma in terminal" #: ../terminatorlib/terminal_popup_menu.py:130 msgid "Ma_ximise terminal" -msgstr "" +msgstr "Maximera terminal" #: ../terminatorlib/terminal_popup_menu.py:136 msgid "_Restore all terminals" -msgstr "" +msgstr "_Återställ alla terminaler" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "Gruppering" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" @@ -348,11 +351,11 @@ msgstr "Visa _rullningslist" #: ../terminatorlib/terminal_popup_menu.py:156 msgid "_Preferences" -msgstr "" +msgstr "_Inställningar" #: ../terminatorlib/terminal_popup_menu.py:163 msgid "Profiles" -msgstr "" +msgstr "Profiler" #: ../terminatorlib/terminal_popup_menu.py:207 msgid "Encodings" @@ -360,11 +363,11 @@ msgstr "Teckenkodningar" #: ../terminatorlib/terminal_popup_menu.py:222 msgid "Default" -msgstr "" +msgstr "Standard" #: ../terminatorlib/terminal_popup_menu.py:225 msgid "User defined" -msgstr "" +msgstr "Användardefinierad" #: ../terminatorlib/terminal_popup_menu.py:241 msgid "Other Encodings" @@ -372,7 +375,7 @@ msgstr "Övriga teckenkodningar" #: ../terminatorlib/terminal.py:365 msgid "New group..." -msgstr "" +msgstr "Ny grupp..." #: ../terminatorlib/terminal.py:370 msgid "None" @@ -381,40 +384,40 @@ msgstr "Ingen" #: ../terminatorlib/terminal.py:386 #, python-format msgid "Remove group %s" -msgstr "" +msgstr "Ta bort grupp %s" #: ../terminatorlib/terminal.py:391 msgid "G_roup all in tab" -msgstr "" +msgstr "G_ruppera alla i fliken" #: ../terminatorlib/terminal.py:396 msgid "Ungr_oup all in tab" -msgstr "" +msgstr "Dela _up alla i fliken" #: ../terminatorlib/terminal.py:401 msgid "Remove all groups" -msgstr "" +msgstr "Ta bort alla grupper" #: ../terminatorlib/terminal.py:408 #, python-format msgid "Close group %s" -msgstr "" +msgstr "Stäng grupp %s" #: ../terminatorlib/terminal.py:417 msgid "Broadcast all" -msgstr "" +msgstr "Sänd till alla" #: ../terminatorlib/terminal.py:418 msgid "Broadcast group" -msgstr "" +msgstr "Sänd till grupp" #: ../terminatorlib/terminal.py:419 msgid "Broadcast off" -msgstr "" +msgstr "Stäng av sändning" #: ../terminatorlib/terminal.py:432 msgid "Split to this group" -msgstr "" +msgstr "Dela upp den här gruppen" #: ../terminatorlib/terminal.py:437 msgid "Autoclean groups" @@ -422,11 +425,11 @@ msgstr "" #: ../terminatorlib/terminal.py:444 msgid "Insert terminal number" -msgstr "" +msgstr "Infoga terminalens nummer" #: ../terminatorlib/terminal.py:448 msgid "Insert padded terminal number" -msgstr "" +msgstr "Infoga vadderat terminal nummer" #: ../terminatorlib/terminal.py:1157 msgid "Unable to find a shell" @@ -434,7 +437,7 @@ msgstr "Kunde inte hitta ett skal" #: ../terminatorlib/terminal.py:1174 msgid "Unable to start shell:" -msgstr "" +msgstr "Kan inte starta skal:" #: ../terminatorlib/window.py:224 msgid "window" @@ -448,4 +451,4 @@ msgstr "Alla" #: ../terminatorlib/window.py:566 #, python-format msgid "Tab %d" -msgstr "" +msgstr "Flik %d" From b804289a1d85c3d418691f7a312ffdda03f35804 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Sat, 24 Jul 2010 04:52:59 +0100 Subject: [PATCH 08/44] Launchpad automatic translations update. --- po/de.po | 17 +++++++++-------- po/sv.po | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/po/de.po b/po/de.po index f5dfed63..89939ad2 100644 --- a/po/de.po +++ b/po/de.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-17 08:29+0000\n" -"Last-Translator: Linus Hoppe \n" +"PO-Revision-Date: 2010-07-23 22:59+0000\n" +"Last-Translator: Shaky \n" "Language-Team: German \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-18 03:33+0000\n" +"X-Launchpad-Export-Date: 2010-07-24 03:52+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -35,7 +35,7 @@ msgstr "_Terminals schließen" #: ../terminatorlib/container.py:158 msgid "Close multiple terminals?" -msgstr "Mehrere Fenster schließen?" +msgstr "Mehrere Terminals schließen?" #: ../terminatorlib/container.py:161 #, python-format @@ -48,7 +48,7 @@ msgstr "" #: ../terminatorlib/encoding.py:35 msgid "Current Locale" -msgstr "Aktuelles Gebietsschema" +msgstr "Derzeitige Standorteinstellungen" #: ../terminatorlib/encoding.py:36 ../terminatorlib/encoding.py:49 #: ../terminatorlib/encoding.py:68 ../terminatorlib/encoding.py:91 @@ -201,14 +201,15 @@ msgstr "Reiter schließen" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" msgstr "" +"ActivityWatch-Plugin nicht verfügbar: Bitte installieren Sie python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "" +msgstr "Aktivität überwachen" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" -msgstr "" +msgstr "Aktivität nicht mehr überwachen" #: ../terminatorlib/plugins/custom_commands.py:50 msgid "Custom Commands" @@ -247,7 +248,7 @@ msgstr "Die Bezeichnung *%s* ist bereits vergeben." #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" -msgstr "" +msgstr "Terminal-Bildschirmfoto" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" diff --git a/po/sv.po b/po/sv.po index dc528d5b..6653aaae 100644 --- a/po/sv.po +++ b/po/sv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-23 04:01+0000\n" +"X-Launchpad-Export-Date: 2010-07-24 03:52+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 From 5d3e1def1c2a49cd28e5681ee431aabcffca6b6f Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Sun, 25 Jul 2010 05:02:48 +0100 Subject: [PATCH 09/44] Launchpad automatic translations update. --- po/de.po | 2 +- po/it.po | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/po/de.po b/po/de.po index 89939ad2..0b7fd21e 100644 --- a/po/de.po +++ b/po/de.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-24 03:52+0000\n" +"X-Launchpad-Export-Date: 2010-07-25 04:02+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/it.po b/po/it.po index 06770ac4..4df0520e 100644 --- a/po/it.po +++ b/po/it.po @@ -8,18 +8,18 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-05-22 16:15+0000\n" -"Last-Translator: Milo Casagrande \n" +"PO-Revision-Date: 2010-07-24 11:30+0000\n" +"Last-Translator: Andrea Corbellini \n" "Language-Team: Romanian \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-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-07-25 04:02+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 msgid "Multiple terminals in one window" -msgstr "Molteplici terminali un una sola finestra" +msgstr "Terminali multipli in una sola finestra" #: ../data/terminator.desktop.in.h:2 msgid "Terminator" @@ -31,11 +31,11 @@ msgstr "Chiudere?" #: ../terminatorlib/container.py:156 msgid "Close _Terminals" -msgstr "Chiudi _terminali" +msgstr "Chiudi i _Terminali" #: ../terminatorlib/container.py:158 msgid "Close multiple terminals?" -msgstr "Chiudere i terminali?" +msgstr "Chiudere più di un terminale?" #: ../terminatorlib/container.py:161 #, python-format @@ -48,7 +48,7 @@ msgstr "" #: ../terminatorlib/encoding.py:35 msgid "Current Locale" -msgstr "Localizzazione corrente" +msgstr "Localizzazione Corrente" #: ../terminatorlib/encoding.py:36 ../terminatorlib/encoding.py:49 #: ../terminatorlib/encoding.py:68 ../terminatorlib/encoding.py:91 @@ -59,11 +59,11 @@ msgstr "Occidentale" #: ../terminatorlib/encoding.py:37 ../terminatorlib/encoding.py:69 #: ../terminatorlib/encoding.py:81 ../terminatorlib/encoding.py:100 msgid "Central European" -msgstr "Europa centrale" +msgstr "Europa Centrale" #: ../terminatorlib/encoding.py:38 msgid "South European" -msgstr "Sud europeo" +msgstr "Sud Europa" #: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:47 #: ../terminatorlib/encoding.py:107 @@ -200,7 +200,7 @@ msgstr "Chiudi scheda" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" -msgstr "" +msgstr "Il plugin ActivityWatch non è disponibile: installare python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" @@ -342,7 +342,7 @@ msgstr "_Ripristina tutti i terminali" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "Raggruppamento" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" From 8ebfd7c89fca641cbdd34f51cfa5e239486e3f12 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 27 Jul 2010 13:03:55 +0100 Subject: [PATCH 10/44] Refactor pid cwd finding to trap exceptions --- terminatorlib/cwd.py | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/terminatorlib/cwd.py b/terminatorlib/cwd.py index 1edb6fb9..a6877b4d 100755 --- a/terminatorlib/cwd.py +++ b/terminatorlib/cwd.py @@ -15,7 +15,7 @@ import platform import os import pwd -from util import dbg +from util import dbg, err def get_default_cwd(): """Determine a reasonable default cwd""" @@ -33,7 +33,7 @@ def get_pid_cwd(): if system == 'Linux': dbg('Using Linux get_pid_cwd') - func = lambda pid: os.path.realpath('/proc/%s/cwd' % pid) + func = linux_get_pid_cwd elif system == 'FreeBSD': try: import freebsd @@ -43,10 +43,29 @@ def get_pid_cwd(): dbg('FreeBSD version too old for get_pid_cwd') elif system == 'SunOS': dbg('Using SunOS get_pid_cwd') - func = lambda pid: os.path.realpath('/proc/%s/path/cwd' % pid) + func = sunos_get_pid_cwd else: dbg('Unable to determine a get_pid_cwd for OS: %s' % system) return(func) +def proc_get_pid_cwd(pid, path): + """Extract the cwd of a PID from proc, given the PID and the /proc path to + insert it into, e.g. /proc/%s/cwd""" + try: + cwd = os.path.realpath(path % pid) + except Exception, ex: + err('Unable to get cwd for PID %s: %s' % (pid, ex)) + cwd = '/' + + return(cwd) + +def linux_get_pid_cwd(pid): + """Determine the cwd for a given PID on Linux kernels""" + return(proc_get_pid_cwd(pid, '/proc/%s/cwd')) + +def sunos_get_pid_cwd(pid): + """Determine the cwd for a given PID on SunOS kernels""" + return(proc_get_pid_cwd(pid, '/proc/%s/path/cwd')) + # vim: set expandtab ts=4 sw=4: From fe7586707af7df9aa08a95f55728e1b5e27bcc80 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Tue, 10 Aug 2010 04:30:57 +0100 Subject: [PATCH 11/44] Launchpad automatic translations update. --- po/lt.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/lt.po b/po/lt.po index c437eeab..9dfda24e 100644 --- a/po/lt.po +++ b/po/lt.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-27 19:41+0000\n" +"PO-Revision-Date: 2010-08-09 12:37+0000\n" "Last-Translator: Vytautas Bačiulis \n" "Language-Team: Lithuanian \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-28 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-10 03:30+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -204,11 +204,11 @@ msgstr "ActivityWatch įskiepis nepasiekiamas: prašome įdiegti python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "" +msgstr "Stebėti aktyvumą" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" -msgstr "" +msgstr "Sustabdyti aktyvumo stebėjimą" #: ../terminatorlib/plugins/custom_commands.py:50 msgid "Custom Commands" From d7b6d15fa90fe9f6df1c6b08f10bdbb63136f4eb Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Thu, 12 Aug 2010 04:33:12 +0100 Subject: [PATCH 12/44] Launchpad automatic translations update. --- po/ru.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/po/ru.po b/po/ru.po index 1208e63b..71277e88 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-07 13:20+0000\n" -"Last-Translator: Artem Karimov \n" +"PO-Revision-Date: 2010-08-11 16:43+0000\n" +"Last-Translator: Malody \n" "Language-Team: Russian \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 03:46+0000\n" +"X-Launchpad-Export-Date: 2010-08-12 03:33+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -59,11 +59,11 @@ msgstr "Западная" #: ../terminatorlib/encoding.py:37 ../terminatorlib/encoding.py:69 #: ../terminatorlib/encoding.py:81 ../terminatorlib/encoding.py:100 msgid "Central European" -msgstr "Центральная Европа" +msgstr "Центрально-европейская" #: ../terminatorlib/encoding.py:38 msgid "South European" -msgstr "Южная Европа" +msgstr "Южно-европейская" #: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:47 #: ../terminatorlib/encoding.py:107 From 436f0c978603f20bd0773fa451d545cb02f2aad6 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Sat, 14 Aug 2010 06:55:19 +0100 Subject: [PATCH 13/44] Launchpad automatic translations update. --- po/ko.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/ko.po b/po/ko.po index 5fa62ac8..e3e4337a 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-03-31 04:35+0000\n" -"Last-Translator: wariua \n" +"PO-Revision-Date: 2010-08-13 11:45+0000\n" +"Last-Translator: shriekout \n" "Language-Team: Korean \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-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-14 05:55+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -340,7 +340,7 @@ msgstr "모든 터미널 복구하기(_R)" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "그룹화" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" From 2f0138d298cc97de875033971df935304158214b Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 27 Jul 2010 13:03:55 +0100 Subject: [PATCH 14/44] Refactor pid cwd finding to trap exceptions --- terminatorlib/cwd.py | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/terminatorlib/cwd.py b/terminatorlib/cwd.py index 1edb6fb9..a6877b4d 100755 --- a/terminatorlib/cwd.py +++ b/terminatorlib/cwd.py @@ -15,7 +15,7 @@ import platform import os import pwd -from util import dbg +from util import dbg, err def get_default_cwd(): """Determine a reasonable default cwd""" @@ -33,7 +33,7 @@ def get_pid_cwd(): if system == 'Linux': dbg('Using Linux get_pid_cwd') - func = lambda pid: os.path.realpath('/proc/%s/cwd' % pid) + func = linux_get_pid_cwd elif system == 'FreeBSD': try: import freebsd @@ -43,10 +43,29 @@ def get_pid_cwd(): dbg('FreeBSD version too old for get_pid_cwd') elif system == 'SunOS': dbg('Using SunOS get_pid_cwd') - func = lambda pid: os.path.realpath('/proc/%s/path/cwd' % pid) + func = sunos_get_pid_cwd else: dbg('Unable to determine a get_pid_cwd for OS: %s' % system) return(func) +def proc_get_pid_cwd(pid, path): + """Extract the cwd of a PID from proc, given the PID and the /proc path to + insert it into, e.g. /proc/%s/cwd""" + try: + cwd = os.path.realpath(path % pid) + except Exception, ex: + err('Unable to get cwd for PID %s: %s' % (pid, ex)) + cwd = '/' + + return(cwd) + +def linux_get_pid_cwd(pid): + """Determine the cwd for a given PID on Linux kernels""" + return(proc_get_pid_cwd(pid, '/proc/%s/cwd')) + +def sunos_get_pid_cwd(pid): + """Determine the cwd for a given PID on SunOS kernels""" + return(proc_get_pid_cwd(pid, '/proc/%s/path/cwd')) + # vim: set expandtab ts=4 sw=4: From 088a33596a4e87785fb5d65635c85236437b4606 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Wed, 28 Jul 2010 04:43:50 +0100 Subject: [PATCH 15/44] Launchpad automatic translations update. --- po/lt.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/po/lt.po b/po/lt.po index f5b5d969..c437eeab 100644 --- a/po/lt.po +++ b/po/lt.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-06-27 08:07+0000\n" +"PO-Revision-Date: 2010-07-27 19:41+0000\n" "Last-Translator: Vytautas Bačiulis \n" "Language-Team: Lithuanian \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-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-07-28 03:43+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -200,7 +200,7 @@ msgstr "Užverti kortelę" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" -msgstr "" +msgstr "ActivityWatch įskiepis nepasiekiamas: prašome įdiegti python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" @@ -247,7 +247,7 @@ msgstr "Pavadinimas *%s* jau egzistuoja" #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" -msgstr "" +msgstr "Terminalo ekrano nuotrauka" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" @@ -326,7 +326,7 @@ msgstr "Atverti _kortelę" #: ../terminatorlib/terminal_popup_menu.py:112 msgid "Open _Debug Tab" -msgstr "" +msgstr "Atverti _Derinimo kortelę" #: ../terminatorlib/terminal_popup_menu.py:126 msgid "_Zoom terminal" @@ -342,7 +342,7 @@ msgstr "_Atkurti visus terminalus" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "Grupavimas" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" @@ -378,7 +378,7 @@ msgstr "Nauja grupė..." #: ../terminatorlib/terminal.py:370 msgid "None" -msgstr "" +msgstr "Nėra" #: ../terminatorlib/terminal.py:386 #, python-format @@ -387,11 +387,11 @@ msgstr "Šalinti grupę %s" #: ../terminatorlib/terminal.py:391 msgid "G_roup all in tab" -msgstr "" +msgstr "G_rupuoti visus kortelėje" #: ../terminatorlib/terminal.py:396 msgid "Ungr_oup all in tab" -msgstr "" +msgstr "Negr_upuoti visų kortelėje" #: ../terminatorlib/terminal.py:401 msgid "Remove all groups" From 44e9a3f6fb9f1aad489df944aa16ab822dcba4b4 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Thu, 29 Jul 2010 04:30:41 +0100 Subject: [PATCH 16/44] Launchpad automatic translations update. --- po/fr.po | 68 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/po/fr.po b/po/fr.po index 063c0e6a..855f1d2d 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-12 23:09+0000\n" -"Last-Translator: Thibault Fevry \n" +"PO-Revision-Date: 2010-07-28 14:34+0000\n" +"Last-Translator: Emilien Klein \n" "Language-Team: French \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-14 03:33+0000\n" +"X-Launchpad-Export-Date: 2010-07-29 03:30+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -35,7 +35,7 @@ msgstr "Fermer les _Terminaux" #: ../terminatorlib/container.py:158 msgid "Close multiple terminals?" -msgstr "Fermer tous lesTerminaux?" +msgstr "Fermer tous les terminaux ?" #: ../terminatorlib/container.py:161 #, python-format @@ -43,8 +43,8 @@ msgid "" "This %s has several terminals open. Closing the %s will also close all " "terminals within it." msgstr "" -"Ce %s a plusieurs terminaux ouvert. En arrêtant le %s fermera aussi tous les " -"terminaux" +"Ce %s a plusieurs terminaux ouvert. En fermant ce %s, tous les terminaux à " +"l'intérieur de celui-ci seront aussi fermés." #: ../terminatorlib/encoding.py:35 msgid "Current Locale" @@ -59,11 +59,11 @@ msgstr "Occidental" #: ../terminatorlib/encoding.py:37 ../terminatorlib/encoding.py:69 #: ../terminatorlib/encoding.py:81 ../terminatorlib/encoding.py:100 msgid "Central European" -msgstr "Europe Centrale" +msgstr "Europe centrale" #: ../terminatorlib/encoding.py:38 msgid "South European" -msgstr "Europe du sud" +msgstr "Europe méridionale" #: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:47 #: ../terminatorlib/encoding.py:107 @@ -163,7 +163,7 @@ msgstr "Croate" #: ../terminatorlib/encoding.py:84 msgid "Hindi" -msgstr "hindi" +msgstr "Hindî" #: ../terminatorlib/encoding.py:85 msgid "Persian" @@ -171,11 +171,11 @@ msgstr "Persan" #: ../terminatorlib/encoding.py:87 msgid "Gujarati" -msgstr "Gujarati" +msgstr "Gujarâtî" #: ../terminatorlib/encoding.py:88 msgid "Gurmukhi" -msgstr "Gurmukhi" +msgstr "Gurmukhī" #: ../terminatorlib/encoding.py:90 msgid "Icelandic" @@ -201,16 +201,16 @@ msgstr "Fermer l'onglet" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" msgstr "" -"Greffon visionneur d'évènements indisponible : veuillez installer python-" -"notify" +"Le greffon visionneur d'évènements est indisponible : veuillez installer " +"python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "Voir les évènements" +msgstr "Suivre les évènements" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" -msgstr "Arrêter de voir les évènements" +msgstr "Arrêter de suivre les évènements" #: ../terminatorlib/plugins/custom_commands.py:50 msgid "Custom Commands" @@ -234,12 +234,12 @@ msgstr "Nom :" #: ../terminatorlib/plugins/custom_commands.py:260 msgid "Command:" -msgstr "Commande:" +msgstr "Commande :" #: ../terminatorlib/plugins/custom_commands.py:296 #: ../terminatorlib/plugins/custom_commands.py:406 msgid "You need to define a name and command" -msgstr "Vous de vez définir a nom et une commande" +msgstr "Vous devez définir un nom et une commande" #: ../terminatorlib/plugins/custom_commands.py:313 #: ../terminatorlib/plugins/custom_commands.py:425 @@ -296,31 +296,31 @@ msgstr "Envoyer un e-mail à..." #: ../terminatorlib/terminal_popup_menu.py:52 msgid "_Copy email address" -msgstr "Copier l'adresse email" +msgstr "_Copier l'adresse email" #: ../terminatorlib/terminal_popup_menu.py:54 msgid "Ca_ll VoIP address" -msgstr "Appeller l'adresse VoIP" +msgstr "Appe_ller l'adresse VoIP" #: ../terminatorlib/terminal_popup_menu.py:55 msgid "_Copy VoIP address" -msgstr "Copier l'adresse VoIP" +msgstr "_Copier l'adresse VoIP" #: ../terminatorlib/terminal_popup_menu.py:57 msgid "_Open link" -msgstr "_Ouvrir lien" +msgstr "_Ouvrir le lien" #: ../terminatorlib/terminal_popup_menu.py:58 msgid "_Copy address" -msgstr "Copier adresse" +msgstr "_Copier l'adresse" #: ../terminatorlib/terminal_popup_menu.py:86 msgid "Split H_orizontally" -msgstr "Diviser H_orizontalement" +msgstr "Diviser h_orizontalement" #: ../terminatorlib/terminal_popup_menu.py:96 msgid "Split V_ertically" -msgstr "Diviser V_erticalement" +msgstr "Diviser v_erticalement" #: ../terminatorlib/terminal_popup_menu.py:106 msgid "Open _Tab" @@ -328,7 +328,7 @@ msgstr "Ouvrir un ongle_t" #: ../terminatorlib/terminal_popup_menu.py:112 msgid "Open _Debug Tab" -msgstr "Ouvrir un Onglet de _Débogage" +msgstr "Ouvrir un onglet de _débogage" #: ../terminatorlib/terminal_popup_menu.py:126 msgid "_Zoom terminal" @@ -336,11 +336,11 @@ msgstr "_Zoomer le terminal" #: ../terminatorlib/terminal_popup_menu.py:130 msgid "Ma_ximise terminal" -msgstr "Ag_randir le terminal" +msgstr "Ma_ximiser le terminal" #: ../terminatorlib/terminal_popup_menu.py:136 msgid "_Restore all terminals" -msgstr "Restaurer tout les terminaux" +msgstr "_Restaurer tout les terminaux" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" @@ -372,7 +372,7 @@ msgstr "Défini par l'utilisateur" #: ../terminatorlib/terminal_popup_menu.py:241 msgid "Other Encodings" -msgstr "Autres Encodages" +msgstr "Autres encodages" #: ../terminatorlib/terminal.py:365 msgid "New group..." @@ -389,11 +389,11 @@ msgstr "Supprimer le groupe %s" #: ../terminatorlib/terminal.py:391 msgid "G_roup all in tab" -msgstr "G_rouper dans un seul tableau" +msgstr "Reg_rouper dans l'onglet" #: ../terminatorlib/terminal.py:396 msgid "Ungr_oup all in tab" -msgstr "Séparer tout dans le tab" +msgstr "Dégr_ouper dans l'onglet" #: ../terminatorlib/terminal.py:401 msgid "Remove all groups" @@ -418,7 +418,7 @@ msgstr "Arréter la diffusion" #: ../terminatorlib/terminal.py:432 msgid "Split to this group" -msgstr "Séparer dans des groupes" +msgstr "Séparer dans ce groupe" #: ../terminatorlib/terminal.py:437 msgid "Autoclean groups" @@ -426,7 +426,7 @@ msgstr "Autonettoyage des groupes" #: ../terminatorlib/terminal.py:444 msgid "Insert terminal number" -msgstr "Insérer le numéro de terminal" +msgstr "Insérer le numéro du terminal" #: ../terminatorlib/terminal.py:448 msgid "Insert padded terminal number" @@ -438,7 +438,7 @@ msgstr "Impossible de trouver un shell" #: ../terminatorlib/terminal.py:1174 msgid "Unable to start shell:" -msgstr "Impossible de démarrer le shell" +msgstr "Impossible de démarrer le shell :" #: ../terminatorlib/window.py:224 msgid "window" @@ -452,4 +452,4 @@ msgstr "Tout" #: ../terminatorlib/window.py:566 #, python-format msgid "Tab %d" -msgstr "Tableau %d" +msgstr "Onglet %d" From 4f777b184a8e089316cfd039cee2025786c05a83 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Sat, 31 Jul 2010 04:33:42 +0100 Subject: [PATCH 17/44] Launchpad automatic translations update. --- po/fr.po | 8 +++---- po/sv.po | 67 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 37 insertions(+), 38 deletions(-) diff --git a/po/fr.po b/po/fr.po index 855f1d2d..99282d02 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-28 14:34+0000\n" -"Last-Translator: Emilien Klein \n" +"PO-Revision-Date: 2010-07-30 17:10+0000\n" +"Last-Translator: Dereckson \n" "Language-Team: French \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-29 03:30+0000\n" +"X-Launchpad-Export-Date: 2010-07-31 03:33+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -430,7 +430,7 @@ msgstr "Insérer le numéro du terminal" #: ../terminatorlib/terminal.py:448 msgid "Insert padded terminal number" -msgstr "Insérer le numéro de terminal" +msgstr "Insérer le numéro du terminal, avec des zéros" #: ../terminatorlib/terminal.py:1157 msgid "Unable to find a shell" diff --git a/po/sv.po b/po/sv.po index 6653aaae..27304bd4 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-22 23:05+0000\n" -"Last-Translator: Anders Ponga \n" +"PO-Revision-Date: 2010-07-30 15:38+0000\n" +"Last-Translator: David Bengtsson \n" "Language-Team: Swedish \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-24 03:52+0000\n" +"X-Launchpad-Export-Date: 2010-07-31 03:33+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -132,7 +132,7 @@ msgstr "Traditionell kinesisk" #: ../terminatorlib/encoding.py:59 msgid "Cyrillic/Russian" -msgstr "Kyrillisk/Rysk" +msgstr "Kyrillisk/rysk" #: ../terminatorlib/encoding.py:60 ../terminatorlib/encoding.py:74 #: ../terminatorlib/encoding.py:95 @@ -155,7 +155,7 @@ msgstr "Georgisk" #: ../terminatorlib/encoding.py:79 ../terminatorlib/encoding.py:94 msgid "Cyrillic/Ukrainian" -msgstr "Kyrillisk/Ukrainsk" +msgstr "Kyrillisk/ukrainsk" #: ../terminatorlib/encoding.py:82 msgid "Croatian" @@ -188,7 +188,7 @@ msgstr "Vietnamesisk" #: ../terminatorlib/encoding.py:97 msgid "Thai" -msgstr "Thai" +msgstr "Thailändsk" #: ../terminatorlib/notebook.py:259 msgid "tab" @@ -200,24 +200,23 @@ msgstr "Stäng flik" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" -msgstr "" -"ActivityWatch plugin otillgänglig: Var vänlig att installera python-notify" +msgstr "Insticksmodulen ActivityWatch otillgänglig: installera python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "Kolla efter aktivitet" +msgstr "Vaka över aktivitet" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" -msgstr "Sluta kolla efter aktivitet" +msgstr "Stäng av övervakning av aktivitet" #: ../terminatorlib/plugins/custom_commands.py:50 msgid "Custom Commands" -msgstr "Anpassade Kommandon" +msgstr "Anpassade kommandon" #: ../terminatorlib/plugins/custom_commands.py:106 msgid "Custom Commands Configuration" -msgstr "Anpassade Kommando Inställningar" +msgstr "Inställningar för anpassade kommando" #: ../terminatorlib/plugins/custom_commands.py:238 msgid "New Command" @@ -238,7 +237,7 @@ msgstr "Kommando:" #: ../terminatorlib/plugins/custom_commands.py:296 #: ../terminatorlib/plugins/custom_commands.py:406 msgid "You need to define a name and command" -msgstr "Du måste definiera ett namn och ett kommando" +msgstr "Du måste ange ett namn och kommando" #: ../terminatorlib/plugins/custom_commands.py:313 #: ../terminatorlib/plugins/custom_commands.py:425 @@ -248,7 +247,7 @@ msgstr "Namnet *%s* finns redan" #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" -msgstr "Skärmdump av terminalen" +msgstr "Skärmbild av terminalen" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" @@ -265,7 +264,7 @@ msgstr "Sök:" #: ../terminatorlib/searchbar.py:64 msgid "Close Search bar" -msgstr "Stäng Sökfältet" +msgstr "Stäng sökfält" #. Next Button #: ../terminatorlib/searchbar.py:69 @@ -279,7 +278,7 @@ msgstr "Föregående" #: ../terminatorlib/searchbar.py:121 msgid "Searching scrollback" -msgstr "Söker" +msgstr "Söker tillbakarullning" #: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153 msgid "No more results" @@ -287,7 +286,7 @@ msgstr "Inga fler resultat" #: ../terminatorlib/searchbar.py:168 msgid "Found at row" -msgstr "Hittade på rad" +msgstr "Hittades på rad" #: ../terminatorlib/terminal_popup_menu.py:51 msgid "_Send email to..." @@ -295,15 +294,15 @@ msgstr "_Skicka e-post till..." #: ../terminatorlib/terminal_popup_menu.py:52 msgid "_Copy email address" -msgstr "_Kopiera e-post adress" +msgstr "_Kopiera e-postadress" #: ../terminatorlib/terminal_popup_menu.py:54 msgid "Ca_ll VoIP address" -msgstr "Ri_ng VoIP adress" +msgstr "Ri_ng VoIP-adress" #: ../terminatorlib/terminal_popup_menu.py:55 msgid "_Copy VoIP address" -msgstr "_Kopiera VoIP adress" +msgstr "_Kopiera VoIP-adress" #: ../terminatorlib/terminal_popup_menu.py:57 msgid "_Open link" @@ -327,7 +326,7 @@ msgstr "Öppna _flik" #: ../terminatorlib/terminal_popup_menu.py:112 msgid "Open _Debug Tab" -msgstr "Öppna en _Debug Tabb" +msgstr "Öppna _felsökningsflik" #: ../terminatorlib/terminal_popup_menu.py:126 msgid "_Zoom terminal" @@ -335,7 +334,7 @@ msgstr "_Zooma in terminal" #: ../terminatorlib/terminal_popup_menu.py:130 msgid "Ma_ximise terminal" -msgstr "Maximera terminal" +msgstr "Ma_ximera terminal" #: ../terminatorlib/terminal_popup_menu.py:136 msgid "_Restore all terminals" @@ -388,11 +387,11 @@ msgstr "Ta bort grupp %s" #: ../terminatorlib/terminal.py:391 msgid "G_roup all in tab" -msgstr "G_ruppera alla i fliken" +msgstr "G_ruppera allt i fliken" #: ../terminatorlib/terminal.py:396 msgid "Ungr_oup all in tab" -msgstr "Dela _up alla i fliken" +msgstr "Dela _upp allt i fliken" #: ../terminatorlib/terminal.py:401 msgid "Remove all groups" @@ -405,39 +404,39 @@ msgstr "Stäng grupp %s" #: ../terminatorlib/terminal.py:417 msgid "Broadcast all" -msgstr "Sänd till alla" +msgstr "Sänd ut allt" #: ../terminatorlib/terminal.py:418 msgid "Broadcast group" -msgstr "Sänd till grupp" +msgstr "Sänd ut grupp" #: ../terminatorlib/terminal.py:419 msgid "Broadcast off" -msgstr "Stäng av sändning" +msgstr "Utsändning avstängd" #: ../terminatorlib/terminal.py:432 msgid "Split to this group" -msgstr "Dela upp den här gruppen" +msgstr "Dela till den här gruppen" #: ../terminatorlib/terminal.py:437 msgid "Autoclean groups" -msgstr "" +msgstr "Rensa grupper automatiskt" #: ../terminatorlib/terminal.py:444 msgid "Insert terminal number" -msgstr "Infoga terminalens nummer" +msgstr "Infoga terminalnummer" #: ../terminatorlib/terminal.py:448 msgid "Insert padded terminal number" -msgstr "Infoga vadderat terminal nummer" +msgstr "" #: ../terminatorlib/terminal.py:1157 msgid "Unable to find a shell" -msgstr "Kunde inte hitta ett skal" +msgstr "Det gick inte att hitta ett skal" #: ../terminatorlib/terminal.py:1174 msgid "Unable to start shell:" -msgstr "Kan inte starta skal:" +msgstr "Det gick inte att starta skal:" #: ../terminatorlib/window.py:224 msgid "window" @@ -446,7 +445,7 @@ msgstr "fönster" #. FIXME: Why isn't this being done by Terminator() ? #: ../terminatorlib/window.py:545 msgid "All" -msgstr "Alla" +msgstr "Allt" #: ../terminatorlib/window.py:566 #, python-format From 552f6bb212d73972805e3d95a1b38302a4e46f5e Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Sun, 1 Aug 2010 04:43:52 +0100 Subject: [PATCH 18/44] Launchpad automatic translations update. --- po/it.po | 8 ++++---- po/sv.po | 27 ++++++++++++++------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/po/it.po b/po/it.po index 4df0520e..b766771e 100644 --- a/po/it.po +++ b/po/it.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-24 11:30+0000\n" -"Last-Translator: Andrea Corbellini \n" +"PO-Revision-Date: 2010-07-31 18:58+0000\n" +"Last-Translator: Riccardo Angelino \n" "Language-Team: Romanian \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-25 04:02+0000\n" +"X-Launchpad-Export-Date: 2010-08-01 03:43+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -278,7 +278,7 @@ msgstr "Precedente" #: ../terminatorlib/searchbar.py:121 msgid "Searching scrollback" -msgstr "" +msgstr "Ricercare nello scrollback" #: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153 msgid "No more results" diff --git a/po/sv.po b/po/sv.po index 27304bd4..11e6b13c 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-30 15:38+0000\n" +"PO-Revision-Date: 2010-07-31 14:22+0000\n" "Last-Translator: David Bengtsson \n" "Language-Team: Swedish \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-31 03:33+0000\n" +"X-Launchpad-Export-Date: 2010-08-01 03:43+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -43,8 +43,8 @@ msgid "" "This %s has several terminals open. Closing the %s will also close all " "terminals within it." msgstr "" -"Denna %s har flera terminaler öppna. Om du stänger %s kommer också alla " -"terminaler inom den att stängas." +"Detta %s har flera terminaler öppna. Vid stängning av %s kommer alla " +"terminaler inuti det också att stängas." #: ../terminatorlib/encoding.py:35 msgid "Current Locale" @@ -200,7 +200,8 @@ msgstr "Stäng flik" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" -msgstr "Insticksmodulen ActivityWatch otillgänglig: installera python-notify" +msgstr "" +"Insticksmodulen ActivityWatch är otillgänglig: installera python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" @@ -298,7 +299,7 @@ msgstr "_Kopiera e-postadress" #: ../terminatorlib/terminal_popup_menu.py:54 msgid "Ca_ll VoIP address" -msgstr "Ri_ng VoIP-adress" +msgstr "_Ring VoIP-adress" #: ../terminatorlib/terminal_popup_menu.py:55 msgid "_Copy VoIP address" @@ -334,7 +335,7 @@ msgstr "_Zooma in terminal" #: ../terminatorlib/terminal_popup_menu.py:130 msgid "Ma_ximise terminal" -msgstr "Ma_ximera terminal" +msgstr "_Maximera terminal" #: ../terminatorlib/terminal_popup_menu.py:136 msgid "_Restore all terminals" @@ -387,11 +388,11 @@ msgstr "Ta bort grupp %s" #: ../terminatorlib/terminal.py:391 msgid "G_roup all in tab" -msgstr "G_ruppera allt i fliken" +msgstr "G_ruppera alla i fliken" #: ../terminatorlib/terminal.py:396 msgid "Ungr_oup all in tab" -msgstr "Dela _upp allt i fliken" +msgstr "Avgr_uppera alla i fliken" #: ../terminatorlib/terminal.py:401 msgid "Remove all groups" @@ -404,15 +405,15 @@ msgstr "Stäng grupp %s" #: ../terminatorlib/terminal.py:417 msgid "Broadcast all" -msgstr "Sänd ut allt" +msgstr "Sänd ut till alla" #: ../terminatorlib/terminal.py:418 msgid "Broadcast group" -msgstr "Sänd ut grupp" +msgstr "Sänd ut till grupp" #: ../terminatorlib/terminal.py:419 msgid "Broadcast off" -msgstr "Utsändning avstängd" +msgstr "Utsändning av" #: ../terminatorlib/terminal.py:432 msgid "Split to this group" @@ -445,7 +446,7 @@ msgstr "fönster" #. FIXME: Why isn't this being done by Terminator() ? #: ../terminatorlib/window.py:545 msgid "All" -msgstr "Allt" +msgstr "Alla" #: ../terminatorlib/window.py:566 #, python-format From d08d16760173a4c807e7e78f6c89d76d99b1e506 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Mon, 2 Aug 2010 04:45:04 +0100 Subject: [PATCH 19/44] Launchpad automatic translations update. --- po/hr.po | 10 +++++----- po/it.po | 6 +++--- po/zh_TW.po | 56 ++++++++++++++++++++++++++--------------------------- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/po/hr.po b/po/hr.po index 3e6dee34..b74d63e7 100644 --- a/po/hr.po +++ b/po/hr.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-03-22 18:18+0000\n" -"Last-Translator: Saša Teković \n" +"PO-Revision-Date: 2010-08-01 17:15+0000\n" +"Last-Translator: echo123 \n" "Language-Team: Croatian \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-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-02 03:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -43,8 +43,8 @@ msgid "" "This %s has several terminals open. Closing the %s will also close all " "terminals within it." msgstr "" -"Ovaj %s ima nekoliko otvorenih terminala. Zatvaranjem %s će također " -"zatvoriti svi terminali unutar njega." +"Ovaj %s ima nekoliko otvorenih terminala. Zatvaranje %s zatvoriti će i sve " +"terminale unutar njega." #: ../terminatorlib/encoding.py:35 msgid "Current Locale" diff --git a/po/it.po b/po/it.po index b766771e..52039f12 100644 --- a/po/it.po +++ b/po/it.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-31 18:58+0000\n" +"PO-Revision-Date: 2010-08-01 08:38+0000\n" "Last-Translator: Riccardo Angelino \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-01 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-02 03:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -204,7 +204,7 @@ msgstr "Il plugin ActivityWatch non è disponibile: installare python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "" +msgstr "Vedere per le attività" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" diff --git a/po/zh_TW.po b/po/zh_TW.po index 05d045af..3dedf511 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-10 04:24+0000\n" -"Last-Translator: Cheng-En, Chuang \n" +"PO-Revision-Date: 2010-08-01 15:00+0000\n" +"Last-Translator: angus \n" "Language-Team: Traditional Chinese \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-11 03:38+0000\n" +"X-Launchpad-Export-Date: 2010-08-02 03:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -35,7 +35,7 @@ msgstr "關閉終端機(_T)" #: ../terminatorlib/container.py:158 msgid "Close multiple terminals?" -msgstr "" +msgstr "要關閉所有終端機嗎?" #: ../terminatorlib/container.py:161 #, python-format @@ -222,7 +222,7 @@ msgstr "" #: ../terminatorlib/plugins/custom_commands.py:248 msgid "Enabled:" -msgstr "" +msgstr "已開啟:" #: ../terminatorlib/plugins/custom_commands.py:254 msgid "Name:" @@ -276,11 +276,11 @@ msgstr "" #: ../terminatorlib/searchbar.py:121 msgid "Searching scrollback" -msgstr "" +msgstr "搜尋曾顯示過的訊息" #: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153 msgid "No more results" -msgstr "" +msgstr "找不到更多資料" #: ../terminatorlib/searchbar.py:168 msgid "Found at row" @@ -288,19 +288,19 @@ msgstr "" #: ../terminatorlib/terminal_popup_menu.py:51 msgid "_Send email to..." -msgstr "" +msgstr "發送電子郵件給...(_S)" #: ../terminatorlib/terminal_popup_menu.py:52 msgid "_Copy email address" -msgstr "" +msgstr "複製電子郵件地址(_C)" #: ../terminatorlib/terminal_popup_menu.py:54 msgid "Ca_ll VoIP address" -msgstr "" +msgstr "呼叫網路電話地址(_l)" #: ../terminatorlib/terminal_popup_menu.py:55 msgid "_Copy VoIP address" -msgstr "" +msgstr "複製網路電話地址(_C)" #: ../terminatorlib/terminal_popup_menu.py:57 msgid "_Open link" @@ -308,7 +308,7 @@ msgstr "" #: ../terminatorlib/terminal_popup_menu.py:58 msgid "_Copy address" -msgstr "" +msgstr "複製地址(_C)" #: ../terminatorlib/terminal_popup_menu.py:86 msgid "Split H_orizontally" @@ -328,15 +328,15 @@ msgstr "" #: ../terminatorlib/terminal_popup_menu.py:126 msgid "_Zoom terminal" -msgstr "" +msgstr "縮放終端機(_Z)" #: ../terminatorlib/terminal_popup_menu.py:130 msgid "Ma_ximise terminal" -msgstr "" +msgstr "終端機最大化(_x)" #: ../terminatorlib/terminal_popup_menu.py:136 msgid "_Restore all terminals" -msgstr "" +msgstr "回復所有終端機(_R)" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" @@ -368,7 +368,7 @@ msgstr "" #: ../terminatorlib/terminal_popup_menu.py:241 msgid "Other Encodings" -msgstr "" +msgstr "其他編碼" #: ../terminatorlib/terminal.py:365 msgid "New group..." @@ -381,7 +381,7 @@ msgstr "" #: ../terminatorlib/terminal.py:386 #, python-format msgid "Remove group %s" -msgstr "" +msgstr "移除群組 %s" #: ../terminatorlib/terminal.py:391 msgid "G_roup all in tab" @@ -393,24 +393,24 @@ msgstr "" #: ../terminatorlib/terminal.py:401 msgid "Remove all groups" -msgstr "" +msgstr "移除所有群組" #: ../terminatorlib/terminal.py:408 #, python-format msgid "Close group %s" -msgstr "" +msgstr "關閉群組 %s" #: ../terminatorlib/terminal.py:417 msgid "Broadcast all" -msgstr "" +msgstr "廣播到全部" #: ../terminatorlib/terminal.py:418 msgid "Broadcast group" -msgstr "" +msgstr "群組廣播" #: ../terminatorlib/terminal.py:419 msgid "Broadcast off" -msgstr "" +msgstr "廣播關閉" #: ../terminatorlib/terminal.py:432 msgid "Split to this group" @@ -418,23 +418,23 @@ msgstr "" #: ../terminatorlib/terminal.py:437 msgid "Autoclean groups" -msgstr "" +msgstr "自動清除群組" #: ../terminatorlib/terminal.py:444 msgid "Insert terminal number" -msgstr "" +msgstr "插入終端機編號" #: ../terminatorlib/terminal.py:448 msgid "Insert padded terminal number" -msgstr "" +msgstr "插入被跳過的終端機號碼" #: ../terminatorlib/terminal.py:1157 msgid "Unable to find a shell" -msgstr "" +msgstr "找不到命令處理器" #: ../terminatorlib/terminal.py:1174 msgid "Unable to start shell:" -msgstr "" +msgstr "無法啟動命令處理器" #: ../terminatorlib/window.py:224 msgid "window" @@ -448,4 +448,4 @@ msgstr "" #: ../terminatorlib/window.py:566 #, python-format msgid "Tab %d" -msgstr "" +msgstr "分頁 %d" From 7bf99f62bff8b9a76b77abb13761f976a66b46b2 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Wed, 4 Aug 2010 04:30:43 +0100 Subject: [PATCH 20/44] Launchpad automatic translations update. --- po/zh_TW.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/zh_TW.po b/po/zh_TW.po index 3dedf511..d52bcafa 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-08-01 15:00+0000\n" -"Last-Translator: angus \n" +"PO-Revision-Date: 2010-08-04 01:26+0000\n" +"Last-Translator: s953812 \n" "Language-Team: Traditional Chinese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-02 03:45+0000\n" +"X-Launchpad-Export-Date: 2010-08-04 03:30+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -344,7 +344,7 @@ msgstr "" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" -msgstr "" +msgstr "顯示邊條捲軸(_S)" #: ../terminatorlib/terminal_popup_menu.py:156 msgid "_Preferences" From 2daf45397086ce220b2b567950517b355b4eb70e Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Thu, 5 Aug 2010 04:33:22 +0100 Subject: [PATCH 21/44] Launchpad automatic translations update. --- po/nl.po | 16 ++++++++-------- po/zh_TW.po | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/po/nl.po b/po/nl.po index 420e5831..26d1f921 100644 --- a/po/nl.po +++ b/po/nl.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-06-21 22:39+0000\n" -"Last-Translator: Ward Muylaert \n" +"PO-Revision-Date: 2010-08-04 17:29+0000\n" +"Last-Translator: Rachidbm \n" "Language-Team: 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-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-05 03:33+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -200,15 +200,15 @@ msgstr "Tabblad sluiten" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" -msgstr "" +msgstr "ActivityWatch plugin niet beschikbaar. Installeer python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "" +msgstr "Kijk naar activiteit" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" -msgstr "" +msgstr "Stop het kijken naar activiteit" #: ../terminatorlib/plugins/custom_commands.py:50 msgid "Custom Commands" @@ -247,7 +247,7 @@ msgstr "De naam *%s* bestaat al" #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" -msgstr "" +msgstr "Terminalvenster schermafdruk" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" @@ -342,7 +342,7 @@ msgstr "Alle terminals he_rstellen" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "Groepering" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" diff --git a/po/zh_TW.po b/po/zh_TW.po index d52bcafa..e618010a 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-04 03:30+0000\n" +"X-Launchpad-Export-Date: 2010-08-05 03:33+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 From 0ccb264f3c37c6912469ced49d468039d75f58b7 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Mon, 9 Aug 2010 11:44:42 +0200 Subject: [PATCH 22/44] Add an URL handler for Apache Maven plugins --- terminatorlib/plugins/url_handlers.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/terminatorlib/plugins/url_handlers.py b/terminatorlib/plugins/url_handlers.py index 04524749..81b99702 100644 --- a/terminatorlib/plugins/url_handlers.py +++ b/terminatorlib/plugins/url_handlers.py @@ -5,7 +5,7 @@ import re import terminatorlib.plugin as plugin # Every plugin you want Terminator to load *must* be listed in 'AVAILABLE' -AVAILABLE = ['LaunchpadBugURLHandler', 'LaunchpadCodeURLHandler', 'APTURLHandler'] +AVAILABLE = ['LaunchpadBugURLHandler', 'LaunchpadCodeURLHandler', 'APTURLHandler', 'MavenPluginURLHandler'] class LaunchpadBugURLHandler(plugin.URLHandler): """Launchpad Bug URL handler. If the URL looks like a Launchpad changelog @@ -51,3 +51,16 @@ class APTURLHandler(plugin.URLHandler): """Actually we don't need to do anything for this to work""" return(url) +class MavenPluginURLHandler(plugin.URLHandler): + """Maven plugin handler. If there is the name of a Maven plugin, link + to its documentation site.""" + + capabilities = ['url_handler'] + handler_name = 'maven_plugin' + mavenfilters = {} + mavenfilters['apache_maven_plugins'] = 'clean|compiler|deploy|failsafe|install|resources|site|surefire|verifier|ear|ejb|jar|rar|war|shade|changelog|changes|checkstyle|clover|doap|docck|javadoc|jxr|linkcheck|pmd|project-info-reports|surefire-report|ant|antrun|archetype|assembly|dependency|enforcer|gpg|help|invoker|jarsigner|one|patch|pdf|plugin|release|reactor|remote-resources|repository|scm|source|stage|toolchains|IDEs|eclipse|idea' + + match = '\\b(maven-(%(apache_maven_plugins)s)-plugin)\\b' % mavenfilters + + def callback(self, url): + return('http://maven.apache.org/plugins/%s' % url) From e6fe1768bd4daf31971bcb48554d01a015f66ecb Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Mon, 9 Aug 2010 13:57:06 +0200 Subject: [PATCH 23/44] Split Maven plugin to a separate file and add support for both Apache and Codehaus plugins --- terminatorlib/plugins/maven.py | 39 +++++++++++++++++++++++++++ terminatorlib/plugins/url_handlers.py | 15 +---------- 2 files changed, 40 insertions(+), 14 deletions(-) create mode 100644 terminatorlib/plugins/maven.py diff --git a/terminatorlib/plugins/maven.py b/terminatorlib/plugins/maven.py new file mode 100644 index 00000000..c2c9a2a3 --- /dev/null +++ b/terminatorlib/plugins/maven.py @@ -0,0 +1,39 @@ +# Copyright (c) 2010 Julien Nicoulaud +# +# 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, version 2 only. +# +# 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 Street, Fifth Floor +# , Boston, MA 02110-1301 USA +import re +import terminatorlib.plugin as plugin + +AVAILABLE = [ 'MavenPluginURLHandler' ] + +class MavenPluginURLHandler(plugin.URLHandler): + """Maven plugin handler. If there is the name of a Maven plugin, link + to its documentation site.""" + + capabilities = ['url_handler'] + handler_name = 'maven_plugin' + mavenfilters = {} + mavenfilters['apache_maven_plugins'] = 'clean|compiler|deploy|failsafe|install|resources|site|surefire|verifier|ear|ejb|jar|rar|war|shade|changelog|changes|checkstyle|clover|doap|docck|javadoc|jxr|linkcheck|pmd|project-info-reports|surefire-report|ant|antrun|archetype|assembly|dependency|enforcer|gpg|help|invoker|jarsigner|one|patch|pdf|plugin|release|reactor|remote-resources|repository|scm|source|stage|toolchains|eclipse|idea' + mavenfilters['codehaus_maven_plugins'] = 'jboss|jboss-packaging|tomcat|was6|antlr|antlr3|aspectj|axistools|castor|commons-attributes|gwt|hibernate3|idlj|javacc|jaxb2|jpox|jspc|openjpa|rmic|sablecc|sqlj|sysdeo-tomcat|xmlbeans|xdoclet|netbeans-freeform|nbm|clirr|cobertura|taglist|scmchangelog|findbugs|fitnesse|selenium|animal-sniffer|appassembler|build-helper|exec|keytool|latex|ounce|rpm|sql|versions|apt|cbuilds|jspc|native|retrotranslator|springws|smc|ideauidesigner|dita|docbook|javancss|jdepend|dashboard|emma|sonar|jruby|dbunit|shitty|batik|buildnumber|ianal|jalopy|jasperreports|l10n|minijar|native2ascii|osxappbundle|properties|solaris|truezip|unix|virtualization|wagon|webstart|xml|argouml|dbupgrade|chronos|ckjm|codenarc|deb|ec2|enchanter|ejbdoclet|graphing|j2me|javascript tools|jardiff|kodo|macker|springbeandoc|mock-repository|nsis|pomtools|setup|simian-report|syslog|visibroker|weblogic|webdoclet|xjc|xsltc' + mavenfilters['apache_maven_plugin_name'] = 'maven\-(%s)\-plugin' % mavenfilters['apache_maven_plugins'] + mavenfilters['codehaus_maven_plugin_name'] = '(%s)\-maven\-plugin' % mavenfilters['codehaus_maven_plugins'] + + match = '\\b(%(apache_maven_plugin_name)s|%(codehaus_maven_plugin_name)s)\\b' % mavenfilters + + def callback(self, url): + if re.match(self.mavenfilters["apache_maven_plugin_name"],url): + return('http://maven.apache.org/plugins/%s' % url) + if re.match(self.mavenfilters["codehaus_maven_plugin_name"],url): + return('http://mojo.codehaus.org/%s' % url) diff --git a/terminatorlib/plugins/url_handlers.py b/terminatorlib/plugins/url_handlers.py index 81b99702..04524749 100644 --- a/terminatorlib/plugins/url_handlers.py +++ b/terminatorlib/plugins/url_handlers.py @@ -5,7 +5,7 @@ import re import terminatorlib.plugin as plugin # Every plugin you want Terminator to load *must* be listed in 'AVAILABLE' -AVAILABLE = ['LaunchpadBugURLHandler', 'LaunchpadCodeURLHandler', 'APTURLHandler', 'MavenPluginURLHandler'] +AVAILABLE = ['LaunchpadBugURLHandler', 'LaunchpadCodeURLHandler', 'APTURLHandler'] class LaunchpadBugURLHandler(plugin.URLHandler): """Launchpad Bug URL handler. If the URL looks like a Launchpad changelog @@ -51,16 +51,3 @@ class APTURLHandler(plugin.URLHandler): """Actually we don't need to do anything for this to work""" return(url) -class MavenPluginURLHandler(plugin.URLHandler): - """Maven plugin handler. If there is the name of a Maven plugin, link - to its documentation site.""" - - capabilities = ['url_handler'] - handler_name = 'maven_plugin' - mavenfilters = {} - mavenfilters['apache_maven_plugins'] = 'clean|compiler|deploy|failsafe|install|resources|site|surefire|verifier|ear|ejb|jar|rar|war|shade|changelog|changes|checkstyle|clover|doap|docck|javadoc|jxr|linkcheck|pmd|project-info-reports|surefire-report|ant|antrun|archetype|assembly|dependency|enforcer|gpg|help|invoker|jarsigner|one|patch|pdf|plugin|release|reactor|remote-resources|repository|scm|source|stage|toolchains|IDEs|eclipse|idea' - - match = '\\b(maven-(%(apache_maven_plugins)s)-plugin)\\b' % mavenfilters - - def callback(self, url): - return('http://maven.apache.org/plugins/%s' % url) From 299c817714e2eb6a6028a0f5f2f295c098d3783a Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Mon, 9 Aug 2010 20:07:33 +0200 Subject: [PATCH 24/44] Add support for plugins goals, document --- terminatorlib/plugins/maven.py | 46 +++++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 12 deletions(-) mode change 100644 => 100755 terminatorlib/plugins/maven.py diff --git a/terminatorlib/plugins/maven.py b/terminatorlib/plugins/maven.py old mode 100644 new mode 100755 index c2c9a2a3..2ab459a8 --- a/terminatorlib/plugins/maven.py +++ b/terminatorlib/plugins/maven.py @@ -19,21 +19,43 @@ import terminatorlib.plugin as plugin AVAILABLE = [ 'MavenPluginURLHandler' ] class MavenPluginURLHandler(plugin.URLHandler): - """Maven plugin handler. If there is the name of a Maven plugin, link - to its documentation site.""" + """Maven plugin handler. If the name of a Maven plugin is + detected, it is turned into a link to its documentation site. + If a Maven plugin goal is detected, the link points to the + particular goal page. Only Apache (org.apache.maven.plugins) + and Codehaus (org.codehaus.mojo) plugins are supported.""" capabilities = ['url_handler'] handler_name = 'maven_plugin' - mavenfilters = {} - mavenfilters['apache_maven_plugins'] = 'clean|compiler|deploy|failsafe|install|resources|site|surefire|verifier|ear|ejb|jar|rar|war|shade|changelog|changes|checkstyle|clover|doap|docck|javadoc|jxr|linkcheck|pmd|project-info-reports|surefire-report|ant|antrun|archetype|assembly|dependency|enforcer|gpg|help|invoker|jarsigner|one|patch|pdf|plugin|release|reactor|remote-resources|repository|scm|source|stage|toolchains|eclipse|idea' - mavenfilters['codehaus_maven_plugins'] = 'jboss|jboss-packaging|tomcat|was6|antlr|antlr3|aspectj|axistools|castor|commons-attributes|gwt|hibernate3|idlj|javacc|jaxb2|jpox|jspc|openjpa|rmic|sablecc|sqlj|sysdeo-tomcat|xmlbeans|xdoclet|netbeans-freeform|nbm|clirr|cobertura|taglist|scmchangelog|findbugs|fitnesse|selenium|animal-sniffer|appassembler|build-helper|exec|keytool|latex|ounce|rpm|sql|versions|apt|cbuilds|jspc|native|retrotranslator|springws|smc|ideauidesigner|dita|docbook|javancss|jdepend|dashboard|emma|sonar|jruby|dbunit|shitty|batik|buildnumber|ianal|jalopy|jasperreports|l10n|minijar|native2ascii|osxappbundle|properties|solaris|truezip|unix|virtualization|wagon|webstart|xml|argouml|dbupgrade|chronos|ckjm|codenarc|deb|ec2|enchanter|ejbdoclet|graphing|j2me|javascript tools|jardiff|kodo|macker|springbeandoc|mock-repository|nsis|pomtools|setup|simian-report|syslog|visibroker|weblogic|webdoclet|xjc|xsltc' - mavenfilters['apache_maven_plugin_name'] = 'maven\-(%s)\-plugin' % mavenfilters['apache_maven_plugins'] - mavenfilters['codehaus_maven_plugin_name'] = '(%s)\-maven\-plugin' % mavenfilters['codehaus_maven_plugins'] - match = '\\b(%(apache_maven_plugin_name)s|%(codehaus_maven_plugin_name)s)\\b' % mavenfilters + maven_filters = {} + maven_filters['apache_maven_plugin_shortname'] = 'clean|compiler|deploy|failsafe|install|resources|site|surefire|verifier|ear|ejb|jar|rar|war|shade|changelog|changes|checkstyle|clover|doap|docck|javadoc|jxr|linkcheck|pmd|project-info-reports|surefire-report|ant|antrun|archetype|assembly|dependency|enforcer|gpg|help|invoker|jarsigner|one|patch|pdf|plugin|release|reactor|remote-resources|repository|scm|source|stage|toolchains|eclipse|idea' + maven_filters['codehaus_maven_plugin_shortname'] = 'jboss|jboss-packaging|tomcat|was6|antlr|antlr3|aspectj|axistools|castor|commons-attributes|gwt|hibernate3|idlj|javacc|jaxb2|jpox|jspc|openjpa|rmic|sablecc|sqlj|sysdeo-tomcat|xmlbeans|xdoclet|netbeans-freeform|nbm|clirr|cobertura|taglist|scmchangelog|findbugs|fitnesse|selenium|animal-sniffer|appassembler|build-helper|exec|keytool|latex|ounce|rpm|sql|versions|apt|cbuilds|jspc|native|retrotranslator|springws|smc|ideauidesigner|dita|docbook|javancss|jdepend|dashboard|emma|sonar|jruby|dbunit|shitty|batik|buildnumber|ianal|jalopy|jasperreports|l10n|minijar|native2ascii|osxappbundle|properties|solaris|truezip|unix|virtualization|wagon|webstart|xml|argouml|dbupgrade|chronos|ckjm|codenarc|deb|ec2|enchanter|ejbdoclet|graphing|j2me|javascript tools|jardiff|kodo|macker|springbeandoc|mock-repository|nsis|pomtools|setup|simian-report|syslog|visibroker|weblogic|webdoclet|xjc|xsltc' + maven_filters['apache_maven_plugin_artifact_id'] = 'maven\-(%(apache_maven_plugin_shortname)s)\-plugin' % maven_filters + maven_filters['codehaus_maven_plugin_artifact_id'] = '(%(codehaus_maven_plugin_shortname)s)\-maven\-plugin' % maven_filters + maven_filters['maven_plugin_version'] = '[0-9\.\-\_]+' + maven_filters['maven_plugin_goal'] = '[a-z\-]+' + maven_filters['maven_plugin'] = '(%(apache_maven_plugin_artifact_id)s|%(codehaus_maven_plugin_artifact_id)s)(:%(maven_plugin_version)s:%(maven_plugin_goal)s)?' % maven_filters + maven_filters['maven_plugin_named_groups'] = '(?P%(apache_maven_plugin_artifact_id)s|%(codehaus_maven_plugin_artifact_id)s)(:%(maven_plugin_version)s:(?P%(maven_plugin_goal)s))?' % maven_filters + + match = '\\b%(maven_plugin)s\\b' % maven_filters def callback(self, url): - if re.match(self.mavenfilters["apache_maven_plugin_name"],url): - return('http://maven.apache.org/plugins/%s' % url) - if re.match(self.mavenfilters["codehaus_maven_plugin_name"],url): - return('http://mojo.codehaus.org/%s' % url) + matches = re.match(MavenPluginURLHandler.maven_filters['maven_plugin_named_groups'], url) + if matches is not None: + artifactid = matches.group('artifact_id') + goal = matches.group('goal') + if artifactid is not None: + if re.match(MavenPluginURLHandler.maven_filters['apache_maven_plugin_artifact_id'], artifactid): + if goal is not None: + return 'http://maven.apache.org/plugins/%s/%s-mojo.html' % ( artifactid, goal) + else: + return 'http://maven.apache.org/plugins/%s' % artifactid + elif re.match(MavenPluginURLHandler.maven_filters['codehaus_maven_plugin_artifact_id'], artifactid): + if goal is not None: + return 'http://mojo.codehaus.org/%s/%s-mojo.html' % ( artifactid, goal) + else: + return 'http://mojo.codehaus.org/%s' % artifactid + + plugin.err("Wrong match '%s' for MavenPluginURLHandler." % url) + return '' From b70dd7afe26410d4748cf2e17d3650981b77c966 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Thu, 12 Aug 2010 22:25:56 +0200 Subject: [PATCH 25/44] Maven plugin goals can contain capital letters too --- terminatorlib/plugins/maven.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/plugins/maven.py b/terminatorlib/plugins/maven.py index 2ab459a8..2bde9783 100755 --- a/terminatorlib/plugins/maven.py +++ b/terminatorlib/plugins/maven.py @@ -34,7 +34,7 @@ class MavenPluginURLHandler(plugin.URLHandler): maven_filters['apache_maven_plugin_artifact_id'] = 'maven\-(%(apache_maven_plugin_shortname)s)\-plugin' % maven_filters maven_filters['codehaus_maven_plugin_artifact_id'] = '(%(codehaus_maven_plugin_shortname)s)\-maven\-plugin' % maven_filters maven_filters['maven_plugin_version'] = '[0-9\.\-\_]+' - maven_filters['maven_plugin_goal'] = '[a-z\-]+' + maven_filters['maven_plugin_goal'] = '[a-zA-Z\-]+' maven_filters['maven_plugin'] = '(%(apache_maven_plugin_artifact_id)s|%(codehaus_maven_plugin_artifact_id)s)(:%(maven_plugin_version)s:%(maven_plugin_goal)s)?' % maven_filters maven_filters['maven_plugin_named_groups'] = '(?P%(apache_maven_plugin_artifact_id)s|%(codehaus_maven_plugin_artifact_id)s)(:%(maven_plugin_version)s:(?P%(maven_plugin_goal)s))?' % maven_filters From f3ef3c7bbdaf4a4592235adc3fedfce8774363e6 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sun, 15 Aug 2010 17:24:02 +0200 Subject: [PATCH 26/44] Fix regexps matching Maven plugins version and goals --- terminatorlib/plugins/maven.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminatorlib/plugins/maven.py b/terminatorlib/plugins/maven.py index 2bde9783..0a631020 100755 --- a/terminatorlib/plugins/maven.py +++ b/terminatorlib/plugins/maven.py @@ -33,8 +33,8 @@ class MavenPluginURLHandler(plugin.URLHandler): maven_filters['codehaus_maven_plugin_shortname'] = 'jboss|jboss-packaging|tomcat|was6|antlr|antlr3|aspectj|axistools|castor|commons-attributes|gwt|hibernate3|idlj|javacc|jaxb2|jpox|jspc|openjpa|rmic|sablecc|sqlj|sysdeo-tomcat|xmlbeans|xdoclet|netbeans-freeform|nbm|clirr|cobertura|taglist|scmchangelog|findbugs|fitnesse|selenium|animal-sniffer|appassembler|build-helper|exec|keytool|latex|ounce|rpm|sql|versions|apt|cbuilds|jspc|native|retrotranslator|springws|smc|ideauidesigner|dita|docbook|javancss|jdepend|dashboard|emma|sonar|jruby|dbunit|shitty|batik|buildnumber|ianal|jalopy|jasperreports|l10n|minijar|native2ascii|osxappbundle|properties|solaris|truezip|unix|virtualization|wagon|webstart|xml|argouml|dbupgrade|chronos|ckjm|codenarc|deb|ec2|enchanter|ejbdoclet|graphing|j2me|javascript tools|jardiff|kodo|macker|springbeandoc|mock-repository|nsis|pomtools|setup|simian-report|syslog|visibroker|weblogic|webdoclet|xjc|xsltc' maven_filters['apache_maven_plugin_artifact_id'] = 'maven\-(%(apache_maven_plugin_shortname)s)\-plugin' % maven_filters maven_filters['codehaus_maven_plugin_artifact_id'] = '(%(codehaus_maven_plugin_shortname)s)\-maven\-plugin' % maven_filters - maven_filters['maven_plugin_version'] = '[0-9\.\-\_]+' - maven_filters['maven_plugin_goal'] = '[a-zA-Z\-]+' + maven_filters['maven_plugin_version'] = '[a-zA-Z0-9\.-]+' + maven_filters['maven_plugin_goal'] = '[a-zA-Z-]+' maven_filters['maven_plugin'] = '(%(apache_maven_plugin_artifact_id)s|%(codehaus_maven_plugin_artifact_id)s)(:%(maven_plugin_version)s:%(maven_plugin_goal)s)?' % maven_filters maven_filters['maven_plugin_named_groups'] = '(?P%(apache_maven_plugin_artifact_id)s|%(codehaus_maven_plugin_artifact_id)s)(:%(maven_plugin_version)s:(?P%(maven_plugin_goal)s))?' % maven_filters From 7df690dba52813c2ea5f64f2e39106b57c1f257f Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 17 Aug 2010 12:43:01 +0100 Subject: [PATCH 27/44] Document the antialias config --- doc/terminator_config.5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/terminator_config.5 b/doc/terminator_config.5 index 07feaf1f..45f4f3e6 100644 --- a/doc/terminator_config.5 +++ b/doc/terminator_config.5 @@ -280,6 +280,10 @@ Each profile should be its own subsection with a header in the format \fB[[name] If true, allow applications in the terminal to make text boldface. Default value: \fBTrue\fR .TP +.B antialias\fR (boolean) +If false, do not apply anti-aliasing to fonts in the terminal. +Default value: \fBTrue\fR +.TP .B audible_bell\fR (boolean) If true, make a noise when applications send the escape sequence for the terminal bell. Default value: \fBFalse\fR From cfc902ed375a7c750158e8819bf099af2859284a Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 17 Aug 2010 12:43:01 +0100 Subject: [PATCH 28/44] Document the antialias config --- doc/terminator_config.5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/terminator_config.5 b/doc/terminator_config.5 index 07feaf1f..45f4f3e6 100644 --- a/doc/terminator_config.5 +++ b/doc/terminator_config.5 @@ -280,6 +280,10 @@ Each profile should be its own subsection with a header in the format \fB[[name] If true, allow applications in the terminal to make text boldface. Default value: \fBTrue\fR .TP +.B antialias\fR (boolean) +If false, do not apply anti-aliasing to fonts in the terminal. +Default value: \fBTrue\fR +.TP .B audible_bell\fR (boolean) If true, make a noise when applications send the escape sequence for the terminal bell. Default value: \fBFalse\fR From 9e97f7ceafcdde873452b0d4688b164936d468ca Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Wed, 18 Aug 2010 07:46:28 +0100 Subject: [PATCH 29/44] Launchpad automatic translations update. --- po/ar.po | 2 +- po/bg.po | 2 +- po/ca.po | 2 +- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 4 ++-- po/el.po | 2 +- po/en_AU.po | 2 +- po/en_CA.po | 2 +- po/en_GB.po | 2 +- po/eo.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/eu.po | 2 +- po/fa.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/fy.po | 2 +- po/ga.po | 2 +- po/gl.po | 2 +- po/he.po | 2 +- po/hi.po | 2 +- po/hr.po | 2 +- po/hu.po | 2 +- po/id.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/jv.po | 2 +- po/ka.po | 2 +- po/kk.po | 2 +- po/ko.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/mk.po | 4 ++-- po/ml.po | 2 +- po/mr.po | 2 +- po/ms.po | 2 +- po/nb.po | 2 +- po/nl.po | 2 +- po/nn.po | 2 +- po/oc.po | 2 +- po/pl.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ro.po | 8 ++++---- po/ru.po | 4 ++-- po/ru_RU.po | 2 +- po/si.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sq.po | 2 +- po/sr.po | 2 +- po/sv.po | 2 +- po/ta.po | 2 +- po/te.po | 2 +- po/th.po | 2 +- po/tr.po | 2 +- po/uk.po | 2 +- po/ur.po | 2 +- po/zh_CN.po | 2 +- po/zh_HK.po | 2 +- po/zh_TW.po | 2 +- 62 files changed, 68 insertions(+), 68 deletions(-) diff --git a/po/ar.po b/po/ar.po index 5f4c7cd1..ac62d5cd 100644 --- a/po/ar.po +++ b/po/ar.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/bg.po b/po/bg.po index e24fc8dd..d7c6b327 100644 --- a/po/bg.po +++ b/po/bg.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/ca.po b/po/ca.po index 40736d85..1beb76ec 100644 --- a/po/ca.po +++ b/po/ca.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/cs.po b/po/cs.po index 70cd6c56..6ce293f7 100644 --- a/po/cs.po +++ b/po/cs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/da.po b/po/da.po index 132d13bc..beeb5685 100644 --- a/po/da.po +++ b/po/da.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/de.po b/po/de.po index 0b7fd21e..d4c90a43 100644 --- a/po/de.po +++ b/po/de.po @@ -9,12 +9,12 @@ msgstr "" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" "PO-Revision-Date: 2010-07-23 22:59+0000\n" -"Last-Translator: Shaky \n" +"Last-Translator: Nicolas Semrau \n" "Language-Team: German \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-25 04:02+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/el.po b/po/el.po index cf0e887d..d821cb60 100644 --- a/po/el.po +++ b/po/el.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-23 04:01+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/en_AU.po b/po/en_AU.po index b462225a..1717d4c0 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-09 03:52+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/en_CA.po b/po/en_CA.po index eb683863..b049517e 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/en_GB.po b/po/en_GB.po index 42476f7e..cd113028 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-09 03:52+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/eo.po b/po/eo.po index 1478f6ef..9e58bbe4 100644 --- a/po/eo.po +++ b/po/eo.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/es.po b/po/es.po index 4a56420f..21ba7f68 100644 --- a/po/es.po +++ b/po/es.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-19 03:33+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/et.po b/po/et.po index df3163b8..a1e6431c 100644 --- a/po/et.po +++ b/po/et.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/eu.po b/po/eu.po index af11e500..759ba3fa 100644 --- a/po/eu.po +++ b/po/eu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/fa.po b/po/fa.po index 760dbe6e..ad78e086 100644 --- a/po/fa.po +++ b/po/fa.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/fi.po b/po/fi.po index a2efe28e..884b192c 100644 --- a/po/fi.po +++ b/po/fi.po @@ -16,7 +16,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/fr.po b/po/fr.po index 99282d02..da5a804a 100644 --- a/po/fr.po +++ b/po/fr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-31 03:33+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/fy.po b/po/fy.po index fb089d75..2171c7b5 100644 --- a/po/fy.po +++ b/po/fy.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/ga.po b/po/ga.po index 613d38d8..c2c0c5fe 100644 --- a/po/ga.po +++ b/po/ga.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/gl.po b/po/gl.po index 695d1d4f..9fde9219 100644 --- a/po/gl.po +++ b/po/gl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/he.po b/po/he.po index 0becf905..d450145e 100644 --- a/po/he.po +++ b/po/he.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/hi.po b/po/hi.po index 11c3bb6c..02b8911e 100644 --- a/po/hi.po +++ b/po/hi.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/hr.po b/po/hr.po index b74d63e7..43c1b29b 100644 --- a/po/hr.po +++ b/po/hr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-02 03:45+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/hu.po b/po/hu.po index 6929b52b..7a7e2253 100644 --- a/po/hu.po +++ b/po/hu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/id.po b/po/id.po index f7dbd624..9093d563 100644 --- a/po/id.po +++ b/po/id.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-16 03:35+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/it.po b/po/it.po index 52039f12..56907f6b 100644 --- a/po/it.po +++ b/po/it.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-02 03:45+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/ja.po b/po/ja.po index d07c1f9b..e5395eb7 100644 --- a/po/ja.po +++ b/po/ja.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/jv.po b/po/jv.po index d2fe1ad6..8a431e72 100644 --- a/po/jv.po +++ b/po/jv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/ka.po b/po/ka.po index cd69787f..566f0279 100644 --- a/po/ka.po +++ b/po/ka.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/kk.po b/po/kk.po index 8307d130..f5a2f74b 100644 --- a/po/kk.po +++ b/po/kk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/ko.po b/po/ko.po index e3e4337a..92e05d53 100644 --- a/po/ko.po +++ b/po/ko.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-14 05:55+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/lt.po b/po/lt.po index 9dfda24e..9f6db9b3 100644 --- a/po/lt.po +++ b/po/lt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-10 03:30+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/lv.po b/po/lv.po index 4aaf8f9b..9dc6bebf 100644 --- a/po/lv.po +++ b/po/lv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/mk.po b/po/mk.po index ad167bd4..4d947880 100644 --- a/po/mk.po +++ b/po/mk.po @@ -9,12 +9,12 @@ msgstr "" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" "PO-Revision-Date: 2010-07-13 12:22+0000\n" -"Last-Translator: Ристе Ристевски \n" +"Last-Translator: Ристе Ристевски \n" "Language-Team: Macedonian \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-14 03:33+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/ml.po b/po/ml.po index 77b5832e..f4b9034c 100644 --- a/po/ml.po +++ b/po/ml.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/mr.po b/po/mr.po index 84dc5508..dc3ece23 100644 --- a/po/mr.po +++ b/po/mr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/ms.po b/po/ms.po index 00237f55..ea730f0b 100644 --- a/po/ms.po +++ b/po/ms.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/nb.po b/po/nb.po index 284ec839..ffdfc2b9 100644 --- a/po/nb.po +++ b/po/nb.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/nl.po b/po/nl.po index 26d1f921..709596e7 100644 --- a/po/nl.po +++ b/po/nl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-05 03:33+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/nn.po b/po/nn.po index b02a9cba..761048d6 100644 --- a/po/nn.po +++ b/po/nn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/oc.po b/po/oc.po index acde0f05..861a9950 100644 --- a/po/oc.po +++ b/po/oc.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/pl.po b/po/pl.po index 02e2c14b..15d255c6 100644 --- a/po/pl.po +++ b/po/pl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-12 03:42+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/pt.po b/po/pt.po index 970a255b..bfbea7e6 100644 --- a/po/pt.po +++ b/po/pt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/pt_BR.po b/po/pt_BR.po index b1a13dbd..863a38f7 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/ro.po b/po/ro.po index 0cbfab72..9f28e6fb 100644 --- a/po/ro.po +++ b/po/ro.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-11 10:03+0000\n" -"Last-Translator: Ic3-T \n" +"PO-Revision-Date: 2010-08-17 20:06+0000\n" +"Last-Translator: Lucian Adrian Grijincu \n" "Language-Team: Romanian \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-12 03:42+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -248,7 +248,7 @@ msgstr "Numele *%s* deja există" #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" -msgstr "" +msgstr "Captură de ecran a terminalului" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" diff --git a/po/ru.po b/po/ru.po index 71277e88..28fc01d9 100644 --- a/po/ru.po +++ b/po/ru.po @@ -9,12 +9,12 @@ msgstr "" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" "PO-Revision-Date: 2010-08-11 16:43+0000\n" -"Last-Translator: Malody \n" +"Last-Translator: Владимир Шаталин \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-12 03:33+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/ru_RU.po b/po/ru_RU.po index bfd915ac..8763c4d9 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/si.po b/po/si.po index fd0f947d..b0c0756e 100644 --- a/po/si.po +++ b/po/si.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/sk.po b/po/sk.po index 7c09a30d..dbb098a4 100644 --- a/po/sk.po +++ b/po/sk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/sl.po b/po/sl.po index 835861a8..7caf31dd 100644 --- a/po/sl.po +++ b/po/sl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/sq.po b/po/sq.po index 6f93ad6d..dbfbac16 100644 --- a/po/sq.po +++ b/po/sq.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/sr.po b/po/sr.po index b1342791..eebb9131 100644 --- a/po/sr.po +++ b/po/sr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/sv.po b/po/sv.po index 11e6b13c..18d5cda6 100644 --- a/po/sv.po +++ b/po/sv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-01 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/ta.po b/po/ta.po index ee0e5421..e5802367 100644 --- a/po/ta.po +++ b/po/ta.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/te.po b/po/te.po index 4f3955c5..28ccf8a6 100644 --- a/po/te.po +++ b/po/te.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/th.po b/po/th.po index 01f8809e..435c0306 100644 --- a/po/th.po +++ b/po/th.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/tr.po b/po/tr.po index 70d314b4..e16c701b 100644 --- a/po/tr.po +++ b/po/tr.po @@ -14,7 +14,7 @@ msgstr "" "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 03:46+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/uk.po b/po/uk.po index 8fe7aaa7..89bc0b29 100644 --- a/po/uk.po +++ b/po/uk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-06 03:34+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/ur.po b/po/ur.po index 0191bf55..f3702419 100644 --- a/po/ur.po +++ b/po/ur.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/zh_CN.po b/po/zh_CN.po index 6ad1a558..d548f57d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/zh_HK.po b/po/zh_HK.po index f62d941f..5da8d2b8 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/zh_TW.po b/po/zh_TW.po index e618010a..6a6242c4 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-05 03:33+0000\n" +"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 From b5c6662359253e1e3d395bf8c8ce7cb676a75d66 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 20 Aug 2010 10:58:36 +0100 Subject: [PATCH 30/44] For now TERM is hardcoded to xterm --- terminatorlib/terminal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index 528c8883..3d5869c2 100755 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -152,6 +152,7 @@ class Terminal(gtk.VBox): self.connect_signals() + os.putenv('TERM', 'xterm') os.putenv('COLORTERM', 'gnome-terminal') env_proxy = os.getenv('http_proxy') From 213afa56ea5c0dffc53ce0f92b144882ea8129eb Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Sat, 21 Aug 2010 04:46:15 +0100 Subject: [PATCH 31/44] Launchpad automatic translations update. --- po/zh_CN.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index d548f57d..9d795083 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-06-10 15:08+0000\n" -"Last-Translator: Eleanor Chen \n" +"PO-Revision-Date: 2010-08-20 10:33+0000\n" +"Last-Translator: Blue Dream \n" "Language-Team: Simplified Chinese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" +"X-Launchpad-Export-Date: 2010-08-21 03:46+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 From 395181cbd4228cb8909d32813f63129105298238 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Mon, 23 Aug 2010 04:51:21 +0100 Subject: [PATCH 32/44] Launchpad automatic translations update. --- po/de.po | 18 ++--- po/fi.po | 14 ++-- po/sr.po | 205 ++++++++++++++++++++++++++++--------------------------- 3 files changed, 120 insertions(+), 117 deletions(-) diff --git a/po/de.po b/po/de.po index d4c90a43..4860f241 100644 --- a/po/de.po +++ b/po/de.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-07-23 22:59+0000\n" -"Last-Translator: Nicolas Semrau \n" +"PO-Revision-Date: 2010-08-22 19:22+0000\n" +"Last-Translator: Dav \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" +"X-Launchpad-Export-Date: 2010-08-23 03:51+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -217,7 +217,7 @@ msgstr "Eigene Befehle" #: ../terminatorlib/plugins/custom_commands.py:106 msgid "Custom Commands Configuration" -msgstr "Eigene Befehle einstellen" +msgstr "Eigene Befehle verwalten" #: ../terminatorlib/plugins/custom_commands.py:238 msgid "New Command" @@ -392,16 +392,16 @@ msgstr "Alle im _Reiter gruppieren" #: ../terminatorlib/terminal.py:396 msgid "Ungr_oup all in tab" -msgstr "Gruppierung im Reiter auflösen" +msgstr "Gruppe im Reiter auflösen" #: ../terminatorlib/terminal.py:401 msgid "Remove all groups" -msgstr "Alle Gruppierungen auflösen" +msgstr "Alle Gruppen auflösen" #: ../terminatorlib/terminal.py:408 #, python-format msgid "Close group %s" -msgstr "Gruppierung %s schließen" +msgstr "Gruppe %s schließen" #: ../terminatorlib/terminal.py:417 msgid "Broadcast all" @@ -417,11 +417,11 @@ msgstr "Nichts senden" #: ../terminatorlib/terminal.py:432 msgid "Split to this group" -msgstr "Aus Gruppierung abtrennen" +msgstr "Aus Gruppe abtrennen" #: ../terminatorlib/terminal.py:437 msgid "Autoclean groups" -msgstr "Gruppierungen automatisch aufräumen" +msgstr "Gruppen automatisch aufräumen" #: ../terminatorlib/terminal.py:444 msgid "Insert terminal number" diff --git a/po/fi.po b/po/fi.po index 884b192c..46d42990 100644 --- a/po/fi.po +++ b/po/fi.po @@ -10,13 +10,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-05-07 19:03+0000\n" -"Last-Translator: Tommi Saira \n" +"PO-Revision-Date: 2010-08-22 17:04+0000\n" +"Last-Translator: Heikki Kulhia \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" +"X-Launchpad-Export-Date: 2010-08-23 03:51+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -249,7 +249,7 @@ msgstr "Nimi *%s* on jo olemassa" #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" -msgstr "" +msgstr "Päätteen kuvakaappaus" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" @@ -280,7 +280,7 @@ msgstr "Edellinen" #: ../terminatorlib/searchbar.py:121 msgid "Searching scrollback" -msgstr "" +msgstr "Etsitään rivihistoriaa" #: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153 msgid "No more results" @@ -393,7 +393,7 @@ msgstr "R_yhmitä kaikki välilehdessä" #: ../terminatorlib/terminal.py:396 msgid "Ungr_oup all in tab" -msgstr "" +msgstr "Poista ryhmittely välilehdessä" #: ../terminatorlib/terminal.py:401 msgid "Remove all groups" @@ -430,7 +430,7 @@ msgstr "Syötä päätteen numero" #: ../terminatorlib/terminal.py:448 msgid "Insert padded terminal number" -msgstr "" +msgstr "Lisää sisennetty pääte numero" #: ../terminatorlib/terminal.py:1157 msgid "Unable to find a shell" diff --git a/po/sr.po b/po/sr.po index eebb9131..5db7ed83 100644 --- a/po/sr.po +++ b/po/sr.po @@ -8,34 +8,34 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2009-05-26 11:21+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2010-08-22 06:33+0000\n" +"Last-Translator: Rancher \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" +"X-Launchpad-Export-Date: 2010-08-23 03:51+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 msgid "Multiple terminals in one window" -msgstr "" +msgstr "Више терминала у једном прозору" #: ../data/terminator.desktop.in.h:2 msgid "Terminator" -msgstr "" +msgstr "Терминатор" #: ../terminatorlib/container.py:149 msgid "Close?" -msgstr "" +msgstr "Изаћи?" #: ../terminatorlib/container.py:156 msgid "Close _Terminals" -msgstr "" +msgstr "Затвори _терминале" #: ../terminatorlib/container.py:158 msgid "Close multiple terminals?" -msgstr "" +msgstr "Затворити више терминала?" #: ../terminatorlib/container.py:161 #, python-format @@ -43,409 +43,412 @@ msgid "" "This %s has several terminals open. Closing the %s will also close all " "terminals within it." msgstr "" +"%s има неколико отворених терминала. Ако затворите %s, то ће затворити и све " +"терминале у њему." #: ../terminatorlib/encoding.py:35 msgid "Current Locale" -msgstr "" +msgstr "Текући локалитет" #: ../terminatorlib/encoding.py:36 ../terminatorlib/encoding.py:49 #: ../terminatorlib/encoding.py:68 ../terminatorlib/encoding.py:91 #: ../terminatorlib/encoding.py:102 msgid "Western" -msgstr "" +msgstr "Западни" #: ../terminatorlib/encoding.py:37 ../terminatorlib/encoding.py:69 #: ../terminatorlib/encoding.py:81 ../terminatorlib/encoding.py:100 msgid "Central European" -msgstr "" +msgstr "Средњоевропски" #: ../terminatorlib/encoding.py:38 msgid "South European" -msgstr "" +msgstr "Јужноевропски" #: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:47 #: ../terminatorlib/encoding.py:107 msgid "Baltic" -msgstr "" +msgstr "Балтички" #. [False, "JOHAB", _("Korean") ], #: ../terminatorlib/encoding.py:40 ../terminatorlib/encoding.py:70 #: ../terminatorlib/encoding.py:76 ../terminatorlib/encoding.py:78 #: ../terminatorlib/encoding.py:83 ../terminatorlib/encoding.py:101 msgid "Cyrillic" -msgstr "" +msgstr "Ћирилица" #: ../terminatorlib/encoding.py:41 ../terminatorlib/encoding.py:73 #: ../terminatorlib/encoding.py:80 ../terminatorlib/encoding.py:106 msgid "Arabic" -msgstr "" +msgstr "Арапски" #: ../terminatorlib/encoding.py:42 ../terminatorlib/encoding.py:86 #: ../terminatorlib/encoding.py:103 msgid "Greek" -msgstr "" +msgstr "Грчки" #: ../terminatorlib/encoding.py:43 msgid "Hebrew Visual" -msgstr "" +msgstr "Визуелни хебрејски" #: ../terminatorlib/encoding.py:44 ../terminatorlib/encoding.py:72 #: ../terminatorlib/encoding.py:89 ../terminatorlib/encoding.py:105 msgid "Hebrew" -msgstr "" +msgstr "Хебрејски" #: ../terminatorlib/encoding.py:45 ../terminatorlib/encoding.py:71 #: ../terminatorlib/encoding.py:93 ../terminatorlib/encoding.py:104 msgid "Turkish" -msgstr "" +msgstr "Турски" #: ../terminatorlib/encoding.py:46 msgid "Nordic" -msgstr "" +msgstr "Нордијски" #: ../terminatorlib/encoding.py:48 msgid "Celtic" -msgstr "" +msgstr "Келтски" #: ../terminatorlib/encoding.py:50 ../terminatorlib/encoding.py:92 msgid "Romanian" -msgstr "" +msgstr "Румунски" #. [False, "UTF-7", _("Unicode") ], #: ../terminatorlib/encoding.py:52 msgid "Unicode" -msgstr "" +msgstr "Уникод" #. [False, "UTF-16", _("Unicode") ], #. [False, "UCS-2", _("Unicode") ], #. [False, "UCS-4", _("Unicode") ], #: ../terminatorlib/encoding.py:56 msgid "Armenian" -msgstr "" +msgstr "Јерменски" #: ../terminatorlib/encoding.py:57 ../terminatorlib/encoding.py:58 #: ../terminatorlib/encoding.py:62 msgid "Chinese Traditional" -msgstr "" +msgstr "Традиционални кинески" #: ../terminatorlib/encoding.py:59 msgid "Cyrillic/Russian" -msgstr "" +msgstr "Ћирилички/руски" #: ../terminatorlib/encoding.py:60 ../terminatorlib/encoding.py:74 #: ../terminatorlib/encoding.py:95 msgid "Japanese" -msgstr "" +msgstr "Јапански" #: ../terminatorlib/encoding.py:61 ../terminatorlib/encoding.py:75 #: ../terminatorlib/encoding.py:98 msgid "Korean" -msgstr "" +msgstr "Корејски" #: ../terminatorlib/encoding.py:63 ../terminatorlib/encoding.py:64 #: ../terminatorlib/encoding.py:65 ../terminatorlib/encoding.py:67 msgid "Chinese Simplified" -msgstr "" +msgstr "Поједностављени кинески" #: ../terminatorlib/encoding.py:66 msgid "Georgian" -msgstr "" +msgstr "Грузијски" #: ../terminatorlib/encoding.py:79 ../terminatorlib/encoding.py:94 msgid "Cyrillic/Ukrainian" -msgstr "" +msgstr "Ћирилички/украјински" #: ../terminatorlib/encoding.py:82 msgid "Croatian" -msgstr "" +msgstr "Хрватски" #: ../terminatorlib/encoding.py:84 msgid "Hindi" -msgstr "" +msgstr "Хинди" #: ../terminatorlib/encoding.py:85 msgid "Persian" -msgstr "" +msgstr "Персијски" #: ../terminatorlib/encoding.py:87 msgid "Gujarati" -msgstr "" +msgstr "Гуџарати" #: ../terminatorlib/encoding.py:88 msgid "Gurmukhi" -msgstr "" +msgstr "Гермуки" #: ../terminatorlib/encoding.py:90 msgid "Icelandic" -msgstr "" +msgstr "Исландски" #: ../terminatorlib/encoding.py:96 ../terminatorlib/encoding.py:99 #: ../terminatorlib/encoding.py:108 msgid "Vietnamese" -msgstr "" +msgstr "Вијетнамски" #: ../terminatorlib/encoding.py:97 msgid "Thai" -msgstr "" +msgstr "Тајландски" #: ../terminatorlib/notebook.py:259 msgid "tab" -msgstr "" +msgstr "језичак" #: ../terminatorlib/notebook.py:408 msgid "Close Tab" -msgstr "" +msgstr "Затвори језичак" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" msgstr "" +"ActivityWatch додатак није доступан. Молимо, инсталирајте python-notify." #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "" +msgstr "Прати активност" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" -msgstr "" +msgstr "Престани да пратиш активност" #: ../terminatorlib/plugins/custom_commands.py:50 msgid "Custom Commands" -msgstr "" +msgstr "Прилагођене наредбе" #: ../terminatorlib/plugins/custom_commands.py:106 msgid "Custom Commands Configuration" -msgstr "" +msgstr "Поставке прилагођених наредби" #: ../terminatorlib/plugins/custom_commands.py:238 msgid "New Command" -msgstr "" +msgstr "Нова наредба" #: ../terminatorlib/plugins/custom_commands.py:248 msgid "Enabled:" -msgstr "" +msgstr "Омогућено:" #: ../terminatorlib/plugins/custom_commands.py:254 msgid "Name:" -msgstr "" +msgstr "Назив:" #: ../terminatorlib/plugins/custom_commands.py:260 msgid "Command:" -msgstr "" +msgstr "Наредба:" #: ../terminatorlib/plugins/custom_commands.py:296 #: ../terminatorlib/plugins/custom_commands.py:406 msgid "You need to define a name and command" -msgstr "" +msgstr "Морате да одредите назив и наредбу" #: ../terminatorlib/plugins/custom_commands.py:313 #: ../terminatorlib/plugins/custom_commands.py:425 #, python-format msgid "Name *%s* already exist" -msgstr "" +msgstr "„%s“ назив већ постоји." #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" -msgstr "" +msgstr "Снимак терминала" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" -msgstr "" +msgstr "Нови профил" #: ../terminatorlib/prefseditor.py:931 ../terminatorlib/prefseditor.py:936 msgid "New Layout" -msgstr "" +msgstr "Нови изглед" #. Label #: ../terminatorlib/searchbar.py:48 msgid "Search:" -msgstr "" +msgstr "Претрага:" #: ../terminatorlib/searchbar.py:64 msgid "Close Search bar" -msgstr "" +msgstr "Затвори поље за претрагу" #. Next Button #: ../terminatorlib/searchbar.py:69 msgid "Next" -msgstr "" +msgstr "Следеће" #. Previous Button #: ../terminatorlib/searchbar.py:75 msgid "Prev" -msgstr "" +msgstr "Претходно" #: ../terminatorlib/searchbar.py:121 msgid "Searching scrollback" -msgstr "" +msgstr "Претраживање преписа" #: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153 msgid "No more results" -msgstr "" +msgstr "Нема више резултата" #: ../terminatorlib/searchbar.py:168 msgid "Found at row" -msgstr "" +msgstr "Пронађено у реду" #: ../terminatorlib/terminal_popup_menu.py:51 msgid "_Send email to..." -msgstr "" +msgstr "_Пошаљи е-поруку..." #: ../terminatorlib/terminal_popup_menu.py:52 msgid "_Copy email address" -msgstr "" +msgstr "_Умножи е-адресу" #: ../terminatorlib/terminal_popup_menu.py:54 msgid "Ca_ll VoIP address" -msgstr "" +msgstr "По_зови VoIP адресу" #: ../terminatorlib/terminal_popup_menu.py:55 msgid "_Copy VoIP address" -msgstr "" +msgstr "_Умножи VoIP адресу" #: ../terminatorlib/terminal_popup_menu.py:57 msgid "_Open link" -msgstr "" +msgstr "_Отвори везу" #: ../terminatorlib/terminal_popup_menu.py:58 msgid "_Copy address" -msgstr "" +msgstr "_Умножи адресу" #: ../terminatorlib/terminal_popup_menu.py:86 msgid "Split H_orizontally" -msgstr "" +msgstr "Раздвоји водо_равно" #: ../terminatorlib/terminal_popup_menu.py:96 msgid "Split V_ertically" -msgstr "" +msgstr "Раздвоји у_справно" #: ../terminatorlib/terminal_popup_menu.py:106 msgid "Open _Tab" -msgstr "" +msgstr "Отвори _језичак" #: ../terminatorlib/terminal_popup_menu.py:112 msgid "Open _Debug Tab" -msgstr "" +msgstr "Отвори _језичак за отклањање неисправности" #: ../terminatorlib/terminal_popup_menu.py:126 msgid "_Zoom terminal" -msgstr "" +msgstr "_Приближи терминал" #: ../terminatorlib/terminal_popup_menu.py:130 msgid "Ma_ximise terminal" -msgstr "" +msgstr "Уве_ћај терминал" #: ../terminatorlib/terminal_popup_menu.py:136 msgid "_Restore all terminals" -msgstr "" +msgstr "_Поврати све терминале" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "Груписање" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" -msgstr "" +msgstr "Прикажи _препис" #: ../terminatorlib/terminal_popup_menu.py:156 msgid "_Preferences" -msgstr "" +msgstr "_Поставке" #: ../terminatorlib/terminal_popup_menu.py:163 msgid "Profiles" -msgstr "" +msgstr "Профили" #: ../terminatorlib/terminal_popup_menu.py:207 msgid "Encodings" -msgstr "" +msgstr "Кодирања" #: ../terminatorlib/terminal_popup_menu.py:222 msgid "Default" -msgstr "" +msgstr "Подразумевано" #: ../terminatorlib/terminal_popup_menu.py:225 msgid "User defined" -msgstr "" +msgstr "Кориснички дефинисано" #: ../terminatorlib/terminal_popup_menu.py:241 msgid "Other Encodings" -msgstr "" +msgstr "Друга кодирања" #: ../terminatorlib/terminal.py:365 msgid "New group..." -msgstr "" +msgstr "Нова група..." #: ../terminatorlib/terminal.py:370 msgid "None" -msgstr "" +msgstr "Ништа" #: ../terminatorlib/terminal.py:386 #, python-format msgid "Remove group %s" -msgstr "" +msgstr "Уклони %s групу" #: ../terminatorlib/terminal.py:391 msgid "G_roup all in tab" -msgstr "" +msgstr "Гру_пиши све у језичке" #: ../terminatorlib/terminal.py:396 msgid "Ungr_oup all in tab" -msgstr "" +msgstr "Раз_групиши све у језичке" #: ../terminatorlib/terminal.py:401 msgid "Remove all groups" -msgstr "" +msgstr "Уклони све групе" #: ../terminatorlib/terminal.py:408 #, python-format msgid "Close group %s" -msgstr "" +msgstr "Затвори %s групу" #: ../terminatorlib/terminal.py:417 msgid "Broadcast all" -msgstr "" +msgstr "Емитуј све" #: ../terminatorlib/terminal.py:418 msgid "Broadcast group" -msgstr "" +msgstr "Група емитовања" #: ../terminatorlib/terminal.py:419 msgid "Broadcast off" -msgstr "" +msgstr "Искључи емитовање" #: ../terminatorlib/terminal.py:432 msgid "Split to this group" -msgstr "" +msgstr "Раздвој у ову групу" #: ../terminatorlib/terminal.py:437 msgid "Autoclean groups" -msgstr "" +msgstr "Самостално очисти групе" #: ../terminatorlib/terminal.py:444 msgid "Insert terminal number" -msgstr "" +msgstr "Унеси број терминала" #: ../terminatorlib/terminal.py:448 msgid "Insert padded terminal number" -msgstr "" +msgstr "Унеси уметнут број терминала" #: ../terminatorlib/terminal.py:1157 msgid "Unable to find a shell" -msgstr "" +msgstr "Љуска није пронађена" #: ../terminatorlib/terminal.py:1174 msgid "Unable to start shell:" -msgstr "" +msgstr "Покретање љуске није успело:" #: ../terminatorlib/window.py:224 msgid "window" -msgstr "" +msgstr "прозор" #. FIXME: Why isn't this being done by Terminator() ? #: ../terminatorlib/window.py:545 msgid "All" -msgstr "" +msgstr "Све" #: ../terminatorlib/window.py:566 #, python-format msgid "Tab %d" -msgstr "" +msgstr "%d језичак" From 3d3a2919979007611d9f5b5cbbba25375b4a5d21 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Tue, 24 Aug 2010 04:33:02 +0100 Subject: [PATCH 33/44] Launchpad automatic translations update. --- po/de.po | 4 ++-- po/et.po | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/po/de.po b/po/de.po index 4860f241..dfd1d661 100644 --- a/po/de.po +++ b/po/de.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-08-22 19:22+0000\n" +"PO-Revision-Date: 2010-08-23 18:50+0000\n" "Last-Translator: Dav \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-23 03:51+0000\n" +"X-Launchpad-Export-Date: 2010-08-24 03:33+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 diff --git a/po/et.po b/po/et.po index a1e6431c..42a306c8 100644 --- a/po/et.po +++ b/po/et.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-05-19 19:58+0000\n" -"Last-Translator: lyyser \n" +"PO-Revision-Date: 2010-08-23 21:57+0000\n" +"Last-Translator: lyyser \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" +"X-Launchpad-Export-Date: 2010-08-24 03:33+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -235,7 +235,7 @@ msgstr "Käsk:" #: ../terminatorlib/plugins/custom_commands.py:296 #: ../terminatorlib/plugins/custom_commands.py:406 msgid "You need to define a name and command" -msgstr "" +msgstr "Sa pead määratlema nime ja käsu" #: ../terminatorlib/plugins/custom_commands.py:313 #: ../terminatorlib/plugins/custom_commands.py:425 @@ -308,7 +308,7 @@ msgstr "Ava _viide" #: ../terminatorlib/terminal_popup_menu.py:58 msgid "_Copy address" -msgstr "" +msgstr "_Kopeeri aaderess" #: ../terminatorlib/terminal_popup_menu.py:86 msgid "Split H_orizontally" @@ -340,7 +340,7 @@ msgstr "" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "Rühmitamine" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" From 859e67082e3f3701bf192e52d35dcdb081a53b2b Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 23 Aug 2010 23:37:51 +0100 Subject: [PATCH 34/44] Explicitly depend on hicolor-icon-theme. Closes LP#620536 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e8d1883d..acf1d843 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Homepage: http://www.tenshu.net/terminator/ Package: terminator Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-vte, python-gobject, python-gtk2 (>= 2.14.0), gconf2, libgtk2.0-bin +Depends: ${python:Depends}, ${misc:Depends}, python-vte, python-gobject, python-gtk2 (>= 2.14.0), gconf2, libgtk2.0-bin, hicolor-icon-theme XB-Python-Version: ${python:Versions} Provides: x-terminal-emulator Recommends: xdg-utils, python-gnome2, python-keybinder From d7606858665f15f1b445d527a6de36772c7c0b8c Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 24 Aug 2010 20:44:29 +0100 Subject: [PATCH 35/44] Move window focus detection before other kinds of focus detection, since it involves fewer variables existing. This reduces unnecessary error messages when unfocussing a complex window --- terminatorlib/titlebar.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/terminatorlib/titlebar.py b/terminatorlib/titlebar.py index 5f26b50d..eca8e8a0 100755 --- a/terminatorlib/titlebar.py +++ b/terminatorlib/titlebar.py @@ -103,7 +103,14 @@ class Titlebar(gtk.EventBox): if other: term = self.terminal terminator = self.terminator - if term != other and term.group and term.group == other.group: + if other == 'window-focus-out': + title_fg = self.config['title_inactive_fg_color'] + title_bg = self.config['title_inactive_bg_color'] + icon = '_receive_off' + default_bg = True + group_fg = self.config['title_inactive_fg_color'] + group_bg = self.config['title_inactive_bg_color'] + elif term != other and term.group and term.group == other.group: if terminator.groupsend == terminator.groupsend_type['off']: title_fg = self.config['title_inactive_fg_color'] title_bg = self.config['title_inactive_bg_color'] @@ -127,11 +134,6 @@ class Titlebar(gtk.EventBox): default_bg = True group_fg = self.config['title_inactive_fg_color'] group_bg = self.config['title_inactive_bg_color'] - elif other == 'window-focus-out': - title_fg = self.config['title_inactive_fg_color'] - title_bg = self.config['title_inactive_bg_color'] - icon = '_receive_off' - default_bg = True else: # We're the active terminal title_fg = self.config['title_transmit_fg_color'] From 0c6ba18d2b20b788c3ab99b8b71070d4f5a331e6 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 24 Aug 2010 21:38:15 +0100 Subject: [PATCH 36/44] Cowardly disable the dbus server by default --- doc/terminator_config.5 | 2 +- terminatorlib/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/terminator_config.5 b/doc/terminator_config.5 index 12a8b5d9..115b5499 100644 --- a/doc/terminator_config.5 +++ b/doc/terminator_config.5 @@ -34,7 +34,7 @@ These are the options Terminator currently supports in the global_config section .TP .B dbus Control whether or not Terminator will load its DBus server. When this server is loaded, running Terminator multiple times will cause the first Terminator process to open additional windows. If this configuration item is set to False, or the python dbus module is unavailable, running Terminator multiple times will run a separate Terminator process for each invocation. -Default value: \fBTrue\fR +Default value: \fBFalse\fR .TP .B focus Control how focus is given to terminals. 'click' means the focus only moves to a terminal after you click in it. 'sloppy' means the focus will follow the mouse pointer. 'system' means the focus will match that used by a GNOME window manager. diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 4b888a96..4acd12d4 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -76,7 +76,7 @@ except ImportError: DEFAULTS = { 'global_config': { - 'dbus' : True, + 'dbus' : False, 'focus' : 'click', 'handle_size' : -1, 'geometry_hinting' : True, From 2981b1ad67b86595740a38f6851cf9334a25eeac Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 24 Aug 2010 21:42:46 +0100 Subject: [PATCH 37/44] Update tree for 0.95 --- ChangeLog | 6 ++++++ README | 2 +- terminatorlib/version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4e2f5786..3f23fe07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +terminator 0.95: + * Add a configuration option to enable a DBus server + * Add a configuration option to disable font anti-aliasing + * Improved error handling in various locations + * Maven URL handler plugin (thanks to Julien Nicoulaud) + terminator 0.94: * Improved support for entirely hiding Terminal titlebars * Plugin configuration via preferences UI diff --git a/README b/README index 2960b525..285f4d59 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.94 +Terminator 0.95 by Chris Jones and others. The goal of this project is to produce a useful tool for arranging terminals. diff --git a/terminatorlib/version.py b/terminatorlib/version.py index 994a7f9b..4e3992c6 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '0.94' +APP_VERSION = '0.95' From 12beb1aecaa81b5777da4d35d0cbff4c052e97a7 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 24 Aug 2010 21:43:15 +0100 Subject: [PATCH 38/44] Update debian changelog for 0.95 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 98d5beb0..0803b54f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.95) lucid; urgency=low + + * New upstream release of 0.95 + + -- Chris Jones Tue, 24 Aug 2010 21:42:51 +0100 + terminator (0.94) lucid; urgency=low * New upstream release of 0.94 From e7d622add911154b6789b50737ccf2fd0f1d0e7d Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 24 Aug 2010 21:59:55 +0100 Subject: [PATCH 39/44] Fix whitespace --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f23fe07..e8019041 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ terminator 0.95: * Add a configuration option to enable a DBus server - * Add a configuration option to disable font anti-aliasing - * Improved error handling in various locations - * Maven URL handler plugin (thanks to Julien Nicoulaud) + * Add a configuration option to disable font anti-aliasing + * Improved error handling in various locations + * Maven URL handler plugin (thanks to Julien Nicoulaud) terminator 0.94: * Improved support for entirely hiding Terminal titlebars From 9f57de790842bdc2ed5757a5fdb63c3172bd9af6 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 24 Aug 2010 22:42:48 +0100 Subject: [PATCH 40/44] Aren't PPAs fun yay --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0803b54f..ee4a25ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +terminator (0.95ppa2) karmic; urgency=low + + * No-change rebuild for karmic + + -- Chris Jones Tue, 24 Aug 2010 22:24:59 +0100 + +terminator (0.95ppa1) maverick; urgency=low + + * No-change rebuild for maverick + + -- Chris Jones Tue, 24 Aug 2010 22:24:20 +0100 + terminator (0.95) lucid; urgency=low * New upstream release of 0.95 From d904b757fad2e210f0ace89b24c95b5b757ec7dd Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Wed, 25 Aug 2010 04:47:44 +0100 Subject: [PATCH 41/44] Launchpad automatic translations update. --- po/en_CA.po | 16 ++++++++-------- po/et.po | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/po/en_CA.po b/po/en_CA.po index b049517e..a8f0ea61 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-06-14 09:12+0000\n" -"Last-Translator: Ken Sharp \n" +"PO-Revision-Date: 2010-08-24 22:41+0000\n" +"Last-Translator: Dan Klassen \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" +"X-Launchpad-Export-Date: 2010-08-25 03:47+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -200,15 +200,15 @@ msgstr "Close Tab" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" -msgstr "" +msgstr "ActivityWatch plugin unavailable: please install python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "" +msgstr "Watch for activity" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" -msgstr "" +msgstr "Stop watching for activity" #: ../terminatorlib/plugins/custom_commands.py:50 msgid "Custom Commands" @@ -247,7 +247,7 @@ msgstr "Name *%s* already exist" #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" -msgstr "" +msgstr "Terminal screenshot" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" @@ -342,7 +342,7 @@ msgstr "_Restore all terminals" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "Grouping" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" diff --git a/po/et.po b/po/et.po index 42a306c8..c508ffec 100644 --- a/po/et.po +++ b/po/et.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-08-23 21:57+0000\n" +"PO-Revision-Date: 2010-08-24 19:09+0000\n" "Last-Translator: lyyser \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-24 03:33+0000\n" +"X-Launchpad-Export-Date: 2010-08-25 03:47+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -422,7 +422,7 @@ msgstr "" #: ../terminatorlib/terminal.py:444 msgid "Insert terminal number" -msgstr "" +msgstr "Sisesta terminali number" #: ../terminatorlib/terminal.py:448 msgid "Insert padded terminal number" From a190db91160cff8c7dbb60f02fef1477ebc41dba Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Thu, 26 Aug 2010 04:50:17 +0100 Subject: [PATCH 42/44] Launchpad automatic translations update. --- po/cs.po | 21 +++++++++++---------- po/en_CA.po | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/po/cs.po b/po/cs.po index 6ce293f7..02766167 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-06-01 07:09+0000\n" -"Last-Translator: clever_fox \n" +"PO-Revision-Date: 2010-08-25 15:25+0000\n" +"Last-Translator: Michal Chlup \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n" +"X-Launchpad-Export-Date: 2010-08-26 03:50+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -203,14 +203,15 @@ msgstr "Zavřít panel" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" msgstr "" +"Doplněk ActivityWatch není dostupný: Prosím, nainstalujte python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "" +msgstr "Sledovat aktivitu" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" -msgstr "" +msgstr "Zastavit sledování aktivity" #: ../terminatorlib/plugins/custom_commands.py:50 msgid "Custom Commands" @@ -249,7 +250,7 @@ msgstr "Název *%s* již existuje" #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" -msgstr "" +msgstr "Screenshoty terminálu" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" @@ -406,19 +407,19 @@ msgstr "Zavřít skupinu %s" #: ../terminatorlib/terminal.py:417 msgid "Broadcast all" -msgstr "" +msgstr "Vysílat vše" #: ../terminatorlib/terminal.py:418 msgid "Broadcast group" -msgstr "" +msgstr "Vysílat skupinu" #: ../terminatorlib/terminal.py:419 msgid "Broadcast off" -msgstr "" +msgstr "Přenos vypnut" #: ../terminatorlib/terminal.py:432 msgid "Split to this group" -msgstr "" +msgstr "Rozdělit do těchto skupin" #: ../terminatorlib/terminal.py:437 msgid "Autoclean groups" diff --git a/po/en_CA.po b/po/en_CA.po index a8f0ea61..ec1aec76 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-25 03:47+0000\n" +"X-Launchpad-Export-Date: 2010-08-26 03:50+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 From 73c75f05f90a51319833e781f327bc3bddab7e78 Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Sat, 28 Aug 2010 04:34:11 +0100 Subject: [PATCH 43/44] Launchpad automatic translations update. --- po/pt_BR.po | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index 863a38f7..1d3eaaa5 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-05-02 04:04+0000\n" -"Last-Translator: irtigor \n" +"PO-Revision-Date: 2010-08-27 19:03+0000\n" +"Last-Translator: Matheus de Araújo \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" +"X-Launchpad-Export-Date: 2010-08-28 03:34+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -201,14 +201,15 @@ msgstr "Fechar Aba" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" msgstr "" +"Plugin ActivityWatch não disponível: por favor instale o python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "" +msgstr "Vigiar por atividade" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" -msgstr "" +msgstr "Parar de vigiar por atividade" #: ../terminatorlib/plugins/custom_commands.py:50 msgid "Custom Commands" @@ -247,7 +248,7 @@ msgstr "Nome *%s* já existe" #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" -msgstr "" +msgstr "Screenshot do Terminal" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" @@ -342,7 +343,7 @@ msgstr "_Restaurar todos os terminais" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "Agrupando" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar" From b04ce4271096115a8686dd9d7a14767738fb314b Mon Sep 17 00:00:00 2001 From: Launchpad Code Hosting Date: Sun, 29 Aug 2010 04:41:19 +0100 Subject: [PATCH 44/44] Launchpad automatic translations update. --- po/hr.po | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/po/hr.po b/po/hr.po index 43c1b29b..a412563f 100644 --- a/po/hr.po +++ b/po/hr.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: terminator\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-07-03 22:04+0100\n" -"PO-Revision-Date: 2010-08-01 17:15+0000\n" -"Last-Translator: echo123 \n" +"PO-Revision-Date: 2010-08-28 17:52+0000\n" +"Last-Translator: Saša Teković \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n" +"X-Launchpad-Export-Date: 2010-08-29 03:41+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../data/terminator.desktop.in.h:1 @@ -201,14 +201,15 @@ msgstr "Zatvori karticu" #: ../terminatorlib/plugins/activitywatch.py:21 msgid "ActivityWatch plugin unavailable: please install python-notify" msgstr "" +"ActivityWatch dodatak nije dostupan: molim instalirajte python-notify" #: ../terminatorlib/plugins/activitywatch.py:41 msgid "Watch for activity" -msgstr "" +msgstr "Prati aktivnost" #: ../terminatorlib/plugins/activitywatch.py:44 msgid "Stop watching for activity" -msgstr "" +msgstr "Zaustavi praćenje aktivnosti" #: ../terminatorlib/plugins/custom_commands.py:50 msgid "Custom Commands" @@ -247,7 +248,7 @@ msgstr "Naziv *%s* već postoji" #: ../terminatorlib/plugins/terminalshot.py:28 msgid "Terminal screenshot" -msgstr "" +msgstr "Slika zaslona terminala" #: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891 msgid "New Profile" @@ -342,7 +343,7 @@ msgstr "_Vrati sve terminale" #: ../terminatorlib/terminal_popup_menu.py:143 msgid "Grouping" -msgstr "" +msgstr "Grupiranje" #: ../terminatorlib/terminal_popup_menu.py:150 msgid "Show _scrollbar"