|
1.
|
|
|
KIO Client
|
|
|
|
Client KIO
|
|
Translated by
Josep Ma. Ferrer
|
|
|
|
Located in
kioclient.cpp:42
|
|
2.
|
|
|
Command-line tool for network-transparent operations
|
|
|
|
Eina de la línia d'ordres per a operacions de transparents a la xarxa
|
|
Translated by
Josep Ma. Ferrer
|
|
|
|
Located in
kioclient.cpp:43
|
|
3.
|
|
|
Syntax:
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Sintaxi:
|
|
Translated by
Josep Ma. Ferrer
|
|
|
|
Located in
kioclient.cpp:54
|
|
4.
|
|
|
kioclient openProperties 'url'
# Opens a properties menu
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient openProperties «url»
# Obre un menú de propietats
|
|
Translated by
Josep Ma. Ferrer
|
|
|
|
Located in
kioclient.cpp:55
|
|
5.
|
|
|
kioclient exec 'url' ['mimetype']
# Tries to open the document pointed to by 'url', in the application
# associated with it in KDE. You may omit 'mimetype'.
# In this case the mimetype is determined
# automatically. Of course URL may be the URL of a
# document, or it may be a *.desktop file.
# 'url' can be an executable, too.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient exec «url» [«mimetype»]
# Intenta obrir el document apuntat pel «url», a l'aplicació
# associada amb ell en el KDE. Podeu ometre «mimetype».
# En aquest cas, el tipus MIME es determinarà
# automàticament. Evidentment, l'URL ha de ser l'URL d'un
# document, o pot ser un fitxer *.desktop.
# «url» també pot ser un executable.
|
|
Translated by
Josep Ma. Ferrer
|
|
|
|
Located in
kioclient.cpp:57
|
|
6.
|
|
|
kioclient move 'src' 'dest'
# Moves the URL 'src' to 'dest'.
# 'src' may be a list of URLs.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient move «src» «dest»
# Mou l'URL «src» a «dest».
# «src» pot ser una llista d'URL.
|
|
Translated by
Josep Ma. Ferrer
|
|
|
|
Located in
kioclient.cpp:64
|
|
7.
|
|
|
# 'dest' may be "trash:/" to move the files
# in the trash bin.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
# 'dest' pot ser "trash:/" per a moure els fitxers
# a la paperera.
|
|
Translated by
Josep Ma. Ferrer
|
|
|
|
Located in
kioclient.cpp:67
|
|
8.
|
|
|
kioclient download ['src']
# Copies the URL 'src' to a user-specified location'.
# 'src' may be a list of URLs, if not present then
# a URL will be requested.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient download [«src»]
# Copia l'URL «src» a una ubicació especificada per l'usuari.
# «src» pot ser una llista d'URL, i si no s'indica, llavors es
# requerirà un URL.
|
|
Translated by
Josep Ma. Ferrer
|
|
|
|
Located in
kioclient.cpp:71
|
|
9.
|
|
|
kioclient copy 'src' 'dest'
# Copies the URL 'src' to 'dest'.
# 'src' may be a list of URLs.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient copy 'src' 'dest'
# Copia l'URL 'src' a 'dest'.
# 'src' pot ser una llista d'URL.
|
|
Translated by
Josep Ma. Ferrer
|
|
|
|
Located in
kioclient.cpp:72
|
|
10.
|
|
|
kioclient cat 'url'
# Writes out the contents of 'url' to stdout
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient cat «url»
# Escriu el contingut de «url» a la sortida estàndard «stdout»
|
|
Translated by
Josep Ma. Ferrer
|
|
|
|
Located in
kioclient.cpp:80
|