|
1.
|
|
|
KIO Client
|
|
|
|
Cliente KIO
|
|
Translated by
Jaime Robles
|
|
|
|
Located in
kioclient.cpp:42
|
|
2.
|
|
|
Command-line tool for network-transparent operations
|
|
|
|
Herramienta de la línea de órdenes para operaciones trasparentes de red
|
|
Translated by
Jaime Robles
|
|
|
|
Located in
kioclient.cpp:43
|
|
3.
|
|
|
Syntax:
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Sintaxis:
|
|
Translated by
Jaime Robles
|
|
|
|
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»
# Abre un menú de propiedades
|
|
Translated by
Cristina Yenyxe Gonzalez Garcia
|
|
|
|
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» [«tipo_MIME»]
# Intenta abrir el documento señalado por «url» en la aplicación
# asociada a él en KDE. Puede omitir «tipo_MIME».
# En tal caso el tipo MIME se determina automáticamente,
# Por supuesto, el URL puede ser de un documento,
# o puede ser un archivo *.desktop.
# «url» también puede ser un ejecutable.
|
|
Translated by
Cristina Yenyxe Gonzalez Garcia
|
|
|
|
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 «origen» «destino»
# Mueve el URL «origen» a «destino».
# «origen» puede ser una lista de URL.
|
|
Translated by
Cristina Yenyxe Gonzalez Garcia
|
|
|
|
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» puede ser "trash:/" para mover archivos
# a la papelera.
|
|
Translated by
Jaime Robles
|
|
|
|
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.
|
|
|
|
descarga kioclient [«origen»]
# Copia el URL «origen» a una ubicación indicada por el usuario.
# «origen» puede ser una lista de URL; si no estuviera
# presente, se solicitaría un URL.
|
|
Translated by
Cristina Yenyxe Gonzalez Garcia
|
|
|
|
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 'origen' 'destino'
# Copia el URL «origen» a «destino».
# «origen» puede ser una lista de URL.
|
|
Translated by
Jaime Robles
|
|
|
|
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»
# Escribe el contenido de «url» a la salida estándar
|
|
Translated by
Cristina Yenyxe Gonzalez Garcia
|
|
Reviewed by
Paco Molinero
|
|
|
|
Located in
kioclient.cpp:80
|