~dcaro/clicompanion/fix-1035073.2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# CLIcompanion i18n
# Copyright 2010 Duane Hinnen, Kenny Meyer, Marcos Vanetta
# This file is distributed under the same license as the clicompaninon package.
# Duane Hinnen <duanedesign@ubuntu.com>, 2010.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-12-08 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: controller.py:34 view.py:32
msgid "You need to install the python gtk bindings package 'python-gtk2'"
msgstr ""

#: controller.py:42 view.py:40
msgid "You need to install 'python-vte' the python bindings for libvte."
msgstr ""

#: controller.py:70
msgid "This command requires more information."
msgstr ""

#: controller.py:82
msgid "Please provide a "
msgstr ""

#: controller.py:114
msgid "Add a command to your command list"
msgstr ""

#: controller.py:127 controller.py:212 view.py:159
msgid "Command"
msgstr ""

#: controller.py:130 controller.py:215 view.py:160
msgid "User Input"
msgstr ""

#: controller.py:134 controller.py:219 view.py:161
msgid "Description"
msgstr ""

#: controller.py:140
msgid ""
"When entering a command use question marks(?) as placeholders if user input "
"is required when the command runs. Example: ls /any/directory would be "
"entered as, ls ? .For each question mark(?) in your command, if any, use the "
"User Input field to provide a hint for each variable. Using our example ls ? "
"you could put directory as the User Input. Lastly provide a brief "
"Description."
msgstr ""

#: controller.py:198
msgid "Edit a command in your command list"
msgstr ""

#: controller.py:225
msgid ""
"Please provide a command, description, and what type of user variable, if "
"any, is required."
msgstr ""

#: view.py:205
msgid "Search:"
msgstr ""

#: view.py:210
msgid "Search your list of commands"
msgstr ""

#: view.py:225
msgid "Command List"
msgstr ""

#: view.py:227
msgid "Click to show/hide command list"
msgstr ""

#: view.py:241
msgid "Click to add another tab"
msgstr ""

#: menus_buttons.py:31
msgid "File"
msgstr ""

#: menus_buttons.py:35 menus_buttons.py:80
msgid "Help"
msgstr ""

#: menus_buttons.py:40
msgid "Run Command"
msgstr ""

#: menus_buttons.py:46
msgid "Add Command"
msgstr ""

#: menus_buttons.py:52
msgid "Remove Command"
msgstr ""

#: menus_buttons.py:59
msgid "Add Tab"
msgstr ""

#: menus_buttons.py:65
msgid "Quit"
msgstr ""

#: menus_buttons.py:73
msgid "About"
msgstr ""

#: menus_buttons.py:108
msgid "Run"
msgstr ""

#: menus_buttons.py:111
msgid "Click to run a highlighted command"
msgstr ""

#: menus_buttons.py:116
msgid "Click to add a command to your command list"
msgstr ""

#: menus_buttons.py:118
msgid "Edit"
msgstr ""

#: menus_buttons.py:121
msgid "Click to edit a command in your command list"
msgstr ""

#: menus_buttons.py:126
msgid "Click to delete a command in your command list"
msgstr ""

#: menus_buttons.py:131
msgid "Click to get help with a command in your command list"
msgstr ""

#: menus_buttons.py:136
msgid "Click to quit CLI Companion"
msgstr ""