Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Apr 4, 2007
1 parent 99af649 commit 1306680
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cyberduck.scriptTerminology
Expand Up @@ -31,7 +31,7 @@
<key>Encoding</key>
<dict>
<key>Description</key>
<string>The character set to decode filenames.</string>
<string>The text encoding to use.</string>
<key>Name</key>
<string>encoding</string>
</dict>
Expand Down Expand Up @@ -187,24 +187,24 @@
<key>DeleteFile</key>
<dict>
<key>Description</key>
<string>Delete file.</string>
<string>Delete file or folder.</string>
<key>Name</key>
<string>delete</string>
<key>Arguments</key>
<dict>
<key>Path</key>
<dict>
<key>Description</key>
<string>The filename.</string>
<string>The file or folder.</string>
<key>Name</key>
<string>file</string>
<string>item</string>
</dict>
</dict>
</dict>
<key>Refresh</key>
<dict>
<key>Description</key>
<string>Refresh folder listing.</string>
<string>Refresh working folder.</string>
<key>Name</key>
<string>refresh</string>
</dict>
Expand All @@ -219,7 +219,7 @@
<key>Path</key>
<dict>
<key>Description</key>
<string>The filename.</string>
<string>The file or folder.</string>
<key>Name</key>
<string>item</string>
</dict>
Expand Down Expand Up @@ -250,7 +250,7 @@
<key>Path</key>
<dict>
<key>Description</key>
<string>The filename.</string>
<string>The file or folder.</string>
<key>Name</key>
<string>item</string>
</dict>
Expand Down Expand Up @@ -281,7 +281,7 @@
<key>Path</key>
<dict>
<key>Description</key>
<string>The filename.</string>
<string>The file or folder.</string>
<key>Name</key>
<string>file</string>
</dict>
Expand Down Expand Up @@ -322,7 +322,7 @@
<key>Path</key>
<dict>
<key>Description</key>
<string>The filename.</string>
<string>The folder.</string>
<key>Name</key>
<string>to</string>
</dict>
Expand Down

0 comments on commit 1306680

Please sign in to comment.