Update pot
This commit is contained in:
parent
4a2b8c77e1
commit
78e0bd56be
|
@ -4,37 +4,41 @@
|
||||||
[encoding: UTF-8]
|
[encoding: UTF-8]
|
||||||
terminator
|
terminator
|
||||||
data/terminator.desktop.in
|
data/terminator.desktop.in
|
||||||
terminatorlib/notebook.py
|
terminatorlib/borg.py
|
||||||
terminatorlib/encoding.py
|
|
||||||
terminatorlib/cwd.py
|
|
||||||
terminatorlib/keybindings.py
|
|
||||||
terminatorlib/version.py
|
|
||||||
terminatorlib/configobj/validate.py
|
|
||||||
terminatorlib/configobj/configobj.py
|
terminatorlib/configobj/configobj.py
|
||||||
|
terminatorlib/configobj/__init__.py
|
||||||
|
terminatorlib/configobj/validate.py
|
||||||
|
terminatorlib/config.py
|
||||||
|
terminatorlib/container.py
|
||||||
|
terminatorlib/cwd.py
|
||||||
terminatorlib/debugserver.py
|
terminatorlib/debugserver.py
|
||||||
terminatorlib/optionparse.py
|
terminatorlib/editablelabel.py
|
||||||
terminatorlib/prefseditor.py
|
terminatorlib/encoding.py
|
||||||
|
terminatorlib/factory.py
|
||||||
terminatorlib/freebsd.py
|
terminatorlib/freebsd.py
|
||||||
|
terminatorlib/__init__.py
|
||||||
|
terminatorlib/keybindings.py
|
||||||
|
terminatorlib/notebook.py
|
||||||
|
terminatorlib/optionparse.py
|
||||||
|
terminatorlib/paned.py
|
||||||
|
terminatorlib/plugin.py
|
||||||
|
terminatorlib/plugins/activitywatch.py
|
||||||
|
terminatorlib/plugins/custom_commands.py
|
||||||
|
terminatorlib/plugins/terminalshot.py
|
||||||
|
terminatorlib/plugins/testplugin.py
|
||||||
|
terminatorlib/plugins/url_handlers.py
|
||||||
|
terminatorlib/prefseditor.py
|
||||||
|
terminatorlib/searchbar.py
|
||||||
|
terminatorlib/signalman.py
|
||||||
|
terminatorlib/terminal_popup_menu.py
|
||||||
|
terminatorlib/terminal.py
|
||||||
|
terminatorlib/terminator.py
|
||||||
|
terminatorlib/tests/__init__.py
|
||||||
|
terminatorlib/tests/testborg.py
|
||||||
terminatorlib/tests/test_doctests.py
|
terminatorlib/tests/test_doctests.py
|
||||||
terminatorlib/tests/testsignalman.py
|
terminatorlib/tests/testsignalman.py
|
||||||
terminatorlib/tests/testborg.py
|
|
||||||
terminatorlib/plugins/custom_commands.py
|
|
||||||
terminatorlib/plugins/url_handlers.py
|
|
||||||
terminatorlib/plugins/terminal_menu.py
|
|
||||||
terminatorlib/plugins/testplugin.py
|
|
||||||
terminatorlib/container.py
|
|
||||||
terminatorlib/searchbar.py
|
|
||||||
terminatorlib/terminator.py
|
|
||||||
terminatorlib/util.py
|
|
||||||
terminatorlib/plugin.py
|
|
||||||
terminatorlib/borg.py
|
|
||||||
terminatorlib/titlebar.py
|
terminatorlib/titlebar.py
|
||||||
terminatorlib/window.py
|
|
||||||
terminatorlib/terminal.py
|
|
||||||
terminatorlib/editablelabel.py
|
|
||||||
terminatorlib/config.py
|
|
||||||
terminatorlib/terminal_popup_menu.py
|
|
||||||
terminatorlib/paned.py
|
|
||||||
terminatorlib/factory.py
|
|
||||||
terminatorlib/translation.py
|
terminatorlib/translation.py
|
||||||
terminatorlib/signalman.py
|
terminatorlib/util.py
|
||||||
|
terminatorlib/version.py
|
||||||
|
terminatorlib/window.py
|
||||||
|
|
|
@ -1,17 +1,20 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
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-03-15 10:30+0000\n"
|
"POT-Creation-Date: 2010-07-03 22:04+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Launchpad-Export-Date: 2010-04-07 20:40+0000\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"
|
||||||
|
@ -21,12 +24,23 @@ msgstr ""
|
||||||
msgid "Terminator"
|
msgid "Terminator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/notebook.py:225
|
#: ../terminatorlib/container.py:149
|
||||||
msgid "tab"
|
msgid "Close?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/notebook.py:368
|
#: ../terminatorlib/container.py:156
|
||||||
msgid "Close Tab"
|
msgid "Close _Terminals"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/container.py:158
|
||||||
|
msgid "<big><b>Close multiple terminals?</b></big>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/container.py:161
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"This %s has several terminals open. Closing the %s will also close all "
|
||||||
|
"terminals within it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/encoding.py:35
|
#: ../terminatorlib/encoding.py:35
|
||||||
|
@ -173,12 +187,24 @@ msgstr ""
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:686 ../terminatorlib/prefseditor.py:691
|
#: ../terminatorlib/notebook.py:259
|
||||||
msgid "New Profile"
|
msgid "tab"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/prefseditor.py:731 ../terminatorlib/prefseditor.py:736
|
#: ../terminatorlib/notebook.py:408
|
||||||
msgid "New Layout"
|
msgid "Close Tab"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/plugins/activitywatch.py:21
|
||||||
|
msgid "ActivityWatch plugin unavailable: please install python-notify"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/plugins/activitywatch.py:41
|
||||||
|
msgid "Watch for activity"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/plugins/activitywatch.py:44
|
||||||
|
msgid "Stop watching for activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/plugins/custom_commands.py:50
|
#: ../terminatorlib/plugins/custom_commands.py:50
|
||||||
|
@ -216,23 +242,16 @@ msgstr ""
|
||||||
msgid "Name *%s* already exist"
|
msgid "Name *%s* already exist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:139
|
#: ../terminatorlib/plugins/terminalshot.py:28
|
||||||
msgid "Close?"
|
msgid "Terminal screenshot"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:146
|
#: ../terminatorlib/prefseditor.py:886 ../terminatorlib/prefseditor.py:891
|
||||||
msgid "Close _Terminals"
|
msgid "New Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:148
|
#: ../terminatorlib/prefseditor.py:931 ../terminatorlib/prefseditor.py:936
|
||||||
msgid "<big><b>Close multiple terminals?</b></big>"
|
msgid "New Layout"
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/container.py:151
|
|
||||||
#, python-format
|
|
||||||
msgid ""
|
|
||||||
"This %s has several terminals open. Closing the %s will also close all "
|
|
||||||
"terminals within it."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Label
|
#. Label
|
||||||
|
@ -266,150 +285,166 @@ msgstr ""
|
||||||
msgid "Found at row"
|
msgid "Found at row"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/window.py:176
|
#: ../terminatorlib/terminal_popup_menu.py:51
|
||||||
msgid "window"
|
msgid "_Send email to..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. FIXME: Why isn't this being done by Terminator() ?
|
#: ../terminatorlib/terminal_popup_menu.py:52
|
||||||
#: ../terminatorlib/window.py:459
|
msgid "_Copy email address"
|
||||||
msgid "All"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/window.py:480
|
#: ../terminatorlib/terminal_popup_menu.py:54
|
||||||
#, python-format
|
msgid "Ca_ll VoIP address"
|
||||||
msgid "Tab %d"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:347
|
#: ../terminatorlib/terminal_popup_menu.py:55
|
||||||
|
msgid "_Copy VoIP address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:57
|
||||||
|
msgid "_Open link"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:58
|
||||||
|
msgid "_Copy address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:86
|
||||||
|
msgid "Split H_orizontally"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:96
|
||||||
|
msgid "Split V_ertically"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:106
|
||||||
|
msgid "Open _Tab"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:112
|
||||||
|
msgid "Open _Debug Tab"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:126
|
||||||
|
msgid "_Zoom terminal"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:130
|
||||||
|
msgid "Ma_ximise terminal"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:136
|
||||||
|
msgid "_Restore all terminals"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:143
|
||||||
|
msgid "Grouping"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:150
|
||||||
|
msgid "Show _scrollbar"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:156
|
||||||
|
msgid "_Preferences"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:163
|
||||||
|
msgid "Profiles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:207
|
||||||
|
msgid "Encodings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:222
|
||||||
|
msgid "Default"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:225
|
||||||
|
msgid "User defined"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal_popup_menu.py:241
|
||||||
|
msgid "Other Encodings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../terminatorlib/terminal.py:365
|
||||||
msgid "New group..."
|
msgid "New group..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:352
|
#: ../terminatorlib/terminal.py:370
|
||||||
msgid "None"
|
msgid "None"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:368
|
#: ../terminatorlib/terminal.py:386
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Remove group %s"
|
msgid "Remove group %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:373
|
#: ../terminatorlib/terminal.py:391
|
||||||
msgid "G_roup all in tab"
|
msgid "G_roup all in tab"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:378
|
#: ../terminatorlib/terminal.py:396
|
||||||
msgid "Ungr_oup all in tab"
|
msgid "Ungr_oup all in tab"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:383
|
#: ../terminatorlib/terminal.py:401
|
||||||
msgid "Remove all groups"
|
msgid "Remove all groups"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:390
|
#: ../terminatorlib/terminal.py:408
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Close group %s"
|
msgid "Close group %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:399
|
#: ../terminatorlib/terminal.py:417
|
||||||
msgid "Broadcast all"
|
msgid "Broadcast all"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:400
|
#: ../terminatorlib/terminal.py:418
|
||||||
msgid "Broadcast group"
|
msgid "Broadcast group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:401
|
#: ../terminatorlib/terminal.py:419
|
||||||
msgid "Broadcast off"
|
msgid "Broadcast off"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:414
|
#: ../terminatorlib/terminal.py:432
|
||||||
msgid "Split to this group"
|
msgid "Split to this group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:419
|
#: ../terminatorlib/terminal.py:437
|
||||||
msgid "Autoclean groups"
|
msgid "Autoclean groups"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:426
|
#: ../terminatorlib/terminal.py:444
|
||||||
msgid "Insert terminal number"
|
msgid "Insert terminal number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:430
|
#: ../terminatorlib/terminal.py:448
|
||||||
msgid "Insert padded terminal number"
|
msgid "Insert padded terminal number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:1088
|
#: ../terminatorlib/terminal.py:1157
|
||||||
msgid "Unable to find a shell"
|
msgid "Unable to find a shell"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal.py:1105
|
#: ../terminatorlib/terminal.py:1174
|
||||||
msgid "Unable to start shell:"
|
msgid "Unable to start shell:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:47
|
#: ../terminatorlib/window.py:224
|
||||||
msgid "_Send email to..."
|
msgid "window"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:48
|
#. FIXME: Why isn't this being done by Terminator() ?
|
||||||
msgid "_Copy email address"
|
#: ../terminatorlib/window.py:545
|
||||||
|
msgid "All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:50
|
#: ../terminatorlib/window.py:566
|
||||||
msgid "Ca_ll VoIP address"
|
#, python-format
|
||||||
msgstr ""
|
msgid "Tab %d"
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:51
|
|
||||||
msgid "_Copy VoIP address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:53
|
|
||||||
msgid "_Open link"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:54
|
|
||||||
msgid "_Copy address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:102
|
|
||||||
msgid "Open _Tab"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:115
|
|
||||||
msgid "_Zoom terminal"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:119
|
|
||||||
msgid "Ma_ximise terminal"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:125
|
|
||||||
msgid "_Restore all terminals"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:131
|
|
||||||
msgid "Show _scrollbar"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:136
|
|
||||||
msgid "_Preferences"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:144
|
|
||||||
msgid "Profiles"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:188
|
|
||||||
msgid "Encodings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:203
|
|
||||||
msgid "Default"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:206
|
|
||||||
msgid "User defined"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../terminatorlib/terminal_popup_menu.py:222
|
|
||||||
msgid "Other Encodings"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in New Issue