(trunk-1624) Add an internationalised AppData file for software installers
This commit is contained in:
parent
a65ce100f7
commit
afd426c06c
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2013 Stephen Boddy <stephen.j.boddy@gmail.com> -->
|
||||
<component type="desktop">
|
||||
<id>terminator.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0 only</project_license>
|
||||
<_name>Terminator</_name>
|
||||
<_summary>Multiple terminals in one window</_summary>
|
||||
<description>
|
||||
<_p>
|
||||
The robot future of terminals
|
||||
</_p>
|
||||
<_p>
|
||||
A power-user tool for arranging terminals. It is inspired by programs such as
|
||||
gnome-multi-term, quadkonsole, etc. in that the main focus is arranging terminals
|
||||
in grids (tabs is the most common default method, which Terminator also supports).
|
||||
</_p>
|
||||
<_p>
|
||||
Much of the behavior of Terminator is based on GNOME Terminal, and we are adding
|
||||
more features from that as time goes by, but we also want to extend out in different
|
||||
directions with useful features for sysadmins and other users.
|
||||
</_p>
|
||||
<_p>Some highlights:</_p>
|
||||
<ul>
|
||||
<_li>Arrange terminals in a grid</_li>
|
||||
<_li>Tabs</_li>
|
||||
<_li>Drag and drop re-ordering of terminals</_li>
|
||||
<_li>Lots of keyboard shortcuts</_li>
|
||||
<_li>Save multiple layouts and profiles via GUI preferences editor</_li>
|
||||
<_li>Simultaneous typing to arbitrary groups of terminals</_li>
|
||||
</ul>
|
||||
<_p>And lots more...</_p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>http://4.bp.blogspot.com/-xt4Tja1TMQ0/Vdemmf8wYSI/AAAAAAAAA9A/uROTre0PMls/s1600/terminator_main_basic.png</image>
|
||||
<_caption>The main window showing the application in action</_caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>http://4.bp.blogspot.com/-rRxALSpEEZw/Vdeu58JgpnI/AAAAAAAAA9o/XewWKJ5HNo4/s1600/terminator_main_complex.png</image>
|
||||
<_caption>Getting a little crazy with the terminals</_caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>http://2.bp.blogspot.com/-t_8oRyMXUls/VdemmRVnZnI/AAAAAAAAA88/rHIr8L1X7Ho/s1600/terminator_prefs_global.png</image>
|
||||
<_caption>The preferences window where you can change the defaults</_caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">http://gnometerminator.blogspot.com/p/introduction.html</url>
|
||||
<updatecontact>stephen.j.boddy@gmail.com</updatecontact>
|
||||
</component>
|
|
@ -4,6 +4,7 @@
|
|||
[encoding: UTF-8]
|
||||
terminator
|
||||
data/terminator.desktop.in
|
||||
data/terminator.appdata.xml.in
|
||||
terminatorlib/borg.py
|
||||
terminatorlib/configobj/configobj.py
|
||||
terminatorlib/configobj/__init__.py
|
||||
|
|
75
po/af.po
75
po/af.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-07 11:06+0000\n"
|
||||
"Last-Translator: Deavmi <deavmi@gmail.com>\n"
|
||||
"Language-Team: Afrikaans <af@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Veelvuldige terminale in een venster"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Sluit?"
|
||||
|
@ -1015,10 +1080,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ar.po
75
po/ar.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:23+0000\n"
|
||||
"Last-Translator: sony al qamer <sonypro40@gmail.com>\n"
|
||||
"Language-Team: Arabic <ar@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "المتطرف"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "العديد من الطرفيات في نافذة واحدة"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "أمتأكد من رغبتك فى اﻹغلاق؟"
|
||||
|
@ -1017,10 +1082,6 @@ msgstr "هذه الإضافة ليس لها خيارات ضبط"
|
|||
msgid "Plugins"
|
||||
msgstr "الإضافات"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ast.po
75
po/ast.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:27+0000\n"
|
||||
"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
|
||||
"Language-Team: Asturian <ast@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Delles terminales nuna ventana"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "¿Zarrar?"
|
||||
|
@ -1016,10 +1081,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/az.po
75
po/az.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:28+0000\n"
|
||||
"Last-Translator: Nicat Məmmədov <n1c4t97@gmail.com>\n"
|
||||
"Language-Team: Azerbaijani <az@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Çoxsaylı terminallar bir pəncərədə"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Bağlanılsın?"
|
||||
|
@ -1014,10 +1079,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/be.po
75
po/be.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Belarusian <be@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Тэрмінатар"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Некалькі тэрміналаў у акне"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Зачыніць?"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/bg.po
75
po/bg.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:29+0000\n"
|
||||
"Last-Translator: Radoslav Petrov <rrpetrov@gmail.com>\n"
|
||||
"Language-Team: Bulgarian <bg@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Терминатор"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Множество терминали в един прозорец"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Затваряне?"
|
||||
|
@ -1025,10 +1090,6 @@ msgstr "Тази приставка няма опции за конфигури
|
|||
msgid "Plugins"
|
||||
msgstr "Приставки"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/bn.po
75
po/bn.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:29+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Bengali <bn@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "টার্মিনেটর"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "এক উইন্ডোতে একাধিক টার্মিনাল"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "বন্ধ করবেন?"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/bs.po
75
po/bs.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:28+0000\n"
|
||||
"Last-Translator: Ilija Ćulap <ilija.culap14@gmail.com>\n"
|
||||
"Language-Team: Bosnian <bs@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Više terminala u jednom prozoru"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Zatvoriti?"
|
||||
|
@ -1015,10 +1080,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ca.po
75
po/ca.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:29+0000\n"
|
||||
"Last-Translator: José Manuel Mejías Rodríguez <joseelbarbaro@gmail.com>\n"
|
||||
"Language-Team: Catalan <ca@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Diversos terminals en una finestra"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Tancar?"
|
||||
|
@ -1028,10 +1093,6 @@ msgstr "Aquest plugin no te opcions de configuració"
|
|||
msgid "Plugins"
|
||||
msgstr "Connectors"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:31+0000\n"
|
||||
"Last-Translator: Toni Hermoso Pulido <toniher@softcatala.cat>\n"
|
||||
"Language-Team: Catalan <ca@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Diversos terminals en una finestra"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Voleu tancar-la?"
|
||||
|
@ -1017,10 +1082,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ckb.po
75
po/ckb.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: daniel <d.danial42@yahoo.com>\n"
|
||||
"Language-Team: Kurdish (Sorani) <ckb@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "دابخرێتەوە؟"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/cs.po
75
po/cs.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:32+0000\n"
|
||||
"Last-Translator: Zdeněk Kopš <zdenekkops@gmail.com>\n"
|
||||
"Language-Team: Czech <cs@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Několik terminálů v jednom okně"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Zavřít?"
|
||||
|
@ -1021,10 +1086,6 @@ msgstr "Tento přídavný modul nemá žádné volby pro nastavení"
|
|||
msgid "Plugins"
|
||||
msgstr "Přídavné moduly"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/da.po
75
po/da.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:32+0000\n"
|
||||
"Last-Translator: Aputsiaĸ Niels Janussen <aj@isit.gl>\n"
|
||||
"Language-Team: Danish <da@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Flere terminaler i et vindue"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Luk?"
|
||||
|
@ -1013,10 +1078,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/de.po
75
po/de.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:32+0000\n"
|
||||
"Last-Translator: jojo4441 <jojo4441@freenet.de>\n"
|
||||
"Language-Team: German <de@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Mehrere Terminals in einem Fenster"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Schließen?"
|
||||
|
@ -1029,10 +1094,6 @@ msgstr "Dieses Zusatzmodul hat keine Konfigurationsoptionen"
|
|||
msgid "Plugins"
|
||||
msgstr "Zusatzmodule"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/el.po
75
po/el.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:32+0000\n"
|
||||
"Last-Translator: James Spentzos <Unknown>\n"
|
||||
"Language-Team: Greek <el@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Πολλαπλά τερματικά σε ένα παράθυρο"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Κλείσιμο;"
|
||||
|
@ -1021,10 +1086,6 @@ msgstr "Το πρόσθετο δεν έχει επιλογές παραμετρ
|
|||
msgid "Plugins"
|
||||
msgstr "Πρόσθετα"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/en_AU.po
75
po/en_AU.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:32+0000\n"
|
||||
"Last-Translator: Jackson Doak <noskcaj@ubuntu.com>\n"
|
||||
"Language-Team: English (Australia) <en_AU@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Multiple terminals in one window"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Close?"
|
||||
|
@ -1014,10 +1079,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/en_CA.po
75
po/en_CA.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:33+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: English (Canada) <en_CA@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Multiple terminals in one window"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Close?"
|
||||
|
@ -1014,10 +1079,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/en_GB.po
75
po/en_GB.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:22+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Multiple terminals in one window"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr "The robot future of terminals"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Close?"
|
||||
|
@ -1020,10 +1085,6 @@ msgstr "This plug-in has no configuration options"
|
|||
msgid "Plugins"
|
||||
msgstr "Plug-ins"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr "The robot future of terminals"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/eo.po
75
po/eo.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: Michael Moroni <michael.moroni@mailoo.org>\n"
|
||||
"Language-Team: Esperanto <eo@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminatoro"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Pluraj terminaloj en unu fenestro"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Ĉu fermi?"
|
||||
|
@ -1014,10 +1079,6 @@ msgstr "Ĉi tiu kromprogramo ne havas agordajn opciojn"
|
|||
msgid "Plugins"
|
||||
msgstr "Kromprogramoj"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/es.po
75
po/es.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:33+0000\n"
|
||||
"Last-Translator: Paco Molinero <paco@byasl.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Múltiples terminales en una ventana"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr "El futuro robot de terminales"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "¿Cerrar?"
|
||||
|
@ -1026,10 +1091,6 @@ msgstr "Este plugin no tiene opciones de configuración"
|
|||
msgid "Plugins"
|
||||
msgstr "Plugins"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr "El futuro robot de terminales"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/et.po
75
po/et.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:33+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Estonian <et@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Mitu terminaali ühes aknas"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Sulge?"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/eu.po
75
po/eu.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:33+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Basque <eu@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Hainbat terminal leiho bakarrean"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Itxi?"
|
||||
|
@ -1023,10 +1088,6 @@ msgstr "Plugin honek ez dauka konfigurazioko aukerarik"
|
|||
msgid "Plugins"
|
||||
msgstr "Pluginak"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/fa.po
75
po/fa.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:33+0000\n"
|
||||
"Last-Translator: Youhanna Parvizinejad <Parvizinejad@gmail.com>\n"
|
||||
"Language-Team: Persian <fa@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "ترمیناتور"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "پایانههای گوناگون در یک پنجره"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "بستن؟"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/fi.po
75
po/fi.po
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:34+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Finnish <fi@li.org>\n"
|
||||
|
@ -20,17 +20,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Useita päätteitä yhdessä ikkunassa"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Sulje?"
|
||||
|
@ -1018,10 +1083,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/fo.po
75
po/fo.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:36+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Faroese <fo@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Sløkkja?"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/fr.po
75
po/fr.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:36+0000\n"
|
||||
"Last-Translator: puppetmaster <driquezbenjamin@gmail.com>\n"
|
||||
"Language-Team: French <fr@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Permet d'avoir plusieurs terminaux en une seule fenêtre"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Fermer ?"
|
||||
|
@ -1028,10 +1093,6 @@ msgstr "Ce greffon n'a pas d'options de configuration"
|
|||
msgid "Plugins"
|
||||
msgstr "Greffons"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/fy.po
75
po/fy.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: Wander Nauta <Unknown>\n"
|
||||
"Language-Team: Frisian <fy@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Slûte?"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ga.po
75
po/ga.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: Seanan <Unknown>\n"
|
||||
"Language-Team: Irish <ga@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Dún?"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/gl.po
75
po/gl.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:37+0000\n"
|
||||
"Last-Translator: Fran Fondo <franfondo@gmail.com>\n"
|
||||
"Language-Team: Galician <gl@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminador"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Múltiples terminales nunha ventá"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "¿Pechar?"
|
||||
|
@ -1014,10 +1079,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/he.po
75
po/he.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:37+0000\n"
|
||||
"Last-Translator: levi <levi0x0x@gmail.com>\n"
|
||||
"Language-Team: Hebrew <he@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "מסופים מרובים בחלון אחד"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "לסגור?"
|
||||
|
@ -1011,10 +1076,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/hi.po
75
po/hi.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: Mousum Kumar <mkumarofficial01@gmail.com>\n"
|
||||
"Language-Team: Hindi <hi@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "टर्मिनेटर"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "एक विंडो में अनेक टर्मिनल"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "बंद करे़ ?"
|
||||
|
@ -1011,10 +1076,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/hr.po
75
po/hr.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:37+0000\n"
|
||||
"Last-Translator: gogo <trebelnik2@gmail.com>\n"
|
||||
"Language-Team: Croatian <hr@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Više terminala u jednom prozoru"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Zatvoriti?"
|
||||
|
@ -1015,10 +1080,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/hu.po
75
po/hu.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:37+0000\n"
|
||||
"Last-Translator: Lévai Tamás <levai.tamas@t-online.hu>\n"
|
||||
"Language-Team: Hungarian <hu@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Több terminál egy ablakban"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Bezárás?"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/hy.po
75
po/hy.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: iAbaS <sosabazyan@yandex.ru>\n"
|
||||
"Language-Team: Armenian <hy@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Մի քանի տերմինալ մեկ պատուհանում"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Փակե՞լ"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/id.po
75
po/id.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:38+0000\n"
|
||||
"Last-Translator: Erieck Saputra <erick.1383@gmail.com>\n"
|
||||
"Language-Team: Indonesian <id@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Banyak terminal dalam satu window"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Tutup?"
|
||||
|
@ -1022,10 +1087,6 @@ msgstr "Plugin ini tidak memiliki pilihan konfigurasi"
|
|||
msgid "Plugins"
|
||||
msgstr "Plugins"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/is.po
75
po/is.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:34+0000\n"
|
||||
"Last-Translator: Sigurpáll Sigurðsson <Icekhaos@hotmail.com>\n"
|
||||
"Language-Team: Icelandic <is@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Margar útstöðvar í einum glugga"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Loka?"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/it.po
75
po/it.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:28+0000\n"
|
||||
"Last-Translator: Claudio Arseni <claudio.arseni@gmail.com>\n"
|
||||
"Language-Team: Romanian <ro@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Molteplici terminali un una sola finestra"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Chiudere?"
|
||||
|
@ -1022,10 +1087,6 @@ msgstr "Questo plugin non ha opzioni di configurazione"
|
|||
msgid "Plugins"
|
||||
msgstr "Plugin"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ja.po
75
po/ja.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-16 04:10+0000\n"
|
||||
"Last-Translator: ub <xenolith0bytetestcomgreen@gmail.com>\n"
|
||||
"Language-Team: Japanese <ja@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "複数の端末を一つのウインドウに"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "閉じますか?"
|
||||
|
@ -1018,10 +1083,6 @@ msgstr "このプラグインにオプション設定はありません"
|
|||
msgid "Plugins"
|
||||
msgstr "プラグイン"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/jv.po
75
po/jv.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:33+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Javanese <jv@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Akeh terminal ning sak jendelo"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Tutup?"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ka.po
75
po/ka.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:38+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Georgian <ka@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "მრავალი ტერმინალები ერთ ფანჯარაში"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "ახლო?"
|
||||
|
@ -1014,10 +1079,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/kk.po
75
po/kk.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:38+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Kazakh <kk@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Терминатор"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Бір терезе ішінде көптік терминалдар"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Жабайын ба?"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ko.po
75
po/ko.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:40+0000\n"
|
||||
"Last-Translator: Seunghyo Chun <seunghyo.chun@gmail.com>\n"
|
||||
"Language-Team: Korean <ko@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "터미네이터"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "창 하나에 터미널 여러 개 쓰기"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "닫기 확인"
|
||||
|
@ -1019,10 +1084,6 @@ msgstr "이 플러그인은 옵션 설정이 없음"
|
|||
msgid "Plugins"
|
||||
msgstr "플러그인"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/la.po
75
po/la.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: Mikael Hiort af Ornäs <lakritslemmel@hotmail.com>\n"
|
||||
"Language-Team: Latin <la@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr ""
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/lt.po
75
po/lt.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:39+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Lithuanian <lt@li.org>\n"
|
||||
|
@ -19,17 +19,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Keli terminalai viename lange"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Užverti?"
|
||||
|
@ -1015,10 +1080,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/lv.po
75
po/lv.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:40+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Latvian <lv@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Daudzi termināļi vienā logā"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Aizvērt?"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/mk.po
75
po/mk.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:41+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Macedonian <mk@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Терминатор"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Повеќе терминали во еден прозорец"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Затворање?"
|
||||
|
@ -1014,10 +1079,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ml.po
75
po/ml.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: Ruthwik <Unknown>\n"
|
||||
"Language-Team: Malayalam <ml@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "ടെര്മിനേറ്റര്"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "ഒരു ജാലകത്തില് ഒന്നിലധികം ടെര്മിനലുകള്"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "ക്ലോസ്?"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/mr.po
75
po/mr.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: उदयराज (Udayraj) <Unknown>\n"
|
||||
"Language-Team: Marathi <mr@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "बंद करायचे?"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ms.po
75
po/ms.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:37+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Malay <ms@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Kesemua terminal dalam satu tetingkap"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Tutup?"
|
||||
|
@ -1021,10 +1086,6 @@ msgstr "Pemalam ini tidak mempunyai pilihan konfigurasi"
|
|||
msgid "Plugins"
|
||||
msgstr "Pemalam"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/nb.po
75
po/nb.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:41+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Norwegian Bokmal <nb@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Flere terminaler i ett vindu"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Lukke?"
|
||||
|
@ -1023,10 +1088,6 @@ msgstr "Dette programtillegget har ingen tilgjengelige brukervalg"
|
|||
msgid "Plugins"
|
||||
msgstr "Programtillegg"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/nl.po
75
po/nl.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:41+0000\n"
|
||||
"Last-Translator: Pieter de Bruijn <ubuntulaunchpad@pieterdebruijn.nl>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Meerdere terminals in één venster"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Sluiten?"
|
||||
|
@ -1014,10 +1079,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/nn.po
75
po/nn.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: Karl Eivind Dahl <Unknown>\n"
|
||||
"Language-Team: Norwegian Nynorsk <nn@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Lukk?"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/oc.po
75
po/oc.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:35+0000\n"
|
||||
"Last-Translator: Cédric VALMARY (Tot en òc) <cvalmary@yahoo.fr>\n"
|
||||
"Language-Team: Occitan (post 1500) <oc@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Permet d'aver mantun terminal dins una sola fenèstra"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Tampar ?"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/pl.po
75
po/pl.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:41+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Polish <pl@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Wiele terminali w jednym oknie"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Zamknąć?"
|
||||
|
@ -1022,10 +1087,6 @@ msgstr "Ta wtyczka nie ma żadnych opcji konfiguracyjnych"
|
|||
msgid "Plugins"
|
||||
msgstr "Wtyczki"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/pt.po
75
po/pt.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:41+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Portuguese <pt@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Terminais múltiplos numa janela"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Fechar?"
|
||||
|
@ -1020,10 +1085,6 @@ msgstr "Este plug-in não tem opções de configuração"
|
|||
msgid "Plugins"
|
||||
msgstr "Plugins"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/pt_BR.po
75
po/pt_BR.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:40+0000\n"
|
||||
"Last-Translator: Fábio Nogueira <deb-user-ba@ubuntu.com>\n"
|
||||
"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Múltiplos terminais em uma janela"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Fechar?"
|
||||
|
@ -1021,10 +1086,6 @@ msgstr "Esse plug-in não tem opções de configuração"
|
|||
msgid "Plugins"
|
||||
msgstr "Plug-ins"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ro.po
75
po/ro.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:41+0000\n"
|
||||
"Last-Translator: svens <snevnez@yahoo.co.uk>\n"
|
||||
"Language-Team: Romanian <ro@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Terminale multiple într-o singură fereastră"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Închideți?"
|
||||
|
@ -1015,10 +1080,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ru.po
75
po/ru.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:41+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Russian <ru@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Несколько терминалов в одном окне"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Закрыть?"
|
||||
|
@ -1021,10 +1086,6 @@ msgstr "Этот плагин не имеет параметров конфиг
|
|||
msgid "Plugins"
|
||||
msgstr "Плагины"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ru_RU.po
75
po/ru_RU.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: Alex Goretoy <Unknown>\n"
|
||||
"Language-Team: Russian (Russian Federation) <ru_RU@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Терминатор"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr ""
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/si.po
75
po/si.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: Janith Sampath Bandara <janith3000@gmail.com>\n"
|
||||
"Language-Team: Sinhalese <si@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "ටර්මිනේටර්"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "එක් වින්ඩෝවක ටර්මිනල් රාශියක්"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "වැසීම?"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/sk.po
75
po/sk.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:35+0000\n"
|
||||
"Last-Translator: Zdeněk Kopš <zdenekkops@gmail.com>\n"
|
||||
"Language-Team: Slovak <sk@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminátor"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Viaceré terminály v jednom okne"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Zatvoriť?"
|
||||
|
@ -1022,10 +1087,6 @@ msgstr "Tento plugin nemá žiadne možnosti konfigurácie"
|
|||
msgid "Plugins"
|
||||
msgstr "Doplnky"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/sl.po
75
po/sl.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:41+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Slovenian <sl@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Več terminalov v enem oknu"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Zaprem?"
|
||||
|
@ -1014,10 +1079,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/sq.po
75
po/sq.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: Vilson Gjeci <vilsongjeci@gmail.com>\n"
|
||||
"Language-Team: Albanian <sq@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:54+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Shumë terminale në një dritare"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Mbylle"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/sr.po
75
po/sr.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:41+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Serbian <sr@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Терминатор"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Више терминала у једном прозору"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Да изађем?"
|
||||
|
@ -1015,10 +1080,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/su.po
75
po/su.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: Rizal Muttaqin <sundaralinux@gmail.com>\n"
|
||||
"Language-Team: Sundanese <su@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Loba terminal dina hiji jandela"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Tutup?"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/sv.po
75
po/sv.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:42+0000\n"
|
||||
"Last-Translator: Mikael Hiort af Ornäs <lakritslemmel@hotmail.com>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Flera terminaler i ett fönster"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Stäng?"
|
||||
|
@ -1023,10 +1088,6 @@ msgstr "Denna insticksmodul har inga konfigureringsalternativ"
|
|||
msgid "Plugins"
|
||||
msgstr "Insticksmoduler"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ta.po
75
po/ta.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:38+0000\n"
|
||||
"Last-Translator: svishnunithyasoundhar <svishnunithyasoundhar@gmail.com>\n"
|
||||
"Language-Team: Tamil <ta@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "முனையம்"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "ஒரு சாளரத்தில் பல முனையங்கள்"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "மூடு ?"
|
||||
|
@ -1014,10 +1079,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/te.po
75
po/te.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:42+0000\n"
|
||||
"Last-Translator: Praveen Illa <mail2ipn@gmail.com>\n"
|
||||
"Language-Team: Telugu <te@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "టెర్మినేటర్"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "ఒకే విండోలో బహుళ టెర్మినల్స్"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "మూసివేయాలా?"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -17,17 +17,82 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr ""
|
||||
|
@ -1009,10 +1074,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/th.po
75
po/th.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:42+0000\n"
|
||||
"Last-Translator: Pummarin Jomkoa <dora-earth@hotmail.com>\n"
|
||||
"Language-Team: Thai <th@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "หลายเทอร์มินัลในหน้าต่างเดียว"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "ปิด?"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/tr.po
75
po/tr.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:42+0000\n"
|
||||
"Last-Translator: Anony <adam_adam@hmamail.com>\n"
|
||||
"Language-Team: Turkish <tr@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Uçbirim"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Tek pencerede birden çok uçbirim"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Kapat?"
|
||||
|
@ -1016,10 +1081,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr "Eklentiler"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/tyv.po
75
po/tyv.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: boracasli <Unknown>\n"
|
||||
"Language-Team: Tuvinian <tyv@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Хаап каар?"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/uk.po
75
po/uk.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:42+0000\n"
|
||||
"Last-Translator: Roman Koshkin <mar2008m@rambler.ru>\n"
|
||||
"Language-Team: Ukrainian <uk@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Кілька терміналів в одному вікні"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Закрити?"
|
||||
|
@ -1022,10 +1087,6 @@ msgstr "Цей плагін не має параметрів конфігура
|
|||
msgid "Plugins"
|
||||
msgstr "Плагіни"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/ur.po
75
po/ur.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: boracasli <Unknown>\n"
|
||||
"Language-Team: Urdu <ur@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "ایک دریچے میں ایک سے زیادہ ٹرمنل"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr ""
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/vi.po
75
po/vi.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: ppanhh <ppanhh@gmail.com>\n"
|
||||
"Language-Team: Vietnamese <vi@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "Mở nhiều terminal trong cùng cửa sổ"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "Đóng?"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/zh_CN.po
75
po/zh_CN.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:36+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Simplified Chinese <zh_CN@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "一个窗口里多个终端"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "确定关闭?"
|
||||
|
@ -1012,10 +1077,6 @@ msgstr "此插件没有配置项"
|
|||
msgid "Plugins"
|
||||
msgstr "插件"
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/zh_HK.po
75
po/zh_HK.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 19:30+0000\n"
|
||||
"Last-Translator: Aay Jay Chan <aayjaychan@yahoo.com.hk>\n"
|
||||
"Language-Team: Chinese (Hong Kong) <zh_HK@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "關閉?"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
75
po/zh_TW.po
75
po/zh_TW.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: terminator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-01 22:49+0200\n"
|
||||
"POT-Creation-Date: 2015-09-01 23:15+0200\n"
|
||||
"PO-Revision-Date: 2015-08-05 12:42+0000\n"
|
||||
"Last-Translator: Stephen Boddy <Unknown>\n"
|
||||
"Language-Team: Traditional Chinese <zh_TW@li.org>\n"
|
||||
|
@ -18,17 +18,82 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2015-08-28 05:55+0000\n"
|
||||
"X-Generator: Launchpad (build 17690)\n"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:1
|
||||
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
|
||||
#: ../terminatorlib/plugins/activitywatch.py:82
|
||||
#: ../terminatorlib/plugins/activitywatch.py:161
|
||||
#: ../terminatorlib/preferences.glade.h:143
|
||||
msgid "Terminator"
|
||||
msgstr "Terminator"
|
||||
|
||||
#: ../data/terminator.desktop.in.h:2
|
||||
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
|
||||
msgid "Multiple terminals in one window"
|
||||
msgstr "一視窗內含多個終端機"
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:3
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:4
|
||||
msgid ""
|
||||
"A power-user tool for arranging terminals. It is inspired by programs such "
|
||||
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
|
||||
"terminals in grids (tabs is the most common default method, which Terminator "
|
||||
"also supports)."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:5
|
||||
msgid ""
|
||||
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
|
||||
"adding more features from that as time goes by, but we also want to extend "
|
||||
"out in different directions with useful features for sysadmins and other "
|
||||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:6
|
||||
msgid "Some highlights:"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:7
|
||||
msgid "Arrange terminals in a grid"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:8
|
||||
msgid "Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:9
|
||||
msgid "Drag and drop re-ordering of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:10
|
||||
msgid "Lots of keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:11
|
||||
msgid "Save multiple layouts and profiles via GUI preferences editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:12
|
||||
msgid "Simultaneous typing to arbitrary groups of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:13
|
||||
msgid "And lots more..."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:14
|
||||
msgid "The main window showing the application in action"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:15
|
||||
msgid "Getting a little crazy with the terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/terminator.appdata.xml.in.h:16
|
||||
msgid "The preferences window where you can change the defaults"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/container.py:163
|
||||
msgid "Close?"
|
||||
msgstr "關閉?"
|
||||
|
@ -1010,10 +1075,6 @@ msgstr ""
|
|||
msgid "Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:144
|
||||
msgid "The robot future of terminals"
|
||||
msgstr ""
|
||||
|
||||
#: ../terminatorlib/preferences.glade.h:145
|
||||
msgid ""
|
||||
"The goal of this project is to produce a useful tool for arranging "
|
||||
|
|
1
setup.py
1
setup.py
|
@ -219,6 +219,7 @@ setup(name=APP_NAME.capitalize(),
|
|||
license='GNU GPL v2',
|
||||
scripts=['terminator', 'remotinator'],
|
||||
data_files=[
|
||||
('share/appdata', ['data/terminator.appdata.xml']),
|
||||
('share/applications', ['data/terminator.desktop']),
|
||||
(os.path.join(man_dir, 'man1'), ['doc/terminator.1']),
|
||||
(os.path.join(man_dir, 'man5'), ['doc/terminator_config.5']),
|
||||
|
|
Loading…
Reference in New Issue