merged with trunk
This commit is contained in:
commit
356646c8bc
@ -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:
|
terminator 0.94:
|
||||||
* Improved support for entirely hiding Terminal titlebars
|
* Improved support for entirely hiding Terminal titlebars
|
||||||
* Plugin configuration via preferences UI
|
* Plugin configuration via preferences UI
|
||||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
|||||||
Terminator 0.94
|
Terminator 0.95
|
||||||
by Chris Jones <cmsj@tenshu.net> and others.
|
by Chris Jones <cmsj@tenshu.net> and others.
|
||||||
|
|
||||||
The goal of this project is to produce a useful tool for arranging terminals.
|
The goal of this project is to produce a useful tool for arranging terminals.
|
||||||
|
18
debian/changelog
vendored
18
debian/changelog
vendored
@ -1,3 +1,21 @@
|
|||||||
|
terminator (0.95ppa2) karmic; urgency=low
|
||||||
|
|
||||||
|
* No-change rebuild for karmic
|
||||||
|
|
||||||
|
-- Chris Jones <cmsj@tenshu.net> Tue, 24 Aug 2010 22:24:59 +0100
|
||||||
|
|
||||||
|
terminator (0.95ppa1) maverick; urgency=low
|
||||||
|
|
||||||
|
* No-change rebuild for maverick
|
||||||
|
|
||||||
|
-- Chris Jones <cmsj@tenshu.net> Tue, 24 Aug 2010 22:24:20 +0100
|
||||||
|
|
||||||
|
terminator (0.95) lucid; urgency=low
|
||||||
|
|
||||||
|
* New upstream release of 0.95
|
||||||
|
|
||||||
|
-- Chris Jones <cmsj@tenshu.net> Tue, 24 Aug 2010 21:42:51 +0100
|
||||||
|
|
||||||
terminator (0.94) lucid; urgency=low
|
terminator (0.94) lucid; urgency=low
|
||||||
|
|
||||||
* New upstream release of 0.94
|
* New upstream release of 0.94
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -14,7 +14,7 @@ Homepage: http://www.tenshu.net/terminator/
|
|||||||
|
|
||||||
Package: terminator
|
Package: terminator
|
||||||
Architecture: all
|
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}
|
XB-Python-Version: ${python:Versions}
|
||||||
Provides: x-terminal-emulator
|
Provides: x-terminal-emulator
|
||||||
Recommends: xdg-utils, python-gnome2, python-keybinder
|
Recommends: xdg-utils, python-gnome2, python-keybinder
|
||||||
|
@ -32,6 +32,10 @@ Below are the individual sections that can exist in the config file:
|
|||||||
.SH "global_config"
|
.SH "global_config"
|
||||||
These are the options Terminator currently supports in the global_config section:
|
These are the options Terminator currently supports in the global_config section:
|
||||||
.TP
|
.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: \fBFalse\fR
|
||||||
|
.TP
|
||||||
.B focus
|
.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.
|
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
|
Default value: \fBclick\fR
|
||||||
@ -280,6 +284,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.
|
If true, allow applications in the terminal to make text boldface.
|
||||||
Default value: \fBTrue\fR
|
Default value: \fBTrue\fR
|
||||||
.TP
|
.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)
|
.B audible_bell\fR (boolean)
|
||||||
If true, make a noise when applications send the escape sequence for the terminal bell.
|
If true, make a noise when applications send the escape sequence for the terminal bell.
|
||||||
Default value: \fBFalse\fR
|
Default value: \fBFalse\fR
|
||||||
|
2
po/ar.po
2
po/ar.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/bg.po
2
po/bg.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/ca.po
2
po/ca.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
21
po/cs.po
21
po/cs.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-06-01 07:09+0000\n"
|
"PO-Revision-Date: 2010-08-25 15:25+0000\n"
|
||||||
"Last-Translator: clever_fox <clever_fox@seznam.cz>\n"
|
"Last-Translator: Michal Chlup <Unknown>\n"
|
||||||
"Language-Team: Czech <cs@li.org>\n"
|
"Language-Team: Czech <cs@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-26 03:50+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -203,14 +203,15 @@ msgstr "Zavřít panel"
|
|||||||
#: ../terminatorlib/plugins/activitywatch.py:21
|
#: ../terminatorlib/plugins/activitywatch.py:21
|
||||||
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Doplněk ActivityWatch není dostupný: Prosím, nainstalujte python-notify"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:41
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
msgid "Watch for activity"
|
msgid "Watch for activity"
|
||||||
msgstr ""
|
msgstr "Sledovat aktivitu"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:44
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
msgid "Stop watching for activity"
|
msgid "Stop watching for activity"
|
||||||
msgstr ""
|
msgstr "Zastavit sledování aktivity"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:50
|
#: ../terminatorlib/plugins/custom_commands.py:50
|
||||||
msgid "Custom Commands"
|
msgid "Custom Commands"
|
||||||
@ -249,7 +250,7 @@ msgstr "Název *%s* již existuje"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/terminalshot.py:28
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Terminal screenshot"
|
msgid "Terminal screenshot"
|
||||||
msgstr ""
|
msgstr "Screenshoty terminálu"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "New Profile"
|
msgid "New Profile"
|
||||||
@ -406,19 +407,19 @@ msgstr "Zavřít skupinu %s"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:417
|
#: ../terminatorlib/terminal.py:417
|
||||||
msgid "Broadcast all"
|
msgid "Broadcast all"
|
||||||
msgstr ""
|
msgstr "Vysílat vše"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:418
|
#: ../terminatorlib/terminal.py:418
|
||||||
msgid "Broadcast group"
|
msgid "Broadcast group"
|
||||||
msgstr ""
|
msgstr "Vysílat skupinu"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:419
|
#: ../terminatorlib/terminal.py:419
|
||||||
msgid "Broadcast off"
|
msgid "Broadcast off"
|
||||||
msgstr ""
|
msgstr "Přenos vypnut"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:432
|
#: ../terminatorlib/terminal.py:432
|
||||||
msgid "Split to this group"
|
msgid "Split to this group"
|
||||||
msgstr ""
|
msgstr "Rozdělit do těchto skupin"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:437
|
#: ../terminatorlib/terminal.py:437
|
||||||
msgid "Autoclean groups"
|
msgid "Autoclean groups"
|
||||||
|
2
po/da.po
2
po/da.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
31
po/de.po
31
po/de.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-06-30 07:55+0000\n"
|
"PO-Revision-Date: 2010-08-23 18:50+0000\n"
|
||||||
"Last-Translator: Johannes Haupt <Unknown>\n"
|
"Last-Translator: Dav <Unknown>\n"
|
||||||
"Language-Team: German <de@li.org>\n"
|
"Language-Team: German <de@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-24 03:33+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -35,7 +35,7 @@ msgstr "_Terminals schließen"
|
|||||||
|
|
||||||
#: ../terminatorlib/container.py:158
|
#: ../terminatorlib/container.py:158
|
||||||
msgid "<big><b>Close multiple terminals?</b></big>"
|
msgid "<big><b>Close multiple terminals?</b></big>"
|
||||||
msgstr "<big><b>Mehrere Fenster schließen?</b></big>"
|
msgstr "<big><b>Mehrere Terminals schließen?</b></big>"
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:161
|
#: ../terminatorlib/container.py:161
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -48,7 +48,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/encoding.py:35
|
#: ../terminatorlib/encoding.py:35
|
||||||
msgid "Current Locale"
|
msgid "Current Locale"
|
||||||
msgstr "Aktuelles Gebietsschema"
|
msgstr "Derzeitige Standorteinstellungen"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:36 ../terminatorlib/encoding.py:49
|
#: ../terminatorlib/encoding.py:36 ../terminatorlib/encoding.py:49
|
||||||
#: ../terminatorlib/encoding.py:68 ../terminatorlib/encoding.py:91
|
#: ../terminatorlib/encoding.py:68 ../terminatorlib/encoding.py:91
|
||||||
@ -201,14 +201,15 @@ msgstr "Reiter schließen"
|
|||||||
#: ../terminatorlib/plugins/activitywatch.py:21
|
#: ../terminatorlib/plugins/activitywatch.py:21
|
||||||
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"ActivityWatch-Plugin nicht verfügbar: Bitte installieren Sie python-notify"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:41
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
msgid "Watch for activity"
|
msgid "Watch for activity"
|
||||||
msgstr ""
|
msgstr "Aktivität überwachen"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:44
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
msgid "Stop watching for activity"
|
msgid "Stop watching for activity"
|
||||||
msgstr ""
|
msgstr "Aktivität nicht mehr überwachen"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:50
|
#: ../terminatorlib/plugins/custom_commands.py:50
|
||||||
msgid "Custom Commands"
|
msgid "Custom Commands"
|
||||||
@ -216,7 +217,7 @@ msgstr "Eigene Befehle"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:106
|
#: ../terminatorlib/plugins/custom_commands.py:106
|
||||||
msgid "Custom Commands Configuration"
|
msgid "Custom Commands Configuration"
|
||||||
msgstr "Eigene Befehle einstellen"
|
msgstr "Eigene Befehle verwalten"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:238
|
#: ../terminatorlib/plugins/custom_commands.py:238
|
||||||
msgid "New Command"
|
msgid "New Command"
|
||||||
@ -247,7 +248,7 @@ msgstr "Die Bezeichnung *%s* ist bereits vergeben."
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/terminalshot.py:28
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Terminal screenshot"
|
msgid "Terminal screenshot"
|
||||||
msgstr ""
|
msgstr "Terminal-Bildschirmfoto"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "New Profile"
|
msgid "New Profile"
|
||||||
@ -342,7 +343,7 @@ msgstr "Alle Terminals _wiederherstellen"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "Gruppierung"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
@ -391,16 +392,16 @@ msgstr "Alle im _Reiter gruppieren"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:396
|
#: ../terminatorlib/terminal.py:396
|
||||||
msgid "Ungr_oup all in tab"
|
msgid "Ungr_oup all in tab"
|
||||||
msgstr "Gruppierung im Reiter auflösen"
|
msgstr "Gruppe im Reiter auflösen"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:401
|
#: ../terminatorlib/terminal.py:401
|
||||||
msgid "Remove all groups"
|
msgid "Remove all groups"
|
||||||
msgstr "Alle Gruppierungen auflösen"
|
msgstr "Alle Gruppen auflösen"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:408
|
#: ../terminatorlib/terminal.py:408
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Close group %s"
|
msgid "Close group %s"
|
||||||
msgstr "Gruppierung %s schließen"
|
msgstr "Gruppe %s schließen"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:417
|
#: ../terminatorlib/terminal.py:417
|
||||||
msgid "Broadcast all"
|
msgid "Broadcast all"
|
||||||
@ -416,11 +417,11 @@ msgstr "Nichts senden"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:432
|
#: ../terminatorlib/terminal.py:432
|
||||||
msgid "Split to this group"
|
msgid "Split to this group"
|
||||||
msgstr "Aus Gruppierung abtrennen"
|
msgstr "Aus Gruppe abtrennen"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:437
|
#: ../terminatorlib/terminal.py:437
|
||||||
msgid "Autoclean groups"
|
msgid "Autoclean groups"
|
||||||
msgstr "Gruppierungen automatisch aufräumen"
|
msgstr "Gruppen automatisch aufräumen"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:444
|
#: ../terminatorlib/terminal.py:444
|
||||||
msgid "Insert terminal number"
|
msgid "Insert terminal number"
|
||||||
|
60
po/el.po
60
po/el.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2009-09-02 19:32+0000\n"
|
"PO-Revision-Date: 2010-07-22 20:30+0000\n"
|
||||||
"Last-Translator: Alex-P. Natsios <Unknown>\n"
|
"Last-Translator: Μανώλης Σκόνδρας <Unknown>\n"
|
||||||
"Language-Team: Greek <el@li.org>\n"
|
"Language-Team: Greek <el@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -218,30 +218,30 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:238
|
#: ../terminatorlib/plugins/custom_commands.py:238
|
||||||
msgid "New Command"
|
msgid "New Command"
|
||||||
msgstr ""
|
msgstr "Νέα εντολή"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:248
|
#: ../terminatorlib/plugins/custom_commands.py:248
|
||||||
msgid "Enabled:"
|
msgid "Enabled:"
|
||||||
msgstr ""
|
msgstr "Ενεργό:"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:254
|
#: ../terminatorlib/plugins/custom_commands.py:254
|
||||||
msgid "Name:"
|
msgid "Name:"
|
||||||
msgstr ""
|
msgstr "Όνομα:"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:260
|
#: ../terminatorlib/plugins/custom_commands.py:260
|
||||||
msgid "Command:"
|
msgid "Command:"
|
||||||
msgstr ""
|
msgstr "Εντολή:"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:296
|
#: ../terminatorlib/plugins/custom_commands.py:296
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:406
|
#: ../terminatorlib/plugins/custom_commands.py:406
|
||||||
msgid "You need to define a name and command"
|
msgid "You need to define a name and command"
|
||||||
msgstr ""
|
msgstr "Πρέπει να ορίσετε ένα όνομα και μία εντολή"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:313
|
#: ../terminatorlib/plugins/custom_commands.py:313
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:425
|
#: ../terminatorlib/plugins/custom_commands.py:425
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Name *%s* already exist"
|
msgid "Name *%s* already exist"
|
||||||
msgstr ""
|
msgstr "Το όνομα *%s* υπάρχει ήδη"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/terminalshot.py:28
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Terminal screenshot"
|
msgid "Terminal screenshot"
|
||||||
@ -249,11 +249,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "New Profile"
|
msgid "New Profile"
|
||||||
msgstr ""
|
msgstr "Νέο Προφίλ"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:931 ../terminatorlib/prefseditor.py:936
|
#: ../terminatorlib/prefseditor.py:931 ../terminatorlib/prefseditor.py:936
|
||||||
msgid "New Layout"
|
msgid "New Layout"
|
||||||
msgstr ""
|
msgstr "Νέα Διάταξη"
|
||||||
|
|
||||||
#. Label
|
#. Label
|
||||||
#: ../terminatorlib/searchbar.py:48
|
#: ../terminatorlib/searchbar.py:48
|
||||||
@ -262,7 +262,7 @@ msgstr "Αναζήτηση:"
|
|||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:64
|
#: ../terminatorlib/searchbar.py:64
|
||||||
msgid "Close Search bar"
|
msgid "Close Search bar"
|
||||||
msgstr ""
|
msgstr "Κλείσιμο της μπάρας Αναζήτησης"
|
||||||
|
|
||||||
#. Next Button
|
#. Next Button
|
||||||
#: ../terminatorlib/searchbar.py:69
|
#: ../terminatorlib/searchbar.py:69
|
||||||
@ -272,7 +272,7 @@ msgstr "Επόμενο"
|
|||||||
#. Previous Button
|
#. Previous Button
|
||||||
#: ../terminatorlib/searchbar.py:75
|
#: ../terminatorlib/searchbar.py:75
|
||||||
msgid "Prev"
|
msgid "Prev"
|
||||||
msgstr ""
|
msgstr "Προηγ"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:121
|
#: ../terminatorlib/searchbar.py:121
|
||||||
msgid "Searching scrollback"
|
msgid "Searching scrollback"
|
||||||
@ -280,19 +280,19 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153
|
#: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153
|
||||||
msgid "No more results"
|
msgid "No more results"
|
||||||
msgstr ""
|
msgstr "Δεν υπάρχουν άλλα αποτελέσματα"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:168
|
#: ../terminatorlib/searchbar.py:168
|
||||||
msgid "Found at row"
|
msgid "Found at row"
|
||||||
msgstr ""
|
msgstr "Βρέθηκε στη σειρά"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:51
|
#: ../terminatorlib/terminal_popup_menu.py:51
|
||||||
msgid "_Send email to..."
|
msgid "_Send email to..."
|
||||||
msgstr ""
|
msgstr "_ Αποστολή ηλεκτρονικού μηνύματος σε..."
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:52
|
#: ../terminatorlib/terminal_popup_menu.py:52
|
||||||
msgid "_Copy email address"
|
msgid "_Copy email address"
|
||||||
msgstr ""
|
msgstr "_Αντιγραφή της διεύθυνσης ηλεκτρονικού ταχυδρομείου"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:54
|
#: ../terminatorlib/terminal_popup_menu.py:54
|
||||||
msgid "Ca_ll VoIP address"
|
msgid "Ca_ll VoIP address"
|
||||||
@ -300,15 +300,15 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:55
|
#: ../terminatorlib/terminal_popup_menu.py:55
|
||||||
msgid "_Copy VoIP address"
|
msgid "_Copy VoIP address"
|
||||||
msgstr ""
|
msgstr "_Αντιγραφή της διεύθυνσης VoIP"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:57
|
#: ../terminatorlib/terminal_popup_menu.py:57
|
||||||
msgid "_Open link"
|
msgid "_Open link"
|
||||||
msgstr ""
|
msgstr "_Άνοιγμα συνδέσμου"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:58
|
#: ../terminatorlib/terminal_popup_menu.py:58
|
||||||
msgid "_Copy address"
|
msgid "_Copy address"
|
||||||
msgstr ""
|
msgstr "_Αντιγραφή διεύθυνσης"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:86
|
#: ../terminatorlib/terminal_popup_menu.py:86
|
||||||
msgid "Split H_orizontally"
|
msgid "Split H_orizontally"
|
||||||
@ -340,7 +340,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "Ομαδοποίηση"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
@ -348,11 +348,11 @@ msgstr "Εμφάνισε _την μπάρα κύλισης"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:156
|
#: ../terminatorlib/terminal_popup_menu.py:156
|
||||||
msgid "_Preferences"
|
msgid "_Preferences"
|
||||||
msgstr ""
|
msgstr "_Προτιμήσεις"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:163
|
#: ../terminatorlib/terminal_popup_menu.py:163
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr ""
|
msgstr "Προφίλ"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:207
|
#: ../terminatorlib/terminal_popup_menu.py:207
|
||||||
msgid "Encodings"
|
msgid "Encodings"
|
||||||
@ -360,11 +360,11 @@ msgstr "Κωδικοποιήσεις"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:222
|
#: ../terminatorlib/terminal_popup_menu.py:222
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr "Προκαθορισμένο"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:225
|
#: ../terminatorlib/terminal_popup_menu.py:225
|
||||||
msgid "User defined"
|
msgid "User defined"
|
||||||
msgstr ""
|
msgstr "Ορισμένο από τον χρήστη"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:241
|
#: ../terminatorlib/terminal_popup_menu.py:241
|
||||||
msgid "Other Encodings"
|
msgid "Other Encodings"
|
||||||
@ -372,7 +372,7 @@ msgstr "Άλλες Κωδικοποιήσεις"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:365
|
#: ../terminatorlib/terminal.py:365
|
||||||
msgid "New group..."
|
msgid "New group..."
|
||||||
msgstr ""
|
msgstr "Νέα ομάδα..."
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:370
|
#: ../terminatorlib/terminal.py:370
|
||||||
msgid "None"
|
msgid "None"
|
||||||
@ -381,7 +381,7 @@ msgstr "Κανένα"
|
|||||||
#: ../terminatorlib/terminal.py:386
|
#: ../terminatorlib/terminal.py:386
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Remove group %s"
|
msgid "Remove group %s"
|
||||||
msgstr ""
|
msgstr "Διαγραφή της ομάδας %s"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:391
|
#: ../terminatorlib/terminal.py:391
|
||||||
msgid "G_roup all in tab"
|
msgid "G_roup all in tab"
|
||||||
@ -393,12 +393,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:401
|
#: ../terminatorlib/terminal.py:401
|
||||||
msgid "Remove all groups"
|
msgid "Remove all groups"
|
||||||
msgstr ""
|
msgstr "Διαγραφή όλων των ομάδων"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:408
|
#: ../terminatorlib/terminal.py:408
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Close group %s"
|
msgid "Close group %s"
|
||||||
msgstr ""
|
msgstr "Κλείσιμο της ομάδας %s"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:417
|
#: ../terminatorlib/terminal.py:417
|
||||||
msgid "Broadcast all"
|
msgid "Broadcast all"
|
||||||
@ -448,4 +448,4 @@ msgstr "Όλα"
|
|||||||
#: ../terminatorlib/window.py:566
|
#: ../terminatorlib/window.py:566
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tab %d"
|
msgid "Tab %d"
|
||||||
msgstr ""
|
msgstr "Καρτέλα %d"
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
16
po/en_CA.po
16
po/en_CA.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-06-14 09:12+0000\n"
|
"PO-Revision-Date: 2010-08-24 22:41+0000\n"
|
||||||
"Last-Translator: Ken Sharp <Unknown>\n"
|
"Last-Translator: Dan Klassen <danklassen@gmail.com>\n"
|
||||||
"Language-Team: English (Canada) <en_CA@li.org>\n"
|
"Language-Team: English (Canada) <en_CA@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-26 03:50+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -200,15 +200,15 @@ msgstr "Close Tab"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:21
|
#: ../terminatorlib/plugins/activitywatch.py:21
|
||||||
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
msgstr ""
|
msgstr "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:41
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
msgid "Watch for activity"
|
msgid "Watch for activity"
|
||||||
msgstr ""
|
msgstr "Watch for activity"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:44
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
msgid "Stop watching for activity"
|
msgid "Stop watching for activity"
|
||||||
msgstr ""
|
msgstr "Stop watching for activity"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:50
|
#: ../terminatorlib/plugins/custom_commands.py:50
|
||||||
msgid "Custom Commands"
|
msgid "Custom Commands"
|
||||||
@ -247,7 +247,7 @@ msgstr "Name *%s* already exist"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/terminalshot.py:28
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Terminal screenshot"
|
msgid "Terminal screenshot"
|
||||||
msgstr ""
|
msgstr "Terminal screenshot"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "New Profile"
|
msgid "New Profile"
|
||||||
@ -342,7 +342,7 @@ msgstr "_Restore all terminals"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "Grouping"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/eo.po
2
po/eo.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
12
po/es.po
12
po/es.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-07-10 06:33+0000\n"
|
"PO-Revision-Date: 2010-07-18 04:09+0000\n"
|
||||||
"Last-Translator: Paco Molinero <paco@byasl.com>\n"
|
"Last-Translator: Sam Dieck <Unknown>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-11 03:38+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -204,11 +204,11 @@ msgstr "Complemento ActivityWatch no disponible: instale python-notify"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:41
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
msgid "Watch for activity"
|
msgid "Watch for activity"
|
||||||
msgstr ""
|
msgstr "Monitorear actividad"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:44
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
msgid "Stop watching for activity"
|
msgid "Stop watching for activity"
|
||||||
msgstr ""
|
msgstr "Dejar de monitorear actividad"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:50
|
#: ../terminatorlib/plugins/custom_commands.py:50
|
||||||
msgid "Custom Commands"
|
msgid "Custom Commands"
|
||||||
@ -342,7 +342,7 @@ msgstr "_Restaurar todas las terminales"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "Agrupamiento"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
|
14
po/et.po
14
po/et.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-05-19 19:58+0000\n"
|
"PO-Revision-Date: 2010-08-24 19:09+0000\n"
|
||||||
"Last-Translator: lyyser <logard.1961@gmail.com>\n"
|
"Last-Translator: lyyser <Unknown>\n"
|
||||||
"Language-Team: Estonian <et@li.org>\n"
|
"Language-Team: Estonian <et@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-25 03:47+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -235,7 +235,7 @@ msgstr "Käsk:"
|
|||||||
#: ../terminatorlib/plugins/custom_commands.py:296
|
#: ../terminatorlib/plugins/custom_commands.py:296
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:406
|
#: ../terminatorlib/plugins/custom_commands.py:406
|
||||||
msgid "You need to define a name and command"
|
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:313
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:425
|
#: ../terminatorlib/plugins/custom_commands.py:425
|
||||||
@ -308,7 +308,7 @@ msgstr "Ava _viide"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:58
|
#: ../terminatorlib/terminal_popup_menu.py:58
|
||||||
msgid "_Copy address"
|
msgid "_Copy address"
|
||||||
msgstr ""
|
msgstr "_Kopeeri aaderess"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:86
|
#: ../terminatorlib/terminal_popup_menu.py:86
|
||||||
msgid "Split H_orizontally"
|
msgid "Split H_orizontally"
|
||||||
@ -340,7 +340,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "Rühmitamine"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
@ -422,7 +422,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:444
|
#: ../terminatorlib/terminal.py:444
|
||||||
msgid "Insert terminal number"
|
msgid "Insert terminal number"
|
||||||
msgstr ""
|
msgstr "Sisesta terminali number"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:448
|
#: ../terminatorlib/terminal.py:448
|
||||||
msgid "Insert padded terminal number"
|
msgid "Insert padded terminal number"
|
||||||
|
2
po/eu.po
2
po/eu.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/fa.po
2
po/fa.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
14
po/fi.po
14
po/fi.po
@ -10,13 +10,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-05-07 19:03+0000\n"
|
"PO-Revision-Date: 2010-08-22 17:04+0000\n"
|
||||||
"Last-Translator: Tommi Saira <Unknown>\n"
|
"Last-Translator: Heikki Kulhia <Unknown>\n"
|
||||||
"Language-Team: Finnish <fi@li.org>\n"
|
"Language-Team: Finnish <fi@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-05 03:43+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-23 03:51+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -249,7 +249,7 @@ msgstr "Nimi *%s* on jo olemassa"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/terminalshot.py:28
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Terminal screenshot"
|
msgid "Terminal screenshot"
|
||||||
msgstr ""
|
msgstr "Päätteen kuvakaappaus"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "New Profile"
|
msgid "New Profile"
|
||||||
@ -280,7 +280,7 @@ msgstr "Edellinen"
|
|||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:121
|
#: ../terminatorlib/searchbar.py:121
|
||||||
msgid "Searching scrollback"
|
msgid "Searching scrollback"
|
||||||
msgstr ""
|
msgstr "Etsitään rivihistoriaa"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153
|
#: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153
|
||||||
msgid "No more results"
|
msgid "No more results"
|
||||||
@ -393,7 +393,7 @@ msgstr "R_yhmitä kaikki välilehdessä"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:396
|
#: ../terminatorlib/terminal.py:396
|
||||||
msgid "Ungr_oup all in tab"
|
msgid "Ungr_oup all in tab"
|
||||||
msgstr ""
|
msgstr "Poista ryhmittely välilehdessä"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:401
|
#: ../terminatorlib/terminal.py:401
|
||||||
msgid "Remove all groups"
|
msgid "Remove all groups"
|
||||||
@ -430,7 +430,7 @@ msgstr "Syötä päätteen numero"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:448
|
#: ../terminatorlib/terminal.py:448
|
||||||
msgid "Insert padded terminal number"
|
msgid "Insert padded terminal number"
|
||||||
msgstr ""
|
msgstr "Lisää sisennetty pääte numero"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:1157
|
#: ../terminatorlib/terminal.py:1157
|
||||||
msgid "Unable to find a shell"
|
msgid "Unable to find a shell"
|
||||||
|
70
po/fr.po
70
po/fr.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-07-12 23:09+0000\n"
|
"PO-Revision-Date: 2010-07-30 17:10+0000\n"
|
||||||
"Last-Translator: Thibault Fevry <Unknown>\n"
|
"Last-Translator: Dereckson <Unknown>\n"
|
||||||
"Language-Team: French <fr@li.org>\n"
|
"Language-Team: French <fr@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-14 03:33+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -35,7 +35,7 @@ msgstr "Fermer les _Terminaux"
|
|||||||
|
|
||||||
#: ../terminatorlib/container.py:158
|
#: ../terminatorlib/container.py:158
|
||||||
msgid "<big><b>Close multiple terminals?</b></big>"
|
msgid "<big><b>Close multiple terminals?</b></big>"
|
||||||
msgstr "<big><b>Fermer tous lesTerminaux?</b></big>"
|
msgstr "<big><b>Fermer tous les terminaux ?</b></big>"
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:161
|
#: ../terminatorlib/container.py:161
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -43,8 +43,8 @@ msgid ""
|
|||||||
"This %s has several terminals open. Closing the %s will also close all "
|
"This %s has several terminals open. Closing the %s will also close all "
|
||||||
"terminals within it."
|
"terminals within it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ce %s a plusieurs terminaux ouvert. En arrêtant le %s fermera aussi tous les "
|
"Ce %s a plusieurs terminaux ouvert. En fermant ce %s, tous les terminaux à "
|
||||||
"terminaux"
|
"l'intérieur de celui-ci seront aussi fermés."
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:35
|
#: ../terminatorlib/encoding.py:35
|
||||||
msgid "Current Locale"
|
msgid "Current Locale"
|
||||||
@ -59,11 +59,11 @@ msgstr "Occidental"
|
|||||||
#: ../terminatorlib/encoding.py:37 ../terminatorlib/encoding.py:69
|
#: ../terminatorlib/encoding.py:37 ../terminatorlib/encoding.py:69
|
||||||
#: ../terminatorlib/encoding.py:81 ../terminatorlib/encoding.py:100
|
#: ../terminatorlib/encoding.py:81 ../terminatorlib/encoding.py:100
|
||||||
msgid "Central European"
|
msgid "Central European"
|
||||||
msgstr "Europe Centrale"
|
msgstr "Europe centrale"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:38
|
#: ../terminatorlib/encoding.py:38
|
||||||
msgid "South European"
|
msgid "South European"
|
||||||
msgstr "Europe du sud"
|
msgstr "Europe méridionale"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:47
|
#: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:47
|
||||||
#: ../terminatorlib/encoding.py:107
|
#: ../terminatorlib/encoding.py:107
|
||||||
@ -163,7 +163,7 @@ msgstr "Croate"
|
|||||||
|
|
||||||
#: ../terminatorlib/encoding.py:84
|
#: ../terminatorlib/encoding.py:84
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr "hindi"
|
msgstr "Hindî"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:85
|
#: ../terminatorlib/encoding.py:85
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
@ -171,11 +171,11 @@ msgstr "Persan"
|
|||||||
|
|
||||||
#: ../terminatorlib/encoding.py:87
|
#: ../terminatorlib/encoding.py:87
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr "Gujarati"
|
msgstr "Gujarâtî"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:88
|
#: ../terminatorlib/encoding.py:88
|
||||||
msgid "Gurmukhi"
|
msgid "Gurmukhi"
|
||||||
msgstr "Gurmukhi"
|
msgstr "Gurmukhī"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:90
|
#: ../terminatorlib/encoding.py:90
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
@ -201,16 +201,16 @@ msgstr "Fermer l'onglet"
|
|||||||
#: ../terminatorlib/plugins/activitywatch.py:21
|
#: ../terminatorlib/plugins/activitywatch.py:21
|
||||||
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Greffon visionneur d'évènements indisponible : veuillez installer python-"
|
"Le greffon visionneur d'évènements est indisponible : veuillez installer "
|
||||||
"notify"
|
"python-notify"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:41
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
msgid "Watch for activity"
|
msgid "Watch for activity"
|
||||||
msgstr "Voir les évènements"
|
msgstr "Suivre les évènements"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:44
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
msgid "Stop watching for activity"
|
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
|
#: ../terminatorlib/plugins/custom_commands.py:50
|
||||||
msgid "Custom Commands"
|
msgid "Custom Commands"
|
||||||
@ -234,12 +234,12 @@ msgstr "Nom :"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:260
|
#: ../terminatorlib/plugins/custom_commands.py:260
|
||||||
msgid "Command:"
|
msgid "Command:"
|
||||||
msgstr "Commande:"
|
msgstr "Commande :"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:296
|
#: ../terminatorlib/plugins/custom_commands.py:296
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:406
|
#: ../terminatorlib/plugins/custom_commands.py:406
|
||||||
msgid "You need to define a name and command"
|
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:313
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:425
|
#: ../terminatorlib/plugins/custom_commands.py:425
|
||||||
@ -296,31 +296,31 @@ msgstr "Envoyer un e-mail à..."
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:52
|
#: ../terminatorlib/terminal_popup_menu.py:52
|
||||||
msgid "_Copy email address"
|
msgid "_Copy email address"
|
||||||
msgstr "Copier l'adresse email"
|
msgstr "_Copier l'adresse email"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:54
|
#: ../terminatorlib/terminal_popup_menu.py:54
|
||||||
msgid "Ca_ll VoIP address"
|
msgid "Ca_ll VoIP address"
|
||||||
msgstr "Appeller l'adresse VoIP"
|
msgstr "Appe_ller l'adresse VoIP"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:55
|
#: ../terminatorlib/terminal_popup_menu.py:55
|
||||||
msgid "_Copy VoIP address"
|
msgid "_Copy VoIP address"
|
||||||
msgstr "Copier l'adresse VoIP"
|
msgstr "_Copier l'adresse VoIP"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:57
|
#: ../terminatorlib/terminal_popup_menu.py:57
|
||||||
msgid "_Open link"
|
msgid "_Open link"
|
||||||
msgstr "_Ouvrir lien"
|
msgstr "_Ouvrir le lien"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:58
|
#: ../terminatorlib/terminal_popup_menu.py:58
|
||||||
msgid "_Copy address"
|
msgid "_Copy address"
|
||||||
msgstr "Copier adresse"
|
msgstr "_Copier l'adresse"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:86
|
#: ../terminatorlib/terminal_popup_menu.py:86
|
||||||
msgid "Split H_orizontally"
|
msgid "Split H_orizontally"
|
||||||
msgstr "Diviser H_orizontalement"
|
msgstr "Diviser h_orizontalement"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:96
|
#: ../terminatorlib/terminal_popup_menu.py:96
|
||||||
msgid "Split V_ertically"
|
msgid "Split V_ertically"
|
||||||
msgstr "Diviser V_erticalement"
|
msgstr "Diviser v_erticalement"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:106
|
#: ../terminatorlib/terminal_popup_menu.py:106
|
||||||
msgid "Open _Tab"
|
msgid "Open _Tab"
|
||||||
@ -328,7 +328,7 @@ msgstr "Ouvrir un ongle_t"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:112
|
#: ../terminatorlib/terminal_popup_menu.py:112
|
||||||
msgid "Open _Debug Tab"
|
msgid "Open _Debug Tab"
|
||||||
msgstr "Ouvrir un Onglet de _Débogage"
|
msgstr "Ouvrir un onglet de _débogage"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:126
|
#: ../terminatorlib/terminal_popup_menu.py:126
|
||||||
msgid "_Zoom terminal"
|
msgid "_Zoom terminal"
|
||||||
@ -336,11 +336,11 @@ msgstr "_Zoomer le terminal"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:130
|
#: ../terminatorlib/terminal_popup_menu.py:130
|
||||||
msgid "Ma_ximise terminal"
|
msgid "Ma_ximise terminal"
|
||||||
msgstr "Ag_randir le terminal"
|
msgstr "Ma_ximiser le terminal"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:136
|
#: ../terminatorlib/terminal_popup_menu.py:136
|
||||||
msgid "_Restore all terminals"
|
msgid "_Restore all terminals"
|
||||||
msgstr "Restaurer tout les terminaux"
|
msgstr "_Restaurer tout les terminaux"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
@ -372,7 +372,7 @@ msgstr "Défini par l'utilisateur"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:241
|
#: ../terminatorlib/terminal_popup_menu.py:241
|
||||||
msgid "Other Encodings"
|
msgid "Other Encodings"
|
||||||
msgstr "Autres Encodages"
|
msgstr "Autres encodages"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:365
|
#: ../terminatorlib/terminal.py:365
|
||||||
msgid "New group..."
|
msgid "New group..."
|
||||||
@ -389,11 +389,11 @@ msgstr "Supprimer le groupe %s"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:391
|
#: ../terminatorlib/terminal.py:391
|
||||||
msgid "G_roup all in tab"
|
msgid "G_roup all in tab"
|
||||||
msgstr "G_rouper dans un seul tableau"
|
msgstr "Reg_rouper dans l'onglet"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:396
|
#: ../terminatorlib/terminal.py:396
|
||||||
msgid "Ungr_oup all in tab"
|
msgid "Ungr_oup all in tab"
|
||||||
msgstr "Séparer tout dans le tab"
|
msgstr "Dégr_ouper dans l'onglet"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:401
|
#: ../terminatorlib/terminal.py:401
|
||||||
msgid "Remove all groups"
|
msgid "Remove all groups"
|
||||||
@ -418,7 +418,7 @@ msgstr "Arréter la diffusion"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:432
|
#: ../terminatorlib/terminal.py:432
|
||||||
msgid "Split to this group"
|
msgid "Split to this group"
|
||||||
msgstr "Séparer dans des groupes"
|
msgstr "Séparer dans ce groupe"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:437
|
#: ../terminatorlib/terminal.py:437
|
||||||
msgid "Autoclean groups"
|
msgid "Autoclean groups"
|
||||||
@ -426,11 +426,11 @@ msgstr "Autonettoyage des groupes"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:444
|
#: ../terminatorlib/terminal.py:444
|
||||||
msgid "Insert terminal number"
|
msgid "Insert terminal number"
|
||||||
msgstr "Insérer le numéro de terminal"
|
msgstr "Insérer le numéro du terminal"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:448
|
#: ../terminatorlib/terminal.py:448
|
||||||
msgid "Insert padded terminal number"
|
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
|
#: ../terminatorlib/terminal.py:1157
|
||||||
msgid "Unable to find a shell"
|
msgid "Unable to find a shell"
|
||||||
@ -438,7 +438,7 @@ msgstr "Impossible de trouver un shell"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:1174
|
#: ../terminatorlib/terminal.py:1174
|
||||||
msgid "Unable to start shell:"
|
msgid "Unable to start shell:"
|
||||||
msgstr "Impossible de démarrer le shell"
|
msgstr "Impossible de démarrer le shell :"
|
||||||
|
|
||||||
#: ../terminatorlib/window.py:224
|
#: ../terminatorlib/window.py:224
|
||||||
msgid "window"
|
msgid "window"
|
||||||
@ -452,4 +452,4 @@ msgstr "Tout"
|
|||||||
#: ../terminatorlib/window.py:566
|
#: ../terminatorlib/window.py:566
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tab %d"
|
msgid "Tab %d"
|
||||||
msgstr "Tableau %d"
|
msgstr "Onglet %d"
|
||||||
|
2
po/fy.po
2
po/fy.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/ga.po
2
po/ga.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/gl.po
2
po/gl.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/he.po
2
po/he.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/hi.po
2
po/hi.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
17
po/hr.po
17
po/hr.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-03-22 18:18+0000\n"
|
"PO-Revision-Date: 2010-08-28 17:52+0000\n"
|
||||||
"Last-Translator: Saša Teković <Unknown>\n"
|
"Last-Translator: Saša Teković <Unknown>\n"
|
||||||
"Language-Team: Croatian <hr@li.org>\n"
|
"Language-Team: Croatian <hr@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-29 03:41+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -43,8 +43,8 @@ msgid ""
|
|||||||
"This %s has several terminals open. Closing the %s will also close all "
|
"This %s has several terminals open. Closing the %s will also close all "
|
||||||
"terminals within it."
|
"terminals within it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ovaj %s ima nekoliko otvorenih terminala. Zatvaranjem %s će također "
|
"Ovaj %s ima nekoliko otvorenih terminala. Zatvaranje %s zatvoriti će i sve "
|
||||||
"zatvoriti svi terminali unutar njega."
|
"terminale unutar njega."
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:35
|
#: ../terminatorlib/encoding.py:35
|
||||||
msgid "Current Locale"
|
msgid "Current Locale"
|
||||||
@ -201,14 +201,15 @@ msgstr "Zatvori karticu"
|
|||||||
#: ../terminatorlib/plugins/activitywatch.py:21
|
#: ../terminatorlib/plugins/activitywatch.py:21
|
||||||
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"ActivityWatch dodatak nije dostupan: molim instalirajte python-notify"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:41
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
msgid "Watch for activity"
|
msgid "Watch for activity"
|
||||||
msgstr ""
|
msgstr "Prati aktivnost"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:44
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
msgid "Stop watching for activity"
|
msgid "Stop watching for activity"
|
||||||
msgstr ""
|
msgstr "Zaustavi praćenje aktivnosti"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:50
|
#: ../terminatorlib/plugins/custom_commands.py:50
|
||||||
msgid "Custom Commands"
|
msgid "Custom Commands"
|
||||||
@ -247,7 +248,7 @@ msgstr "Naziv *%s* već postoji"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/terminalshot.py:28
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Terminal screenshot"
|
msgid "Terminal screenshot"
|
||||||
msgstr ""
|
msgstr "Slika zaslona terminala"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "New Profile"
|
msgid "New Profile"
|
||||||
@ -342,7 +343,7 @@ msgstr "_Vrati sve terminale"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "Grupiranje"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
|
2
po/hu.po
2
po/hu.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/id.po
2
po/id.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-15 03:33+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
26
po/it.po
26
po/it.po
@ -8,18 +8,18 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-05-22 16:15+0000\n"
|
"PO-Revision-Date: 2010-08-01 08:38+0000\n"
|
||||||
"Last-Translator: Milo Casagrande <milo@casagrande.name>\n"
|
"Last-Translator: Riccardo Angelino <Unknown>\n"
|
||||||
"Language-Team: Romanian <ro@li.org>\n"
|
"Language-Team: Romanian <ro@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-18 06:45+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
msgid "Multiple terminals in one window"
|
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
|
#: ../data/terminator.desktop.in.h:2
|
||||||
msgid "Terminator"
|
msgid "Terminator"
|
||||||
@ -31,11 +31,11 @@ msgstr "Chiudere?"
|
|||||||
|
|
||||||
#: ../terminatorlib/container.py:156
|
#: ../terminatorlib/container.py:156
|
||||||
msgid "Close _Terminals"
|
msgid "Close _Terminals"
|
||||||
msgstr "Chiudi _terminali"
|
msgstr "Chiudi i _Terminali"
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:158
|
#: ../terminatorlib/container.py:158
|
||||||
msgid "<big><b>Close multiple terminals?</b></big>"
|
msgid "<big><b>Close multiple terminals?</b></big>"
|
||||||
msgstr "<big><b>Chiudere i terminali?</b></big>"
|
msgstr "<big><b>Chiudere più di un terminale?</b></big>"
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:161
|
#: ../terminatorlib/container.py:161
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -48,7 +48,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/encoding.py:35
|
#: ../terminatorlib/encoding.py:35
|
||||||
msgid "Current Locale"
|
msgid "Current Locale"
|
||||||
msgstr "Localizzazione corrente"
|
msgstr "Localizzazione Corrente"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:36 ../terminatorlib/encoding.py:49
|
#: ../terminatorlib/encoding.py:36 ../terminatorlib/encoding.py:49
|
||||||
#: ../terminatorlib/encoding.py:68 ../terminatorlib/encoding.py:91
|
#: ../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:37 ../terminatorlib/encoding.py:69
|
||||||
#: ../terminatorlib/encoding.py:81 ../terminatorlib/encoding.py:100
|
#: ../terminatorlib/encoding.py:81 ../terminatorlib/encoding.py:100
|
||||||
msgid "Central European"
|
msgid "Central European"
|
||||||
msgstr "Europa centrale"
|
msgstr "Europa Centrale"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:38
|
#: ../terminatorlib/encoding.py:38
|
||||||
msgid "South European"
|
msgid "South European"
|
||||||
msgstr "Sud europeo"
|
msgstr "Sud Europa"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:47
|
#: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:47
|
||||||
#: ../terminatorlib/encoding.py:107
|
#: ../terminatorlib/encoding.py:107
|
||||||
@ -200,11 +200,11 @@ msgstr "Chiudi scheda"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:21
|
#: ../terminatorlib/plugins/activitywatch.py:21
|
||||||
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
msgstr ""
|
msgstr "Il plugin ActivityWatch non è disponibile: installare python-notify"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:41
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
msgid "Watch for activity"
|
msgid "Watch for activity"
|
||||||
msgstr ""
|
msgstr "Vedere per le attività"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:44
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
msgid "Stop watching for activity"
|
msgid "Stop watching for activity"
|
||||||
@ -278,7 +278,7 @@ msgstr "Precedente"
|
|||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:121
|
#: ../terminatorlib/searchbar.py:121
|
||||||
msgid "Searching scrollback"
|
msgid "Searching scrollback"
|
||||||
msgstr ""
|
msgstr "Ricercare nello scrollback"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153
|
#: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153
|
||||||
msgid "No more results"
|
msgid "No more results"
|
||||||
@ -342,7 +342,7 @@ msgstr "_Ripristina tutti i terminali"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "Raggruppamento"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
|
2
po/ja.po
2
po/ja.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/jv.po
2
po/jv.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/ka.po
2
po/ka.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/kk.po
2
po/kk.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
8
po/ko.po
8
po/ko.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-03-31 04:35+0000\n"
|
"PO-Revision-Date: 2010-08-13 11:45+0000\n"
|
||||||
"Last-Translator: wariua <Unknown>\n"
|
"Last-Translator: shriekout <shriekout@gmail.com>\n"
|
||||||
"Language-Team: Korean <ko@li.org>\n"
|
"Language-Team: Korean <ko@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -340,7 +340,7 @@ msgstr "모든 터미널 복구하기(_R)"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "그룹화"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
|
22
po/lt.po
22
po/lt.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\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-08-09 12:37+0000\n"
|
||||||
"Last-Translator: Vytautas Bačiulis <info@infosoft.lt>\n"
|
"Last-Translator: Vytautas Bačiulis <info@infosoft.lt>\n"
|
||||||
"Language-Team: Lithuanian <lt@li.org>\n"
|
"Language-Team: Lithuanian <lt@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -200,15 +200,15 @@ msgstr "Užverti kortelę"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:21
|
#: ../terminatorlib/plugins/activitywatch.py:21
|
||||||
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
msgstr ""
|
msgstr "ActivityWatch įskiepis nepasiekiamas: prašome įdiegti python-notify"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:41
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
msgid "Watch for activity"
|
msgid "Watch for activity"
|
||||||
msgstr ""
|
msgstr "Stebėti aktyvumą"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:44
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
msgid "Stop watching for activity"
|
msgid "Stop watching for activity"
|
||||||
msgstr ""
|
msgstr "Sustabdyti aktyvumo stebėjimą"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:50
|
#: ../terminatorlib/plugins/custom_commands.py:50
|
||||||
msgid "Custom Commands"
|
msgid "Custom Commands"
|
||||||
@ -247,7 +247,7 @@ msgstr "Pavadinimas *%s* jau egzistuoja"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/terminalshot.py:28
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Terminal screenshot"
|
msgid "Terminal screenshot"
|
||||||
msgstr ""
|
msgstr "Terminalo ekrano nuotrauka"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "New Profile"
|
msgid "New Profile"
|
||||||
@ -326,7 +326,7 @@ msgstr "Atverti _kortelę"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:112
|
#: ../terminatorlib/terminal_popup_menu.py:112
|
||||||
msgid "Open _Debug Tab"
|
msgid "Open _Debug Tab"
|
||||||
msgstr ""
|
msgstr "Atverti _Derinimo kortelę"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:126
|
#: ../terminatorlib/terminal_popup_menu.py:126
|
||||||
msgid "_Zoom terminal"
|
msgid "_Zoom terminal"
|
||||||
@ -342,7 +342,7 @@ msgstr "_Atkurti visus terminalus"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "Grupavimas"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
@ -378,7 +378,7 @@ msgstr "Nauja grupė..."
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:370
|
#: ../terminatorlib/terminal.py:370
|
||||||
msgid "None"
|
msgid "None"
|
||||||
msgstr ""
|
msgstr "Nėra"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:386
|
#: ../terminatorlib/terminal.py:386
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -387,11 +387,11 @@ msgstr "Šalinti grupę %s"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:391
|
#: ../terminatorlib/terminal.py:391
|
||||||
msgid "G_roup all in tab"
|
msgid "G_roup all in tab"
|
||||||
msgstr ""
|
msgstr "G_rupuoti visus kortelėje"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:396
|
#: ../terminatorlib/terminal.py:396
|
||||||
msgid "Ungr_oup all in tab"
|
msgid "Ungr_oup all in tab"
|
||||||
msgstr ""
|
msgstr "Negr_upuoti visų kortelėje"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:401
|
#: ../terminatorlib/terminal.py:401
|
||||||
msgid "Remove all groups"
|
msgid "Remove all groups"
|
||||||
|
2
po/lv.po
2
po/lv.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
4
po/mk.po
4
po/mk.po
@ -9,12 +9,12 @@ msgstr ""
|
|||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-07-13 12:22+0000\n"
|
"PO-Revision-Date: 2010-07-13 12:22+0000\n"
|
||||||
"Last-Translator: Ристе Ристевски <risteristevski@yahoo.com>\n"
|
"Last-Translator: Ристе Ристевски <risteristevski1@gmail.com>\n"
|
||||||
"Language-Team: Macedonian <mk@li.org>\n"
|
"Language-Team: Macedonian <mk@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/ml.po
2
po/ml.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/mr.po
2
po/mr.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/ms.po
2
po/ms.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/nb.po
2
po/nb.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
16
po/nl.po
16
po/nl.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-06-21 22:39+0000\n"
|
"PO-Revision-Date: 2010-08-04 17:29+0000\n"
|
||||||
"Last-Translator: Ward Muylaert <Unknown>\n"
|
"Last-Translator: Rachidbm <Unknown>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -200,15 +200,15 @@ msgstr "Tabblad sluiten"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:21
|
#: ../terminatorlib/plugins/activitywatch.py:21
|
||||||
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
msgstr ""
|
msgstr "ActivityWatch plugin niet beschikbaar. Installeer python-notify"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:41
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
msgid "Watch for activity"
|
msgid "Watch for activity"
|
||||||
msgstr ""
|
msgstr "Kijk naar activiteit"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:44
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
msgid "Stop watching for activity"
|
msgid "Stop watching for activity"
|
||||||
msgstr ""
|
msgstr "Stop het kijken naar activiteit"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:50
|
#: ../terminatorlib/plugins/custom_commands.py:50
|
||||||
msgid "Custom Commands"
|
msgid "Custom Commands"
|
||||||
@ -247,7 +247,7 @@ msgstr "De naam *%s* bestaat al"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/terminalshot.py:28
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Terminal screenshot"
|
msgid "Terminal screenshot"
|
||||||
msgstr ""
|
msgstr "Terminalvenster schermafdruk"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "New Profile"
|
msgid "New Profile"
|
||||||
@ -342,7 +342,7 @@ msgstr "Alle terminals he_rstellen"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "Groepering"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
|
2
po/nn.po
2
po/nn.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/oc.po
2
po/oc.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/pl.po
2
po/pl.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/pt.po
2
po/pt.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
15
po/pt_BR.po
15
po/pt_BR.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-05-02 04:04+0000\n"
|
"PO-Revision-Date: 2010-08-27 19:03+0000\n"
|
||||||
"Last-Translator: irtigor <Unknown>\n"
|
"Last-Translator: Matheus de Araújo <Unknown>\n"
|
||||||
"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
|
"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-28 03:34+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -201,14 +201,15 @@ msgstr "Fechar Aba"
|
|||||||
#: ../terminatorlib/plugins/activitywatch.py:21
|
#: ../terminatorlib/plugins/activitywatch.py:21
|
||||||
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Plugin ActivityWatch não disponível: por favor instale o python-notify"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:41
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
msgid "Watch for activity"
|
msgid "Watch for activity"
|
||||||
msgstr ""
|
msgstr "Vigiar por atividade"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:44
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
msgid "Stop watching for activity"
|
msgid "Stop watching for activity"
|
||||||
msgstr ""
|
msgstr "Parar de vigiar por atividade"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:50
|
#: ../terminatorlib/plugins/custom_commands.py:50
|
||||||
msgid "Custom Commands"
|
msgid "Custom Commands"
|
||||||
@ -247,7 +248,7 @@ msgstr "Nome *%s* já existe"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/terminalshot.py:28
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Terminal screenshot"
|
msgid "Terminal screenshot"
|
||||||
msgstr ""
|
msgstr "Screenshot do Terminal"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "New Profile"
|
msgid "New Profile"
|
||||||
@ -342,7 +343,7 @@ msgstr "_Restaurar todos os terminais"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "Agrupando"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
|
8
po/ro.po
8
po/ro.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-07-11 10:03+0000\n"
|
"PO-Revision-Date: 2010-08-17 20:06+0000\n"
|
||||||
"Last-Translator: Ic3-T <Unknown>\n"
|
"Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
|
||||||
"Language-Team: Romanian <ro@li.org>\n"
|
"Language-Team: Romanian <ro@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -248,7 +248,7 @@ msgstr "Numele *%s* deja există"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/terminalshot.py:28
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Terminal screenshot"
|
msgid "Terminal screenshot"
|
||||||
msgstr ""
|
msgstr "Captură de ecran a terminalului"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "New Profile"
|
msgid "New Profile"
|
||||||
|
10
po/ru.po
10
po/ru.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-07-07 13:20+0000\n"
|
"PO-Revision-Date: 2010-08-11 16:43+0000\n"
|
||||||
"Last-Translator: Artem Karimov <skybon@gmail.com>\n"
|
"Last-Translator: Владимир Шаталин <Unknown>\n"
|
||||||
"Language-Team: Russian <ru@li.org>\n"
|
"Language-Team: Russian <ru@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -59,11 +59,11 @@ msgstr "Западная"
|
|||||||
#: ../terminatorlib/encoding.py:37 ../terminatorlib/encoding.py:69
|
#: ../terminatorlib/encoding.py:37 ../terminatorlib/encoding.py:69
|
||||||
#: ../terminatorlib/encoding.py:81 ../terminatorlib/encoding.py:100
|
#: ../terminatorlib/encoding.py:81 ../terminatorlib/encoding.py:100
|
||||||
msgid "Central European"
|
msgid "Central European"
|
||||||
msgstr "Центральная Европа"
|
msgstr "Центрально-европейская"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:38
|
#: ../terminatorlib/encoding.py:38
|
||||||
msgid "South European"
|
msgid "South European"
|
||||||
msgstr "Южная Европа"
|
msgstr "Южно-европейская"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:47
|
#: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:47
|
||||||
#: ../terminatorlib/encoding.py:107
|
#: ../terminatorlib/encoding.py:107
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/si.po
2
po/si.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/sk.po
2
po/sk.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/sl.po
2
po/sl.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/sq.po
2
po/sq.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
205
po/sr.po
205
po/sr.po
@ -8,34 +8,34 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2009-05-26 11:21+0000\n"
|
"PO-Revision-Date: 2010-08-22 06:33+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: Rancher <Unknown>\n"
|
||||||
"Language-Team: Serbian <sr@li.org>\n"
|
"Language-Team: Serbian <sr@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-23 03:51+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
msgid "Multiple terminals in one window"
|
msgid "Multiple terminals in one window"
|
||||||
msgstr ""
|
msgstr "Више терминала у једном прозору"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:2
|
#: ../data/terminator.desktop.in.h:2
|
||||||
msgid "Terminator"
|
msgid "Terminator"
|
||||||
msgstr ""
|
msgstr "Терминатор"
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:149
|
#: ../terminatorlib/container.py:149
|
||||||
msgid "Close?"
|
msgid "Close?"
|
||||||
msgstr ""
|
msgstr "Изаћи?"
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:156
|
#: ../terminatorlib/container.py:156
|
||||||
msgid "Close _Terminals"
|
msgid "Close _Terminals"
|
||||||
msgstr ""
|
msgstr "Затвори _терминале"
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:158
|
#: ../terminatorlib/container.py:158
|
||||||
msgid "<big><b>Close multiple terminals?</b></big>"
|
msgid "<big><b>Close multiple terminals?</b></big>"
|
||||||
msgstr ""
|
msgstr "<big><b>Затворити више терминала?</b></big>"
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:161
|
#: ../terminatorlib/container.py:161
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -43,409 +43,412 @@ msgid ""
|
|||||||
"This %s has several terminals open. Closing the %s will also close all "
|
"This %s has several terminals open. Closing the %s will also close all "
|
||||||
"terminals within it."
|
"terminals within it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"%s има неколико отворених терминала. Ако затворите %s, то ће затворити и све "
|
||||||
|
"терминале у њему."
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:35
|
#: ../terminatorlib/encoding.py:35
|
||||||
msgid "Current Locale"
|
msgid "Current Locale"
|
||||||
msgstr ""
|
msgstr "Текући локалитет"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:36 ../terminatorlib/encoding.py:49
|
#: ../terminatorlib/encoding.py:36 ../terminatorlib/encoding.py:49
|
||||||
#: ../terminatorlib/encoding.py:68 ../terminatorlib/encoding.py:91
|
#: ../terminatorlib/encoding.py:68 ../terminatorlib/encoding.py:91
|
||||||
#: ../terminatorlib/encoding.py:102
|
#: ../terminatorlib/encoding.py:102
|
||||||
msgid "Western"
|
msgid "Western"
|
||||||
msgstr ""
|
msgstr "Западни"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:37 ../terminatorlib/encoding.py:69
|
#: ../terminatorlib/encoding.py:37 ../terminatorlib/encoding.py:69
|
||||||
#: ../terminatorlib/encoding.py:81 ../terminatorlib/encoding.py:100
|
#: ../terminatorlib/encoding.py:81 ../terminatorlib/encoding.py:100
|
||||||
msgid "Central European"
|
msgid "Central European"
|
||||||
msgstr ""
|
msgstr "Средњоевропски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:38
|
#: ../terminatorlib/encoding.py:38
|
||||||
msgid "South European"
|
msgid "South European"
|
||||||
msgstr ""
|
msgstr "Јужноевропски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:47
|
#: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:47
|
||||||
#: ../terminatorlib/encoding.py:107
|
#: ../terminatorlib/encoding.py:107
|
||||||
msgid "Baltic"
|
msgid "Baltic"
|
||||||
msgstr ""
|
msgstr "Балтички"
|
||||||
|
|
||||||
#. [False, "JOHAB", _("Korean") ],
|
#. [False, "JOHAB", _("Korean") ],
|
||||||
#: ../terminatorlib/encoding.py:40 ../terminatorlib/encoding.py:70
|
#: ../terminatorlib/encoding.py:40 ../terminatorlib/encoding.py:70
|
||||||
#: ../terminatorlib/encoding.py:76 ../terminatorlib/encoding.py:78
|
#: ../terminatorlib/encoding.py:76 ../terminatorlib/encoding.py:78
|
||||||
#: ../terminatorlib/encoding.py:83 ../terminatorlib/encoding.py:101
|
#: ../terminatorlib/encoding.py:83 ../terminatorlib/encoding.py:101
|
||||||
msgid "Cyrillic"
|
msgid "Cyrillic"
|
||||||
msgstr ""
|
msgstr "Ћирилица"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:41 ../terminatorlib/encoding.py:73
|
#: ../terminatorlib/encoding.py:41 ../terminatorlib/encoding.py:73
|
||||||
#: ../terminatorlib/encoding.py:80 ../terminatorlib/encoding.py:106
|
#: ../terminatorlib/encoding.py:80 ../terminatorlib/encoding.py:106
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr "Арапски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:42 ../terminatorlib/encoding.py:86
|
#: ../terminatorlib/encoding.py:42 ../terminatorlib/encoding.py:86
|
||||||
#: ../terminatorlib/encoding.py:103
|
#: ../terminatorlib/encoding.py:103
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr "Грчки"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:43
|
#: ../terminatorlib/encoding.py:43
|
||||||
msgid "Hebrew Visual"
|
msgid "Hebrew Visual"
|
||||||
msgstr ""
|
msgstr "Визуелни хебрејски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:44 ../terminatorlib/encoding.py:72
|
#: ../terminatorlib/encoding.py:44 ../terminatorlib/encoding.py:72
|
||||||
#: ../terminatorlib/encoding.py:89 ../terminatorlib/encoding.py:105
|
#: ../terminatorlib/encoding.py:89 ../terminatorlib/encoding.py:105
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr "Хебрејски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:45 ../terminatorlib/encoding.py:71
|
#: ../terminatorlib/encoding.py:45 ../terminatorlib/encoding.py:71
|
||||||
#: ../terminatorlib/encoding.py:93 ../terminatorlib/encoding.py:104
|
#: ../terminatorlib/encoding.py:93 ../terminatorlib/encoding.py:104
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr "Турски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:46
|
#: ../terminatorlib/encoding.py:46
|
||||||
msgid "Nordic"
|
msgid "Nordic"
|
||||||
msgstr ""
|
msgstr "Нордијски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:48
|
#: ../terminatorlib/encoding.py:48
|
||||||
msgid "Celtic"
|
msgid "Celtic"
|
||||||
msgstr ""
|
msgstr "Келтски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:50 ../terminatorlib/encoding.py:92
|
#: ../terminatorlib/encoding.py:50 ../terminatorlib/encoding.py:92
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr "Румунски"
|
||||||
|
|
||||||
#. [False, "UTF-7", _("Unicode") ],
|
#. [False, "UTF-7", _("Unicode") ],
|
||||||
#: ../terminatorlib/encoding.py:52
|
#: ../terminatorlib/encoding.py:52
|
||||||
msgid "Unicode"
|
msgid "Unicode"
|
||||||
msgstr ""
|
msgstr "Уникод"
|
||||||
|
|
||||||
#. [False, "UTF-16", _("Unicode") ],
|
#. [False, "UTF-16", _("Unicode") ],
|
||||||
#. [False, "UCS-2", _("Unicode") ],
|
#. [False, "UCS-2", _("Unicode") ],
|
||||||
#. [False, "UCS-4", _("Unicode") ],
|
#. [False, "UCS-4", _("Unicode") ],
|
||||||
#: ../terminatorlib/encoding.py:56
|
#: ../terminatorlib/encoding.py:56
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr "Јерменски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:57 ../terminatorlib/encoding.py:58
|
#: ../terminatorlib/encoding.py:57 ../terminatorlib/encoding.py:58
|
||||||
#: ../terminatorlib/encoding.py:62
|
#: ../terminatorlib/encoding.py:62
|
||||||
msgid "Chinese Traditional"
|
msgid "Chinese Traditional"
|
||||||
msgstr ""
|
msgstr "Традиционални кинески"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:59
|
#: ../terminatorlib/encoding.py:59
|
||||||
msgid "Cyrillic/Russian"
|
msgid "Cyrillic/Russian"
|
||||||
msgstr ""
|
msgstr "Ћирилички/руски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:60 ../terminatorlib/encoding.py:74
|
#: ../terminatorlib/encoding.py:60 ../terminatorlib/encoding.py:74
|
||||||
#: ../terminatorlib/encoding.py:95
|
#: ../terminatorlib/encoding.py:95
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr "Јапански"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:61 ../terminatorlib/encoding.py:75
|
#: ../terminatorlib/encoding.py:61 ../terminatorlib/encoding.py:75
|
||||||
#: ../terminatorlib/encoding.py:98
|
#: ../terminatorlib/encoding.py:98
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr "Корејски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:63 ../terminatorlib/encoding.py:64
|
#: ../terminatorlib/encoding.py:63 ../terminatorlib/encoding.py:64
|
||||||
#: ../terminatorlib/encoding.py:65 ../terminatorlib/encoding.py:67
|
#: ../terminatorlib/encoding.py:65 ../terminatorlib/encoding.py:67
|
||||||
msgid "Chinese Simplified"
|
msgid "Chinese Simplified"
|
||||||
msgstr ""
|
msgstr "Поједностављени кинески"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:66
|
#: ../terminatorlib/encoding.py:66
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr "Грузијски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:79 ../terminatorlib/encoding.py:94
|
#: ../terminatorlib/encoding.py:79 ../terminatorlib/encoding.py:94
|
||||||
msgid "Cyrillic/Ukrainian"
|
msgid "Cyrillic/Ukrainian"
|
||||||
msgstr ""
|
msgstr "Ћирилички/украјински"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:82
|
#: ../terminatorlib/encoding.py:82
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr "Хрватски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:84
|
#: ../terminatorlib/encoding.py:84
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr "Хинди"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:85
|
#: ../terminatorlib/encoding.py:85
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr "Персијски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:87
|
#: ../terminatorlib/encoding.py:87
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr "Гуџарати"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:88
|
#: ../terminatorlib/encoding.py:88
|
||||||
msgid "Gurmukhi"
|
msgid "Gurmukhi"
|
||||||
msgstr ""
|
msgstr "Гермуки"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:90
|
#: ../terminatorlib/encoding.py:90
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr "Исландски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:96 ../terminatorlib/encoding.py:99
|
#: ../terminatorlib/encoding.py:96 ../terminatorlib/encoding.py:99
|
||||||
#: ../terminatorlib/encoding.py:108
|
#: ../terminatorlib/encoding.py:108
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr "Вијетнамски"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:97
|
#: ../terminatorlib/encoding.py:97
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr "Тајландски"
|
||||||
|
|
||||||
#: ../terminatorlib/notebook.py:259
|
#: ../terminatorlib/notebook.py:259
|
||||||
msgid "tab"
|
msgid "tab"
|
||||||
msgstr ""
|
msgstr "језичак"
|
||||||
|
|
||||||
#: ../terminatorlib/notebook.py:408
|
#: ../terminatorlib/notebook.py:408
|
||||||
msgid "Close Tab"
|
msgid "Close Tab"
|
||||||
msgstr ""
|
msgstr "Затвори језичак"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:21
|
#: ../terminatorlib/plugins/activitywatch.py:21
|
||||||
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"ActivityWatch додатак није доступан. Молимо, инсталирајте python-notify."
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:41
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
msgid "Watch for activity"
|
msgid "Watch for activity"
|
||||||
msgstr ""
|
msgstr "Прати активност"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:44
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
msgid "Stop watching for activity"
|
msgid "Stop watching for activity"
|
||||||
msgstr ""
|
msgstr "Престани да пратиш активност"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:50
|
#: ../terminatorlib/plugins/custom_commands.py:50
|
||||||
msgid "Custom Commands"
|
msgid "Custom Commands"
|
||||||
msgstr ""
|
msgstr "Прилагођене наредбе"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:106
|
#: ../terminatorlib/plugins/custom_commands.py:106
|
||||||
msgid "Custom Commands Configuration"
|
msgid "Custom Commands Configuration"
|
||||||
msgstr ""
|
msgstr "Поставке прилагођених наредби"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:238
|
#: ../terminatorlib/plugins/custom_commands.py:238
|
||||||
msgid "New Command"
|
msgid "New Command"
|
||||||
msgstr ""
|
msgstr "Нова наредба"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:248
|
#: ../terminatorlib/plugins/custom_commands.py:248
|
||||||
msgid "Enabled:"
|
msgid "Enabled:"
|
||||||
msgstr ""
|
msgstr "Омогућено:"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:254
|
#: ../terminatorlib/plugins/custom_commands.py:254
|
||||||
msgid "Name:"
|
msgid "Name:"
|
||||||
msgstr ""
|
msgstr "Назив:"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:260
|
#: ../terminatorlib/plugins/custom_commands.py:260
|
||||||
msgid "Command:"
|
msgid "Command:"
|
||||||
msgstr ""
|
msgstr "Наредба:"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:296
|
#: ../terminatorlib/plugins/custom_commands.py:296
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:406
|
#: ../terminatorlib/plugins/custom_commands.py:406
|
||||||
msgid "You need to define a name and command"
|
msgid "You need to define a name and command"
|
||||||
msgstr ""
|
msgstr "Морате да одредите назив и наредбу"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:313
|
#: ../terminatorlib/plugins/custom_commands.py:313
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:425
|
#: ../terminatorlib/plugins/custom_commands.py:425
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Name *%s* already exist"
|
msgid "Name *%s* already exist"
|
||||||
msgstr ""
|
msgstr "„%s“ назив већ постоји."
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/terminalshot.py:28
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Terminal screenshot"
|
msgid "Terminal screenshot"
|
||||||
msgstr ""
|
msgstr "Снимак терминала"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "New Profile"
|
msgid "New Profile"
|
||||||
msgstr ""
|
msgstr "Нови профил"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:931 ../terminatorlib/prefseditor.py:936
|
#: ../terminatorlib/prefseditor.py:931 ../terminatorlib/prefseditor.py:936
|
||||||
msgid "New Layout"
|
msgid "New Layout"
|
||||||
msgstr ""
|
msgstr "Нови изглед"
|
||||||
|
|
||||||
#. Label
|
#. Label
|
||||||
#: ../terminatorlib/searchbar.py:48
|
#: ../terminatorlib/searchbar.py:48
|
||||||
msgid "Search:"
|
msgid "Search:"
|
||||||
msgstr ""
|
msgstr "Претрага:"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:64
|
#: ../terminatorlib/searchbar.py:64
|
||||||
msgid "Close Search bar"
|
msgid "Close Search bar"
|
||||||
msgstr ""
|
msgstr "Затвори поље за претрагу"
|
||||||
|
|
||||||
#. Next Button
|
#. Next Button
|
||||||
#: ../terminatorlib/searchbar.py:69
|
#: ../terminatorlib/searchbar.py:69
|
||||||
msgid "Next"
|
msgid "Next"
|
||||||
msgstr ""
|
msgstr "Следеће"
|
||||||
|
|
||||||
#. Previous Button
|
#. Previous Button
|
||||||
#: ../terminatorlib/searchbar.py:75
|
#: ../terminatorlib/searchbar.py:75
|
||||||
msgid "Prev"
|
msgid "Prev"
|
||||||
msgstr ""
|
msgstr "Претходно"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:121
|
#: ../terminatorlib/searchbar.py:121
|
||||||
msgid "Searching scrollback"
|
msgid "Searching scrollback"
|
||||||
msgstr ""
|
msgstr "Претраживање преписа"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153
|
#: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153
|
||||||
msgid "No more results"
|
msgid "No more results"
|
||||||
msgstr ""
|
msgstr "Нема више резултата"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:168
|
#: ../terminatorlib/searchbar.py:168
|
||||||
msgid "Found at row"
|
msgid "Found at row"
|
||||||
msgstr ""
|
msgstr "Пронађено у реду"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:51
|
#: ../terminatorlib/terminal_popup_menu.py:51
|
||||||
msgid "_Send email to..."
|
msgid "_Send email to..."
|
||||||
msgstr ""
|
msgstr "_Пошаљи е-поруку..."
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:52
|
#: ../terminatorlib/terminal_popup_menu.py:52
|
||||||
msgid "_Copy email address"
|
msgid "_Copy email address"
|
||||||
msgstr ""
|
msgstr "_Умножи е-адресу"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:54
|
#: ../terminatorlib/terminal_popup_menu.py:54
|
||||||
msgid "Ca_ll VoIP address"
|
msgid "Ca_ll VoIP address"
|
||||||
msgstr ""
|
msgstr "По_зови VoIP адресу"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:55
|
#: ../terminatorlib/terminal_popup_menu.py:55
|
||||||
msgid "_Copy VoIP address"
|
msgid "_Copy VoIP address"
|
||||||
msgstr ""
|
msgstr "_Умножи VoIP адресу"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:57
|
#: ../terminatorlib/terminal_popup_menu.py:57
|
||||||
msgid "_Open link"
|
msgid "_Open link"
|
||||||
msgstr ""
|
msgstr "_Отвори везу"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:58
|
#: ../terminatorlib/terminal_popup_menu.py:58
|
||||||
msgid "_Copy address"
|
msgid "_Copy address"
|
||||||
msgstr ""
|
msgstr "_Умножи адресу"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:86
|
#: ../terminatorlib/terminal_popup_menu.py:86
|
||||||
msgid "Split H_orizontally"
|
msgid "Split H_orizontally"
|
||||||
msgstr ""
|
msgstr "Раздвоји водо_равно"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:96
|
#: ../terminatorlib/terminal_popup_menu.py:96
|
||||||
msgid "Split V_ertically"
|
msgid "Split V_ertically"
|
||||||
msgstr ""
|
msgstr "Раздвоји у_справно"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:106
|
#: ../terminatorlib/terminal_popup_menu.py:106
|
||||||
msgid "Open _Tab"
|
msgid "Open _Tab"
|
||||||
msgstr ""
|
msgstr "Отвори _језичак"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:112
|
#: ../terminatorlib/terminal_popup_menu.py:112
|
||||||
msgid "Open _Debug Tab"
|
msgid "Open _Debug Tab"
|
||||||
msgstr ""
|
msgstr "Отвори _језичак за отклањање неисправности"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:126
|
#: ../terminatorlib/terminal_popup_menu.py:126
|
||||||
msgid "_Zoom terminal"
|
msgid "_Zoom terminal"
|
||||||
msgstr ""
|
msgstr "_Приближи терминал"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:130
|
#: ../terminatorlib/terminal_popup_menu.py:130
|
||||||
msgid "Ma_ximise terminal"
|
msgid "Ma_ximise terminal"
|
||||||
msgstr ""
|
msgstr "Уве_ћај терминал"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:136
|
#: ../terminatorlib/terminal_popup_menu.py:136
|
||||||
msgid "_Restore all terminals"
|
msgid "_Restore all terminals"
|
||||||
msgstr ""
|
msgstr "_Поврати све терминале"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "Груписање"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
msgstr ""
|
msgstr "Прикажи _препис"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:156
|
#: ../terminatorlib/terminal_popup_menu.py:156
|
||||||
msgid "_Preferences"
|
msgid "_Preferences"
|
||||||
msgstr ""
|
msgstr "_Поставке"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:163
|
#: ../terminatorlib/terminal_popup_menu.py:163
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr ""
|
msgstr "Профили"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:207
|
#: ../terminatorlib/terminal_popup_menu.py:207
|
||||||
msgid "Encodings"
|
msgid "Encodings"
|
||||||
msgstr ""
|
msgstr "Кодирања"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:222
|
#: ../terminatorlib/terminal_popup_menu.py:222
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr "Подразумевано"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:225
|
#: ../terminatorlib/terminal_popup_menu.py:225
|
||||||
msgid "User defined"
|
msgid "User defined"
|
||||||
msgstr ""
|
msgstr "Кориснички дефинисано"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:241
|
#: ../terminatorlib/terminal_popup_menu.py:241
|
||||||
msgid "Other Encodings"
|
msgid "Other Encodings"
|
||||||
msgstr ""
|
msgstr "Друга кодирања"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:365
|
#: ../terminatorlib/terminal.py:365
|
||||||
msgid "New group..."
|
msgid "New group..."
|
||||||
msgstr ""
|
msgstr "Нова група..."
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:370
|
#: ../terminatorlib/terminal.py:370
|
||||||
msgid "None"
|
msgid "None"
|
||||||
msgstr ""
|
msgstr "Ништа"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:386
|
#: ../terminatorlib/terminal.py:386
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Remove group %s"
|
msgid "Remove group %s"
|
||||||
msgstr ""
|
msgstr "Уклони %s групу"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:391
|
#: ../terminatorlib/terminal.py:391
|
||||||
msgid "G_roup all in tab"
|
msgid "G_roup all in tab"
|
||||||
msgstr ""
|
msgstr "Гру_пиши све у језичке"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:396
|
#: ../terminatorlib/terminal.py:396
|
||||||
msgid "Ungr_oup all in tab"
|
msgid "Ungr_oup all in tab"
|
||||||
msgstr ""
|
msgstr "Раз_групиши све у језичке"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:401
|
#: ../terminatorlib/terminal.py:401
|
||||||
msgid "Remove all groups"
|
msgid "Remove all groups"
|
||||||
msgstr ""
|
msgstr "Уклони све групе"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:408
|
#: ../terminatorlib/terminal.py:408
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Close group %s"
|
msgid "Close group %s"
|
||||||
msgstr ""
|
msgstr "Затвори %s групу"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:417
|
#: ../terminatorlib/terminal.py:417
|
||||||
msgid "Broadcast all"
|
msgid "Broadcast all"
|
||||||
msgstr ""
|
msgstr "Емитуј све"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:418
|
#: ../terminatorlib/terminal.py:418
|
||||||
msgid "Broadcast group"
|
msgid "Broadcast group"
|
||||||
msgstr ""
|
msgstr "Група емитовања"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:419
|
#: ../terminatorlib/terminal.py:419
|
||||||
msgid "Broadcast off"
|
msgid "Broadcast off"
|
||||||
msgstr ""
|
msgstr "Искључи емитовање"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:432
|
#: ../terminatorlib/terminal.py:432
|
||||||
msgid "Split to this group"
|
msgid "Split to this group"
|
||||||
msgstr ""
|
msgstr "Раздвој у ову групу"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:437
|
#: ../terminatorlib/terminal.py:437
|
||||||
msgid "Autoclean groups"
|
msgid "Autoclean groups"
|
||||||
msgstr ""
|
msgstr "Самостално очисти групе"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:444
|
#: ../terminatorlib/terminal.py:444
|
||||||
msgid "Insert terminal number"
|
msgid "Insert terminal number"
|
||||||
msgstr ""
|
msgstr "Унеси број терминала"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:448
|
#: ../terminatorlib/terminal.py:448
|
||||||
msgid "Insert padded terminal number"
|
msgid "Insert padded terminal number"
|
||||||
msgstr ""
|
msgstr "Унеси уметнут број терминала"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:1157
|
#: ../terminatorlib/terminal.py:1157
|
||||||
msgid "Unable to find a shell"
|
msgid "Unable to find a shell"
|
||||||
msgstr ""
|
msgstr "Љуска није пронађена"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:1174
|
#: ../terminatorlib/terminal.py:1174
|
||||||
msgid "Unable to start shell:"
|
msgid "Unable to start shell:"
|
||||||
msgstr ""
|
msgstr "Покретање љуске није успело:"
|
||||||
|
|
||||||
#: ../terminatorlib/window.py:224
|
#: ../terminatorlib/window.py:224
|
||||||
msgid "window"
|
msgid "window"
|
||||||
msgstr ""
|
msgstr "прозор"
|
||||||
|
|
||||||
#. FIXME: Why isn't this being done by Terminator() ?
|
#. FIXME: Why isn't this being done by Terminator() ?
|
||||||
#: ../terminatorlib/window.py:545
|
#: ../terminatorlib/window.py:545
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr ""
|
msgstr "Све"
|
||||||
|
|
||||||
#: ../terminatorlib/window.py:566
|
#: ../terminatorlib/window.py:566
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tab %d"
|
msgid "Tab %d"
|
||||||
msgstr ""
|
msgstr "%d језичак"
|
||||||
|
95
po/sv.po
95
po/sv.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-04-27 15:09+0000\n"
|
"PO-Revision-Date: 2010-07-31 14:22+0000\n"
|
||||||
"Last-Translator: sikevux <Unknown>\n"
|
"Last-Translator: David Bengtsson <Unknown>\n"
|
||||||
"Language-Team: Swedish <sv@li.org>\n"
|
"Language-Team: Swedish <sv@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -43,6 +43,8 @@ msgid ""
|
|||||||
"This %s has several terminals open. Closing the %s will also close all "
|
"This %s has several terminals open. Closing the %s will also close all "
|
||||||
"terminals within it."
|
"terminals within it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Detta %s har flera terminaler öppna. Vid stängning av %s kommer alla "
|
||||||
|
"terminaler inuti det också att stängas."
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:35
|
#: ../terminatorlib/encoding.py:35
|
||||||
msgid "Current Locale"
|
msgid "Current Locale"
|
||||||
@ -130,7 +132,7 @@ msgstr "Traditionell kinesisk"
|
|||||||
|
|
||||||
#: ../terminatorlib/encoding.py:59
|
#: ../terminatorlib/encoding.py:59
|
||||||
msgid "Cyrillic/Russian"
|
msgid "Cyrillic/Russian"
|
||||||
msgstr "Kyrillisk/Rysk"
|
msgstr "Kyrillisk/rysk"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:60 ../terminatorlib/encoding.py:74
|
#: ../terminatorlib/encoding.py:60 ../terminatorlib/encoding.py:74
|
||||||
#: ../terminatorlib/encoding.py:95
|
#: ../terminatorlib/encoding.py:95
|
||||||
@ -153,7 +155,7 @@ msgstr "Georgisk"
|
|||||||
|
|
||||||
#: ../terminatorlib/encoding.py:79 ../terminatorlib/encoding.py:94
|
#: ../terminatorlib/encoding.py:79 ../terminatorlib/encoding.py:94
|
||||||
msgid "Cyrillic/Ukrainian"
|
msgid "Cyrillic/Ukrainian"
|
||||||
msgstr "Kyrillisk/Ukrainsk"
|
msgstr "Kyrillisk/ukrainsk"
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:82
|
#: ../terminatorlib/encoding.py:82
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
@ -186,7 +188,7 @@ msgstr "Vietnamesisk"
|
|||||||
|
|
||||||
#: ../terminatorlib/encoding.py:97
|
#: ../terminatorlib/encoding.py:97
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr "Thai"
|
msgstr "Thailändsk"
|
||||||
|
|
||||||
#: ../terminatorlib/notebook.py:259
|
#: ../terminatorlib/notebook.py:259
|
||||||
msgid "tab"
|
msgid "tab"
|
||||||
@ -199,22 +201,23 @@ msgstr "Stäng flik"
|
|||||||
#: ../terminatorlib/plugins/activitywatch.py:21
|
#: ../terminatorlib/plugins/activitywatch.py:21
|
||||||
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Insticksmodulen ActivityWatch är otillgänglig: installera python-notify"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:41
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
msgid "Watch for activity"
|
msgid "Watch for activity"
|
||||||
msgstr ""
|
msgstr "Vaka över aktivitet"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/activitywatch.py:44
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
msgid "Stop watching for activity"
|
msgid "Stop watching for activity"
|
||||||
msgstr ""
|
msgstr "Stäng av övervakning av aktivitet"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:50
|
#: ../terminatorlib/plugins/custom_commands.py:50
|
||||||
msgid "Custom Commands"
|
msgid "Custom Commands"
|
||||||
msgstr ""
|
msgstr "Anpassade kommandon"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:106
|
#: ../terminatorlib/plugins/custom_commands.py:106
|
||||||
msgid "Custom Commands Configuration"
|
msgid "Custom Commands Configuration"
|
||||||
msgstr ""
|
msgstr "Inställningar för anpassade kommando"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:238
|
#: ../terminatorlib/plugins/custom_commands.py:238
|
||||||
msgid "New Command"
|
msgid "New Command"
|
||||||
@ -235,7 +238,7 @@ msgstr "Kommando:"
|
|||||||
#: ../terminatorlib/plugins/custom_commands.py:296
|
#: ../terminatorlib/plugins/custom_commands.py:296
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:406
|
#: ../terminatorlib/plugins/custom_commands.py:406
|
||||||
msgid "You need to define a name and command"
|
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:313
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:425
|
#: ../terminatorlib/plugins/custom_commands.py:425
|
||||||
@ -245,7 +248,7 @@ msgstr "Namnet *%s* finns redan"
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/terminalshot.py:28
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Terminal screenshot"
|
msgid "Terminal screenshot"
|
||||||
msgstr ""
|
msgstr "Skärmbild av terminalen"
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "New Profile"
|
msgid "New Profile"
|
||||||
@ -262,7 +265,7 @@ msgstr "Sök:"
|
|||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:64
|
#: ../terminatorlib/searchbar.py:64
|
||||||
msgid "Close Search bar"
|
msgid "Close Search bar"
|
||||||
msgstr ""
|
msgstr "Stäng sökfält"
|
||||||
|
|
||||||
#. Next Button
|
#. Next Button
|
||||||
#: ../terminatorlib/searchbar.py:69
|
#: ../terminatorlib/searchbar.py:69
|
||||||
@ -272,43 +275,43 @@ msgstr "Nästa"
|
|||||||
#. Previous Button
|
#. Previous Button
|
||||||
#: ../terminatorlib/searchbar.py:75
|
#: ../terminatorlib/searchbar.py:75
|
||||||
msgid "Prev"
|
msgid "Prev"
|
||||||
msgstr ""
|
msgstr "Föregående"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:121
|
#: ../terminatorlib/searchbar.py:121
|
||||||
msgid "Searching scrollback"
|
msgid "Searching scrollback"
|
||||||
msgstr ""
|
msgstr "Söker tillbakarullning"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153
|
#: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153
|
||||||
msgid "No more results"
|
msgid "No more results"
|
||||||
msgstr ""
|
msgstr "Inga fler resultat"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:168
|
#: ../terminatorlib/searchbar.py:168
|
||||||
msgid "Found at row"
|
msgid "Found at row"
|
||||||
msgstr ""
|
msgstr "Hittades på rad"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:51
|
#: ../terminatorlib/terminal_popup_menu.py:51
|
||||||
msgid "_Send email to..."
|
msgid "_Send email to..."
|
||||||
msgstr ""
|
msgstr "_Skicka e-post till..."
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:52
|
#: ../terminatorlib/terminal_popup_menu.py:52
|
||||||
msgid "_Copy email address"
|
msgid "_Copy email address"
|
||||||
msgstr ""
|
msgstr "_Kopiera e-postadress"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:54
|
#: ../terminatorlib/terminal_popup_menu.py:54
|
||||||
msgid "Ca_ll VoIP address"
|
msgid "Ca_ll VoIP address"
|
||||||
msgstr ""
|
msgstr "_Ring VoIP-adress"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:55
|
#: ../terminatorlib/terminal_popup_menu.py:55
|
||||||
msgid "_Copy VoIP address"
|
msgid "_Copy VoIP address"
|
||||||
msgstr ""
|
msgstr "_Kopiera VoIP-adress"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:57
|
#: ../terminatorlib/terminal_popup_menu.py:57
|
||||||
msgid "_Open link"
|
msgid "_Open link"
|
||||||
msgstr ""
|
msgstr "_Öppna länk"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:58
|
#: ../terminatorlib/terminal_popup_menu.py:58
|
||||||
msgid "_Copy address"
|
msgid "_Copy address"
|
||||||
msgstr ""
|
msgstr "_Kopiera adress"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:86
|
#: ../terminatorlib/terminal_popup_menu.py:86
|
||||||
msgid "Split H_orizontally"
|
msgid "Split H_orizontally"
|
||||||
@ -324,7 +327,7 @@ msgstr "Öppna _flik"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:112
|
#: ../terminatorlib/terminal_popup_menu.py:112
|
||||||
msgid "Open _Debug Tab"
|
msgid "Open _Debug Tab"
|
||||||
msgstr "Öppna en _Debug Tabb"
|
msgstr "Öppna _felsökningsflik"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:126
|
#: ../terminatorlib/terminal_popup_menu.py:126
|
||||||
msgid "_Zoom terminal"
|
msgid "_Zoom terminal"
|
||||||
@ -332,15 +335,15 @@ msgstr "_Zooma in terminal"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:130
|
#: ../terminatorlib/terminal_popup_menu.py:130
|
||||||
msgid "Ma_ximise terminal"
|
msgid "Ma_ximise terminal"
|
||||||
msgstr ""
|
msgstr "_Maximera terminal"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:136
|
#: ../terminatorlib/terminal_popup_menu.py:136
|
||||||
msgid "_Restore all terminals"
|
msgid "_Restore all terminals"
|
||||||
msgstr ""
|
msgstr "_Återställ alla terminaler"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
msgstr ""
|
msgstr "Gruppering"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
@ -348,11 +351,11 @@ msgstr "Visa _rullningslist"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:156
|
#: ../terminatorlib/terminal_popup_menu.py:156
|
||||||
msgid "_Preferences"
|
msgid "_Preferences"
|
||||||
msgstr ""
|
msgstr "_Inställningar"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:163
|
#: ../terminatorlib/terminal_popup_menu.py:163
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr ""
|
msgstr "Profiler"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:207
|
#: ../terminatorlib/terminal_popup_menu.py:207
|
||||||
msgid "Encodings"
|
msgid "Encodings"
|
||||||
@ -360,11 +363,11 @@ msgstr "Teckenkodningar"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:222
|
#: ../terminatorlib/terminal_popup_menu.py:222
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr "Standard"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:225
|
#: ../terminatorlib/terminal_popup_menu.py:225
|
||||||
msgid "User defined"
|
msgid "User defined"
|
||||||
msgstr ""
|
msgstr "Användardefinierad"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:241
|
#: ../terminatorlib/terminal_popup_menu.py:241
|
||||||
msgid "Other Encodings"
|
msgid "Other Encodings"
|
||||||
@ -372,7 +375,7 @@ msgstr "Övriga teckenkodningar"
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:365
|
#: ../terminatorlib/terminal.py:365
|
||||||
msgid "New group..."
|
msgid "New group..."
|
||||||
msgstr ""
|
msgstr "Ny grupp..."
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:370
|
#: ../terminatorlib/terminal.py:370
|
||||||
msgid "None"
|
msgid "None"
|
||||||
@ -381,48 +384,48 @@ msgstr "Ingen"
|
|||||||
#: ../terminatorlib/terminal.py:386
|
#: ../terminatorlib/terminal.py:386
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Remove group %s"
|
msgid "Remove group %s"
|
||||||
msgstr ""
|
msgstr "Ta bort grupp %s"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:391
|
#: ../terminatorlib/terminal.py:391
|
||||||
msgid "G_roup all in tab"
|
msgid "G_roup all in tab"
|
||||||
msgstr ""
|
msgstr "G_ruppera alla i fliken"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:396
|
#: ../terminatorlib/terminal.py:396
|
||||||
msgid "Ungr_oup all in tab"
|
msgid "Ungr_oup all in tab"
|
||||||
msgstr ""
|
msgstr "Avgr_uppera alla i fliken"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:401
|
#: ../terminatorlib/terminal.py:401
|
||||||
msgid "Remove all groups"
|
msgid "Remove all groups"
|
||||||
msgstr ""
|
msgstr "Ta bort alla grupper"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:408
|
#: ../terminatorlib/terminal.py:408
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Close group %s"
|
msgid "Close group %s"
|
||||||
msgstr ""
|
msgstr "Stäng grupp %s"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:417
|
#: ../terminatorlib/terminal.py:417
|
||||||
msgid "Broadcast all"
|
msgid "Broadcast all"
|
||||||
msgstr ""
|
msgstr "Sänd ut till alla"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:418
|
#: ../terminatorlib/terminal.py:418
|
||||||
msgid "Broadcast group"
|
msgid "Broadcast group"
|
||||||
msgstr ""
|
msgstr "Sänd ut till grupp"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:419
|
#: ../terminatorlib/terminal.py:419
|
||||||
msgid "Broadcast off"
|
msgid "Broadcast off"
|
||||||
msgstr ""
|
msgstr "Utsändning av"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:432
|
#: ../terminatorlib/terminal.py:432
|
||||||
msgid "Split to this group"
|
msgid "Split to this group"
|
||||||
msgstr ""
|
msgstr "Dela till den här gruppen"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:437
|
#: ../terminatorlib/terminal.py:437
|
||||||
msgid "Autoclean groups"
|
msgid "Autoclean groups"
|
||||||
msgstr ""
|
msgstr "Rensa grupper automatiskt"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:444
|
#: ../terminatorlib/terminal.py:444
|
||||||
msgid "Insert terminal number"
|
msgid "Insert terminal number"
|
||||||
msgstr ""
|
msgstr "Infoga terminalnummer"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:448
|
#: ../terminatorlib/terminal.py:448
|
||||||
msgid "Insert padded terminal number"
|
msgid "Insert padded terminal number"
|
||||||
@ -430,11 +433,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:1157
|
#: ../terminatorlib/terminal.py:1157
|
||||||
msgid "Unable to find a shell"
|
msgid "Unable to find a shell"
|
||||||
msgstr "Kunde inte hitta ett skal"
|
msgstr "Det gick inte att hitta ett skal"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:1174
|
#: ../terminatorlib/terminal.py:1174
|
||||||
msgid "Unable to start shell:"
|
msgid "Unable to start shell:"
|
||||||
msgstr ""
|
msgstr "Det gick inte att starta skal:"
|
||||||
|
|
||||||
#: ../terminatorlib/window.py:224
|
#: ../terminatorlib/window.py:224
|
||||||
msgid "window"
|
msgid "window"
|
||||||
@ -448,4 +451,4 @@ msgstr "Alla"
|
|||||||
#: ../terminatorlib/window.py:566
|
#: ../terminatorlib/window.py:566
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tab %d"
|
msgid "Tab %d"
|
||||||
msgstr ""
|
msgstr "Flik %d"
|
||||||
|
2
po/ta.po
2
po/ta.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/te.po
2
po/te.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/th.po
2
po/th.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/tr.po
2
po/tr.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/uk.po
2
po/uk.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
2
po/ur.po
2
po/ur.po
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-06-10 15:08+0000\n"
|
"PO-Revision-Date: 2010-08-20 10:33+0000\n"
|
||||||
"Last-Translator: Eleanor Chen <chenyueg@gmail.com>\n"
|
"Last-Translator: Blue Dream <Unknown>\n"
|
||||||
"Language-Team: Simplified Chinese <zh_CN@li.org>\n"
|
"Language-Team: Simplified Chinese <zh_CN@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-05 03:44+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-21 03:46+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"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"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
|
58
po/zh_TW.po
58
po/zh_TW.po
@ -8,13 +8,13 @@ msgstr ""
|
|||||||
"Project-Id-Version: terminator\n"
|
"Project-Id-Version: terminator\n"
|
||||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: 2010-07-10 04:24+0000\n"
|
"PO-Revision-Date: 2010-08-04 01:26+0000\n"
|
||||||
"Last-Translator: Cheng-En, Chuang <cacaegg@gmail.com>\n"
|
"Last-Translator: s953812 <Unknown>\n"
|
||||||
"Language-Team: Traditional Chinese <zh_TW@li.org>\n"
|
"Language-Team: Traditional Chinese <zh_TW@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-07-11 03:38+0000\n"
|
"X-Launchpad-Export-Date: 2010-08-18 06:46+0000\n"
|
||||||
"X-Generator: Launchpad (build Unknown)\n"
|
"X-Generator: Launchpad (build Unknown)\n"
|
||||||
|
|
||||||
#: ../data/terminator.desktop.in.h:1
|
#: ../data/terminator.desktop.in.h:1
|
||||||
@ -35,7 +35,7 @@ msgstr "關閉終端機(_T)"
|
|||||||
|
|
||||||
#: ../terminatorlib/container.py:158
|
#: ../terminatorlib/container.py:158
|
||||||
msgid "<big><b>Close multiple terminals?</b></big>"
|
msgid "<big><b>Close multiple terminals?</b></big>"
|
||||||
msgstr ""
|
msgstr "<big><b>要關閉所有終端機嗎?</b></big>"
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:161
|
#: ../terminatorlib/container.py:161
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -222,7 +222,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:248
|
#: ../terminatorlib/plugins/custom_commands.py:248
|
||||||
msgid "Enabled:"
|
msgid "Enabled:"
|
||||||
msgstr ""
|
msgstr "已開啟:"
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:254
|
#: ../terminatorlib/plugins/custom_commands.py:254
|
||||||
msgid "Name:"
|
msgid "Name:"
|
||||||
@ -276,11 +276,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:121
|
#: ../terminatorlib/searchbar.py:121
|
||||||
msgid "Searching scrollback"
|
msgid "Searching scrollback"
|
||||||
msgstr ""
|
msgstr "搜尋曾顯示過的訊息"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153
|
#: ../terminatorlib/searchbar.py:132 ../terminatorlib/searchbar.py:153
|
||||||
msgid "No more results"
|
msgid "No more results"
|
||||||
msgstr ""
|
msgstr "找不到更多資料"
|
||||||
|
|
||||||
#: ../terminatorlib/searchbar.py:168
|
#: ../terminatorlib/searchbar.py:168
|
||||||
msgid "Found at row"
|
msgid "Found at row"
|
||||||
@ -288,19 +288,19 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:51
|
#: ../terminatorlib/terminal_popup_menu.py:51
|
||||||
msgid "_Send email to..."
|
msgid "_Send email to..."
|
||||||
msgstr ""
|
msgstr "發送電子郵件給...(_S)"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:52
|
#: ../terminatorlib/terminal_popup_menu.py:52
|
||||||
msgid "_Copy email address"
|
msgid "_Copy email address"
|
||||||
msgstr ""
|
msgstr "複製電子郵件地址(_C)"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:54
|
#: ../terminatorlib/terminal_popup_menu.py:54
|
||||||
msgid "Ca_ll VoIP address"
|
msgid "Ca_ll VoIP address"
|
||||||
msgstr ""
|
msgstr "呼叫網路電話地址(_l)"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:55
|
#: ../terminatorlib/terminal_popup_menu.py:55
|
||||||
msgid "_Copy VoIP address"
|
msgid "_Copy VoIP address"
|
||||||
msgstr ""
|
msgstr "複製網路電話地址(_C)"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:57
|
#: ../terminatorlib/terminal_popup_menu.py:57
|
||||||
msgid "_Open link"
|
msgid "_Open link"
|
||||||
@ -308,7 +308,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:58
|
#: ../terminatorlib/terminal_popup_menu.py:58
|
||||||
msgid "_Copy address"
|
msgid "_Copy address"
|
||||||
msgstr ""
|
msgstr "複製地址(_C)"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:86
|
#: ../terminatorlib/terminal_popup_menu.py:86
|
||||||
msgid "Split H_orizontally"
|
msgid "Split H_orizontally"
|
||||||
@ -328,15 +328,15 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:126
|
#: ../terminatorlib/terminal_popup_menu.py:126
|
||||||
msgid "_Zoom terminal"
|
msgid "_Zoom terminal"
|
||||||
msgstr ""
|
msgstr "縮放終端機(_Z)"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:130
|
#: ../terminatorlib/terminal_popup_menu.py:130
|
||||||
msgid "Ma_ximise terminal"
|
msgid "Ma_ximise terminal"
|
||||||
msgstr ""
|
msgstr "終端機最大化(_x)"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:136
|
#: ../terminatorlib/terminal_popup_menu.py:136
|
||||||
msgid "_Restore all terminals"
|
msgid "_Restore all terminals"
|
||||||
msgstr ""
|
msgstr "回復所有終端機(_R)"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:143
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
msgid "Grouping"
|
msgid "Grouping"
|
||||||
@ -344,7 +344,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:150
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
msgid "Show _scrollbar"
|
msgid "Show _scrollbar"
|
||||||
msgstr ""
|
msgstr "顯示邊條捲軸(_S)"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:156
|
#: ../terminatorlib/terminal_popup_menu.py:156
|
||||||
msgid "_Preferences"
|
msgid "_Preferences"
|
||||||
@ -368,7 +368,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:241
|
#: ../terminatorlib/terminal_popup_menu.py:241
|
||||||
msgid "Other Encodings"
|
msgid "Other Encodings"
|
||||||
msgstr ""
|
msgstr "其他編碼"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:365
|
#: ../terminatorlib/terminal.py:365
|
||||||
msgid "New group..."
|
msgid "New group..."
|
||||||
@ -381,7 +381,7 @@ msgstr ""
|
|||||||
#: ../terminatorlib/terminal.py:386
|
#: ../terminatorlib/terminal.py:386
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Remove group %s"
|
msgid "Remove group %s"
|
||||||
msgstr ""
|
msgstr "移除群組 %s"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:391
|
#: ../terminatorlib/terminal.py:391
|
||||||
msgid "G_roup all in tab"
|
msgid "G_roup all in tab"
|
||||||
@ -393,24 +393,24 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:401
|
#: ../terminatorlib/terminal.py:401
|
||||||
msgid "Remove all groups"
|
msgid "Remove all groups"
|
||||||
msgstr ""
|
msgstr "移除所有群組"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:408
|
#: ../terminatorlib/terminal.py:408
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Close group %s"
|
msgid "Close group %s"
|
||||||
msgstr ""
|
msgstr "關閉群組 %s"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:417
|
#: ../terminatorlib/terminal.py:417
|
||||||
msgid "Broadcast all"
|
msgid "Broadcast all"
|
||||||
msgstr ""
|
msgstr "廣播到全部"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:418
|
#: ../terminatorlib/terminal.py:418
|
||||||
msgid "Broadcast group"
|
msgid "Broadcast group"
|
||||||
msgstr ""
|
msgstr "群組廣播"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:419
|
#: ../terminatorlib/terminal.py:419
|
||||||
msgid "Broadcast off"
|
msgid "Broadcast off"
|
||||||
msgstr ""
|
msgstr "廣播關閉"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:432
|
#: ../terminatorlib/terminal.py:432
|
||||||
msgid "Split to this group"
|
msgid "Split to this group"
|
||||||
@ -418,23 +418,23 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../terminatorlib/terminal.py:437
|
#: ../terminatorlib/terminal.py:437
|
||||||
msgid "Autoclean groups"
|
msgid "Autoclean groups"
|
||||||
msgstr ""
|
msgstr "自動清除群組"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:444
|
#: ../terminatorlib/terminal.py:444
|
||||||
msgid "Insert terminal number"
|
msgid "Insert terminal number"
|
||||||
msgstr ""
|
msgstr "插入終端機編號"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:448
|
#: ../terminatorlib/terminal.py:448
|
||||||
msgid "Insert padded terminal number"
|
msgid "Insert padded terminal number"
|
||||||
msgstr ""
|
msgstr "插入被跳過的終端機號碼"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:1157
|
#: ../terminatorlib/terminal.py:1157
|
||||||
msgid "Unable to find a shell"
|
msgid "Unable to find a shell"
|
||||||
msgstr ""
|
msgstr "找不到命令處理器"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:1174
|
#: ../terminatorlib/terminal.py:1174
|
||||||
msgid "Unable to start shell:"
|
msgid "Unable to start shell:"
|
||||||
msgstr ""
|
msgstr "無法啟動命令處理器"
|
||||||
|
|
||||||
#: ../terminatorlib/window.py:224
|
#: ../terminatorlib/window.py:224
|
||||||
msgid "window"
|
msgid "window"
|
||||||
@ -448,4 +448,4 @@ msgstr ""
|
|||||||
#: ../terminatorlib/window.py:566
|
#: ../terminatorlib/window.py:566
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tab %d"
|
msgid "Tab %d"
|
||||||
msgstr ""
|
msgstr "分頁 %d"
|
||||||
|
20
terminator
20
terminator
@ -50,6 +50,26 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
OPTIONS = terminatorlib.optionparse.parse_options()
|
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:
|
||||||
|
if OPTIONS.nodbus:
|
||||||
|
dbg('dbus disabled by command line')
|
||||||
|
raise ImportError
|
||||||
|
from terminatorlib import ipc
|
||||||
|
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()
|
MAKER = Factory()
|
||||||
TERMINATOR = Terminator()
|
TERMINATOR = Terminator()
|
||||||
TERMINATOR.set_origcwd(ORIGCWD)
|
TERMINATOR.set_origcwd(ORIGCWD)
|
||||||
|
@ -76,6 +76,7 @@ except ImportError:
|
|||||||
|
|
||||||
DEFAULTS = {
|
DEFAULTS = {
|
||||||
'global_config': {
|
'global_config': {
|
||||||
|
'dbus' : False,
|
||||||
'focus' : 'click',
|
'focus' : 'click',
|
||||||
'handle_size' : -1,
|
'handle_size' : -1,
|
||||||
'geometry_hinting' : True,
|
'geometry_hinting' : True,
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
import platform
|
import platform
|
||||||
import os
|
import os
|
||||||
import pwd
|
import pwd
|
||||||
from util import dbg
|
from util import dbg, err
|
||||||
|
|
||||||
def get_default_cwd():
|
def get_default_cwd():
|
||||||
"""Determine a reasonable default cwd"""
|
"""Determine a reasonable default cwd"""
|
||||||
@ -33,7 +33,7 @@ def get_pid_cwd():
|
|||||||
|
|
||||||
if system == 'Linux':
|
if system == 'Linux':
|
||||||
dbg('Using Linux get_pid_cwd')
|
dbg('Using Linux get_pid_cwd')
|
||||||
func = lambda pid: os.path.realpath('/proc/%s/cwd' % pid)
|
func = linux_get_pid_cwd
|
||||||
elif system == 'FreeBSD':
|
elif system == 'FreeBSD':
|
||||||
try:
|
try:
|
||||||
import freebsd
|
import freebsd
|
||||||
@ -43,10 +43,29 @@ def get_pid_cwd():
|
|||||||
dbg('FreeBSD version too old for get_pid_cwd')
|
dbg('FreeBSD version too old for get_pid_cwd')
|
||||||
elif system == 'SunOS':
|
elif system == 'SunOS':
|
||||||
dbg('Using SunOS get_pid_cwd')
|
dbg('Using SunOS get_pid_cwd')
|
||||||
func = lambda pid: os.path.realpath('/proc/%s/path/cwd' % pid)
|
func = sunos_get_pid_cwd
|
||||||
else:
|
else:
|
||||||
dbg('Unable to determine a get_pid_cwd for OS: %s' % system)
|
dbg('Unable to determine a get_pid_cwd for OS: %s' % system)
|
||||||
|
|
||||||
return(func)
|
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:
|
# vim: set expandtab ts=4 sw=4:
|
||||||
|
78
terminatorlib/ipc.py
Normal file
78
terminatorlib/ipc.py
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
|
# 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
|
||||||
|
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 = hex(hash(gtk.gdk.get_display())).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"""
|
||||||
|
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,
|
||||||
|
bus=dbus.SessionBus())
|
||||||
|
if not self.terminator:
|
||||||
|
self.terminator = Terminator()
|
||||||
|
|
||||||
|
@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)
|
||||||
|
func(proxy, *args, **argd)
|
||||||
|
return _exec
|
||||||
|
|
||||||
|
@with_proxy
|
||||||
|
def new_window(session):
|
||||||
|
"""Call the dbus method to open a new window"""
|
||||||
|
session.new_window()
|
||||||
|
|
@ -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('-l', '--layout', dest='layout', help='Select a layout')
|
||||||
parser.add_option('-p', '--profile', dest='profile', help='Use a \
|
parser.add_option('-p', '--profile', dest='profile', help='Use a \
|
||||||
different profile as the default')
|
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',
|
parser.add_option('-d', '--debug', action='count', dest='debug',
|
||||||
help='Enable debugging information (twice for debug server)')
|
help='Enable debugging information (twice for debug server)')
|
||||||
parser.add_option('--debug-classes', action='store', dest='debug_classes',
|
parser.add_option('--debug-classes', action='store', dest='debug_classes',
|
||||||
|
61
terminatorlib/plugins/maven.py
Executable file
61
terminatorlib/plugins/maven.py
Executable file
@ -0,0 +1,61 @@
|
|||||||
|
# Copyright (c) 2010 Julien Nicoulaud <julien.nicoulaud@gmail.com>
|
||||||
|
#
|
||||||
|
# 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 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'
|
||||||
|
|
||||||
|
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'] = '[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<artifact_id>%(apache_maven_plugin_artifact_id)s|%(codehaus_maven_plugin_artifact_id)s)(:%(maven_plugin_version)s:(?P<goal>%(maven_plugin_goal)s))?' % maven_filters
|
||||||
|
|
||||||
|
match = '\\b%(maven_plugin)s\\b' % maven_filters
|
||||||
|
|
||||||
|
def callback(self, 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 ''
|
@ -298,7 +298,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkTable" id="global_config_table">
|
<object class="GtkTable" id="global_config_table">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="n_rows">10</property>
|
<property name="n_rows">11</property>
|
||||||
<property name="n_columns">2</property>
|
<property name="n_columns">2</property>
|
||||||
<property name="column_spacing">6</property>
|
<property name="column_spacing">6</property>
|
||||||
<child>
|
<child>
|
||||||
@ -495,8 +495,8 @@
|
|||||||
<property name="label" translatable="yes">Hide from taskbar</property>
|
<property name="label" translatable="yes">Hide from taskbar</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="top_attach">6</property>
|
<property name="top_attach">7</property>
|
||||||
<property name="bottom_attach">7</property>
|
<property name="bottom_attach">8</property>
|
||||||
<property name="x_options"></property>
|
<property name="x_options"></property>
|
||||||
<property name="y_options"></property>
|
<property name="y_options"></property>
|
||||||
</packing>
|
</packing>
|
||||||
@ -513,8 +513,8 @@
|
|||||||
<packing>
|
<packing>
|
||||||
<property name="left_attach">1</property>
|
<property name="left_attach">1</property>
|
||||||
<property name="right_attach">2</property>
|
<property name="right_attach">2</property>
|
||||||
<property name="top_attach">6</property>
|
<property name="top_attach">7</property>
|
||||||
<property name="bottom_attach">7</property>
|
<property name="bottom_attach">8</property>
|
||||||
<property name="x_options"></property>
|
<property name="x_options"></property>
|
||||||
<property name="y_options">GTK_EXPAND</property>
|
<property name="y_options">GTK_EXPAND</property>
|
||||||
</packing>
|
</packing>
|
||||||
@ -525,8 +525,8 @@
|
|||||||
<property name="label" translatable="yes">Always on top</property>
|
<property name="label" translatable="yes">Always on top</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="top_attach">7</property>
|
<property name="top_attach">8</property>
|
||||||
<property name="bottom_attach">8</property>
|
<property name="bottom_attach">9</property>
|
||||||
<property name="x_options"></property>
|
<property name="x_options"></property>
|
||||||
<property name="y_options"></property>
|
<property name="y_options"></property>
|
||||||
</packing>
|
</packing>
|
||||||
@ -537,8 +537,8 @@
|
|||||||
<property name="label" translatable="yes">Hide on lose focus</property>
|
<property name="label" translatable="yes">Hide on lose focus</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="top_attach">8</property>
|
<property name="top_attach">9</property>
|
||||||
<property name="bottom_attach">9</property>
|
<property name="bottom_attach">10</property>
|
||||||
<property name="x_options"></property>
|
<property name="x_options"></property>
|
||||||
<property name="y_options"></property>
|
<property name="y_options"></property>
|
||||||
</packing>
|
</packing>
|
||||||
@ -555,8 +555,8 @@
|
|||||||
<packing>
|
<packing>
|
||||||
<property name="left_attach">1</property>
|
<property name="left_attach">1</property>
|
||||||
<property name="right_attach">2</property>
|
<property name="right_attach">2</property>
|
||||||
<property name="top_attach">7</property>
|
<property name="top_attach">8</property>
|
||||||
<property name="bottom_attach">8</property>
|
<property name="bottom_attach">9</property>
|
||||||
<property name="x_options"></property>
|
<property name="x_options"></property>
|
||||||
<property name="y_options">GTK_EXPAND</property>
|
<property name="y_options">GTK_EXPAND</property>
|
||||||
</packing>
|
</packing>
|
||||||
@ -573,8 +573,8 @@
|
|||||||
<packing>
|
<packing>
|
||||||
<property name="left_attach">1</property>
|
<property name="left_attach">1</property>
|
||||||
<property name="right_attach">2</property>
|
<property name="right_attach">2</property>
|
||||||
<property name="top_attach">8</property>
|
<property name="top_attach">9</property>
|
||||||
<property name="bottom_attach">9</property>
|
<property name="bottom_attach">10</property>
|
||||||
<property name="x_options"></property>
|
<property name="x_options"></property>
|
||||||
<property name="y_options">GTK_EXPAND</property>
|
<property name="y_options">GTK_EXPAND</property>
|
||||||
</packing>
|
</packing>
|
||||||
@ -585,8 +585,8 @@
|
|||||||
<property name="label" translatable="yes">Show on all workspaces</property>
|
<property name="label" translatable="yes">Show on all workspaces</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="top_attach">9</property>
|
<property name="top_attach">10</property>
|
||||||
<property name="bottom_attach">10</property>
|
<property name="bottom_attach">11</property>
|
||||||
<property name="x_options"></property>
|
<property name="x_options"></property>
|
||||||
<property name="y_options"></property>
|
<property name="y_options"></property>
|
||||||
</packing>
|
</packing>
|
||||||
@ -603,12 +603,40 @@
|
|||||||
<packing>
|
<packing>
|
||||||
<property name="left_attach">1</property>
|
<property name="left_attach">1</property>
|
||||||
<property name="right_attach">2</property>
|
<property name="right_attach">2</property>
|
||||||
<property name="top_attach">9</property>
|
<property name="top_attach">10</property>
|
||||||
<property name="bottom_attach">10</property>
|
<property name="bottom_attach">11</property>
|
||||||
<property name="x_options"></property>
|
<property name="x_options"></property>
|
||||||
<property name="y_options">GTK_EXPAND</property>
|
<property name="y_options">GTK_EXPAND</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel" id="label28">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="label" translatable="yes">DBus server</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="top_attach">6</property>
|
||||||
|
<property name="bottom_attach">7</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCheckButton" id="dbuscheck">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can_focus">True</property>
|
||||||
|
<property name="receives_default">False</property>
|
||||||
|
<property name="active">True</property>
|
||||||
|
<property name="draw_indicator">True</property>
|
||||||
|
<signal name="toggled" handler="on_dbuscheck_toggled"/>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="left_attach">1</property>
|
||||||
|
<property name="right_attach">2</property>
|
||||||
|
<property name="top_attach">6</property>
|
||||||
|
<property name="bottom_attach">7</property>
|
||||||
|
<property name="x_options">GTK_EXPAND</property>
|
||||||
|
<property name="y_options">GTK_EXPAND</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="position">0</property>
|
<property name="position">0</property>
|
||||||
|
@ -215,6 +215,9 @@ class PrefsEditor:
|
|||||||
else:
|
else:
|
||||||
active = 0
|
active = 0
|
||||||
widget.set_active(active)
|
widget.set_active(active)
|
||||||
|
# DBus Server
|
||||||
|
widget = guiget('dbuscheck')
|
||||||
|
widget.set_active(self.config['dbus'])
|
||||||
#Hide from taskbar
|
#Hide from taskbar
|
||||||
widget = guiget('hidefromtaskbcheck')
|
widget = guiget('hidefromtaskbcheck')
|
||||||
widget.set_active(self.config['hide_from_taskbar'])
|
widget.set_active(self.config['hide_from_taskbar'])
|
||||||
@ -550,6 +553,11 @@ class PrefsEditor:
|
|||||||
self.config['geometry_hinting'] = widget.get_active()
|
self.config['geometry_hinting'] = widget.get_active()
|
||||||
self.config.save()
|
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):
|
def on_winbordercheck_toggled(self, widget):
|
||||||
"""Window border setting changed"""
|
"""Window border setting changed"""
|
||||||
self.config['borderless'] = not widget.get_active()
|
self.config['borderless'] = not widget.get_active()
|
||||||
|
@ -152,6 +152,7 @@ class Terminal(gtk.VBox):
|
|||||||
|
|
||||||
self.connect_signals()
|
self.connect_signals()
|
||||||
|
|
||||||
|
os.putenv('TERM', 'xterm')
|
||||||
os.putenv('COLORTERM', 'gnome-terminal')
|
os.putenv('COLORTERM', 'gnome-terminal')
|
||||||
|
|
||||||
env_proxy = os.getenv('http_proxy')
|
env_proxy = os.getenv('http_proxy')
|
||||||
@ -1509,7 +1510,7 @@ for %s (%s)' % (name, urlplugin.__class__.__name__))
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
dbg("Terminal::key_new_window: Spawning: %s" % cmd)
|
dbg("Terminal::key_new_window: Spawning: %s" % cmd)
|
||||||
subprocess.Popen([cmd, ])
|
subprocess.Popen([cmd, '-u'])
|
||||||
|
|
||||||
def key_broadcast_off(self):
|
def key_broadcast_off(self):
|
||||||
self.set_groupsend(None, self.terminator.groupsend_type['off'])
|
self.set_groupsend(None, self.terminator.groupsend_type['off'])
|
||||||
|
@ -103,7 +103,14 @@ class Titlebar(gtk.EventBox):
|
|||||||
if other:
|
if other:
|
||||||
term = self.terminal
|
term = self.terminal
|
||||||
terminator = self.terminator
|
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']:
|
if terminator.groupsend == terminator.groupsend_type['off']:
|
||||||
title_fg = self.config['title_inactive_fg_color']
|
title_fg = self.config['title_inactive_fg_color']
|
||||||
title_bg = self.config['title_inactive_bg_color']
|
title_bg = self.config['title_inactive_bg_color']
|
||||||
@ -127,11 +134,6 @@ class Titlebar(gtk.EventBox):
|
|||||||
default_bg = True
|
default_bg = True
|
||||||
group_fg = self.config['title_inactive_fg_color']
|
group_fg = self.config['title_inactive_fg_color']
|
||||||
group_bg = self.config['title_inactive_bg_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:
|
else:
|
||||||
# We're the active terminal
|
# We're the active terminal
|
||||||
title_fg = self.config['title_transmit_fg_color']
|
title_fg = self.config['title_transmit_fg_color']
|
||||||
|
@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
APP_NAME = 'terminator'
|
APP_NAME = 'terminator'
|
||||||
APP_VERSION = '0.94'
|
APP_VERSION = '0.95'
|
||||||
|
Loading…
Reference in New Issue
Block a user