~ubuntu-branches/ubuntu/vivid/krusader/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/i18n/pot/useraction-xml.docbook.pot

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-05-05 22:26:37 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505222637-ydv3cwjwy365on2r
Tags: 1:2.1.0~beta1-1ubuntu1
* Merge from Debian Unstable.  Remaining changes:
  - Retain Kubuntu doc path

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Translation of useraction-xml.docbook to LANGUAGE
2
 
# Copyright (C) 2006-2009, Krusader Krew
3
 
# This file is distributed under the same license as the Krusader package
4
 
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
 
#
6
 
#, fuzzy
7
 
msgid ""
8
 
msgstr ""
9
 
"Project-Id-Version: Krusader-doc-2.0.0 2009-04-09\n"
10
 
"Report-Msgid-Bugs-To:  <frank_schoolmeesters@yahoo.com>\n"
11
 
"POT-Creation-Date: 2009-04-09 08:07+0000\n"
12
 
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
 
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
 
"Language-Team: LANGUAGE <krusader-i18n@googlegroups.com>\n"
15
 
"MIME-Version: 1.0\n"
16
 
"Content-Type: application/x-xml2pot; charset=UTF-8\n"
17
 
"Content-Transfer-Encoding: 8bit\n"
18
 
 
19
 
#. Tag: title
20
 
#: useraction-xml.docbook:22
21
 
#, no-c-format
22
 
msgid "useraction.xml"
23
 
msgstr ""
24
 
 
25
 
#. Tag: para
26
 
#: useraction-xml.docbook:23
27
 
#, no-c-format
28
 
msgid "This appendix gives several examples of <filename>useraction.xml</filename> files. With this you can begin to discover the power of the <link linkend=\"useractions\">UserActions</link> and start learning how to use them. Once you understand how to write UserActions you will find that &krusader; is an even more powerful, customizable tool."
29
 
msgstr ""
30
 
 
31
 
#. Tag: para
32
 
#: useraction-xml.docbook:29
33
 
#, no-c-format
34
 
msgid "Please consider uploading your UserActions at <ulink url=\"http://www.kde-files.org/index.php?xcontentmode=660x661x662x663\">kde-files.org</ulink> as we are collecting them. If your UserAction is selected by us it will be shipped with &krusader; at the next release. We provide also an <ulink url=\"http://www.krusader.org/phpBB/viewforum.php?f=11\">UserActions Forum</ulink>."
35
 
msgstr ""
36
 
 
37
 
#. Tag: para
38
 
#: useraction-xml.docbook:36
39
 
#, no-c-format
40
 
msgid "Runs <command>uptime</command>"
41
 
msgstr ""
42
 
 
43
 
#. Tag: programlisting
44
 
#: useraction-xml.docbook:37
45
 
#, no-c-format
46
 
msgid ""
47
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
48
 
      " &lt;KrusaderUserActions>
 
 
b'\\n"'
49
 
      "  &lt;action name=\"uptime\" >
 
 
b'\\n"'
50
 
      "  &lt;title>Up-time&lt;/title>
 
 
b'\\n"'
51
 
      "  &lt;tooltip>tells how long since the computer has been booted&lt;/tooltip>
 
 
b'\\n"'
52
 
      "  &lt;icon>clock&lt;/icon>
 
 
b'\\n"'
53
 
      "  &lt;category>information&lt;/category>
 
 
b'\\n"'
54
 
      "  &lt;description same_as=\"tooltip\" />
 
 
b'\\n"'
55
 
      "  &lt;command executionmode=\"collect_output\" >uptime&lt;/command>
 
 
b'\\n"'
56
 
      "  &lt;defaultshortcut>Alt+Ctrl+U&lt;/defaultshortcut>
 
 
b'\\n"'
57
 
      " &lt;/action>
 
 
b'\\n"'
58
 
      "&lt;/KrusaderUserActions>"
59
 
msgstr ""
60
 
 
61
 
#. Tag: para
62
 
#: useraction-xml.docbook:52
63
 
#, no-c-format
64
 
msgid "Runs <command>ls -l</command>"
65
 
msgstr ""
66
 
 
67
 
#. Tag: programlisting
68
 
#: useraction-xml.docbook:53
69
 
#, no-c-format
70
 
msgid ""
71
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
72
 
      " &lt;KrusaderUserActions>
 
 
b'\\n"'
73
 
      "  &lt;action name=\"ls -l\" >
 
 
b'\\n"'
74
 
      "  &lt;title>ls -l in curremt dir&lt;/title>
 
 
b'\\n"'
75
 
      "  &lt;description same_as=\"tooltip\" />
 
 
b'\\n"'
76
 
      "  &lt;command executionmode=\"collect_output\" >ls -l %aPath% %oPath%&lt;/command>
 
 
b'\\n"'
77
 
      " &lt;/action>
 
 
b'\\n"'
78
 
      "&lt;/KrusaderUserActions>"
79
 
msgstr ""
80
 
 
81
 
#. Tag: para
82
 
#: useraction-xml.docbook:64
83
 
#, no-c-format
84
 
msgid "Echo Placeholder"
85
 
msgstr ""
86
 
 
87
 
#. Tag: programlisting
88
 
#: useraction-xml.docbook:65
89
 
#, no-c-format
90
 
msgid ""
91
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
92
 
      " &lt;KrusaderUserActions>
 
 
b'\\n"'
93
 
      "  &lt;action name=\"test_placeholder\" >
 
 
b'\\n"'
94
 
      "  &lt;title>Echo Placeholder&lt;/title>
 
 
b'\\n"'
95
 
      "  &lt;tooltip>Echo's the placeholder values&lt;/tooltip>
 
 
b'\\n"'
96
 
      "  &lt;category>Testing&lt;/category>
 
 
b'\\n"'
97
 
      "  &lt;description same_as=\"tooltip\" />
 
 
b'\\n"'
98
 
      "  &lt;command executionmode=\"collect_output\" onmultiplefiles=\"call_each\" >echo -e &quot;aPath %aPath()%  \\naCurrent: %aCurrent()%&quot;&lt;/command>
 
 
b'\\n"'
99
 
      " &lt;/action>
 
 
b'\\n"'
100
 
      "&lt;/KrusaderUserActions>"
101
 
msgstr ""
102
 
 
103
 
#. Tag: para
104
 
#: useraction-xml.docbook:78
105
 
#, no-c-format
106
 
msgid "This useraction copies current path and filename to clipboard:"
107
 
msgstr ""
108
 
 
109
 
#. Tag: programlisting
110
 
#: useraction-xml.docbook:79
111
 
#, no-c-format
112
 
msgid ""
113
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
114
 
      "&lt;KrusaderUserActions>
 
 
b'\\n"'
115
 
      " &lt;action name=\"clipboard current\" >
 
 
b'\\n"'
116
 
      "  &lt;title>Copy to Clipboard&lt;/title>
 
 
b'\\n"'
117
 
      "  &lt;tooltip>Copy to clipboard&lt;/tooltip>
 
 
b'\\n"'
118
 
      "  &lt;icon>klipper&lt;/icon>
 
 
b'\\n"'
119
 
      "  &lt;category>System&lt;/category>
 
 
b'\\n"'
120
 
      "  &lt;description>Copy current path and filename to clipboard&lt;/description>
 
 
b'\\n"'
121
 
      "  &lt;command>%_Clipboard(&quot;%aCurrent%&quot;)%&lt;/command>
 
 
b'\\n"'
122
 
      "  &lt;defaultshortcut>Win+C&lt;/defaultshortcut>
 
 
b'\\n"'
123
 
      " &lt;/action>
 
 
b'\\n"'
124
 
      "&lt;/KrusaderUserActions>"
125
 
msgstr ""
126
 
 
127
 
#. Tag: para
128
 
#: useraction-xml.docbook:94
129
 
#, no-c-format
130
 
msgid "Selects <literal role=\"extension\">.diff</literal> and <literal role=\"extension\">*.h</literal> in the active panel:"
131
 
msgstr ""
132
 
 
133
 
#. Tag: programlisting
134
 
#: useraction-xml.docbook:95
135
 
#, no-c-format
136
 
msgid ""
137
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
138
 
      "&lt;KrusaderUserActions>
 
 
b'\\n"'
139
 
      " &lt;action name=\"test_select\" >
 
 
b'\\n"'
140
 
      "  &lt;title>Add selection *.diff and *.h&lt;/title>
 
 
b'\\n"'
141
 
      "  &lt;category>Selection&lt;/category>
 
 
b'\\n"'
142
 
      "  &lt;command>%aSelect(&quot;*.diff&quot;, &quot;add&quot;)% %aSelect(&quot;*.h&quot;, &quot;add&quot;)%&lt;/command>
 
 
b'\\n"'
143
 
      " &lt;/action>
 
 
b'\\n"'
144
 
      "&lt;/KrusaderUserActions>"
145
 
msgstr ""
146
 
 
147
 
#. Tag: para
148
 
#: useraction-xml.docbook:106
149
 
#, no-c-format
150
 
msgid "Active panel changes to <filename>mnt/floppy</filename> (bookmark):"
151
 
msgstr ""
152
 
 
153
 
#. Tag: programlisting
154
 
#: useraction-xml.docbook:107
155
 
#, no-c-format
156
 
msgid ""
157
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
158
 
      "&lt;action name=\"mnt/floppy bookmark\" >
 
 
b'\\n"'
159
 
      "  &lt;title>Jump to /mnt/floppy&lt;/title>
 
 
b'\\n"'
160
 
      "  &lt;category>Bookmarks&lt;/category>
 
 
b'\\n"'
161
 
      "  &lt;command>%aGoto(&quot;/mnt/floppy&quot;, &quot;yes&quot;)%&lt;/command>
 
 
b'\\n"'
162
 
      " &lt;/action>
 
 
b'\\n"'
163
 
      "&lt;/KrusaderUserActions>"
164
 
msgstr ""
165
 
 
166
 
#. Tag: para
167
 
#: useraction-xml.docbook:117
168
 
#, no-c-format
169
 
msgid "Select in the non-active panel, all filenames that are highlighted in the active panel:"
170
 
msgstr ""
171
 
 
172
 
#. Tag: programlisting
173
 
#: useraction-xml.docbook:118
174
 
#, no-c-format
175
 
msgid ""
176
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
177
 
      " &lt;action name=\"asdfasdf\" >
 
 
b'\\n"'
178
 
      "  &lt;title>Select in Other Panel&lt;/title>
 
 
b'\\n"'
179
 
      "  &lt;category>Selection&lt;/category>
 
 
b'\\n"'
180
 
      "  &lt;description>Select all filenames that are selected in the active panel, also in the non-active panel&lt;/description>
 
 
b'\\n"'
181
 
      "  &lt;command>%oSelect(&quot;%aList(&quot;selected&quot;, &quot; &quot;, &quot;Yes&quot;)%&quot;)%&lt;/command>
 
 
b'\\n"'
182
 
      " &lt;/action>
 
 
b'\\n"'
183
 
      "&lt;/KrusaderUserActions"
184
 
msgstr ""
185
 
 
186
 
#. Tag: para
187
 
#: useraction-xml.docbook:129
188
 
#, no-c-format
189
 
msgid "Make a backup of the current file/folder to <filename>foo.bak</filename> into the current directory:"
190
 
msgstr ""
191
 
 
192
 
#. Tag: programlisting
193
 
#: useraction-xml.docbook:130
194
 
#, no-c-format
195
 
msgid ""
196
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
197
 
      "&lt;KrusaderUserActions>
 
 
b'\\n"'
198
 
      " &lt;action name=\"backup current\" >
 
 
b'\\n"'
199
 
      "  &lt;title>Backup in Current Directory&lt;/title>
 
 
b'\\n"'
200
 
      "  &lt;tooltip>Backup in current directory&lt;/tooltip>
 
 
b'\\n"'
201
 
      "  &lt;icon>filesaveas&lt;/icon>
 
 
b'\\n"'
202
 
      "  &lt;category>System&lt;/category>
 
 
b'\\n"'
203
 
      "  &lt;description same_as=\"tooltip\" />
 
 
b'\\n"'
204
 
      "  &lt;command>%_Copy(&quot;%aCurrent%&quot;, &quot;%_Ask(&quot;new name&quot;, &quot;%aCurrent%.bak&quot;)&quot;)%&lt;/command>
 
 
b'\\n"'
205
 
      "  &lt;defaultshortcut>Shift+F5&lt;/defaultshortcut>
 
 
b'\\n"'
206
 
      " &lt;/action>
 
 
b'\\n"'
207
 
      "&lt;/KrusaderUserActions>"
208
 
msgstr ""
209
 
 
210
 
#. Tag: para
211
 
#: useraction-xml.docbook:145
212
 
#, no-c-format
213
 
msgid "Opens <link linkend=\"krusearcher\">KruSearcher</link>:"
214
 
msgstr ""
215
 
 
216
 
#. Tag: programlisting
217
 
#: useraction-xml.docbook:146
218
 
#, no-c-format
219
 
msgid ""
220
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
221
 
      "&lt;KrusaderUserActions>
 
 
b'\\n"'
222
 
      " &lt;action name=\"search\" >
 
 
b'\\n"'
223
 
      "  &lt;title>Search Test&lt;/title>
 
 
b'\\n"'
224
 
      "  &lt;command>%_NewSearch(&quot;Search 2&quot;)%&lt;/command>
 
 
b'\\n"'
225
 
      " &lt;/action>
 
 
b'\\n"'
226
 
      "&lt;/KrusaderUserActions>"
227
 
msgstr ""
228
 
 
229
 
#. Tag: para
230
 
#: useraction-xml.docbook:156
231
 
#, no-c-format
232
 
msgid "Sets the selected picture as wallpaper:"
233
 
msgstr ""
234
 
 
235
 
#. Tag: programlisting
236
 
#: useraction-xml.docbook:157
237
 
#, no-c-format
238
 
msgid ""
239
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
240
 
      "&lt;KrusaderUserActions>
 
 
b'\\n"'
241
 
      " &lt;action name=\"set wallpaper\" >
 
 
b'\\n"'
242
 
      "  &lt;title>Set as Wallpaper&lt;/title>
 
 
b'\\n"'
243
 
      "  &lt;tooltip>Set as wallpaper&lt;/tooltip>
 
 
b'\\n"'
244
 
      "  &lt;icon>image&lt;/icon>
 
 
b'\\n"'
245
 
      "  &lt;category>Service Menu&lt;/category>
 
 
b'\\n"'
246
 
      "  &lt;description>Set as wallpaper (scaled)&lt;/description>
 
 
b'\\n"'
247
 
      "  &lt;command>dcop kdesktop KBackgroundIface setWallpaper &quot;%aCurrent%&quot; 6&lt;/command>
 
 
b'\\n"'
248
 
      "  &lt;defaultshortcut>Win+W&lt;/defaultshortcut>
 
 
b'\\n"'
249
 
      " &lt;/action>
 
 
b'\\n"'
250
 
      "&lt;/KrusaderUserActions>"
251
 
msgstr ""
252
 
 
253
 
#. Tag: para
254
 
#: useraction-xml.docbook:172
255
 
#, no-c-format
256
 
msgid "This useraction edits a file with root permissions using <command>kdesu</command>:"
257
 
msgstr ""
258
 
 
259
 
#. Tag: programlisting
260
 
#: useraction-xml.docbook:173
261
 
#, no-c-format
262
 
msgid ""
263
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
264
 
      "&lt;KrusaderUserActions>
 
 
b'\\n"'
265
 
      " &lt;action name=\"edit as root\" >
 
 
b'\\n"'
266
 
      "  &lt;title>Edit as Root&lt;/title>
 
 
b'\\n"'
267
 
      "  &lt;tooltip>Edit as root&lt;/tooltip>
 
 
b'\\n"'
268
 
      "  &lt;icon>kwrite&lt;/icon>
 
 
b'\\n"'
269
 
      "  &lt;category>System&lt;/category>
 
 
b'\\n"'
270
 
      "  &lt;description>Edit a file with root permissions using kdesu&lt;/description>
 
 
b'\\n"'
271
 
      "  &lt;command>kdesu kedit %aCurrent%&lt;/command>
 
 
b'\\n"'
272
 
      "  &lt;defaultshortcut>Win+F4&lt;/defaultshortcut>
 
 
b'\\n"'
273
 
      " &lt;/action>
 
 
b'\\n"'
274
 
      "&lt;/KrusaderUserActions>"
275
 
msgstr ""
276
 
 
277
 
#. Tag: para
278
 
#: useraction-xml.docbook:188
279
 
#, no-c-format
280
 
msgid "This useraction Add item(s) to Amarok playlist:"
281
 
msgstr ""
282
 
 
283
 
#. Tag: programlisting
284
 
#: useraction-xml.docbook:189
285
 
#, no-c-format
286
 
msgid ""
287
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
288
 
      "&lt;KrusaderUserActions>
 
 
b'\\n"'
289
 
      " &lt;action name=\"amarok enqueue\" >
 
 
b'\\n"'
290
 
      "  &lt;title>Enqueue in Amarok&lt;/title>
 
 
b'\\n"'
291
 
      "  &lt;tooltip>Append selected item(s) to Amarok playlist&lt;/tooltip>
 
 
b'\\n"'
292
 
      "  &lt;icon>amarok&lt;/icon>
 
 
b'\\n"'
293
 
      "  &lt;category>Multimedia&lt;/category>
 
 
b'\\n"'
294
 
      "  &lt;description same_as=\"tooltip\" />
 
 
b'\\n"'
295
 
      "  &lt;command>amarok --append %aList(&quot;Selected&quot;)%&lt;/command>
 
 
b'\\n"'
296
 
      "  &lt;defaultshortcut>Win+A&lt;/defaultshortcut>
 
 
b'\\n"'
297
 
      " &lt;/action>
 
 
b'\\n"'
298
 
      "&lt;/KrusaderUserActions>"
299
 
msgstr ""
300
 
 
301
 
#. Tag: para
302
 
#: useraction-xml.docbook:204
303
 
#, no-c-format
304
 
msgid "Opens <link linkend=\"synchronizer\">Synchronizer</link>:"
305
 
msgstr ""
306
 
 
307
 
#. Tag: programlisting
308
 
#: useraction-xml.docbook:205
309
 
#, no-c-format
310
 
msgid ""
311
 
      "&lt;!DOCTYPE KrusaderUserActions>
 
 
b'\\n"'
312
 
      "&lt;KrusaderUserActions>
 
 
b'\\n"'
313
 
      " &lt;action name=\"synchronizer\" >
 
 
b'\\n"'
314
 
      "  &lt;title>Synchronizer&lt;/title>
 
 
b'\\n"'
315
 
      "  &lt;command>%_Sync(&quot;Sync 2&quot;)%&lt;/command>
 
 
b'\\n"'
316
 
      " &lt;/action>
 
 
b'\\n"'
317
 
      "&lt;/KrusaderUserActions>"
318
 
msgstr ""
319