|
1.
|
|
|
KIO Client
|
|
|
|
Cliente do KIO
|
|
Translated by
José Nuno Pires
|
|
|
|
Located in
kioclient.cpp:42
|
|
2.
|
|
|
Command-line tool for network-transparent operations
|
|
|
|
Uma ferramenta da linha de comandos para as operações transparentes na rede
|
|
Translated by
José Nuno Pires
|
|
|
|
Located in
kioclient.cpp:43
|
|
3.
|
|
|
Syntax:
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Sintaxe:
|
|
Translated by
José Nuno Pires
|
|
|
|
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 um menu de propriedades
|
|
Translated by
José Nuno Pires
|
|
|
|
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']
# Tenta abrir o documento referenciado pelo 'url' na aplicação
# associada a ele no KDE. Poderá omitir o 'tipo-MIME'.
# Neste caso, o tipo MIME é determinado automaticamente.
# Obviamente, o URL poderá ser o URL de um documento,
# poderá ser um ficheiro '*.desktop' ou ainda ser um executável.
|
|
Translated by
José Nuno Pires
|
|
|
|
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 'origem' 'destino'
# Move o URL 'origem' para o 'destino'.
# A 'origem' pode ser uma lista de URLs.
|
|
Translated by
José Nuno Pires
|
|
|
|
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.
|
|
|
|
# o 'destino' pode ser "trash:/", de modo a enviar
# os ficheiros para o caixote do lixo.
|
|
Translated by
José Nuno Pires
|
|
|
|
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 ['origem']
# Copia o URL 'origem' para um local definido pelo utilizador.
# A 'origem' pode ser uma lista de URLs; se não estiver
# presente, será pedido um URL.
|
|
Translated by
José Nuno Pires
|
|
|
|
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 'origem' 'destino'
# Copia o URL de 'origem' para o 'destino'.
# A 'origem' poderá ser uma lista de URLs.
|
|
Translated by
José Nuno Pires
|
|
|
|
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'
# Apresenta o conteúdo do 'url' no STDOUT
|
|
Translated by
José Nuno Pires
|
|
|
|
Located in
kioclient.cpp:80
|