diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2014-06-05 20:44:43 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2014-06-05 20:44:43 +0000 |
commit | db1229b6266c87ea882fd97fea85f98569a9d6c3 (patch) | |
tree | f68e63ec6faa0beb3289b1c68163e08b7b50a488 /release/help/docu_encrypt_file.es.html | |
parent | changed remove double linebreaks to old behaviour (without attention to signa... (diff) | |
download | gpg4usb-db1229b6266c87ea882fd97fea85f98569a9d6c3.tar.gz gpg4usb-db1229b6266c87ea882fd97fea85f98569a9d6c3.zip |
added spanish help files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.3@1113 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'release/help/docu_encrypt_file.es.html')
-rw-r--r-- | release/help/docu_encrypt_file.es.html | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/release/help/docu_encrypt_file.es.html b/release/help/docu_encrypt_file.es.html new file mode 100644 index 0000000..bee0741 --- /dev/null +++ b/release/help/docu_encrypt_file.es.html @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
+
+<head>
+<!--Translated using CatsCradle 3.91 [SourceID:docu_encry~UzYAh.html] //-->
+<title>gpg4usb
+ - Documentación</title>
+<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
+<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
+</head>
+
+<body>
+<div style="width:800px;text-align:center;float:center">
+Previo: <a href="docu_verify.html">Verificar
+ un mensaje</a> | <a href="docu.html">Principal</a> |
+ Siguiente: <a href="docu_decrypt_file.html">Descifrar
+ un archivo</a>
+<hr/>
+
+
+
+<div id="content">
+
+<h1>Cómo
+ cifrar un archivo</h1>
+<p>
+Hay
+ cinco pasos para cifrar un archivo. Supongamos que Bobby quiere cifrar un archivo
+ para Alice y para él mismo (esto significa que tanto él como Alice pueden descifrar
+ el archivo, cada uno con su propia llave privada). Él tiene que tener la llave pública
+ de Alice y la suya propia. </p>
+<h4>PASO
+ 1: Abrir menú 'Cifrar' </h4>
+<p>
+Primero,
+ Bobby abre el menú 'Cifrar'. Alternativamente, él puede presionar el botón 'Archivo'
+ en la barra de herramientas. </p>
+<p>
+<IMG SRC="img/docu/cryptfile_menu2.jpg" alt="abrir menú cifrar archivo"/>
+</p>
+
+<h4>PASO
+ 2: Escoger cifrar</h4>
+<p>
+Segundo,
+ él escoge 'Cifrar archivo'. </p>
+<p>
+<IMG SRC="img/docu/encryptfile_choose_encrypt.jpg" alt="escoher cifrar"/>
+</p>
+
+
+<h4>PASO
+ 3: Escoger archivo entrada/salida</h4>
+<p>
+Ahora
+ escoge el archivo de entrada/salida. Cuando escoge el archivo de entrada (el que
+ se va a cifrar), se recomienda que se dé el mismo nombre con el apéndice .asc para
+ el archivo de salida (el archivo ya cifrado). </p>
+<p>
+<IMG SRC="img/docu/encryptfile_choose_input_outputfile.jpg" alt="escoger archivo de entrada y salida"/>
+</p>
+
+<h4>PASO
+ 4: Escoger las llaves</h4>
+<p>
+Ahora,
+ Bobby escoge las llaves de las personas para las que el archivo se va a cifrar. Dése
+ cuenta de que él también tiene que seleccionar su propia llave si quiere ser capaz
+ de poder descifrar este archivo más tarde. </p>
+<p>
+<IMG SRC="img/docu/encryptfile_choose_keys.jpg" alt="escoger llaves"/>
+</p>
+
+<h4>PASO
+ 5: Pulsar 'OK'</h4>
+<p>
+Ahora
+ él pulsa el botón 'OK'. </p>
+<p>
+<IMG SRC="img/docu/encryptfile_hit_ok.jpg" alt="pulsar botón ok"/>
+</p>
+
+
+<p>Después
+ de esto, aparece el mensaje 'OK'. </p>
+<p>
+<IMG SRC="img/docu/decryptfile_okmessage.jpg" alt="mensaje ok"/>
+</p>
+
+
+</div>
+<hr/>
+Previo: <a href="docu_verify.html">Verificar
+ un mensaje</a> | <a href="docu.html">Principal</a> |
+ Siguiente: <a href="docu_decrypt_file.html">Descifrar
+ un archivo</a>
+</div>
+</body>
+</html>
|