Codebase list sugar-terminal-activity / upstream/44
Imported Upstream version 44 Jonas Smedegaard 8 years ago
97 changed file(s) with 1640 addition(s) and 1236 deletion(s). Raw diff Collapse all Expand all
00 Eduardo Silva <edsiper@gmail.com>
11 Sayamindu Dasgupta <sayamindu@laptop.org>
2 rafael ortiz <rafael@activitycentral.com>
00 [Activity]
11 name = Terminal
2 activity_version = 41
2 activity_version = 44
33 bundle_id = org.laptop.Terminal
44 exec = sugar-activity terminal.TerminalActivity
55 icon = activity-terminal
66 mime_types =
77 license = GPLv2+
88 summary = Here you have complete control over your computer. You are in charge!!
9 repository = https://github.com/godiard/terminal-activity.git
0 #!/usr/bin/env python
1 # -*- coding: utf-8 -*-
2 # Copyright (C) 2012, Gonzalo Odiard <godiard@gmail.com>
3
0 # Main author:
1 # Copyright (C) 2012, Gonzalo Odiard <godiard@laptop.org>
2 # Minor changes and maintaining tasks:
3 # Copyright (C) 2012, Agustin Zubiaga <aguz@sugarlabs.org>
4 # Copyright (C) 2012, Daniel Francis <francis@sugarlabs.org>
5 # Copyright (C) 2012, Manuel Kaufmann <humitos@gmail.com>
6 #
47 # This program is free software; you can redistribute it and/or modify
58 # it under the terms of the GNU General Public License as published by
69 # the Free Software Foundation; either version 3 of the License, or
3336 def __init__(self, **kwargs):
3437 GObject.GObject.__init__(self)
3538
36 help_button = ToolButton('help-icon')
39 help_button = ToolButton('toolbar-help')
3740 help_button.set_tooltip(_('Help'))
3841 self.add(help_button)
3942
4144
4245 sw = Gtk.ScrolledWindow()
4346 sw.set_size_request(int(Gdk.Screen.width() / 2.8),
44 Gdk.Screen.height() - style.GRID_CELL_SIZE * 3)
47 Gdk.Screen.height() - style.GRID_CELL_SIZE * 3)
4548 sw.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC)
4649
4750 self._max_text_width = int(Gdk.Screen.width() / 3) - 600
4851 self._vbox = Gtk.Box()
4952 self._vbox.set_orientation(Gtk.Orientation.VERTICAL)
5053 self._vbox.set_homogeneous(False)
54 self._vbox.set_border_width(10)
5155
5256 hbox = Gtk.Box()
5357 hbox.pack_start(self._vbox, False, True, 0)
0 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1 <!-- Created with Inkscape (http://www.inkscape.org/) -->
2
3 <svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11 width="32px"
12 height="32px"
13 id="svg2985"
14 version="1.1"
15 inkscape:version="0.48.3.1 r9886"
16 sodipodi:docname="dark-theme.svg">
17 <defs
18 id="defs2987" />
19 <sodipodi:namedview
20 id="base"
21 pagecolor="#ffffff"
22 bordercolor="#666666"
23 borderopacity="1.0"
24 inkscape:pageopacity="0.0"
25 inkscape:pageshadow="2"
26 inkscape:zoom="12.219689"
27 inkscape:cx="12.682313"
28 inkscape:cy="14.416406"
29 inkscape:current-layer="layer1"
30 showgrid="true"
31 inkscape:grid-bbox="true"
32 inkscape:document-units="px"
33 inkscape:snap-global="false"
34 objecttolerance="10000"
35 guidetolerance="10000"
36 showguides="false"
37 inkscape:window-width="1360"
38 inkscape:window-height="712"
39 inkscape:window-x="0"
40 inkscape:window-y="27"
41 inkscape:window-maximized="1">
42 <sodipodi:guide
43 position="0,0"
44 orientation="0,32"
45 id="guide3767" />
46 <sodipodi:guide
47 position="32,0"
48 orientation="-32,0"
49 id="guide3769" />
50 <sodipodi:guide
51 position="32,32"
52 orientation="0,-32"
53 id="guide3771" />
54 <sodipodi:guide
55 position="0,32"
56 orientation="32,0"
57 id="guide3773" />
58 <inkscape:grid
59 type="xygrid"
60 id="grid3775"
61 empspacing="5"
62 visible="true"
63 enabled="true"
64 snapvisiblegridlinesonly="true" />
65 <sodipodi:guide
66 position="0,0"
67 orientation="0,32"
68 id="guide3777" />
69 <sodipodi:guide
70 position="32,0"
71 orientation="-32,0"
72 id="guide3779" />
73 <sodipodi:guide
74 position="32,32"
75 orientation="0,-32"
76 id="guide3781" />
77 <sodipodi:guide
78 position="0,32"
79 orientation="32,0"
80 id="guide3783" />
81 <sodipodi:guide
82 position="0,0"
83 orientation="0,32"
84 id="guide3785" />
85 <sodipodi:guide
86 position="32,0"
87 orientation="-32,0"
88 id="guide3787" />
89 <sodipodi:guide
90 position="32,32"
91 orientation="0,-32"
92 id="guide3789" />
93 <sodipodi:guide
94 position="0,32"
95 orientation="32,0"
96 id="guide3791" />
97 </sodipodi:namedview>
98 <metadata
99 id="metadata2990">
100 <rdf:RDF>
101 <cc:Work
102 rdf:about="">
103 <dc:format>image/svg+xml</dc:format>
104 <dc:type
105 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
106 <dc:title></dc:title>
107 </cc:Work>
108 </rdf:RDF>
109 </metadata>
110 <g
111 id="layer1"
112 inkscape:label="Layer 1"
113 inkscape:groupmode="layer">
114 <rect
115 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
116 id="rect2993"
117 width="31.022896"
118 height="31.194761"
119 x="0.66299194"
120 y="0.60228604"
121 ry="2.9258621" />
122 <text
123 xml:space="preserve"
124 style="font-size:11.23703003px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans"
125 x="5.8393445"
126 y="26.455677"
127 id="text3763"
128 sodipodi:linespacing="125%"><tspan
129 sodipodi:role="line"
130 id="tspan3765"
131 x="5.8393445"
132 y="26.455677"
133 style="font-size:30.90183258px;fill:#ffffff;fill-opacity:1">A</tspan></text>
134 </g>
135 </svg>
+0
-14
icons/help-icon.svg less more
0 <?xml version="1.0" encoding="UTF-8"?>
1 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="55px" height="55px">
2 <path
3 style="fill:none;stroke:#ffffff;stroke-width:3;stroke-linejoin:round"
4 d="M 48,28 A 20,20 0 1 1 8,28 A 20,20 0 1 1 48,28 z"/>
5 <path
6 style="fill:none;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round"
7 d="M 22,20 C 22,20 25,17 29,17 C 33,17 36,19 36,23 C 36,27 31,29 28,29 L 28,32" />
8 <path
9 style="fill:#ffffff"
10 d="M 25,40
11 a 3,3 0 1 1 6,0
12 a 3,3 0 1 1 -6,0 z" />
13 </svg>
0 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1 <!-- Created with Inkscape (http://www.inkscape.org/) -->
2
3 <svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11 width="32px"
12 height="32px"
13 id="svg2985"
14 version="1.1"
15 inkscape:version="0.48.3.1 r9886"
16 sodipodi:docname="dark-theme.svg">
17 <defs
18 id="defs2987" />
19 <sodipodi:namedview
20 id="base"
21 pagecolor="#ffffff"
22 bordercolor="#666666"
23 borderopacity="1.0"
24 inkscape:pageopacity="0.0"
25 inkscape:pageshadow="2"
26 inkscape:zoom="12.219689"
27 inkscape:cx="12.682313"
28 inkscape:cy="14.416406"
29 inkscape:current-layer="layer1"
30 showgrid="true"
31 inkscape:grid-bbox="true"
32 inkscape:document-units="px"
33 inkscape:snap-global="false"
34 objecttolerance="10000"
35 guidetolerance="10000"
36 showguides="false"
37 inkscape:window-width="1360"
38 inkscape:window-height="712"
39 inkscape:window-x="0"
40 inkscape:window-y="27"
41 inkscape:window-maximized="1">
42 <sodipodi:guide
43 position="0,0"
44 orientation="0,32"
45 id="guide3767" />
46 <sodipodi:guide
47 position="32,0"
48 orientation="-32,0"
49 id="guide3769" />
50 <sodipodi:guide
51 position="32,32"
52 orientation="0,-32"
53 id="guide3771" />
54 <sodipodi:guide
55 position="0,32"
56 orientation="32,0"
57 id="guide3773" />
58 <inkscape:grid
59 type="xygrid"
60 id="grid3775"
61 empspacing="5"
62 visible="true"
63 enabled="true"
64 snapvisiblegridlinesonly="true" />
65 <sodipodi:guide
66 position="0,0"
67 orientation="0,32"
68 id="guide3777" />
69 <sodipodi:guide
70 position="32,0"
71 orientation="-32,0"
72 id="guide3779" />
73 <sodipodi:guide
74 position="32,32"
75 orientation="0,-32"
76 id="guide3781" />
77 <sodipodi:guide
78 position="0,32"
79 orientation="32,0"
80 id="guide3783" />
81 <sodipodi:guide
82 position="0,0"
83 orientation="0,32"
84 id="guide3785" />
85 <sodipodi:guide
86 position="32,0"
87 orientation="-32,0"
88 id="guide3787" />
89 <sodipodi:guide
90 position="32,32"
91 orientation="0,-32"
92 id="guide3789" />
93 <sodipodi:guide
94 position="0,32"
95 orientation="32,0"
96 id="guide3791" />
97 </sodipodi:namedview>
98 <metadata
99 id="metadata2990">
100 <rdf:RDF>
101 <cc:Work
102 rdf:about="">
103 <dc:format>image/svg+xml</dc:format>
104 <dc:type
105 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
106 <dc:title></dc:title>
107 </cc:Work>
108 </rdf:RDF>
109 </metadata>
110 <g
111 id="layer1"
112 inkscape:label="Layer 1"
113 inkscape:groupmode="layer">
114 <rect
115 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
116 id="rect2993"
117 width="31.022896"
118 height="31.194761"
119 x="0.66299194"
120 y="0.60228604"
121 ry="2.9258621" />
122 <text
123 xml:space="preserve"
124 style="font-size:11.23703002999999967px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
125 x="5.8393445"
126 y="26.455677"
127 id="text3763"
128 sodipodi:linespacing="125%"><tspan
129 sodipodi:role="line"
130 id="tspan3765"
131 x="5.8393445"
132 y="26.455677"
133 style="font-size:30.90183258000000066px;fill:#000000;fill-opacity:1">A</tspan></text>
134 </g>
135 </svg>
77 msgstr ""
88 "Project-Id-Version: PACKAGE VERSION\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
10 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1111 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
1514 "MIME-Version: 1.0\n"
1615 "Content-Type: text/plain; charset=CHARSET\n"
1716 "Content-Transfer-Encoding: 8bit\n"
2019 msgid "Terminal"
2120 msgstr ""
2221
23 #: terminal.py:94
24 msgid "Become root"
25 msgstr ""
26
27 #: terminal.py:169
22 #: terminal.py:166
2823 msgid "Zoom out"
2924 msgstr ""
3025
31 #: terminal.py:176
26 #: terminal.py:173
3227 msgid "Zoom in"
3328 msgstr ""
3429
35 #: terminal.py:183
30 #: terminal.py:180
3631 msgid "Fullscreen"
3732 msgstr ""
3833
39 #: terminal.py:209
34 #: terminal.py:206
4035 msgid "Open New Tab"
4136 msgstr ""
4237
43 #: terminal.py:216
38 #: terminal.py:213
4439 msgid "Close Tab"
4540 msgstr ""
4641
47 #: terminal.py:224
42 #: terminal.py:221
4843 msgid "Previous Tab"
4944 msgstr ""
5045
51 #: terminal.py:232
46 #: terminal.py:229
5247 msgid "Next Tab"
5348 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2008-06-20 18:07-0400\n"
1818 "Last-Translator: Morgan Collett <morgan.collett@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2727 msgid "Terminal"
2828 msgstr "Terminaal"
2929
30 #: terminal.py:94
31 msgid "Become root"
32 msgstr "Word root"
33
34 #: terminal.py:169
30 #: terminal.py:166
3531 msgid "Zoom out"
3632 msgstr ""
3733
38 #: terminal.py:176
34 #: terminal.py:173
3935 msgid "Zoom in"
4036 msgstr ""
4137
42 #: terminal.py:183
38 #: terminal.py:180
4339 msgid "Fullscreen"
4440 msgstr ""
4541
46 #: terminal.py:209
42 #: terminal.py:206
4743 msgid "Open New Tab"
4844 msgstr ""
4945
50 #: terminal.py:216
46 #: terminal.py:213
5147 msgid "Close Tab"
5248 msgstr ""
5349
54 #: terminal.py:224
50 #: terminal.py:221
5551 msgid "Previous Tab"
5652 msgstr ""
5753
58 #: terminal.py:232
54 #: terminal.py:229
5955 msgid "Next Tab"
6056 msgstr ""
57
58 #~ msgid "Become root"
59 #~ msgstr "Word root"
6160
6261 #~ msgid "Terminal Activity"
6362 #~ msgstr "Terminaal Aktiwiteit"
2525 msgstr ""
2626 "Project-Id-Version: PACKAGE VERSION\n"
2727 "Report-Msgid-Bugs-To: \n"
28 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
28 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
2929 "PO-Revision-Date: 2011-04-13 02:36+0200\n"
3030 "Last-Translator: Chris <cjl@laptop.org>\n"
3131 "Language-Team: LANGUAGE <LL@li.org>\n"
4040 msgid "Terminal"
4141 msgstr ""
4242
43 #: terminal.py:94
44 msgid "Become root"
45 msgstr ""
46
47 #: terminal.py:169
43 #: terminal.py:166
4844 msgid "Zoom out"
4945 msgstr ""
5046
51 #: terminal.py:176
47 #: terminal.py:173
5248 msgid "Zoom in"
5349 msgstr ""
5450
55 #: terminal.py:183
51 #: terminal.py:180
5652 msgid "Fullscreen"
5753 msgstr "ሙሉ እስክሪን"
5854
59 #: terminal.py:209
55 #: terminal.py:206
6056 msgid "Open New Tab"
6157 msgstr ""
6258
63 #: terminal.py:216
59 #: terminal.py:213
6460 msgid "Close Tab"
6561 msgstr ""
6662
67 #: terminal.py:224
63 #: terminal.py:221
6864 msgid "Previous Tab"
6965 msgstr ""
7066
71 #: terminal.py:232
67 #: terminal.py:229
7268 msgid "Next Tab"
7369 msgstr ""
88 msgstr ""
99 "Project-Id-Version: PACKAGE VERSION\n"
1010 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
11 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1212 "PO-Revision-Date: 2011-08-24 08:29+0200\n"
1313 "Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
1414 "Language-Team: Arabic <doc@arabeyes.org>\n"
2424 msgid "Terminal"
2525 msgstr "الطرفية"
2626
27 #: terminal.py:94
28 msgid "Become root"
29 msgstr "تحوّل إلى الجذر"
30
31 #: terminal.py:169
27 #: terminal.py:166
3228 msgid "Zoom out"
3329 msgstr "بعّد"
3430
35 #: terminal.py:176
31 #: terminal.py:173
3632 msgid "Zoom in"
3733 msgstr "قرّب"
3834
39 #: terminal.py:183
35 #: terminal.py:180
4036 msgid "Fullscreen"
4137 msgstr "ملء الشاشة"
4238
43 #: terminal.py:209
39 #: terminal.py:206
4440 msgid "Open New Tab"
4541 msgstr "افتح لسانا جديدا"
4642
47 #: terminal.py:216
43 #: terminal.py:213
4844 msgid "Close Tab"
4945 msgstr "أغلق اللسان"
5046
51 #: terminal.py:224
47 #: terminal.py:221
5248 msgid "Previous Tab"
5349 msgstr "اللسان السابق"
5450
55 #: terminal.py:232
51 #: terminal.py:229
5652 msgid "Next Tab"
5753 msgstr "اللسان التالي"
54
55 #~ msgid "Become root"
56 #~ msgstr "تحوّل إلى الجذر"
5857
5958 #~ msgid "Terminal Activity"
6059 #~ msgstr "نشاط الطرفية"
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: PACKAGE VERSION\n"
7 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
9 "PO-Revision-Date: 2012-09-04 13:18+0200\n"
10 "Last-Translator: EdgarQuispeChambi <quispedgar@yahoo.es>\n"
11 "Language-Team: LANGUAGE <LL@li.org>\n"
12 "Language: aym\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 "X-Generator: Pootle 2.0.5\n"
18
19 #: activity/activity.info:2
20 msgid "Terminal"
21 msgstr "Mayachaña"
22
23 # "Reducir"
24 #: terminal.py:166
25 msgid "Zoom out"
26 msgstr "Jisk'aptayaña"
27
28 # "Ampliar"
29 #: terminal.py:173
30 msgid "Zoom in"
31 msgstr "Jach'aptayaña"
32
33 # "Pantalla completa"
34 #: terminal.py:180
35 msgid "Fullscreen"
36 msgstr "Maypacha uñtawi"
37
38 #: terminal.py:206
39 msgid "Open New Tab"
40 msgstr "Jaqha wakichata chimpuru mantaña"
41
42 #: terminal.py:213
43 msgid "Close Tab"
44 msgstr "Wakichata chimputa mistuña"
45
46 #: terminal.py:221
47 msgid "Previous Tab"
48 msgstr "Nayrïri wakichata chimpu"
49
50 #: terminal.py:229
51 msgid "Next Tab"
52 msgstr "Qhipïri wakichata chimpu"
55 msgstr ""
66 "Project-Id-Version: PACKAGE VERSION\n"
77 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
9 "PO-Revision-Date: 2011-11-26 01:41+0200\n"
10 "Last-Translator: Chris <cjl@laptop.org>\n"
8 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
9 "PO-Revision-Date: 2012-09-04 13:18+0200\n"
10 "Last-Translator: EdgarQuispeChambi <quispedgar@yahoo.es>\n"
1111 "Language-Team: LANGUAGE <LL@li.org>\n"
12 "Language: \n"
12 "Language: aym\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
1818
1919 #: activity/activity.info:2
2020 msgid "Terminal"
21 msgstr ""
22
23 #: terminal.py:94
24 msgid "Become root"
25 msgstr ""
21 msgstr "Mayachaña"
2622
2723 # "Reducir"
28 #: terminal.py:169
24 #: terminal.py:166
2925 msgid "Zoom out"
3026 msgstr "Jisk'aptayaña"
3127
3228 # "Ampliar"
33 #: terminal.py:176
29 #: terminal.py:173
3430 msgid "Zoom in"
3531 msgstr "Jach'aptayaña"
3632
3733 # "Pantalla completa"
38 #: terminal.py:183
34 #: terminal.py:180
3935 msgid "Fullscreen"
4036 msgstr "Maypacha uñtawi"
4137
42 #: terminal.py:209
38 #: terminal.py:206
4339 msgid "Open New Tab"
44 msgstr ""
40 msgstr "Jaqha wakichata chimpuru mantaña"
4541
46 #: terminal.py:216
42 #: terminal.py:213
4743 msgid "Close Tab"
48 msgstr ""
44 msgstr "Wakichata chimputa mistuña"
4945
50 #: terminal.py:224
46 #: terminal.py:221
5147 msgid "Previous Tab"
52 msgstr ""
48 msgstr "Nayrïri wakichata chimpu"
5349
54 #: terminal.py:232
50 #: terminal.py:229
5551 msgid "Next Tab"
56 msgstr ""
52 msgstr "Qhipïri wakichata chimpu"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2008-10-21 05:12-0400\n"
1818 "Last-Translator: Geno Roupsky <groupsky@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2727 msgid "Terminal"
2828 msgstr "Терминал"
2929
30 #: terminal.py:94
31 msgid "Become root"
32 msgstr ""
33
34 #: terminal.py:169
30 #: terminal.py:166
3531 msgid "Zoom out"
3632 msgstr ""
3733
38 #: terminal.py:176
34 #: terminal.py:173
3935 msgid "Zoom in"
4036 msgstr ""
4137
42 #: terminal.py:183
38 #: terminal.py:180
4339 msgid "Fullscreen"
4440 msgstr ""
4541
46 #: terminal.py:209
42 #: terminal.py:206
4743 msgid "Open New Tab"
4844 msgstr ""
4945
50 #: terminal.py:216
46 #: terminal.py:213
5147 msgid "Close Tab"
5248 msgstr ""
5349
54 #: terminal.py:224
50 #: terminal.py:221
5551 msgid "Previous Tab"
5652 msgstr ""
5753
58 #: terminal.py:232
54 #: terminal.py:229
5955 msgid "Next Tab"
6056 msgstr ""
6157
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2009-08-28 20:40-0000\n"
1818 "Last-Translator: Nasir Khan Saikat <nasir8891@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "টার্মিনাল"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "root এ পরিনত হও"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "সম্পুর্ন স্ক্রিনজুড়ে"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "নতুন ট্যাব এ খোলো"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "ট্যাব বন্ধ করো"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "পূর্ববর্তী ট্যাব"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "পরবর্তী ট্যাব"
58
59 #~ msgid "Become root"
60 #~ msgstr "root এ পরিনত হও"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "টার্মিনাল কার্যক্রম"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2008-07-04 05:10-0400\n"
1818 "Last-Translator: Sankarshan Mukhopadhyay <sankarshan.mukhopadhyay@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2727 msgid "Terminal"
2828 msgstr "টার্মিনাল"
2929
30 #: terminal.py:94
31 msgid "Become root"
32 msgstr "root হিসাবে কাজ করুন"
33
34 #: terminal.py:169
30 #: terminal.py:166
3531 msgid "Zoom out"
3632 msgstr ""
3733
38 #: terminal.py:176
34 #: terminal.py:173
3935 msgid "Zoom in"
4036 msgstr ""
4137
42 #: terminal.py:183
38 #: terminal.py:180
4339 msgid "Fullscreen"
4440 msgstr ""
4541
46 #: terminal.py:209
42 #: terminal.py:206
4743 msgid "Open New Tab"
4844 msgstr ""
4945
50 #: terminal.py:216
46 #: terminal.py:213
5147 msgid "Close Tab"
5248 msgstr ""
5349
54 #: terminal.py:224
50 #: terminal.py:221
5551 msgid "Previous Tab"
5652 msgstr ""
5753
58 #: terminal.py:232
54 #: terminal.py:229
5955 msgid "Next Tab"
6056 msgstr ""
57
58 #~ msgid "Become root"
59 #~ msgstr "root হিসাবে কাজ করুন"
6160
6261 #~ msgid "Terminal Activity"
6362 #~ msgstr "টার্মিনাল কর্ম"
66 msgstr ""
77 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
9 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <LL@li.org>\n"
2020 msgid "Terminal"
2121 msgstr ""
2222
23 #: terminal.py:94
24 msgid "Become root"
25 msgstr ""
26
27 #: terminal.py:169
23 #: terminal.py:166
2824 msgid "Zoom out"
2925 msgstr ""
3026
31 #: terminal.py:176
27 #: terminal.py:173
3228 msgid "Zoom in"
3329 msgstr ""
3430
35 #: terminal.py:183
31 #: terminal.py:180
3632 msgid "Fullscreen"
3733 msgstr ""
3834
39 #: terminal.py:209
35 #: terminal.py:206
4036 msgid "Open New Tab"
4137 msgstr ""
4238
43 #: terminal.py:216
39 #: terminal.py:213
4440 msgid "Close Tab"
4541 msgstr ""
4642
47 #: terminal.py:224
43 #: terminal.py:221
4844 msgid "Previous Tab"
4945 msgstr ""
5046
51 #: terminal.py:232
47 #: terminal.py:229
5248 msgid "Next Tab"
5349 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2009-08-24 11:46-0400\n"
1818 "Last-Translator: Camille Robert <camille.robert@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Pantalla completa"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Obrir pestanya nova"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Tancar pestanya"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Pestanya anterior"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Pestanya següent"
6258
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "PO-Revision-Date: 2011-03-18 04:52+0200\n"
18 "Last-Translator: Chris <cjl@laptop.org>\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
17 "PO-Revision-Date: 2012-07-02 11:51+0200\n"
18 "Last-Translator: jui <appukonrad@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
20 "Language: \n"
20 "Language: cs\n"
2121 "MIME-Version: 1.0\n"
2222 "Content-Type: text/plain; charset=UTF-8\n"
2323 "Content-Transfer-Encoding: 8bit\n"
2424 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
25 "X-Generator: Pootle 2.0.1\n"
25 "X-Generator: Pootle 2.0.5\n"
2626
2727 #: activity/activity.info:2
2828 msgid "Terminal"
29 msgstr ""
29 msgstr "Terminál"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
31 #: terminal.py:166
32 msgid "Zoom out"
33 msgstr "Oddálení"
3434
35 #: terminal.py:169
36 msgid "Zoom out"
37 msgstr ""
35 #: terminal.py:173
36 msgid "Zoom in"
37 msgstr "Přiblížení"
3838
39 #: terminal.py:176
40 msgid "Zoom in"
41 msgstr ""
42
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Celá obrazovka"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
49 msgstr ""
45 msgstr "Otevření nové karty"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
53 msgstr ""
49 msgstr "Zavření karty"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
57 msgstr ""
53 msgstr "Předešlá karta"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
61 msgstr ""
57 msgstr "Další karta"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-08-16 01:57+0200\n"
1818 "Last-Translator: Aputsiaq Niels <aj@isit.gl>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Terminal"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Bliv superbruger"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "Zoom ud"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "Zoom ind"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Fuldskærm"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Åbn ny fane"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Luk fane"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Forrige fane"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Næste fane"
58
59 #~ msgid "Become root"
60 #~ msgstr "Bliv superbruger"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "Terminal Aktivitet"
5757 msgstr ""
5858 "Project-Id-Version: PACKAGE VERSION\n"
5959 "Report-Msgid-Bugs-To: \n"
60 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
60 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
6161 "PO-Revision-Date: 2011-08-14 23:34+0200\n"
6262 "Last-Translator: Markus <m.slg@gmx.de>\n"
6363 "Language-Team: LANGUAGE <LL@li.org>\n"
7272 msgid "Terminal"
7373 msgstr "Terminal"
7474
75 #: terminal.py:94
76 msgid "Become root"
77 msgstr "Root werden"
78
79 #: terminal.py:169
75 #: terminal.py:166
8076 msgid "Zoom out"
8177 msgstr "Verkleinern"
8278
83 #: terminal.py:176
79 #: terminal.py:173
8480 msgid "Zoom in"
8581 msgstr "Vergrößern"
8682
87 #: terminal.py:183
83 #: terminal.py:180
8884 msgid "Fullscreen"
8985 msgstr "Vollbild"
9086
91 #: terminal.py:209
87 #: terminal.py:206
9288 msgid "Open New Tab"
9389 msgstr "Neuen Reiter öffnen"
9490
95 #: terminal.py:216
91 #: terminal.py:213
9692 msgid "Close Tab"
9793 msgstr "Reiter schließen"
9894
99 #: terminal.py:224
95 #: terminal.py:221
10096 msgid "Previous Tab"
10197 msgstr "Vorheriger Reiter"
10298
103 #: terminal.py:232
99 #: terminal.py:229
104100 msgid "Next Tab"
105101 msgstr "Nächster Reiter"
102
103 #~ msgid "Become root"
104 #~ msgstr "Root werden"
106105
107106 #~ msgid "Terminal Activity"
108107 #~ msgstr "Terminal-Aktivitität"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2008-08-11 07:42-0400\n"
1818 "Last-Translator: Tenzin Dendup <tenzin.dendup@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2727 msgid "Terminal"
2828 msgstr "ཊར་མི་ནཱལ།"
2929
30 #: terminal.py:94
31 msgid "Become root"
32 msgstr "རྩ་བ་ལུ་འགྱུར།"
33
34 #: terminal.py:169
30 #: terminal.py:166
3531 msgid "Zoom out"
3632 msgstr ""
3733
38 #: terminal.py:176
34 #: terminal.py:173
3935 msgid "Zoom in"
4036 msgstr ""
4137
42 #: terminal.py:183
38 #: terminal.py:180
4339 msgid "Fullscreen"
4440 msgstr ""
4541
46 #: terminal.py:209
42 #: terminal.py:206
4743 msgid "Open New Tab"
4844 msgstr ""
4945
50 #: terminal.py:216
46 #: terminal.py:213
5147 msgid "Close Tab"
5248 msgstr ""
5349
54 #: terminal.py:224
50 #: terminal.py:221
5551 msgid "Previous Tab"
5652 msgstr ""
5753
58 #: terminal.py:232
54 #: terminal.py:229
5955 msgid "Next Tab"
6056 msgstr ""
57
58 #~ msgid "Become root"
59 #~ msgstr "རྩ་བ་ལུ་འགྱུར།"
6160
6261 #~ msgid "Terminal Activity"
6362 #~ msgstr "ཊར་མི་ནཱལ་ལཱ།"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-08-31 10:31+0200\n"
1818 "Last-Translator: Yannis <kiolalis@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Τερματικό"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Γίνε υπερχρήστης"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "Σμίκρυνση"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "Μεγέθυνση"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Πλήρης Οθόνη"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Άνοιγμα Καρτέλας"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Κλείσιμο Καρτέλας"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Προηγούμενη Καρτέλα"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Επόμενη Καρτέλα"
58
59 #~ msgid "Become root"
60 #~ msgstr "Γίνε υπερχρήστης"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "Δραστηριότητα τερματικού"
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
33 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 # SOME DESCRIPTIVE TITLE.
5 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
6 # This file is distributed under the same license as the PACKAGE package.
7 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 # SOME DESCRIPTIVE TITLE.
9 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
10 # This file is distributed under the same license as the PACKAGE package.
11 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
125 msgid ""
136 msgstr ""
147 "Project-Id-Version: PACKAGE VERSION\n"
158 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "PO-Revision-Date: 2011-08-16 03:38+0200\n"
18 "Last-Translator: Chris <cjl@laptop.org>\n"
9 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1912 "Language-Team: LANGUAGE <LL@li.org>\n"
20 "Language: \n"
13 "Language: en\n"
2114 "MIME-Version: 1.0\n"
2215 "Content-Type: text/plain; charset=UTF-8\n"
2316 "Content-Transfer-Encoding: 8bit\n"
24 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
25 "X-Generator: Pootle 2.0.1\n"
17 "X-Generator: Translate Toolkit 1.11.0\n"
2618
2719 #: activity/activity.info:2
2820 msgid "Terminal"
29 msgstr "Terminal"
21 msgstr ""
3022
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Become root"
23 #: terminal.py:166
24 msgid "Zoom out"
25 msgstr ""
3426
35 #: terminal.py:169
36 msgid "Zoom out"
37 msgstr "Zoom out"
27 #: terminal.py:173
28 msgid "Zoom in"
29 msgstr ""
3830
39 #: terminal.py:176
40 msgid "Zoom in"
41 msgstr "Zoom in"
31 #: terminal.py:180
32 msgid "Fullscreen"
33 msgstr ""
4234
43 #: terminal.py:183
44 msgid "Fullscreen"
45 msgstr "Fullscreen"
35 #: terminal.py:206
36 msgid "Open New Tab"
37 msgstr ""
4638
47 #: terminal.py:209
48 msgid "Open New Tab"
49 msgstr "Open New Tab"
39 #: terminal.py:213
40 msgid "Close Tab"
41 msgstr ""
5042
51 #: terminal.py:216
52 msgid "Close Tab"
53 msgstr "Close Tab"
43 #: terminal.py:221
44 msgid "Previous Tab"
45 msgstr ""
5446
55 #: terminal.py:224
56 msgid "Previous Tab"
57 msgstr "Previous Tab"
58
59 #: terminal.py:232
47 #: terminal.py:229
6048 msgid "Next Tab"
61 msgstr "Next Tab"
49 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-08-16 03:15+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Terminal"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Become root"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "Zoom out"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "Zoom in"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Full-screen"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Open New Tab"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Close Tab"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Previous Tab"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Next Tab"
58
59 #~ msgid "Become root"
60 #~ msgstr "Become root"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-08-16 03:35+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Terminal"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Become root"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "Zoom out"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "Zoom in"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Fullscreen"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Open New Tab"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Close Tab"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Previous Tab"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Next Tab"
58
59 #~ msgid "Become root"
60 #~ msgstr "Become root"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "Terminal Activity"
2525 msgstr ""
2626 "Project-Id-Version: PACKAGE VERSION\n"
2727 "Report-Msgid-Bugs-To: \n"
28 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
29 "PO-Revision-Date: 2011-08-29 20:07+0200\n"
30 "Last-Translator: Gonzalo <godiard@sugarlabs.org>\n"
28 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
29 "PO-Revision-Date: 2012-08-06 21:55+0200\n"
30 "Last-Translator: AlanJAS <alanjas@hotmail.com>\n"
3131 "Language-Team: LANGUAGE <LL@li.org>\n"
32 "Language: \n"
32 "Language: es\n"
3333 "MIME-Version: 1.0\n"
3434 "Content-Type: text/plain; charset=UTF-8\n"
3535 "Content-Transfer-Encoding: 8bit\n"
3636 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
37 "X-Generator: Pootle 2.0.1\n"
37 "X-Generator: Pootle 2.0.5\n"
3838
3939 #: activity/activity.info:2
4040 msgid "Terminal"
4141 msgstr "Terminal"
4242
43 #: terminal.py:94
44 msgid "Become root"
45 msgstr "Convertirse en root"
46
47 #: terminal.py:169
43 #: terminal.py:166
4844 msgid "Zoom out"
4945 msgstr "Reducir"
5046
51 #: terminal.py:176
47 #: terminal.py:173
5248 msgid "Zoom in"
5349 msgstr "Ampliar"
5450
55 #: terminal.py:183
51 #: terminal.py:180
5652 msgid "Fullscreen"
5753 msgstr "Pantalla completa"
5854
59 #: terminal.py:209
55 #: terminal.py:206
6056 msgid "Open New Tab"
6157 msgstr "Abrir lengüeta nueva"
6258
63 #: terminal.py:216
59 #: terminal.py:213
6460 msgid "Close Tab"
6561 msgstr "Cerrar lengüeta"
6662
67 #: terminal.py:224
63 #: terminal.py:221
6864 msgid "Previous Tab"
6965 msgstr "Lengüeta anterior"
7066
71 #: terminal.py:232
67 #: terminal.py:229
7268 msgid "Next Tab"
7369 msgstr "Lengüeta siguiente"
70
71 #~ msgid "Become root"
72 #~ msgstr "Convertirse en root"
7473
7574 #~ msgid "Terminal Activity"
7675 #~ msgstr "Actividad Terminal"
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2009-06-21 01:25-0400\n"
1818 "Last-Translator: Sohaib Obaidi <ebtihaj_obaidi@yahoo.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "پايانی"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "ریشه ای شدن"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "صفحه کامل"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "حساب جدیدی باز کن"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "حساب را بسته کن"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "حساب قبلی"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "حساب بعدی"
58
59 #~ msgid "Become root"
60 #~ msgstr "ریشه ای شدن"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "فعالیت پایانه"
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-03-25 14:07+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Terminal"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Maging root"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
58
59 #~ msgid "Become root"
60 #~ msgstr "Maging root"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-08-17 12:09+0200\n"
1818 "Last-Translator: samy boutayeb <s.boutayeb@free.fr>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Terminal"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Devenir administrateur"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "Zoom arrière"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "Zoom avant"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Plein écran"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Ouvrir un nouvel onglet"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Fermer l'onglet"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Onglet précédent"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Onglet suivant"
58
59 #~ msgid "Become root"
60 #~ msgstr "Devenir administrateur"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "Activité Terminal"
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "Language: gn\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Generator: Translate Toolkit 1.11.0\n"
18
19 #: activity/activity.info:2
20 msgid "Terminal"
21 msgstr ""
22
23 #: terminal.py:166
24 msgid "Zoom out"
25 msgstr ""
26
27 #: terminal.py:173
28 msgid "Zoom in"
29 msgstr ""
30
31 #: terminal.py:180
32 msgid "Fullscreen"
33 msgstr ""
34
35 #: terminal.py:206
36 msgid "Open New Tab"
37 msgstr ""
38
39 #: terminal.py:213
40 msgid "Close Tab"
41 msgstr ""
42
43 #: terminal.py:221
44 msgid "Previous Tab"
45 msgstr ""
46
47 #: terminal.py:229
48 msgid "Next Tab"
49 msgstr ""
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2008-12-19 22:56-0500\n"
1818 "Last-Translator: Chris Leonard <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "מסוף"
3030
31 #: terminal.py:94
32 #, fuzzy
33 msgid "Become root"
34 msgstr "הפוך למשתמש על"
35
36 #: terminal.py:169
31 #: terminal.py:166
3732 msgid "Zoom out"
3833 msgstr ""
3934
40 #: terminal.py:176
35 #: terminal.py:173
4136 msgid "Zoom in"
4237 msgstr ""
4338
44 #: terminal.py:183
39 #: terminal.py:180
4540 msgid "Fullscreen"
4641 msgstr ""
4742
48 #: terminal.py:209
43 #: terminal.py:206
4944 msgid "Open New Tab"
5045 msgstr ""
5146
52 #: terminal.py:216
47 #: terminal.py:213
5348 msgid "Close Tab"
5449 msgstr ""
5550
56 #: terminal.py:224
51 #: terminal.py:221
5752 msgid "Previous Tab"
5853 msgstr ""
5954
60 #: terminal.py:232
55 #: terminal.py:229
6156 msgid "Next Tab"
6257 msgstr ""
58
59 #, fuzzy
60 #~ msgid "Become root"
61 #~ msgstr "הפוך למשתמש על"
6362
6463 #, fuzzy
6564 #~ msgid "Terminal Activity"
1717 msgstr ""
1818 "Project-Id-Version: PACKAGE VERSION\n"
1919 "Report-Msgid-Bugs-To: \n"
20 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
20 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
2121 "PO-Revision-Date: 2011-10-04 09:27+0200\n"
2222 "Last-Translator: Chris <cjl@laptop.org>\n"
2323 "Language-Team: LANGUAGE <LL@li.org>\n"
3232 msgid "Terminal"
3333 msgstr "टर्मिनल"
3434
35 #: terminal.py:94
36 msgid "Become root"
37 msgstr "रूट बनें"
38
39 #: terminal.py:169
35 #: terminal.py:166
4036 msgid "Zoom out"
4137 msgstr "ज़ूम आउट"
4238
43 #: terminal.py:176
39 #: terminal.py:173
4440 msgid "Zoom in"
4541 msgstr "ज़ूम इन"
4642
47 #: terminal.py:183
43 #: terminal.py:180
4844 msgid "Fullscreen"
4945 msgstr "पूरा पट"
5046
51 #: terminal.py:209
47 #: terminal.py:206
5248 msgid "Open New Tab"
5349 msgstr "नया टैब खोलें"
5450
55 #: terminal.py:216
51 #: terminal.py:213
5652 msgid "Close Tab"
5753 msgstr "टैब बंद"
5854
59 #: terminal.py:224
55 #: terminal.py:221
6056 msgid "Previous Tab"
6157 msgstr "पिछला टैब"
6258
63 #: terminal.py:232
59 #: terminal.py:229
6460 msgid "Next Tab"
6561 msgstr "अगला टैब"
62
63 #~ msgid "Become root"
64 #~ msgstr "रूट बनें"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2010-02-03 05:39+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Tèminal"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Pou vin Administratè"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
58
59 #~ msgid "Become root"
60 #~ msgstr "Pou vin Administratè"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "Aktivite tèminal"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2009-06-26 05:14-0400\n"
1818 "Last-Translator: Matyas Balazs <matyas.balazs1@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2727 msgid "Terminal"
2828 msgstr "Terminál"
2929
30 #: terminal.py:94
31 msgid "Become root"
32 msgstr "Legyek root"
33
34 #: terminal.py:169
30 #: terminal.py:166
3531 msgid "Zoom out"
3632 msgstr ""
3733
38 #: terminal.py:176
34 #: terminal.py:173
3935 msgid "Zoom in"
4036 msgstr ""
4137
42 #: terminal.py:183
38 #: terminal.py:180
4339 msgid "Fullscreen"
4440 msgstr "Teljes képernyő"
4541
46 #: terminal.py:209
42 #: terminal.py:206
4743 msgid "Open New Tab"
4844 msgstr "Új lap nyitása"
4945
50 #: terminal.py:216
46 #: terminal.py:213
5147 msgid "Close Tab"
5248 msgstr "Lap bezárása"
5349
54 #: terminal.py:224
50 #: terminal.py:221
5551 msgid "Previous Tab"
5652 msgstr "Előző lap"
5753
58 #: terminal.py:232
54 #: terminal.py:229
5955 msgid "Next Tab"
6056 msgstr "Következő lap"
57
58 #~ msgid "Become root"
59 #~ msgstr "Legyek root"
6160
6261 #~ msgid "Terminal Activity"
6362 #~ msgstr "Terminál aktivitás"
55 msgstr ""
66 "Project-Id-Version: PACKAGE VERSION\n"
77 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
8 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
99 "PO-Revision-Date: 2011-09-04 09:09+0200\n"
1010 "Last-Translator: Francisco <fordazmx@gmail.com>\n"
1111 "Language-Team: LANGUAGE <LL@li.org>\n"
2121 msgid "Terminal"
2222 msgstr "Wilk'ixkáw"
2323
24 #: terminal.py:94
25 msgid "Become root"
26 msgstr "Kit wenk'on tit root"
27
28 #: terminal.py:169
24 #: terminal.py:166
2925 msgid "Zoom out"
3026 msgstr "Tsipti'méjdha'"
3127
32 #: terminal.py:176
28 #: terminal.py:173
3329 msgid "Zoom in"
3430 msgstr "Puwedha'"
3531
36 #: terminal.py:183
32 #: terminal.py:180
3733 msgid "Fullscreen"
3834 msgstr "Putat walek"
3935
40 #: terminal.py:209
36 #: terminal.py:206
4137 msgid "Open New Tab"
4238 msgstr "Japiy it madhidh"
4339
44 #: terminal.py:216
40 #: terminal.py:213
4541 msgid "Close Tab"
4642 msgstr "Mápuy madhidh"
4743
48 #: terminal.py:224
44 #: terminal.py:221
4945 msgid "Previous Tab"
5046 msgstr "Ok'xidh madhidh"
5147
52 #: terminal.py:232
48 #: terminal.py:229
5349 msgid "Next Tab"
5450 msgstr "Júnakej madhidh"
51
52 #~ msgid "Become root"
53 #~ msgstr "Kit wenk'on tit root"
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 # SOME DESCRIPTIVE TITLE.
5 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
6 # This file is distributed under the same license as the PACKAGE package.
7 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
80 # SOME DESCRIPTIVE TITLE.
91 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
102 # This file is distributed under the same license as the PACKAGE package.
135 msgstr ""
146 "Project-Id-Version: PACKAGE VERSION\n"
157 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
8 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
179 "PO-Revision-Date: 2011-12-18 18:29+0200\n"
1810 "Last-Translator: Jasmine <udea_jasmine@yahoo.com>\n"
1911 "Language-Team: LANGUAGE <LL@li.org>\n"
2820 msgid "Terminal"
2921 msgstr "Վերջնակայան"
3022
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Դառնալ արմատ"
34
35 #: terminal.py:169
23 #: terminal.py:166
3624 msgid "Zoom out"
3725 msgstr "Հեռացնել"
3826
39 #: terminal.py:176
27 #: terminal.py:173
4028 msgid "Zoom in"
4129 msgstr "Մոտեցնել"
4230
43 #: terminal.py:183
31 #: terminal.py:180
4432 msgid "Fullscreen"
4533 msgstr "Էկրանի չափով"
4634
47 #: terminal.py:209
35 #: terminal.py:206
4836 msgid "Open New Tab"
4937 msgstr " Բացել նոր փեղկ"
5038
51 #: terminal.py:216
39 #: terminal.py:213
5240 msgid "Close Tab"
5341 msgstr "Փակել փեղկը"
5442
55 #: terminal.py:224
43 #: terminal.py:221
5644 msgid "Previous Tab"
5745 msgstr "Նախորդ փեղկը"
5846
59 #: terminal.py:232
47 #: terminal.py:229
6048 msgid "Next Tab"
6149 msgstr "Հաջորդ փեղկը"
50
51 #~ msgid "Become root"
52 #~ msgstr "Դառնալ արմատ"
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "Language: ibo\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Generator: Translate Toolkit 1.11.0\n"
18
19 #: activity/activity.info:2
20 msgid "Terminal"
21 msgstr ""
22
23 #: terminal.py:166
24 msgid "Zoom out"
25 msgstr ""
26
27 #: terminal.py:173
28 msgid "Zoom in"
29 msgstr ""
30
31 #: terminal.py:180
32 msgid "Fullscreen"
33 msgstr ""
34
35 #: terminal.py:206
36 msgid "Open New Tab"
37 msgstr ""
38
39 #: terminal.py:213
40 msgid "Close Tab"
41 msgstr ""
42
43 #: terminal.py:221
44 msgid "Previous Tab"
45 msgstr ""
46
47 #: terminal.py:229
48 msgid "Next Tab"
49 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "PO-Revision-Date: 2011-04-03 12:53+0200\n"
18 "Last-Translator: <arief.utama@gmail.com>\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
17 "PO-Revision-Date: 2012-06-07 16:13+0200\n"
18 "Last-Translator: andika <andika@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2020 "Language: \n"
2121 "MIME-Version: 1.0\n"
2222 "Content-Type: text/plain; charset=UTF-8\n"
2323 "Content-Transfer-Encoding: 8bit\n"
2424 "Plural-Forms: nplurals=1; plural=0;\n"
25 "X-Generator: Pootle 2.0.1\n"
25 "X-Generator: Pootle 2.0.5\n"
2626
2727 #: activity/activity.info:2
2828 msgid "Terminal"
2929 msgstr "Terminal"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Menjadi root"
31 #: terminal.py:166
32 msgid "Zoom out"
33 msgstr "Perkecil"
3434
35 #: terminal.py:169
36 msgid "Zoom out"
37 msgstr ""
35 #: terminal.py:173
36 msgid "Zoom in"
37 msgstr "Perbesar"
3838
39 #: terminal.py:176
40 msgid "Zoom in"
41 msgstr ""
42
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Tampilan penuh"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Buka Tab Baru"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Tutup Tab"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Tab Sebelumnya"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Tab Berikutnya"
58
59 #~ msgid "Become root"
60 #~ msgstr "Menjadi root"
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2012-01-11 14:17+0200\n"
1818 "Last-Translator: maux77 <dreadlock@hotmail.it>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Terminale"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Diventa root (amministratore)"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "Zoom indietro"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "Zoom avanti"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Schermo intero"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Apri Nuova Scheda"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Chiudi Scheda"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Scheda Precedente"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Prossima Scheda"
58
59 #~ msgid "Become root"
60 #~ msgstr "Diventa root (amministratore)"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "Attività Terminale"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-08-26 06:54+0200\n"
1818 "Last-Translator: korakurider <korakurider@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "ターミナル"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "root(管理者ユーザ)になる"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "表示を縮小"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "表示を拡大"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "全画面"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "新しいタブを開く"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "タブを閉じる"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "前のタブ"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "次のタブ"
58
59 #~ msgid "Become root"
60 #~ msgstr "root(管理者ユーザ)になる"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "ターミナル アクティビティ"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2009-08-10 00:10-0400\n"
1818 "Last-Translator: Chris Leonard <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "តំណត"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "ក្លាយទៅជាឬស"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "បង្រួម"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "ពង្រីក"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "ពេញ​អេក្រង់"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "បើក​ផ្ទាំង​ថ្មី"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "បិទ​​ផ្ទាំង"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "ផ្ទាំង​មុន"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "ផ្ទាំង​បន្ទាប់"
58
59 #~ msgid "Become root"
60 #~ msgstr "ក្លាយទៅជាឬស"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2009-05-13 12:16-0400\n"
1818 "Last-Translator: Donghee Park <i4u_4ever@yahoo.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "터미널"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "루트 되기"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "전체화면"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "새로운 탭 열기"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "탭 닫기"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "이전 탭"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "다음 탭"
58
59 #~ msgid "Become root"
60 #~ msgstr "루트 되기"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "터미널 활동"
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2010-05-18 17:55+0200\n"
1818 "Last-Translator: Zafimamy Gabriella Ralaivao <gabriella@intnet.mu>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Famaranana"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Lasa fototra"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Mameno efajery"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Anokafy taby vaovao"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Akatony ny taby"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Taby teo aloha"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Taby manaraka"
58
59 #~ msgid "Become root"
60 #~ msgstr "Lasa fototra"
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
33 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 # SOME DESCRIPTIVE TITLE.
5 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
6 # This file is distributed under the same license as the PACKAGE package.
7 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 # SOME DESCRIPTIVE TITLE.
9 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
10 # This file is distributed under the same license as the PACKAGE package.
11 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
12 #, fuzzy
134 msgid ""
145 msgstr ""
156 "Project-Id-Version: PACKAGE VERSION\n"
167 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
18 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
19 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
9 "PO-Revision-Date: 2012-09-19 11:54+0200\n"
10 "Last-Translator: Chris <cjl@laptop.org>\n"
2011 "Language-Team: LANGUAGE <LL@li.org>\n"
21 "Language: \n"
12 "Language: mi\n"
2213 "MIME-Version: 1.0\n"
2314 "Content-Type: text/plain; charset=UTF-8\n"
2415 "Content-Transfer-Encoding: 8bit\n"
25 "X-Generator: Translate Toolkit 1.1.1rc4\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 "X-Generator: Pootle 2.0.5\n"
2618
2719 #: activity/activity.info:2
2820 msgid "Terminal"
29 msgstr ""
21 msgstr "Kāpeka"
3022
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
23 #: terminal.py:166
24 msgid "Zoom out"
25 msgstr "Topa atu"
3426
35 #: terminal.py:169
36 msgid "Zoom out"
37 msgstr ""
27 #: terminal.py:173
28 msgid "Zoom in"
29 msgstr "Topa mai"
3830
39 #: terminal.py:176
40 msgid "Zoom in"
41 msgstr ""
31 #: terminal.py:180
32 msgid "Fullscreen"
33 msgstr "Matakatoa"
4234
43 #: terminal.py:183
44 msgid "Fullscreen"
45 msgstr ""
35 #: terminal.py:206
36 msgid "Open New Tab"
37 msgstr "Tūwhera Ripa Hōu"
4638
47 #: terminal.py:209
48 msgid "Open New Tab"
49 msgstr ""
39 #: terminal.py:213
40 msgid "Close Tab"
41 msgstr "Kati Ripa"
5042
51 #: terminal.py:216
52 msgid "Close Tab"
53 msgstr ""
43 #: terminal.py:221
44 msgid "Previous Tab"
45 msgstr "Ripa Tōmua"
5446
55 #: terminal.py:224
56 msgid "Previous Tab"
57 msgstr ""
58
59 #: terminal.py:232
47 #: terminal.py:229
6048 msgid "Next Tab"
61 msgstr ""
49 msgstr "Ripa Panuku"
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
2525 msgstr ""
2626 "Project-Id-Version: PACKAGE VERSION\n"
2727 "Report-Msgid-Bugs-To: \n"
28 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
28 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
2929 "PO-Revision-Date: 2011-09-27 12:50+0200\n"
3030 "Last-Translator: Cris Anderson <anderson861@gmail.com>\n"
3131 "Language-Team: LANGUAGE <LL@li.org>\n"
4040 msgid "Terminal"
4141 msgstr "Терминал"
4242
43 #: terminal.py:94
44 msgid "Become root"
45 msgstr "Давуу эрхтэй хэрэглэгч болох"
46
47 #: terminal.py:169
43 #: terminal.py:166
4844 msgid "Zoom out"
4945 msgstr ""
5046
51 #: terminal.py:176
47 #: terminal.py:173
5248 msgid "Zoom in"
5349 msgstr ""
5450
55 #: terminal.py:183
51 #: terminal.py:180
5652 msgid "Fullscreen"
5753 msgstr "Дэлгэц дүүрэн"
5854
59 #: terminal.py:209
55 #: terminal.py:206
6056 msgid "Open New Tab"
6157 msgstr "Шинэ хавтгай нээх"
6258
63 #: terminal.py:216
59 #: terminal.py:213
6460 msgid "Close Tab"
6561 msgstr "Хавтгайг хаах"
6662
67 #: terminal.py:224
63 #: terminal.py:221
6864 msgid "Previous Tab"
6965 msgstr "Өмнөх хавтгайд оч"
7066
71 #: terminal.py:232
67 #: terminal.py:229
7268 msgid "Next Tab"
7369 msgstr "Дараах хавтгайд оч"
70
71 #~ msgid "Become root"
72 #~ msgstr "Давуу эрхтэй хэрэглэгч болох"
7473
7574 #~ msgid "Terminal Activity"
7675 #~ msgstr "Терминалын үйл ажиллагаа"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2008-06-21 02:28-0400\n"
1818 "Last-Translator: Rupali Sarode <rups23in@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2727 msgid "Terminal"
2828 msgstr "टर्मिनल"
2929
30 #: terminal.py:94
31 msgid "Become root"
32 msgstr "रूट बनवा"
33
34 #: terminal.py:169
30 #: terminal.py:166
3531 msgid "Zoom out"
3632 msgstr ""
3733
38 #: terminal.py:176
34 #: terminal.py:173
3935 msgid "Zoom in"
4036 msgstr ""
4137
42 #: terminal.py:183
38 #: terminal.py:180
4339 msgid "Fullscreen"
4440 msgstr ""
4541
46 #: terminal.py:209
42 #: terminal.py:206
4743 msgid "Open New Tab"
4844 msgstr ""
4945
50 #: terminal.py:216
46 #: terminal.py:213
5147 msgid "Close Tab"
5248 msgstr ""
5349
54 #: terminal.py:224
50 #: terminal.py:221
5551 msgid "Previous Tab"
5652 msgstr ""
5753
58 #: terminal.py:232
54 #: terminal.py:229
5955 msgid "Next Tab"
6056 msgstr ""
57
58 #~ msgid "Become root"
59 #~ msgstr "रूट बनवा"
6160
6261 #~ msgid "Terminal Activity"
6362 #~ msgstr "टर्मिनल आक्टिविटी"
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: PACKAGE VERSION\n"
7 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
9 "PO-Revision-Date: 2013-11-20 18:17+0200\n"
10 "Last-Translator: usuarionahuatl02 <proyecto.olpc@gmail.com>\n"
11 "Language-Team: LANGUAGE <LL@li.org>\n"
12 "Language: nah\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 "X-Generator: Pootle 2.0.5\n"
18
19 #: activity/activity.info:2
20 msgid "Terminal"
21 msgstr "Kampa tlami"
22
23 #: terminal.py:166
24 msgid "Zoom out"
25 msgstr "Xijchiua tsikitetsin"
26
27 #: terminal.py:173
28 msgid "Zoom in"
29 msgstr "Xijueyichiua"
30
31 #: terminal.py:180
32 msgid "Fullscreen"
33 msgstr "Ueyi tlanextijkayotl"
34
35 #: terminal.py:206
36 msgid "Open New Tab"
37 msgstr "Xi tlapo se yankuik tlanextili"
38
39 #: terminal.py:213
40 msgid "Close Tab"
41 msgstr "Xi tsakua tlanextili"
42
43 #: terminal.py:221
44 msgid "Previous Tab"
45 msgstr "Achtiui tlanextili"
46
47 #: terminal.py:229
48 msgid "Next Tab"
49 msgstr "Teipa tlanextili"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2008-07-23 16:23+0100\n"
1818 "Last-Translator: Kent Dahl <kentda@pvv.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2727 msgid "Terminal"
2828 msgstr "Konsoll"
2929
30 #: terminal.py:94
31 #, fuzzy
32 msgid "Become root"
33 msgstr "Bli til rotbruker"
34
35 #: terminal.py:169
30 #: terminal.py:166
3631 msgid "Zoom out"
3732 msgstr ""
3833
39 #: terminal.py:176
34 #: terminal.py:173
4035 msgid "Zoom in"
4136 msgstr ""
4237
43 #: terminal.py:183
38 #: terminal.py:180
4439 msgid "Fullscreen"
4540 msgstr ""
4641
47 #: terminal.py:209
42 #: terminal.py:206
4843 msgid "Open New Tab"
4944 msgstr ""
5045
51 #: terminal.py:216
46 #: terminal.py:213
5247 msgid "Close Tab"
5348 msgstr ""
5449
55 #: terminal.py:224
50 #: terminal.py:221
5651 msgid "Previous Tab"
5752 msgstr ""
5853
59 #: terminal.py:232
54 #: terminal.py:229
6055 msgid "Next Tab"
6156 msgstr ""
57
58 #, fuzzy
59 #~ msgid "Become root"
60 #~ msgstr "Bli til rotbruker"
6261
6362 #, fuzzy
6463 #~ msgid "Terminal Activity"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-10-18 06:38+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "टर्मिनल"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "रुट बन"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "सानो पार"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "ठूलो पार"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "पुरा पर्दा"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "नयाँ ट्याब खोल"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "ट्याब बन्द गर"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "अघिल्लो ट्याब"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "अर्को ट्याब"
58
59 #~ msgid "Become root"
60 #~ msgstr "रुट बन"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "टर्मिनल क्रियाकलाप"
1717 msgstr ""
1818 "Project-Id-Version: PACKAGE VERSION\n"
1919 "Report-Msgid-Bugs-To: \n"
20 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
20 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
2121 "PO-Revision-Date: 2011-10-25 19:49+0200\n"
2222 "Last-Translator: whe <heppew@yahoo.com>\n"
2323 "Language-Team: LANGUAGE <LL@li.org>\n"
3232 msgid "Terminal"
3333 msgstr "Terminal"
3434
35 #: terminal.py:94
36 msgid "Become root"
37 msgstr "Root worden"
38
39 #: terminal.py:169
35 #: terminal.py:166
4036 msgid "Zoom out"
4137 msgstr "Uitzoomen"
4238
43 #: terminal.py:176
39 #: terminal.py:173
4440 msgid "Zoom in"
4541 msgstr "Inzoomen"
4642
47 #: terminal.py:183
43 #: terminal.py:180
4844 msgid "Fullscreen"
4945 msgstr "Schermvullend maken"
5046
51 #: terminal.py:209
47 #: terminal.py:206
5248 msgid "Open New Tab"
5349 msgstr "Nieuw tabblad openen"
5450
55 #: terminal.py:216
51 #: terminal.py:213
5652 msgid "Close Tab"
5753 msgstr "Tabblad sluiten"
5854
59 #: terminal.py:224
55 #: terminal.py:221
6056 msgid "Previous Tab"
6157 msgstr "Vorig tabblad"
6258
63 #: terminal.py:232
59 #: terminal.py:229
6460 msgid "Next Tab"
6561 msgstr "Volgend tabblad"
62
63 #~ msgid "Become root"
64 #~ msgstr "Root worden"
6665
6766 #~ msgid "Terminal Activity"
6867 #~ msgstr "Terminal activiteit"
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "PO-Revision-Date: 2010-02-19 19:18+0200\n"
18 "Last-Translator: <jiehuahe@hotmail.com>\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
17 "PO-Revision-Date: 2013-10-31 19:29+0200\n"
18 "Last-Translator: June <juneleonora@yahoo.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
20 "Language: \n"
20 "Language: pap\n"
2121 "MIME-Version: 1.0\n"
2222 "Content-Type: text/plain; charset=UTF-8\n"
2323 "Content-Transfer-Encoding: 8bit\n"
2424 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
25 "X-Generator: Pootle 2.0.1\n"
25 "X-Generator: Pootle 2.0.5\n"
2626
2727 #: activity/activity.info:2
2828 msgid "Terminal"
2929 msgstr "Terminal"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Bira root"
31 #: terminal.py:166
32 msgid "Zoom out"
33 msgstr "Zum hasi chikí"
3434
35 #: terminal.py:169
36 msgid "Zoom out"
37 msgstr ""
35 #: terminal.py:173
36 msgid "Zoom in"
37 msgstr "Zum hasi grandi"
3838
39 #: terminal.py:176
40 msgid "Zoom in"
41 msgstr ""
42
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Pantaya kompleto"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Habri un ficha nobo"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Sera ficha"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Ficha anterior"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Siguiente ficha"
58
59 #~ msgid "Become root"
60 #~ msgstr "Bira root"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "Aktividad di Terminal"
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: PACKAGE VERSION\n"
7 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
9 "PO-Revision-Date: 2012-06-13 21:37+0200\n"
10 "Last-Translator: usuariopame04 <proyecto.olpc@gmail.com>\n"
11 "Language-Team: LANGUAGE <LL@li.org>\n"
12 "Language: \n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 "X-Generator: Pootle 2.0.5\n"
18
19 #: activity/activity.info:2
20 msgid "Terminal"
21 msgstr "Se ma vutjung"
22
23 #: terminal.py:166
24 msgid "Zoom out"
25 msgstr "Mats'ei'"
26
27 #: terminal.py:173
28 msgid "Zoom in"
29 msgstr "Mandaí"
30
31 #: terminal.py:180
32 msgid "Fullscreen"
33 msgstr "kutau nak'uju'ly lipiá"
34
35 #: terminal.py:206
36 msgid "Open New Tab"
37 msgstr "Maseiñ ne vinkjiu naná"
38
39 #: terminal.py:213
40 msgid "Close Tab"
41 msgstr "Matseu' ne naná"
42
43 #: terminal.py:221
44 msgid "Previous Tab"
45 msgstr "Sevaa naná"
46
47 #: terminal.py:229
48 msgid "Next Tab"
49 msgstr "Naná se likiu'uch'"
50
51 #~ msgid "Become root"
52 #~ msgstr "matsjau mandaí"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-09-12 17:25+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2929 msgid "Terminal"
3030 msgstr "Terminal"
3131
32 #: terminal.py:94
33 msgid "Become root"
34 msgstr "Przełącz na użytkownika root"
35
36 #: terminal.py:169
32 #: terminal.py:166
3733 msgid "Zoom out"
3834 msgstr "Zmniejsz"
3935
40 #: terminal.py:176
36 #: terminal.py:173
4137 msgid "Zoom in"
4238 msgstr "Powiększ"
4339
44 #: terminal.py:183
40 #: terminal.py:180
4541 msgid "Fullscreen"
4642 msgstr "Pełny ekran"
4743
48 #: terminal.py:209
44 #: terminal.py:206
4945 msgid "Open New Tab"
5046 msgstr "Otwórz nową zakładkę"
5147
52 #: terminal.py:216
48 #: terminal.py:213
5349 msgid "Close Tab"
5450 msgstr "Zamknij zakładkę"
5551
56 #: terminal.py:224
52 #: terminal.py:221
5753 msgid "Previous Tab"
5854 msgstr "Poprzednia zakładka"
5955
60 #: terminal.py:232
56 #: terminal.py:229
6157 msgid "Next Tab"
6258 msgstr "Następna zakładka"
59
60 #~ msgid "Become root"
61 #~ msgstr "Przełącz na użytkownika root"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2009-07-01 03:29-0400\n"
1818 "Last-Translator: Abdulhadi Hairan <abdulhadi@paiwastoon.com.af>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "ټرمینل"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "ځېله جوړېدل"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "بشپړه پرده"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "نوی ټوپ پرانیستل"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "ټوپ بندول"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "مخکینی ټوپ"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "بل ټوپ"
58
59 #~ msgid "Become root"
60 #~ msgstr "ځېله جوړېدل"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "د ټرمینل چارندتیا"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2012-03-23 21:22+0200\n"
1818 "Last-Translator: Eduardo H. <hoboprimate@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Terminal"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Tornar-me root"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "Afastar zoom"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "Aproximar zoom"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Ecrã Inteiro"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Abrir Novo Separador"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Fechar Separador"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Separador Anterior"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Separador Seguinte"
58
59 #~ msgid "Become root"
60 #~ msgstr "Tornar-me root"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "Actividade Terminal"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "PO-Revision-Date: 2010-02-12 04:55+0200\n"
18 "Last-Translator: Chris <cjl@laptop.org>\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
17 "PO-Revision-Date: 2013-10-30 03:37+0200\n"
18 "Last-Translator: Alex <tarrask@tarrask.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
20 "Language: \n"
20 "Language: pt_BR\n"
2121 "MIME-Version: 1.0\n"
2222 "Content-Type: text/plain; charset=UTF-8\n"
2323 "Content-Transfer-Encoding: 8bit\n"
2424 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
25 "X-Generator: Pootle 2.0.1\n"
25 "X-Generator: Pootle 2.0.5\n"
2626
2727 #: activity/activity.info:2
2828 msgid "Terminal"
2929 msgstr "Terminal"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Tornar-se root (raiz). Usuário com privilégios"
31 #: terminal.py:166
32 msgid "Zoom out"
33 msgstr "Afastar"
3434
35 #: terminal.py:169
36 msgid "Zoom out"
37 msgstr ""
35 #: terminal.py:173
36 msgid "Zoom in"
37 msgstr "Aproximar"
3838
39 #: terminal.py:176
40 msgid "Zoom in"
41 msgstr ""
42
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Tela cheia"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Abrir Nova Aba"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Fechar Aba"
5450
5551 # tab é um tipo de Aba ou Pasta. Ex. quando abrimos várias janelas dentro do firefox (uma execução, várias instâncias)
56 #: terminal.py:224
52 #: terminal.py:221
5753 msgid "Previous Tab"
5854 msgstr "Aba Anterior"
5955
60 #: terminal.py:232
56 #: terminal.py:229
6157 msgid "Next Tab"
6258 msgstr "Próxima Aba"
59
60 #~ msgid "Become root"
61 #~ msgstr "Tornar-se root (raiz). Usuário com privilégios"
55 msgstr ""
66 "Project-Id-Version: PACKAGE VERSION\n"
77 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
8 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
99 "PO-Revision-Date: 2012-05-16 02:01+0200\n"
1010 "Last-Translator: Irma <sankaypillo@gmail.com>\n"
1111 "Language-Team: LANGUAGE <LL@li.org>\n"
12 "Language: quz\n"
12 "Language: \n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
2020 msgid "Terminal"
2121 msgstr "Terminal nisqa"
2222
23 #: terminal.py:94
24 msgid "Become root"
25 msgstr "Saphiman tukuchiy"
26
2723 # "Reducir"
28 #: terminal.py:169
24 #: terminal.py:166
2925 msgid "Zoom out"
3026 msgstr "Kharuykachaspa huch'uyachiq"
3127
3228 # "Ampliar"
33 #: terminal.py:176
29 #: terminal.py:173
3430 msgid "Zoom in"
3531 msgstr "Achuykachaspa hatunyachiq"
3632
3733 # "Pantalla completa"
38 #: terminal.py:183
34 #: terminal.py:180
3935 msgid "Fullscreen"
4036 msgstr "Hunt'asqa pantalla"
4137
42 #: terminal.py:209
38 #: terminal.py:206
4339 msgid "Open New Tab"
4440 msgstr "Musuq Tab nisqapi kichay"
4541
46 #: terminal.py:216
42 #: terminal.py:213
4743 msgid "Close Tab"
4844 msgstr "Tab nisqata Wisq'ay"
4945
50 #: terminal.py:224
46 #: terminal.py:221
5147 msgid "Previous Tab"
5248 msgstr "Ñawpaq Tab nisqa"
5349
54 #: terminal.py:232
50 #: terminal.py:229
5551 msgid "Next Tab"
5652 msgstr "Hamuq Tab nisqa"
53
54 #~ msgid "Become root"
55 #~ msgstr "Saphiman tukuchiy"
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2009-08-13 10:08-0400\n"
1818 "Last-Translator: Тимур Селье <muyou.prj@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2929 msgid "Terminal"
3030 msgstr "Терминал"
3131
32 #: terminal.py:94
33 msgid "Become root"
34 msgstr "Стать суперпользователем"
35
36 #: terminal.py:169
32 #: terminal.py:166
3733 msgid "Zoom out"
3834 msgstr ""
3935
40 #: terminal.py:176
36 #: terminal.py:173
4137 msgid "Zoom in"
4238 msgstr ""
4339
44 #: terminal.py:183
40 #: terminal.py:180
4541 msgid "Fullscreen"
4642 msgstr "Полноэкранный режим"
4743
48 #: terminal.py:209
44 #: terminal.py:206
4945 msgid "Open New Tab"
5046 msgstr "Открыть новую вкладку"
5147
52 #: terminal.py:216
48 #: terminal.py:213
5349 msgid "Close Tab"
5450 msgstr "Закрыть вкладку"
5551
56 #: terminal.py:224
52 #: terminal.py:221
5753 msgid "Previous Tab"
5854 msgstr "Предыдущая вкладка"
5955
60 #: terminal.py:232
56 #: terminal.py:229
6157 msgid "Next Tab"
6258 msgstr "Следующая вкладка"
59
60 #~ msgid "Become root"
61 #~ msgstr "Стать суперпользователем"
6362
6463 #~ msgid "Terminal Activity"
6564 #~ msgstr "Активность терминал"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-10-16 21:24+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Umusoozo"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Guhinduka umuzi"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "Ihindurangano ugabanya"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "Ihindurangano wongera"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Ekara nini"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Fungura isimbuka nshya"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Funga Isimbuka"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 #, fuzzy
5753 msgid "Previous Tab"
5854 msgstr "Ibanjirije Isimbuka"
5955
60 #: terminal.py:232
56 #: terminal.py:229
6157 #, fuzzy
6258 msgid "Next Tab"
6359 msgstr "Ikurikira Isimbuka"
60
61 #~ msgid "Become root"
62 #~ msgstr "Guhinduka umuzi"
6463
6564 #~ msgid "Terminal Activity"
6665 #~ msgstr "Umusoozo w'igikorwa"
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-08-30 16:49+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "ටර්මිනලය"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "root වන්න"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "ඈත්කර පෙන්වන්න"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "ලංකර පෙන්වන්න"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "මුළු තිරයම"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "නව ටැබයක් විවෘත කරන්න"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "ටර්මිනලය වසන්න"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "පෙර ටැබය"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "මීළඟ ටැබය"
58
59 #~ msgid "Become root"
60 #~ msgstr "root වන්න"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "ටර්මිනලය ක්‍රියාකාරකම්"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2009-08-25 15:43-0400\n"
1818 "Last-Translator: Chris Leonard <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Terminál"
3030
31 #: terminal.py:94
32 #, fuzzy
33 msgid "Become root"
34 msgstr "Stať sa rootom"
35
36 #: terminal.py:169
31 #: terminal.py:166
3732 msgid "Zoom out"
3833 msgstr ""
3934
40 #: terminal.py:176
35 #: terminal.py:173
4136 msgid "Zoom in"
4237 msgstr ""
4338
44 #: terminal.py:183
39 #: terminal.py:180
4540 msgid "Fullscreen"
4641 msgstr ""
4742
48 #: terminal.py:209
43 #: terminal.py:206
4944 msgid "Open New Tab"
5045 msgstr ""
5146
52 #: terminal.py:216
47 #: terminal.py:213
5348 msgid "Close Tab"
5449 msgstr ""
5550
56 #: terminal.py:224
51 #: terminal.py:221
5752 msgid "Previous Tab"
5853 msgstr ""
5954
60 #: terminal.py:232
55 #: terminal.py:229
6156 msgid "Next Tab"
6257 msgstr ""
6358
59 #, fuzzy
60 #~ msgid "Become root"
61 #~ msgstr "Stať sa rootom"
62
6463 #~ msgid "Terminal Activity"
6564 #~ msgstr "Aktivita v termináli"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2008-07-09 13:18-0400\n"
1818 "Last-Translator: Benjamin Martincic <beno@gambo.si>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2727 msgid "Terminal"
2828 msgstr "Terminal"
2929
30 #: terminal.py:94
31 msgid "Become root"
32 msgstr "Postani root"
33
34 #: terminal.py:169
30 #: terminal.py:166
3531 msgid "Zoom out"
3632 msgstr "Oddalji"
3733
38 #: terminal.py:176
34 #: terminal.py:173
3935 msgid "Zoom in"
4036 msgstr "Približaj"
4137
42 #: terminal.py:183
38 #: terminal.py:180
4339 msgid "Fullscreen"
4440 msgstr "Celozaslonski način"
4541
46 #: terminal.py:209
42 #: terminal.py:206
4743 msgid "Open New Tab"
4844 msgstr "Odpri nov zavihek"
4945
50 #: terminal.py:216
46 #: terminal.py:213
5147 msgid "Close Tab"
5248 msgstr "Zapri zavihek"
5349
54 #: terminal.py:224
50 #: terminal.py:221
5551 msgid "Previous Tab"
5652 msgstr "Predhodni zavihek"
5753
58 #: terminal.py:232
54 #: terminal.py:229
5955 msgid "Next Tab"
6056 msgstr "Naslednji zavihek"
57
58 #~ msgid "Become root"
59 #~ msgstr "Postani root"
6160
6261 #~ msgid "Terminal Activity"
6362 #~ msgstr "Terminalska aktivnost"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2010-02-14 18:57+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Terminali"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Bëhu rrënjësori"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Ekran të plotë"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Hape një lidhëse të ri"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Mbyll lidhësen"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Lidhësja e mëparshme"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Lidhësja tjetër"
58
59 #~ msgid "Become root"
60 #~ msgstr "Bëhu rrënjësori"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "Aktiviteti i Terminalit"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2009-04-30 03:07-0400\n"
1818 "Last-Translator: Susanna Björverud <susanna.bjorverud@telia.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Terminal"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Bli administratör"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Helskärm"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Öppna ny tabb"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Stäng tabb"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Föregående tabb"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Nästa tabb"
58
59 #~ msgid "Become root"
60 #~ msgstr "Bli administratör"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "Terminalaktivitet"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-09-05 18:11+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Terminal"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Kuwa mizizi"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "screen kamili"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
58
59 #~ msgid "Become root"
60 #~ msgstr "Kuwa mizizi"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-08-31 18:01+0200\n"
1818 "Last-Translator: Thangamani <thangam.arunx@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "முடிவு"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "முதன்மை பனர் ரூட்டாக மாறு"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "சிறிதாக்கிக் காட்டு"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "பெரிதாக்கிக் காட்டு"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "முழுத்திரை"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "புதிய நாடாவைத்திற"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "நாடாவை மூடு"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "முன்னைய நாடா"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "அடுத்த நாடா"
58
59 #~ msgid "Become root"
60 #~ msgstr "முதன்மை பனர் ரூட்டாக மாறு"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "செயற்பாட்டுமுடிவு"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-11-27 05:48+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "టెర్మినల్"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "రూట్ గామారు"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "తెరనిండుగా"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "కొత్త ట్యాబు తెరువు"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "ట్యాబును మూయుము"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "గత ట్యాబు"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "తర్వాతి ట్యాబు"
58
59 #~ msgid "Become root"
60 #~ msgstr "రూట్ గామారు"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "టెర్మినల్ వ్యాపకం"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-11-19 06:02+0200\n"
1818 "Last-Translator: Arnan (Roger) Sipitakiat <arnans@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "โปรแกรมเทอร์มินัล"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "เป็น root"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "ขยายออก"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "ขยายเข้า"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "เต็มจอ"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "เปิดแท็บใหม่"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "ปิดแท็บ"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "แท็บก่อนหน้า"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "แท็บถัดไป"
58
59 #~ msgid "Become root"
60 #~ msgstr "เป็น root"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2008-07-18 04:54-0400\n"
1818 "Last-Translator: abdullah kocabas <abdullah.kocabas@abcdizustu.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2727 msgid "Terminal"
2828 msgstr "ana"
2929
30 #: terminal.py:94
31 msgid "Become root"
32 msgstr "yerleşmek"
33
34 #: terminal.py:169
30 #: terminal.py:166
3531 msgid "Zoom out"
3632 msgstr ""
3733
38 #: terminal.py:176
34 #: terminal.py:173
3935 msgid "Zoom in"
4036 msgstr ""
4137
42 #: terminal.py:183
38 #: terminal.py:180
4339 msgid "Fullscreen"
4440 msgstr ""
4541
46 #: terminal.py:209
42 #: terminal.py:206
4743 msgid "Open New Tab"
4844 msgstr ""
4945
50 #: terminal.py:216
46 #: terminal.py:213
5147 msgid "Close Tab"
5248 msgstr ""
5349
54 #: terminal.py:224
50 #: terminal.py:221
5551 msgid "Previous Tab"
5652 msgstr ""
5753
58 #: terminal.py:232
54 #: terminal.py:229
5955 msgid "Next Tab"
6056 msgstr ""
57
58 #~ msgid "Become root"
59 #~ msgstr "yerleşmek"
6160
6261 #~ msgid "Terminal Activity"
6362 #~ msgstr "ana etkinlik"
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
55 msgstr ""
66 "Project-Id-Version: PACKAGE VERSION\n"
77 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
8 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111 "Language-Team: LANGUAGE <LL@li.org>\n"
1919 msgid "Terminal"
2020 msgstr ""
2121
22 #: terminal.py:94
23 msgid "Become root"
24 msgstr ""
25
26 #: terminal.py:169
22 #: terminal.py:166
2723 msgid "Zoom out"
2824 msgstr ""
2925
30 #: terminal.py:176
26 #: terminal.py:173
3127 msgid "Zoom in"
3228 msgstr ""
3329
34 #: terminal.py:183
30 #: terminal.py:180
3531 msgid "Fullscreen"
3632 msgstr ""
3733
38 #: terminal.py:209
34 #: terminal.py:206
3935 msgid "Open New Tab"
4036 msgstr ""
4137
42 #: terminal.py:216
38 #: terminal.py:213
4339 msgid "Close Tab"
4440 msgstr ""
4541
46 #: terminal.py:224
42 #: terminal.py:221
4743 msgid "Previous Tab"
4844 msgstr ""
4945
50 #: terminal.py:232
46 #: terminal.py:229
5147 msgid "Next Tab"
5248 msgstr ""
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2008-07-03 07:02-0400\n"
1818 "Last-Translator: salman minhas <sulmanminhas@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2727 msgid "Terminal"
2828 msgstr "ٹرمينل"
2929
30 #: terminal.py:94
31 msgid "Become root"
32 msgstr "روٹ بنيں"
33
34 #: terminal.py:169
30 #: terminal.py:166
3531 msgid "Zoom out"
3632 msgstr ""
3733
38 #: terminal.py:176
34 #: terminal.py:173
3935 msgid "Zoom in"
4036 msgstr ""
4137
42 #: terminal.py:183
38 #: terminal.py:180
4339 msgid "Fullscreen"
4440 msgstr ""
4541
46 #: terminal.py:209
42 #: terminal.py:206
4743 msgid "Open New Tab"
4844 msgstr ""
4945
50 #: terminal.py:216
46 #: terminal.py:213
5147 msgid "Close Tab"
5248 msgstr ""
5349
54 #: terminal.py:224
50 #: terminal.py:221
5551 msgid "Previous Tab"
5652 msgstr ""
5753
58 #: terminal.py:232
54 #: terminal.py:229
5955 msgid "Next Tab"
6056 msgstr ""
57
58 #~ msgid "Become root"
59 #~ msgstr "روٹ بنيں"
6160
6261 #~ msgid "Terminal Activity"
6362 #~ msgstr "ٹرمينل سرگرمی"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-12-02 05:23+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "Thiết bị cuối"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "Trở thành người chủ"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "Thu nhỏ"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "Phóng to"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "Toàn màn hình"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "Mở thẻ mới"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "Đóng thẻ"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "Thẻ trước"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "Thẻ sau"
58
59 #~ msgid "Become root"
60 #~ msgstr "Trở thành người chủ"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "Hoạt động thiết bị cuối"
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1414 msgstr ""
1515 "Project-Id-Version: PACKAGE VERSION\n"
1616 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
17 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1818 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1919 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2020 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr ""
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr ""
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr ""
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr ""
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr ""
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr ""
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr ""
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr ""
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr ""
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2012-02-20 14:47+0200\n"
1818 "Last-Translator: Xin <dram.wang@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "终端"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "成为超级管理员"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "缩小"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "放大"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "全屏"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "打开新的标签页"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "关闭标签页"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "上一个标签页"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "下一个标签页"
58
59 #~ msgid "Become root"
60 #~ msgstr "成为超级管理员"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "终端活动"
1313 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-03 15:54-0500\n"
16 "POT-Creation-Date: 2012-06-20 00:32-0400\n"
1717 "PO-Revision-Date: 2011-08-26 11:40+0200\n"
1818 "Last-Translator: Yuan Chao <yuanchao@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2828 msgid "Terminal"
2929 msgstr "終端機"
3030
31 #: terminal.py:94
32 msgid "Become root"
33 msgstr "成為超級管理員"
34
35 #: terminal.py:169
31 #: terminal.py:166
3632 msgid "Zoom out"
3733 msgstr "縮小"
3834
39 #: terminal.py:176
35 #: terminal.py:173
4036 msgid "Zoom in"
4137 msgstr "放大"
4238
43 #: terminal.py:183
39 #: terminal.py:180
4440 msgid "Fullscreen"
4541 msgstr "全螢幕"
4642
47 #: terminal.py:209
43 #: terminal.py:206
4844 msgid "Open New Tab"
4945 msgstr "開啟新的分頁"
5046
51 #: terminal.py:216
47 #: terminal.py:213
5248 msgid "Close Tab"
5349 msgstr "關閉分頁"
5450
55 #: terminal.py:224
51 #: terminal.py:221
5652 msgid "Previous Tab"
5753 msgstr "上一個分頁"
5854
59 #: terminal.py:232
55 #: terminal.py:229
6056 msgid "Next Tab"
6157 msgstr "下一個分頁"
58
59 #~ msgid "Become root"
60 #~ msgstr "成為超級管理員"
6261
6362 #~ msgid "Terminal Activity"
6463 #~ msgstr "終端機活動"
1717
1818 import os
1919 import sys
20 import simplejson
20 import json
2121 import ConfigParser
2222 import logging
2323 from gettext import gettext as _
5454
5555 ZOOM_STEP = 1024
5656
57 VTE_VERSION = 0
58 try:
59 VTE_VERSION = Vte.MINOR_VERSION
60 except:
61 # version is not published in old versions of vte
62 pass
63
5764
5865 class TerminalActivity(activity.Activity):
5966
6774
6875 self.max_participants = 1
6976
77 self._theme_state = "light"
78
7079 toolbar_box = ToolbarBox()
7180
7281 activity_button = ActivityToolbarButton(self)
7584
7685 edit_toolbar = self._create_edit_toolbar()
7786 edit_toolbar_button = ToolbarButton(
78 page=edit_toolbar,
79 icon_name='toolbar-edit')
87 page=edit_toolbar,
88 icon_name='toolbar-edit'
89 )
8090 edit_toolbar.show()
8191 toolbar_box.toolbar.insert(edit_toolbar_button, -1)
8292 edit_toolbar_button.show()
8393
8494 view_toolbar = self._create_view_toolbar()
8595 view_toolbar_button = ToolbarButton(
86 page=view_toolbar,
87 icon_name='toolbar-view')
96 page=view_toolbar,
97 icon_name='toolbar-view')
8898 view_toolbar.show()
8999 toolbar_box.toolbar.insert(view_toolbar_button, -1)
90100 view_toolbar_button.show()
92102 self._delete_tab_toolbar = None
93103 self._previous_tab_toolbar = None
94104 self._next_tab_toolbar = None
105
106 helpbutton = self._create_help_button()
107 toolbar_box.toolbar.insert(helpbutton, -1)
108 helpbutton.show_all()
95109
96110 separator = Gtk.SeparatorToolItem()
97111 separator.props.draw = False
98112 separator.set_expand(True)
99113 toolbar_box.toolbar.insert(separator, -1)
100114 separator.show()
101
102 helpbutton = self._create_help_button()
103 toolbar_box.toolbar.insert(helpbutton, -1)
104 helpbutton.show_all()
105115
106116 stop_button = StopButton(self)
107117 stop_button.props.accelerator = '<Ctrl><Shift>Q'
141151 vt = self._notebook.get_nth_page(self._notebook.get_current_page()).vt
142152 vt.paste_clipboard()
143153
144 def _create_view_toolbar(self): # Zoom toolbar
154 def _toggled_theme(self, button):
155 if self._theme_state == "dark":
156 self._theme_state = "light"
157 elif self._theme_state == "light":
158 self._theme_state = "dark"
159 self._update_theme()
160
161 def _update_theme(self):
162 if self._theme_state == "light":
163 self._theme_toggler.set_icon_name('dark-theme')
164 self._theme_toggler.set_tooltip('Switch to Dark Theme')
165 elif self._theme_state == "dark":
166 self._theme_toggler.set_icon_name('light-theme')
167 self._theme_toggler.set_tooltip('Switch to Light Theme')
168
169 for i in range(self._notebook.get_n_pages()):
170 vt = self._notebook.get_nth_page(i).vt
171 self._configure_vt(vt)
172
173 def _create_view_toolbar(self): # Color changer and Zoom toolbar
145174 view_toolbar = Gtk.Toolbar()
175
176 self._theme_toggler = ToolButton('dark-theme')
177 self._theme_toggler.set_tooltip('Switch to Dark Theme')
178 self._theme_toggler.connect('clicked', self._toggled_theme)
179 view_toolbar.insert(self._theme_toggler, -1)
180 self._theme_toggler.show()
181
182 sep = Gtk.SeparatorToolItem()
183 view_toolbar.insert(sep, -1)
184 sep.show()
146185
147186 zoom_out_button = ToolButton('zoom-out')
148187 zoom_out_button.set_tooltip(_('Zoom out'))
189228 helpitem.add_section(_('cd'))
190229 helpitem.add_paragraph(_('Change directory'))
191230 helpitem.add_paragraph(_('To use it, write: cd directory'))
192 helpitem.add_paragraph(_(
193 'If you call it without parameters, will change\nto the user directory'))
231 helpitem.add_paragraph(
232 _('If you call it without parameters, will change\n'
233 'to the user directory'))
194234 helpitem.add_section(_('ls'))
195235 helpitem.add_paragraph(_('List the content of a directory.'))
196236 helpitem.add_paragraph(_('To use it, write: ls directory'))
197237 helpitem.add_paragraph(
198 _('If you call it without parameters, will list the\nworking directory'))
238 _('If you call it without parameters, will list the\n'
239 'working directory'))
199240 helpitem.add_section(_('cp'))
200241 helpitem.add_paragraph(_('Copy a file to a specific location'))
201242 helpitem.add_paragraph(_('Call it with the file and the new location'))
202 helpitem.add_paragraph(_('Use: cp file directory/'))
243 helpitem.add_paragraph(_('Use: cp file directory'))
203244 helpitem.add_section(_('rm'))
204245 helpitem.add_paragraph(_('Removes a file in any path'))
205246 helpitem.add_paragraph(_('Use: rm file'))
216257 index = self._create_tab(None)
217258 self._notebook.page = index
218259 if self._notebook.get_n_pages() == 2:
219 self._notebook.get_tab_label(self._notebook.get_nth_page(0
220 )).show_close_button()
260 self._notebook.get_tab_label(
261 self._notebook.get_nth_page(0)).show_close_button()
221262
222263 def __close_tab_cb(self, btn, child):
223264 index = self._notebook.page_num(child)
224265 self._close_tab(index)
225266 if self._notebook.get_n_pages() == 1:
226 self._notebook.get_tab_label(self._notebook.get_nth_page(0
227 )).hide_close_button()
267 self._notebook.get_tab_label(
268 self._notebook.get_nth_page(0)).hide_close_button()
228269
229270 def __prev_tab_cb(self, btn):
230271 if self._notebook.props.page == 0:
277318 vt.drag_dest_set(Gtk.DestDefaults.MOTION | Gtk.DestDefaults.DROP,
278319 [Gtk.TargetEntry.new('text/plain', 0, 0),
279320 Gtk.TargetEntry.new('STRING', 0, 1)],
280 Gdk.DragAction.DEFAULT | Gdk.DragAction.COPY)
321 Gdk.DragAction.DEFAULT | Gdk.DragAction.COPY)
281322 vt.drag_dest_add_text_targets()
282323 vt.connect('drag_data_received', self.__drag_data_received_cb)
283324
307348 # the 'window title'.
308349 # self._notebook.props.show_tabs = self._notebook.get_n_pages() > 1
309350 tablabel.hide_close_button() if self._notebook.get_n_pages() == 1\
310 else None
351 else None
311352 self._notebook.show_all()
312353
313354 # Launch the default shell in the HOME directory.
336377 # ACLs may deny access
337378 sys.stdout.write("Could not chdir to " + tab_state['cwd'])
338379
380 if 'font_size' in tab_state:
381 font_desc = vt.get_font()
382 font_desc.set_size(tab_state['font_size'])
383 vt.set_font(font_desc)
384
339385 # Restore the scrollback buffer.
340386 for l in tab_state['scrollback']:
341 vt.feed(l + '\r\n')
342
343 box.pid = vt.fork_command_full(Vte.PtyFlags.DEFAULT,
344 os.environ["HOME"],
345 ["/bin/bash"],
346 [],
347 GLib.SpawnFlags.DO_NOT_REAP_CHILD,
348 None,
349 None)
387 vt.feed(str(l) + '\r\n')
388
389 if hasattr(vt, 'fork_command_full'):
390 sucess_, box.pid = vt.fork_command_full(
391 Vte.PtyFlags.DEFAULT, os.environ["HOME"],
392 ["/bin/bash"], [], GLib.SpawnFlags. DO_NOT_REAP_CHILD,
393 None, None)
394 else:
395 sucess_, box.pid = vt.spawn_sync(
396 Vte.PtyFlags.DEFAULT, os.environ["HOME"],
397 ["/bin/bash"], [], GLib.SpawnFlags. DO_NOT_REAP_CHILD,
398 None, None)
399
350400 self._notebook.props.page = index
351401 vt.grab_focus()
352402
379429 if key_name in ['z', 'q']:
380430 event_to_vt(event)
381431 return True
432 elif key_name == 'Tab':
433 current_index = self._notebook.get_current_page()
434 if current_index == self._notebook.get_n_pages() - 1:
435 self._notebook.set_current_page(0)
436 else:
437 self._notebook.set_current_page(current_index + 1)
438 return True
439 elif event.get_state() & Gdk.ModifierType.SHIFT_MASK:
440 if key_name == 'ISO_Left_Tab':
441 current_index = self._notebook.get_current_page()
442 if current_index == 0:
443 self._notebook.set_current_page(
444 self._notebook.get_n_pages() - 1)
445 else:
446 self._notebook.set_current_page(current_index - 1)
447 return True
448 elif key_name == 'T':
449 self._create_tab(None)
450 return True
382451
383452 return False
384453
388457
389458 fd = open(file_path, 'r')
390459 text = fd.read()
391 data = simplejson.loads(text)
460 data = json.loads(text)
392461 fd.close()
393462
394463 # Clean out any existing tabs.
395464 while self._notebook.get_n_pages():
396465 self._notebook.remove_page(0)
397466
467 # Restore theme
468 self._theme_state = data['theme']
469 self._update_theme()
470
398471 # Create new tabs from saved state.
399472 for tab_state in data['tabs']:
400473 self._create_tab(tab_state)
406479 if self._notebook.get_n_pages() == 0:
407480 self._create_tab(None)
408481
409 if self._notebook.get_n_pages() > 1:
410 self._delete_tab_button.props.sensitive = True
411 self._previous_tab_button.props.sensitive = True
412 self._next_tab_button.props.sensitive = True
413
414482 def write_file(self, file_path):
415 return
416 # FIXME Bellow lines are commented in order to have journal access,
417 # but we are facing an upstream bug with Vte.Terminal.get_text,
418 # info on SL#3645, upstream gnome Bug #676999
419 #
420 # if not self.metadata['mime_type']:
421 # self.metadata['mime_type'] = 'text/plain'
422 #
423 # data = {}
424 # data['current-tab'] = self._notebook.get_current_page()
425 # data['tabs'] = []
426 #
427 # for i in range(self._notebook.get_n_pages()):
428 # page = self._notebook.get_nth_page(i)
429 #
430 # def selected_cb(terminal, c, row, cb_data):
431 # return 1
432 # scrollback_text = page.vt.get_text(selected_cb, False)
433 #
434 # scrollback_lines = scrollback_text.split('\n')
435 #
436 # # Note- this currently gets the child's initial environment
437 # # rather than the current environment, making it not very useful.
438 # environment = open('/proc/%d/environ' %
439 # page.pid, 'r').read().split('\0')
440 #
441 # cwd = os.readlink('/proc/%d/cwd' % page.pid)
442 #
443 # tab_state = {'env': environment, 'cwd': cwd,
444 # 'scrollback': scrollback_lines}
445 #
446 # data['tabs'].append(tab_state)
447 #
448 # fd = open(file_path, 'w')
449 # text = simplejson.dumps(data)
450 # fd.write(text)
451 # fd.close()
483 if not self.metadata['mime_type']:
484 self.metadata['mime_type'] = 'text/plain'
485
486 data = {}
487 data['current-tab'] = self._notebook.get_current_page()
488 data['theme'] = self._theme_state
489 data['tabs'] = []
490
491 for i in range(self._notebook.get_n_pages()):
492
493 def is_selected(vte, *args):
494 return True
495
496 page = self._notebook.get_nth_page(i)
497
498 text = ''
499 if VTE_VERSION >= 38:
500 # in older versions of vte, get_text() makes crash
501 # the activity at random - SL #4627
502 try:
503 # get_text is only available in latest vte #676999
504 # and pygobject/gobject-introspection #690041
505 text, attr_ = page.vt.get_text(is_selected, None)
506 except AttributeError:
507 pass
508
509 scrollback_lines = text.split('\n')
510
511 # Note- this currently gets the child's initial environment
512 # rather than the current environment, making it not very useful.
513 environment = open('/proc/%d/environ' %
514 page.pid, 'r').read().split('\0')
515
516 cwd = os.readlink('/proc/%d/cwd' % page.pid)
517
518 font_desc = page.vt.get_font()
519
520 tab_state = {'env': environment, 'cwd': cwd,
521 'font_size': font_desc.get_size(),
522 'scrollback': scrollback_lines}
523
524 data['tabs'].append(tab_state)
525
526 fd = open(file_path, 'w')
527 text = json.dumps(data)
528 fd.write(text)
529 fd.close()
452530
453531 def _get_conf(self, conf, var, default):
454532 if conf.has_option('terminal', var):
477555 font = self._get_conf(conf, 'font', 'Monospace')
478556 vt.set_font(Pango.FontDescription(font))
479557
480 fg_color = self._get_conf(conf, 'fg_color', '#000000')
481 bg_color = self._get_conf(conf, 'bg_color', '#FFFFFF')
482 vt.set_colors(Gdk.color_parse(fg_color),
483 Gdk.color_parse(bg_color), [])
558 self._theme_colors = {"light": {'fg_color': '#000000',
559 'bg_color': '#FFFFFF'},
560 "dark": {'fg_color': '#FFFFFF',
561 'bg_color': '#000000'}}
562 fg_color = self._theme_colors[self._theme_state]['fg_color']
563 bg_color = self._theme_colors[self._theme_state]['bg_color']
564 try:
565 vt.set_colors(Gdk.color_parse(fg_color),
566 Gdk.color_parse(bg_color), [])
567 except TypeError:
568 # Vte 0.38 requires the colors set as a different type
569 # in Fedora 21 we get a exception
570 # TypeError: argument foreground: Expected Gdk.RGBA,
571 # but got gi.overrides.Gdk.Color
572 vt.set_colors(Gdk.RGBA(*Gdk.color_parse(fg_color).to_floats()),
573 Gdk.RGBA(*Gdk.color_parse(bg_color).to_floats()), [])
484574
485575 blink = self._get_conf(conf, 'cursor_blink', False)
486576 vt.set_cursor_blink_mode(blink)
499589 scroll_output = self._get_conf(conf, 'scroll_on_output', False)
500590 vt.set_scroll_on_output(scroll_output)
501591
502 emulation = self._get_conf(conf, 'emulation', 'xterm')
503 vt.set_emulation(emulation)
504
505 visible_bell = self._get_conf(conf, 'visible_bell', False)
506 vt.set_visible_bell(visible_bell)
592 if hasattr(vt, 'set_emulation'):
593 # set_emulation is not available after vte commit
594 # 4e253be9282829f594c8a55ca08d1299e80e471d
595 emulation = self._get_conf(conf, 'emulation', 'xterm')
596 vt.set_emulation(emulation)
597
598 if hasattr(vt, 'set_visible_bell'):
599 visible_bell = self._get_conf(conf, 'visible_bell', False)
600 vt.set_visible_bell(visible_bell)
507601
508602 conf.write(open(conf_file, 'w'))
66 # it under the terms of the GNU General Public License as published by
77 # the Free Software Foundation; either version 2 of the License, or
88 # (at your option) any later version.
9 #,
9 #
1010 # This program is distributed in the hope that it will be useful,
1111 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1212 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3636 add_tab_icon = Icon(icon_name='add')
3737 self.props.relief = Gtk.ReliefStyle.NONE
3838 self.props.focus_on_click = False
39 icon_box = Gtk.HBox()
40 icon_box.pack_start(add_tab_icon, True, False, 0)
41 self.add(icon_box)
39 self.add(add_tab_icon)
4240 self.connect('clicked', self.__button_clicked_cb)
4341 add_tab_icon.show()
44 icon_box.show()
4542 self.show()
4643
4744 def __button_clicked_cb(self, button):
120117
121118 close_tab_icon = Icon(icon_name='close-tab')
122119 button = Gtk.Button()
123 button.props.relief = Gtk.ReliefStyle.NONE
124 button.props.focus_on_click = False
125 icon_box = Gtk.HBox()
126 icon_box.pack_start(close_tab_icon, True, False, 0)
127 button.add(icon_box)
120 button.add(close_tab_icon)
128121 button.connect('clicked', self.__button_clicked_cb)
129122 self.pack_start(button, False, True, 0)
130123 close_tab_icon.show()
131 icon_box.show()
132124 button.show()
133125 self._close_button = button
134126