All translations: merge POs and POT.
authorThérèse Godefroy <godef.th@free.fr>
Tue, 27 Jul 2021 16:08:14 +0000 (18:08 +0200)
committerThérèse Godefroy <godef.th@free.fr>
Tue, 27 Jul 2021 17:14:49 +0000 (19:14 +0200)
18 files changed:
esd-ar.po
esd-cs.po
esd-de.po
esd-el.po
esd-es.po
esd-fa.po
esd-fr.po
esd-gl.po
esd-it.po
esd-ja.po
esd-ko.po
esd-ml.po
esd-pt-br.po
esd-ro.po
esd-sq.po
esd-temp.pot
esd-tr.po
esd-zh-hans.po

index f655c9c4dea06114d3571c01cac206b2e36f7e8c..aa3d636532cdd6ffeee5534bb37f7c747b581647 100644 (file)
--- a/esd-ar.po
+++ b/esd-ar.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 4.0\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: 2016-02-10 10:12+0100\n"
 "Last-Translator: Yassir Karroun <ukarroum17@gmail.com>\n"
 "Language-Team: \n"
@@ -183,6 +183,17 @@ msgstr ""
 msgid "Email Self-Defense"
 msgstr ""
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr ""
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -515,9 +526,9 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -796,18 +807,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -847,38 +854,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -912,7 +919,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -920,22 +927,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -944,13 +951,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -996,7 +1003,7 @@ msgstr ""
 msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -2112,9 +2119,6 @@ msgid ""
 "know at <a href=\"mailto:campaigns@fsf.org\">campaigns@fsf.org</a>."
 msgstr ""
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr ""
 #~ "<a class=\"current\" href=\"/ar\">العربية <span class=\"tip\">tip</span></"
index 216a87c3deda11d54a1390e499b9f5cb4c86cd18..626aeb81ee51c240611707f9ee3f45262370eac8 100644 (file)
--- a/esd-cs.po
+++ b/esd-cs.po
@@ -11,7 +11,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: 2016-05-04 21:58+0100\n"
 "Last-Translator: Tomáš Starý <tomichec@gmail.com>\n"
 "Language-Team: \n"
@@ -313,6 +313,20 @@ msgstr "GnuPG, GPG, openpgp, špehování, soukromí, email, Enigmail"
 msgid "Email Self-Defense"
 msgstr "Emailová sebeobrana"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -749,12 +763,12 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "<em>Krok 1.b</em> Stáhněte si GPG4Win, abyste získali GnuPG"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is a
-# | {+email and file encryption+} software package that includes GnuPG. [-<a
-# | href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and install
-# | [-it,-] {+the latest version,+} choosing default options whenever asked.
-# | After it's installed, you can close any windows that it creates.
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is [-a-]
+# | {+an email and file encryption+} software package that includes GnuPG.
+# | [-<a href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and
+# | install [-it,-] {+the latest version,+} choosing default options whenever
+# | asked. After it's installed, you can close any windows that it creates.
 #, fuzzy
 #| msgid ""
 #| "GPG4Win is a software package that includes GnuPG. <a href=\"https://www."
@@ -762,7 +776,7 @@ msgstr "<em>Krok 1.b</em> Stáhněte si GPG4Win, abyste získali GnuPG"
 #| "whenever asked. After it's installed, you can close any windows that it "
 #| "creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -1209,18 +1223,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -1283,38 +1293,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1372,7 +1382,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1380,22 +1390,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1404,13 +1414,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1467,7 +1477,7 @@ msgstr "Řešení problémů"
 msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr "<em>Krok 1.a</em>Nastavte emailový program pro svůj emailový účet"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -3441,9 +3451,6 @@ msgstr ""
 #~ "General Public License. <a href=\"http://www.gnu.org/licenses/license-"
 #~ "list.html#OtherLicenses\">Proč tyto licence?</a>"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -3492,9 +3499,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index 00a90356694046d0f9ed28b19e8747b1cc89b3d1..1fa6a30aeecadedeaf1e94624cf60637058067d5 100644 (file)
--- a/esd-de.po
+++ b/esd-de.po
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 4.0\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: 2019-10-31 10:19+0100\n"
 "Last-Translator: Raffael <rr@fsfe.org>\n"
 "Language-Team: \n"
@@ -320,6 +320,20 @@ msgstr "GnuPG, GPG, openpgp, Überwachung, Privatsphäre, E-Mail, Enigmail"
 msgid "Email Self-Defense"
 msgstr "E-Mail-Selbstverteidigung"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -747,12 +761,12 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "<em>Schritt 1.B</em> Hol dir GnuPG, indem du GPG4Win herunterlädst"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is a
-# | {+email and file encryption+} software package that includes GnuPG. [-<a
-# | href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and install
-# | [-it,-] {+the latest version,+} choosing default options whenever asked.
-# | After it's installed, you can close any windows that it creates.
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is [-a-]
+# | {+an email and file encryption+} software package that includes GnuPG.
+# | [-<a href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and
+# | install [-it,-] {+the latest version,+} choosing default options whenever
+# | asked. After it's installed, you can close any windows that it creates.
 #, fuzzy
 #| msgid ""
 #| "GPG4Win is a software package that includes GnuPG. <a href=\"https://www."
@@ -760,7 +774,7 @@ msgstr "<em>Schritt 1.B</em> Hol dir GnuPG, indem du GPG4Win herunterlädst"
 #| "whenever asked. After it's installed, you can close any windows that it "
 #| "creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -1225,18 +1239,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -1300,38 +1310,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1390,7 +1400,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1398,22 +1408,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1422,13 +1432,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1485,7 +1495,7 @@ msgstr "Problembehebung"
 msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr "<em>Schritt 1.A</em> Konfiguriere dein E-Mail-Programm für dein Konto"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -3557,9 +3567,6 @@ msgstr ""
 #~ "License erhältlich ist. <a href=\"http://www.gnu.org/licenses/license-"
 #~ "list.html#OtherLicenses\">Warum diese Lizenzen?</a>"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -3608,9 +3615,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index bfde6ffa1678b6de7cd16c658208534ad0184e16..376304399fed6f64b354fb7e857b336d04a3d9c0 100644 (file)
--- a/esd-el.po
+++ b/esd-el.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 3.0\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: 2014-08-22 01:50+0200\n"
 "Last-Translator: Ilias Koumoundouros <ilias.k.cs@freemail.gr>\n"
 "Language-Team: \n"
@@ -289,6 +289,20 @@ msgstr "GnuPG, GPG, openpgp, παρακολούθηση, ιδιωτικότητ
 msgid "Email Self-Defense"
 msgstr "ΑΥΤΟΑΜΥΝΑ ΜΕ EMAIL"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -748,12 +762,12 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "<em>ΒΗΜΑ 1.Β</em> ΠΑΡΕ ΤΟ GnuPG ΚΑΤΕΒΑΖΟΝΤΑΣ ΤΟ GPG4Win"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is a
-# | {+email and file encryption+} software package that includes GnuPG. [-<a
-# | href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and install
-# | [-it,-] {+the latest version,+} choosing default options whenever asked.
-# | After it's installed, you can close any windows that it creates.
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is [-a-]
+# | {+an email and file encryption+} software package that includes GnuPG.
+# | [-<a href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and
+# | install [-it,-] {+the latest version,+} choosing default options whenever
+# | asked. After it's installed, you can close any windows that it creates.
 #, fuzzy
 #| msgid ""
 #| "GPG4Win is a software package that includes GnuPG. <a href=\"https://www."
@@ -761,7 +775,7 @@ msgstr "<em>ΒΗΜΑ 1.Β</em> ΠΑΡΕ ΤΟ GnuPG ΚΑΤΕΒΑΖΟΝΤΑΣ ΤΟ
 #| "whenever asked. After it's installed, you can close any windows that it "
 #| "creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -1138,18 +1152,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -1211,38 +1221,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1276,7 +1286,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1284,22 +1294,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1308,13 +1318,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1373,7 +1383,7 @@ msgstr ""
 "<em>ΒΗΜΑ 1.Α</em> ΡΥΘΜΙΣΕ ΤΟ ΠΡΟΓΡΑΜΜΑ EMAIL ΣΟΥ ΜΕ ΤΑ ΣΤΟΙΧΕΙΑ ΤΟΥ "
 "ΛΟΓΑΡΙΑΣΜΟΥ EMAIL ΣΟΥ"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -3092,9 +3102,6 @@ msgstr ""
 #~ "<a id=\"infographic\" href=\"https://emailselfdefense.fsf.org/en/"
 #~ "infographic.html\">"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -3143,9 +3150,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index 4422d42375621445ab985090989b4b4a90c08614..ed77df450415445e99e016b6039c1135ef00e155 100644 (file)
--- a/esd-es.po
+++ b/esd-es.po
@@ -10,7 +10,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 4.0\n"
-"POT-Creation-Date: 2021-07-23 16:59+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: 2021-07-23 18:49+0200\n"
 "Last-Translator: victorhck <victorhck@mailbox.org>\n"
 "Language-Team: Spanish <>\n"
@@ -241,6 +241,20 @@ msgstr "GnuPG, GPG, openpgp, surveillance, privacy, email, security, GnuPG2"
 msgid "Email Self-Defense"
 msgstr "Defensa personal del correo electrónico"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -591,9 +605,19 @@ msgstr "Windows"
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "Obtén GnuPG descargando GPG4Win"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | <a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a{+n+} email and file
+# | encryption software package that includes GnuPG. Download and install the
+# | latest version, choosing default options whenever asked. After it's
+# | installed, you can close any windows that it creates.
+#, fuzzy
+#| msgid ""
+#| "<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+#| "encryption software package that includes GnuPG. Download and install the "
+#| "latest version, choosing default options whenever asked. After it's "
+#| "installed, you can close any windows that it creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -992,22 +1016,27 @@ msgstr ""
 "hace de una manera confiable. Para exportar tus claves se puede hacer con "
 "los siguiente comandos:"
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
+# | <span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg
+# | --export-secret-keys -a [-[keyid]-] {+[keyID]+} > my_secret_key.asc
+#, fuzzy
+#| msgid ""
+#| "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
+#| "secret-keys -a [keyid] > my_secret_key.asc"
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
 "secret-keys -a [keyid] > mi_clave_secreta.asc"
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><p>
+# | $ gpg --export -a [-[keyid]-] {+[keyID]+} > my_public_key.asc {+</span>+}
+#, fuzzy
+#| msgid "$ gpg --export -a [keyid] > my_public_key.asc"
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr "$ gpg --export -a [keyid] > mi_clave_pública.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
-msgstr "</span>"
-
 #. type: Content of: <html><body><section><div><div><div><h6>
 msgid "Generate a revocation certificate"
 msgstr "Genera un certificado de revocación"
@@ -1066,7 +1095,7 @@ msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 "Mi llave no parece funcionar u obtengo un mensaje \"permiso denegado\"."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
@@ -1077,7 +1106,7 @@ msgstr ""
 "sistema no acepte tus claves. Puedes seguir los pasos siguientes para "
 "verificar y actualizar a los permisos correctos."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
@@ -1085,7 +1114,7 @@ msgstr ""
 "# Comprueba tus permisos: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
@@ -1093,7 +1122,7 @@ msgstr ""
 "# Establece los permisos para leer, escribir y ejecutar solo para ti, no "
 "para otros. Estos son los permisos recomendados para tu carpeta."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
@@ -1101,7 +1130,7 @@ msgstr ""
 "Puedes utilizar el código <span style=\"color:#2f5faa; font-family: "
 "monospace;\">chmod 700 ~/.gnupg</span>"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
@@ -1109,7 +1138,7 @@ msgstr ""
 "# Establece los permisos para leer y escribir solo para ti, no para otros. "
 "Estos son los permiso recomendados para las claves dentro de tu carpeta."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1158,7 +1187,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr "Transfiriendo tus claves"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1170,24 +1199,36 @@ msgstr ""
 "se transfiere, se hace de manera fiable. Importar y exportar una claves se "
 "puede hacer con los siguientes comandos:"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+# | <span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg
+# | --export-secret-keys -a [-keyid-] {+[keyID]+} > my_private_key.asc
+#, fuzzy
+#| msgid ""
+#| "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
+#| "secret-keys -a keyid > my_private_key.asc"
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
 "secret-keys -a keyid > mi_clave_privada.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
-msgstr "$ gpg --export -a keyid > mi_clave_pública.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+# | $ gpg --export -a [-[keyid]-] {+[keyID]+} > my_public_key.asc
+#, fuzzy
+#| msgid "$ gpg --export -a [keyid] > my_public_key.asc"
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
+msgstr "$ gpg --export -a [keyid] > mi_clave_pública.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr "$ gpg --import mi_clave_privada.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | $ gpg --import my_public_key.asc {+</span>+}
+#, fuzzy
+#| msgid "$ gpg --import my_public_key.asc"
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr "$ gpg --import mi_clave_pública.asc"
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1198,7 +1239,7 @@ msgstr ""
 "Asegúrate de que el identificador de clave (keyID) mostrada sea la correcta "
 "y, si es así, continúa y añade la máxima confianza para ello:"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
@@ -1206,7 +1247,7 @@ msgstr ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[tu@correo] </span>"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1263,7 +1304,7 @@ msgstr "Paso 3.A: Solucionar problemas"
 msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr "<em>Paso 3.a</em> Configura tu correo electrónico con cifrado"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -1353,49 +1394,25 @@ msgstr ""
 "Ilustración de una persona y un gato en una casa  conectados a un servidor"
 
 #. type: Content of: <html><body><section><div><div><p>
-# | Now you'll try a test correspondence with [-a-] {+an FSF+} computer
-# | program named Edward, who knows how to use encryption. Except where noted,
-# | these are the same steps you'd follow when corresponding with a real, live
-# | person.
-#| msgid ""
-#| "Now you'll try a test correspondence with a computer program named "
-#| "Edward, who knows how to use encryption. Except where noted, these are "
-#| "the same steps you'd follow when corresponding with a real, live person."
 msgid ""
 "Now you'll try a test correspondence with an FSF computer program named "
 "Edward, who knows how to use encryption. Except where noted, these are the "
 "same steps you'd follow when corresponding with a real, live person."
 msgstr ""
-"Ahora intercambiarás mensajes de prueba con un programa informático de la FSF"
-" llamado "
-"Edward que sabe cómo usar el cifrado. Salvo que se indique otra cosa, son "
-"los mismos pasos que seguirías en una correspondencia con una persona real."
+"Ahora intercambiarás mensajes de prueba con un programa informático de la "
+"FSF llamado Edward que sabe cómo usar el cifrado. Salvo que se indique otra "
+"cosa, son los mismos pasos que seguirías en una correspondencia con una "
+"persona real."
 
 #. type: Attribute 'alt' of: <html><body><section><div><div><div><p><img>
 msgid "Step 4.A Send key to Edward."
 msgstr "Paso 4.A Envía tu clave a Edward."
 
 #. type: Content of: <html><body><section><div><div><div><h3>
-# | <em>Step [-3-]{+4+}.a</em> Send Edward your public key
-#| msgid "<em>Step 3.a</em> Send Edward your public key"
 msgid "<em>Step 4.a</em> Send Edward your public key"
 msgstr "<em>Paso 4.a</em> Envía a Edward tu clave pública"
 
 #. type: Content of: <html><body><section><div><div><div><p>
-# | This is a special step that you won't have to do when corresponding with
-# | real people. In your email program's menu, go to [-Enigmail-]
-# | {+\"Tools\"+} &rarr; {+\"OpenPGP+} Key [-Management.-] {+Manager.\"+} You
-# | should see your key in the list that pops up. Right click on your key and
-# | select [-Send-] {+<span style=\"color:#2f5faa;\">Send+} Public Keys by
-# | [-Email.-] {+Email</span>.+} This will create a new draft message, as if
-# | you had just hit the [-Write button.-] {+\"Write\" button, but in the
-# | attachment you will find your public keyfile.+}
-#| msgid ""
-#| "This is a special step that you won't have to do when corresponding with "
-#| "real people. In your email program's menu, go to Enigmail &rarr; Key "
-#| "Management. You should see your key in the list that pops up. Right click "
-#| "on your key and select Send Public Keys by Email. This will create a new "
-#| "draft message, as if you had just hit the Write button."
 msgid ""
 "This is a special step that you won't have to do when corresponding with "
 "real people. In your email program's menu, go to \"Tools\" &rarr; \"OpenPGP "
@@ -1407,14 +1424,12 @@ msgid ""
 msgstr ""
 "Este es un paso especial que no deberás realizar cuando estés manteniendo "
 "correspondencia con una persona real. En el menú de tu programa de correo "
-"electrónico, ve a \"Herramientas\" &rarr; \"Administrador de claves"
-" OpenPGP\". Deberías ver tu "
-"clave en la lista que aparece. Haz clic con el botón derecho sobre tu clave "
-"y selecciona <span style=\"color:#2f5faa;\">Enviar clave(s) pública(s) por"
-" correo electrónico</span>. Esto creará un nuevo "
-"borrador de mensaje, como si hubieras hecho clic en el botón \"Redactar\","
-" pero en el adjunto "
-"encontrarás el archivo de tu clave pública."
+"electrónico, ve a \"Herramientas\" &rarr; \"Administrador de claves OpenPGP"
+"\". Deberías ver tu clave en la lista que aparece. Haz clic con el botón "
+"derecho sobre tu clave y selecciona <span style=\"color:#2f5faa;\">Enviar "
+"clave(s) pública(s) por correo electrónico</span>. Esto creará un nuevo "
+"borrador de mensaje, como si hubieras hecho clic en el botón \"Redactar\", "
+"pero en el adjunto encontrarás el archivo de tu clave pública."
 
 #. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
@@ -1433,28 +1448,13 @@ msgid ""
 "off by using the dropdown menu \"Security\" and select <span style=\"color:"
 "#2f5faa\">Do Not Encrypt</span>. Once encryption is off, hit Send."
 msgstr ""
-"Queremos que Edward sea capaz de abrir el correo electrónico con el archivo"
-" de tu clave, así que queremos "
-"que este primer correo esté sin cifrar. Asegúrate de que la opción de cifrado"
-" está "
-"apagada utilizando el menú desplegable \"Seguridad\" y seleccionando <span"
-" style=\"color:"
-"#2f5faa\">No cifrar</span>. Cuando el cifrado esté inhabilitado, pulsa en"
-" \"Enviar\"."
-
-#. type: Content of: <html><body><section><div><div><div><p>
-# | It may take two or three minutes for Edward to respond. In the meantime,
-# | you might want to skip ahead and check out the <a
-# | href=\"#section[-5-]{+6+}\">Use it Well</a> section of this guide. Once
-# | [-he's responded,-] {+you have received a response,+} head to the next
-# | step. From here on, you'll be doing just the same thing as when
-# | corresponding with a real person.
-#| msgid ""
-#| "It may take two or three minutes for Edward to respond. In the meantime, "
-#| "you might want to skip ahead and check out the <a href=\"#section5\">Use "
-#| "it Well</a> section of this guide. Once he's responded, head to the next "
-#| "step. From here on, you'll be doing just the same thing as when "
-#| "corresponding with a real person."
+"Queremos que Edward sea capaz de abrir el correo electrónico con el archivo "
+"de tu clave, así que queremos que este primer correo esté sin cifrar. "
+"Asegúrate de que la opción de cifrado está apagada utilizando el menú "
+"desplegable \"Seguridad\" y seleccionando <span style=\"color:#2f5faa\">No "
+"cifrar</span>. Cuando el cifrado esté inhabilitado, pulsa en \"Enviar\"."
+
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "It may take two or three minutes for Edward to respond. In the meantime, you "
 "might want to skip ahead and check out the <a href=\"#section6\">Use it "
@@ -1464,23 +1464,17 @@ msgid ""
 msgstr ""
 "Puede que Edward tarde dos o tres minutos en responder. Mientras tanto, "
 "quizás quieras seguir adelante y revisar la sección <a href="
-"\"#section6\">Úsalo bien</a> de esta guía. Una vez que hayas recibido la"
-" respuesta, avanza "
-"al siguiente paso. De aquí en adelante, estarás haciendo lo mismo que cuando "
-"mantengas correspondencia con una persona real."
+"\"#section6\">Úsalo bien</a> de esta guía. Una vez que hayas recibido la "
+"respuesta, avanza al siguiente paso. De aquí en adelante, estarás haciendo "
+"lo mismo que cuando mantengas correspondencia con una persona real."
 
 #. type: Content of: <html><body><section><div><div><div><p>
-# | When you open Edward's reply, GnuPG may prompt you for your [-password-]
-# | {+passphrase+} before using your private key to decrypt it.
-#| msgid ""
-#| "When you open Edward's reply, GnuPG may prompt you for your password "
-#| "before using your private key to decrypt it."
 msgid ""
 "When you open Edward's reply, GnuPG may prompt you for your passphrase "
 "before using your private key to decrypt it."
 msgstr ""
-"Cuando abres la respuesta de Edward, GnuPG te pide que introduzcas la "
-"frase de paso antes de utilizar tu clave privada para descifrarlo."
+"Cuando abres la respuesta de Edward, GnuPG te pide que introduzcas la frase "
+"de paso antes de utilizar tu clave privada para descifrarlo."
 
 #. type: Attribute 'alt' of: <html><body><section><div><div><div><p><img>
 msgid "Step 4.B Option 1. Verify key"
@@ -1491,8 +1485,6 @@ msgid "Step 4.B Option 2. Import key"
 msgstr "Paso 4.B Opción 2. Importar la clave"
 
 #. type: Content of: <html><body><section><div><div><div><h3>
-# | <em>Step [-3-]{+4+}.b</em> Send a test encrypted email
-#| msgid "<em>Step 3.b</em> Send a test encrypted email"
 msgid "<em>Step 4.b</em> Send a test encrypted email"
 msgstr "<em>Paso 4.b</em> Envía un correo cifrado de prueba"
 
@@ -1505,10 +1497,9 @@ msgid ""
 "To encrypt an email to Edward, you need its public key, so now you'll have "
 "to download it from a keyserver. You can do this in two different ways:"
 msgstr ""
-"Para cifrar un correo para Edward, necesitas su clave pública, así que"
-" tendrás "
-"que descargarla desde un servidor de claves. Puedes hacer esto de dos maneras"
-" diferentes:"
+"Para cifrar un correo para Edward, necesitas su clave pública, así que "
+"tendrás que descargarla desde un servidor de claves. Puedes hacer esto de "
+"dos maneras diferentes:"
 
 #. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
@@ -1520,16 +1511,14 @@ msgid ""
 "message was sent with a key that you don't have yet.\" A popup with Edward's "
 "key details will follow."
 msgstr ""
-"<strong>Opción 1.</strong> En el correo de respuesta que has recibido de"
-" Edward después de "
-"tu primer correo, se incluía la clave pública de Edward. En la parte derecha "
-"del correo, justo encima del área de introducción del texto, encontrarás un"
-" botón \"OpenPGP\" "
-"que tiene un candado y una pequeña rueda juto a él. Haz clic ahí y selecciona "
-"<span style=\"color:#2f5faa\">Descubrir</span> junto al texto: \"Este mensaje "
-"fue enviado con una clave que todavía no tienes.\" Seguido de un mensaje"
-" emergente con "
-"los detalles de la clave Edward."
+"<strong>Opción 1.</strong> En el correo de respuesta que has recibido de "
+"Edward después de tu primer correo, se incluía la clave pública de Edward. "
+"En la parte derecha del correo, justo encima del área de introducción del "
+"texto, encontrarás un botón \"OpenPGP\" que tiene un candado y una pequeña "
+"rueda juto a él. Haz clic ahí y selecciona <span style=\"color:#2f5faa"
+"\">Descubrir</span> junto al texto: \"Este mensaje fue enviado con una clave "
+"que todavía no tienes.\" Seguido de un mensaje emergente con los detalles de "
+"la clave Edward."
 
 #. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
@@ -1537,11 +1526,10 @@ msgid ""
 "choose <span style=\"color:#2f5faa\">Discover Keys Online</span>. Here, fill "
 "in Edward's email address, and import Edward's key."
 msgstr ""
-"<strong>Opción 2.</strong> Abre tu gestor OpenPGP y en la opción \"Servidor"
-" de clave\" "
-"escoge <span style=\"color:#2f5faa\">Descubrir claves en línea</span>. Aquí,"
-" rellena el campo con "
-"la dirección de correo electrónico de Edward e importa la clave de Edward."
+"<strong>Opción 2.</strong> Abre tu gestor OpenPGP y en la opción \"Servidor "
+"de clave\" escoge <span style=\"color:#2f5faa\">Descubrir claves en línea</"
+"span>. Aquí, rellena el campo con la dirección de correo electrónico de "
+"Edward e importa la clave de Edward."
 
 #. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
@@ -1549,11 +1537,9 @@ msgid ""
 "add this key to your key manager, and now it can be used to send encrypted "
 "emails and to verify digital signatures from Edward."
 msgstr ""
-"La opción <span style=\"color:#2f5faa\">Aceptada (sin verificar)</span>"
-" añadirá "
-"esta clave a tu gestor de claves y ahora puede ser utilizada para enviar"
-" correos cifradps "
-"y para verificar las firmas digitales de Edward."
+"La opción <span style=\"color:#2f5faa\">Aceptada (sin verificar)</span> "
+"añadirá esta clave a tu gestor de claves y ahora puede ser utilizada para "
+"enviar correos cifradps y para verificar las firmas digitales de Edward."
 
 #. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
@@ -1561,19 +1547,11 @@ msgid ""
 "see many different emails that are all associated with its key. This is "
 "correct; you can safely import the key."
 msgstr ""
-"En la ventana emergente de confirmación de que quieres importar la clave de"
-" Edward, verás "
-"muchos correos diferentes que están asociados con su clave. Esto es "
-"correcto, puedes importat con seguridad la clave."
+"En la ventana emergente de confirmación de que quieres importar la clave de "
+"Edward, verás muchos correos diferentes que están asociados con su clave. "
+"Esto es correcto, puedes importat con seguridad la clave."
 
 #. type: Content of: <html><body><section><div><div><div><p>
-# | Since you encrypted this email with Edward's public key, Edward's private
-# | key is required to decrypt it. Edward is the only one with [-his-] {+its+}
-# | private key, so no one except [-him-] {+Edward+} can decrypt it.
-#| msgid ""
-#| "Since you encrypted this email with Edward's public key, Edward's private "
-#| "key is required to decrypt it. Edward is the only one with his private "
-#| "key, so no one except him can decrypt it."
 msgid ""
 "Since you encrypted this email with Edward's public key, Edward's private "
 "key is required to decrypt it. Edward is the only one with its private key, "
@@ -1584,8 +1562,6 @@ msgstr ""
 "clave privada, nadie excepto Edward, puede descifrarlo."
 
 #. type: Content of: <html><body><section><div><div><div><h6>
-# | [-<em>Step 3.b</em>-]Send [-a test-] {+Edward an+} encrypted email
-#| msgid "<em>Step 3.b</em> Send a test encrypted email"
 msgid "Send Edward an encrypted email"
 msgstr "Envía a Edward un correo cifrado"
 
@@ -1605,20 +1581,16 @@ msgid ""
 "\"Security\" and select <span style=\"color:#2f5faa\">Require Encryption</"
 "span>. Once encryption is on, hit Send."
 msgstr ""
-"Esta vez, asegúrate de que el cifrado está activado utilizando el menú"
-" desplegable "
-"\"Seguridad\" y selecciona <span style=\"color:#2f5faa\">Requerir cifradon</"
-"span>. Cuando el cifrado esté activo, pulsa en \"Enviar\"."
+"Esta vez, asegúrate de que el cifrado está activado utilizando el menú "
+"desplegable \"Seguridad\" y selecciona <span style=\"color:#2f5faa"
+"\">Requerir cifradon</span>. Cuando el cifrado esté activo, pulsa en \"Enviar"
+"\"."
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dt>
-# | [-Click Send. Enigmail will pop up a window that says-]\"Recipients not
-# | valid, not trusted or not [-found.\"-] {+found\+}
-#| msgid ""
-#| "Click Send. Enigmail will pop up a window that says \"Recipients not "
-#| "valid, not trusted or not found.\""
 msgid "\"Recipients not valid, not trusted or not found\""
 msgstr ""
-"\"Los destinatarios no son válidos, no se confía en ellos o no se encuentran\""
+"\"Los destinatarios no son válidos, no se confía en ellos o no se encuentran"
+"\""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd>
 msgid ""
@@ -1627,13 +1599,10 @@ msgid ""
 "to your key manager. Open OpenPGP Key Manager to make sure the recipient is "
 "listed there."
 msgstr ""
-"Quizás has intentado enviar un correo electrónico cifrado a alguien de quien"
-" no tienes "
-"todavía su clave pública. Asegúrate de seguir los pasos anteriores para"
-" importar la clave "
-"en tu gestor de claves. Abre el gestor de claves OpenPGP para asegurarte que"
-" el receptor "
-"aparece en el listado."
+"Quizás has intentado enviar un correo electrónico cifrado a alguien de quien "
+"no tienes todavía su clave pública. Asegúrate de seguir los pasos anteriores "
+"para importar la clave en tu gestor de claves. Abre el gestor de claves "
+"OpenPGP para asegurarte que el receptor aparece en el listado."
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dt>
 msgid "Unable to send message"
@@ -1651,23 +1620,18 @@ msgid ""
 "correct key</span> in the \"Acceptance\" option at the bottom of this "
 "window. Resend the email."
 msgstr ""
-"Podrías obtener el siguiente mensaje cuando tratas de enviar tu correo"
-" cifrado: "
-"\"Imposible enviar este mensaje con cifrado de extremo a extremo, porque "
-"hay problemas con las claves de los siguientes destinatarios: edward-es@fsf."
-"org.\" Esto normalmente significa que importaste la clave con la opción \"no"
-" aceptado "
-"(sin verificar)\". Ve a \"Propiedades de clave\" de esta clave haciendo clic"
-" con el botón derecho "
-"en esta clave desde tu gestor de claves OpenPGP y selecciona la opción <span "
-"style=\"color:#2f5faa\">Sí, pero no he verificado que sea la clave correcta<"
-"/span> "
-" en las opciones que se presentan en la parte inferior de esta "
-"ventana. Vuelve a enviar el correo electrónico."
+"Podrías obtener el siguiente mensaje cuando tratas de enviar tu correo "
+"cifrado: \"Imposible enviar este mensaje con cifrado de extremo a extremo, "
+"porque hay problemas con las claves de los siguientes destinatarios: edward-"
+"es@fsf.org.\" Esto normalmente significa que importaste la clave con la "
+"opción \"no aceptado (sin verificar)\". Ve a \"Propiedades de clave\" de "
+"esta clave haciendo clic con el botón derecho en esta clave desde tu gestor "
+"de claves OpenPGP y selecciona la opción <span style=\"color:#2f5faa\">Sí, "
+"pero no he verificado que sea la clave correcta</span>  en las opciones que "
+"se presentan en la parte inferior de esta ventana. Vuelve a enviar el correo "
+"electrónico."
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dt>
-# | [-Enigmail-]{+I+} can't find Edward's key
-#| msgid "Enigmail can't find Edward's key"
 msgid "I can't find Edward's key"
 msgstr "No puedo encontrar la clave de Edward"
 
@@ -1677,11 +1641,10 @@ msgid ""
 "are connected to the Internet and try again. If that doesn't work, repeat "
 "the process, choosing a different keyserver when it asks you to pick one."
 msgstr ""
-"Cierra las ventanas emergentes que han aparecido desde que hiciste clic en"
-" \"Enviar\". "
-"Asegúrate de que estás conectado a Internet y vuelve a intentarlo. Si eso no "
-"funciona, repite el proceso, seleccionando un servidor de claves diferente "
-"cuando te pida seleccionar uno."
+"Cierra las ventanas emergentes que han aparecido desde que hiciste clic en "
+"\"Enviar\". Asegúrate de que estás conectado a Internet y vuelve a "
+"intentarlo. Si eso no funciona, repite el proceso, seleccionando un servidor "
+"de claves diferente cuando te pida seleccionar uno."
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dt>
 msgid "Unscrambled messages in the Sent folder"
@@ -1721,21 +1684,6 @@ msgid "<em>Important:</em> Security tips"
 msgstr "<em>Importante:</em> Consejos de seguridad"
 
 #. type: Content of: <html><body><section><div><div><div><p>
-# | Even if you encrypt your email, the subject line is not encrypted, so
-# | don't put private information there. The sending and receiving addresses
-# | aren't encrypted either, so a surveillance system can still figure out who
-# | you're communicating with. Also, surveillance agents will know that you're
-# | using GnuPG, even if they can't figure out what you're saying. When you
-# | send attachments, [-Enigmail will give-] you [-the choice-] {+can choose+}
-# | to encrypt them or not, independent of the actual email.
-#| msgid ""
-#| "Even if you encrypt your email, the subject line is not encrypted, so "
-#| "don't put private information there. The sending and receiving addresses "
-#| "aren't encrypted either, so a surveillance system can still figure out "
-#| "who you're communicating with. Also, surveillance agents will know that "
-#| "you're using GnuPG, even if they can't figure out what you're saying. "
-#| "When you send attachments, Enigmail will give you the choice to encrypt "
-#| "them or not, independent of the actual email."
 msgid ""
 "Even if you encrypt your email, the subject line is not encrypted, so don't "
 "put private information there. The sending and receiving addresses aren't "
@@ -1754,14 +1702,6 @@ msgstr ""
 "opción de cifrarlo o no, de manera independiente al correo actual."
 
 #. type: Content of: <html><body><section><div><div><div><p>
-# | For greater security against potential attacks, you can turn off HTML.
-# | Instead, you can render the message body as plain text. In order to do
-# | this in {+Icedove or+} Thunderbird, go to View &gt; Message Body As &gt;
-# | Plain Text.
-#| msgid ""
-#| "For greater security against potential attacks, you can turn off HTML. "
-#| "Instead, you can render the message body as plain text. In order to do "
-#| "this in Thunderbird, go to View &gt; Message Body As &gt; Plain Text."
 msgid ""
 "For greater security against potential attacks, you can turn off HTML. "
 "Instead, you can render the message body as plain text. In order to do this "
@@ -1769,26 +1709,18 @@ msgid ""
 msgstr ""
 "Para una mayor seguridad contra potenciales ataques, puedes inhabilitar "
 "HTML. En su lugar, puedes reproducir el cuerpo del correo como texto plano. "
-"Para hacer esto en Icedove o Thunderbird, ve al menú: \"Ver &gt; Cuerpo del"
-" mensaje "
-"como &gt; Texto sin formato\"."
+"Para hacer esto en Icedove o Thunderbird, ve al menú: \"Ver &gt; Cuerpo del "
+"mensaje como &gt; Texto sin formato\"."
 
 #. type: Attribute 'alt' of: <html><body><section><div><div><div><p><img>
 msgid "Step 4.C Edward's response"
 msgstr "Paso 4.C La respuesta de Edward"
 
 #. type: Content of: <html><body><section><div><div><div><h3>
-# | <em>Step [-3-]{+4+}.c</em> Receive a response
-#| msgid "<em>Step 3.c</em> Receive a response"
 msgid "<em>Step 4.c</em> Receive a response"
 msgstr "<em>Paso 4.c</em> Recibir una respuesta"
 
 #. type: Content of: <html><body><section><div><div><div><p>
-# | When Edward receives your email, [-he-] {+it+} will use [-his-] {+its+}
-# | private key to decrypt it, then reply to you.
-#| msgid ""
-#| "When Edward receives your email, he will use his private key to decrypt "
-#| "it, then reply to you."
 msgid ""
 "When Edward receives your email, it will use its private key to decrypt it, "
 "then reply to you."
@@ -1797,13 +1729,6 @@ msgstr ""
 "descifrarlo, luego te responderá."
 
 #. type: Content of: <html><body><section><div><div><div><p>
-# | It may take two or three minutes for Edward to respond. In the meantime,
-# | you might want to skip ahead and check out the <a
-# | href=\"#section[-5-]{+6+}\">Use it Well</a> section of this guide.
-#| msgid ""
-#| "It may take two or three minutes for Edward to respond. In the meantime, "
-#| "you might want to skip ahead and check out the <a href=\"#section5\">Use "
-#| "it Well</a> section of this guide."
 msgid ""
 "It may take two or three minutes for Edward to respond. In the meantime, you "
 "might want to skip ahead and check out the <a href=\"#section6\">Use it "
@@ -1818,10 +1743,9 @@ msgid ""
 "Edward will send you an encrypted email back saying your email was received "
 "and decrypted. Your email client will automatically decrypt Edward's message."
 msgstr ""
-"Edward te enviará un correo electrónico cifrado de vuelta contestándote que"
-" tu correo electrónico fue recibido "
-"y descifrado. Tu cliente de correo electrónico automáticamente descifrará el"
-" mensaje de Edward."
+"Edward te enviará un correo electrónico cifrado de vuelta contestándote que "
+"tu correo electrónico fue recibido y descifrado. Tu cliente de correo "
+"electrónico automáticamente descifrará el mensaje de Edward."
 
 #. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
@@ -1832,18 +1756,14 @@ msgid ""
 "there. Clicking the prompts in this button will lead you to key properties "
 "as well."
 msgstr ""
-"El botón OpenPGP en el correo mostrará una pequeña marca verde de aprobación"
-" sobre "
-"el símbolo del candado para mostrar que el mensaje es cifrado y un pequeño"
-" símbolo de atención naranja "
-"que significa que has aceptado la clave, pero no está verificada. Cuando "
-"aún no has aceptado la clave , verás una pequeña interrogación en ese lugar. "
-"Haciendo clic en ese botón te llevará también hasta las propiedades de la"
-" clave."
+"El botón OpenPGP en el correo mostrará una pequeña marca verde de aprobación "
+"sobre el símbolo del candado para mostrar que el mensaje es cifrado y un "
+"pequeño símbolo de atención naranja que significa que has aceptado la clave, "
+"pero no está verificada. Cuando aún no has aceptado la clave , verás una "
+"pequeña interrogación en ese lugar. Haciendo clic en ese botón te llevará "
+"también hasta las propiedades de la clave."
 
 #. type: Content of: <html><body><section><div><div><div><h3>
-# | <em>Step [-3-]{+4+}.d</em> Send a [-test-] signed {+test+} email
-#| msgid "<em>Step 3.d</em> Send a test signed email"
 msgid "<em>Step 4.d</em> Send a signed test email"
 msgstr "<em>Paso 4.d</em> Enviar un correo firmado de prueba"
 
@@ -1876,40 +1796,28 @@ msgstr ""
 "auténtica."
 
 #. type: Content of: <html><body><section><div><div><div><p>
-# | To sign an email to Edward, compose any message to [-him-] {+the email
-# | address+} and click the pencil icon next to the lock icon so that it turns
-# | gold. If you sign a message, GnuPG may ask you for your password before it
-# | sends the message, because it needs to unlock your private key for signing.
-#| msgid ""
-#| "To sign an email to Edward, compose any message to him and click the "
-#| "pencil icon next to the lock icon so that it turns gold. If you sign a "
-#| "message, GnuPG may ask you for your password before it sends the message, "
-#| "because it needs to unlock your private key for signing."
 msgid ""
 "To sign an email to Edward, compose any message to the email address and "
 "click the pencil icon next to the lock icon so that it turns gold. If you "
 "sign a message, GnuPG may ask you for your password before it sends the "
 "message, because it needs to unlock your private key for signing."
 msgstr ""
-"Para firmar un correo a Edward, redacta cualquier mensaje para esa dirección"
-" de correo y haz clic sobre "
-"el icono del lápiz, al lado del icono del candado, que se pondrá de color "
-"dorado. Si firmas un mensaje, GnuPG te preguntará por tu contraseña antes de "
-"enviarlo, porque necesita desbloquear tu clave privada para firmarlo."
+"Para firmar un correo a Edward, redacta cualquier mensaje para esa dirección "
+"de correo y haz clic sobre el icono del lápiz, al lado del icono del "
+"candado, que se pondrá de color dorado. Si firmas un mensaje, GnuPG te "
+"preguntará por tu contraseña antes de enviarlo, porque necesita desbloquear "
+"tu clave privada para firmarlo."
 
 #. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "In \"Account Settings\" &rarr; \"End-To-End-Encryption\" you can opt to "
 "<span style=\"color:#2f5faa\">add digital signature by default</span>."
 msgstr ""
-"En \"Configuración de cuenta\" &rarr; \"Cifrado de extremo a extremo\" puedes"
-" escoger "
-"<span style=\"color:#2f5faa\">Añadir mi firma digital de forma"
-" predeterminada</span>."
+"En \"Configuración de cuenta\" &rarr; \"Cifrado de extremo a extremo\" "
+"puedes escoger <span style=\"color:#2f5faa\">Añadir mi firma digital de "
+"forma predeterminada</span>."
 
 #. type: Content of: <html><body><section><div><div><div><h3>
-# | <em>Step [-3-]{+4+}.e</em> Receive a response
-#| msgid "<em>Step 3.e</em> Receive a response"
 msgid "<em>Step 4.e</em> Receive a response"
 msgstr "<em>Paso 4.e</em> Recibir una respuesta"
 
@@ -3364,6 +3272,12 @@ msgstr ""
 "por favor háganoslo saber en <a href=\"mailto:campaigns@fsf.org"
 "\">campaigns@fsf.org</a>."
 
+#~ msgid "</span>"
+#~ msgstr "</span>"
+
+#~ msgid "$ gpg --export -a keyid > my_public_key.asc"
+#~ msgstr "$ gpg --export -a keyid > mi_clave_pública.asc"
+
 #~ msgid ""
 #~ "<a id=\"infographic\" href=\"https://emailselfdefense.fsf.org/en/"
 #~ "infographic.html\">"
@@ -3396,9 +3310,6 @@ msgstr ""
 #~ "<a href=\"http://www.gnu.org/licenses/license-list.html#OtherLicenses\">"
 #~ "¿Por qué estas licencias?</a>"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -3447,9 +3358,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index a6b080ba2b43ed7413b3469871f94dcbea1ae981..ef8c088d7c483eac7505d07a7c5695fc7dbddb05 100644 (file)
--- a/esd-fa.po
+++ b/esd-fa.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 4.0\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: 2016-10-07 12:55+0800\n"
 "Last-Translator: Mohammad Mehdi Habibi <habibi.esf@gmail.com>\n"
 "Language-Team: \n"
@@ -304,6 +304,20 @@ msgstr "GnuPG, GPG, openpgp, نظارت, حریم شخصی, ایمیل, Enigmail
 msgid "Email Self-Defense"
 msgstr "محافظت از ایمیل شخصی"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -726,12 +740,12 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "<em>گام ۱، ب</em> GPG4Win را برای دریافت GnuPG دانلود کنید"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is a
-# | {+email and file encryption+} software package that includes GnuPG. [-<a
-# | href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and install
-# | [-it,-] {+the latest version,+} choosing default options whenever asked.
-# | After it's installed, you can close any windows that it creates.
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is [-a-]
+# | {+an email and file encryption+} software package that includes GnuPG.
+# | [-<a href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and
+# | install [-it,-] {+the latest version,+} choosing default options whenever
+# | asked. After it's installed, you can close any windows that it creates.
 #, fuzzy
 #| msgid ""
 #| "GPG4Win is a software package that includes GnuPG. <a href=\"https://www."
@@ -739,7 +753,7 @@ msgstr "<em>گام ۱، ب</em> GPG4Win را برای دریافت GnuPG دان
 #| "whenever asked. After it's installed, you can close any windows that it "
 #| "creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -1189,18 +1203,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -1263,38 +1273,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1352,7 +1362,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1360,22 +1370,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1384,13 +1394,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1447,7 +1457,7 @@ msgstr "عیب یابی"
 msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr "<em>گام ۱، الف</em>نرم افزار ایمیل خود را با حساب ایمیل نصب کنید"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -3395,9 +3405,6 @@ msgstr ""
 #~ "کنید. <a href=\"http://www.gnu.org/licenses/license-list."
 #~ "html#OtherLicenses\">چرا این مجوز؟</a>"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -3446,9 +3453,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index af32895b675fcae5bfb6634b2e4c32ae5a0ba603..8b93e7a9de1637a4c8c374834cc42c331370b8b8 100644 (file)
--- a/esd-fr.po
+++ b/esd-fr.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 4.0\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: 2021-07-18 17:37+0200\n"
 "Last-Translator: Thérèse Godefroy\n"
 "Language-Team: Trad-gnu <trad-gnu@april.org>\n"
@@ -248,6 +248,20 @@ msgstr ""
 msgid "Email Self-Defense"
 msgstr "Autodéfense courriel"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -602,9 +616,19 @@ msgstr "Windows"
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "Procurez-vous GnuPG en téléchargeant GPG4Win"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | <a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a{+n+} email and file
+# | encryption software package that includes GnuPG. Download and install the
+# | latest version, choosing default options whenever asked. After it's
+# | installed, you can close any windows that it creates.
+#, fuzzy
+#| msgid ""
+#| "<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+#| "encryption software package that includes GnuPG. Download and install the "
+#| "latest version, choosing default options whenever asked. After it's "
+#| "installed, you can close any windows that it creates."
+msgid ""
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -1008,22 +1032,27 @@ msgstr ""
 "transférée, cela se fera en toute sécurité. Pour exportez vos clés, vous "
 "pouvez utiliser les commandes suivantes&nbsp;:"
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
+# | <span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg
+# | --export-secret-keys -a [-[keyid]-] {+[keyID]+} > my_secret_key.asc
+#, fuzzy
+#| msgid ""
+#| "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
+#| "secret-keys -a [keyid] > my_secret_key.asc"
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 "<code style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
 "secret-keys -a [keyID] > ma_cle_secrete.asc"
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><p>
+# | $ gpg --export -a [-[keyid]-] {+[keyID]+} > my_public_key.asc {+</span>+}
+#, fuzzy
+#| msgid "$ gpg --export -a [keyid] > my_public_key.asc"
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr "$ gpg --export -a [keyID] > ma_cle_secrete.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
-msgstr "</code>"
-
 #. type: Content of: <html><body><section><div><div><div><h6>
 msgid "Generate a revocation certificate"
 msgstr "Créez un certificat de révocation"
@@ -1076,7 +1105,7 @@ msgstr ""
 "Ma clé ne semble pas fonctionner ou cela renvoie «&nbsp;accès non "
 "autorisé&nbsp;»."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
@@ -1087,7 +1116,7 @@ msgstr ""
 "système n'acceptera pas vos clés. Vous pouvez suivre les étapes suivantes "
 "pour vérifier et mettre à jour ces droits."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
@@ -1095,7 +1124,7 @@ msgstr ""
 "# Vérifiez vos droits: <code style=\"color:#2f5faa; font-family: monospace;"
 "\">ls -l ~/.gnupg/*</code>"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
@@ -1103,7 +1132,7 @@ msgstr ""
 "# Donnez-vous les droits de lecture, écriture et exécution, et retirez-les "
 "aux autres. Ce sont les droits recommandés pour votre répertoire."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
@@ -1111,7 +1140,7 @@ msgstr ""
 "Vous pouvez utiliser ce code&nbsp;: <code style=\"color:#2f5faa; font-"
 "family: monospace;\">chmod 700 ~/.gnupg</code>"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
@@ -1119,7 +1148,7 @@ msgstr ""
 "# Configurez les droits de lecture et écriture pour vous seul. Ce sont les "
 "droits recommandés pour les clés à l'intérieur de votre répertoire."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1168,7 +1197,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr "Tranfert de votre paire de clés"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1180,24 +1209,36 @@ msgstr ""
 "sécurité. Pour importer et exporter une paire clés, utilisez les commandes "
 "suivantes:"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+# | <span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg
+# | --export-secret-keys -a [-keyid-] {+[keyID]+} > my_private_key.asc
+#, fuzzy
+#| msgid ""
+#| "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
+#| "secret-keys -a keyid > my_private_key.asc"
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 "<code style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
 "secret-keys -a [keyID] > ma_cle_privee.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
-msgstr "$ gpg --export -a [keyID] > ma_cle_publique.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+# | $ gpg --export -a [-[keyid]-] {+[keyID]+} > my_public_key.asc
+#, fuzzy
+#| msgid "$ gpg --export -a [keyid] > my_public_key.asc"
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
+msgstr "$ gpg --export -a [keyID] > ma_cle_secrete.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr "$ gpg --import ma_cle_privee.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | $ gpg --import my_public_key.asc {+</span>+}
+#, fuzzy
+#| msgid "$ gpg --import my_public_key.asc"
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr "$ gpg --import ma_cle_publique.asc"
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1208,7 +1249,7 @@ msgstr ""
 "Assurez-vous que l'identifiant indiqué est correct et, si c'est le cas, "
 "attribuez-lui le niveau de confiance ultime."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
@@ -1216,7 +1257,7 @@ msgstr ""
 "<code style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[votre@adresse_de_couriel]</code>"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1273,7 +1314,7 @@ msgstr " [Étape 3.A&nbsp;: résolution de problèmes] "
 msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr "<em>Étape 3.a</em> Configurez le chiffrement du courriel"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -2926,6 +2967,12 @@ msgstr ""
 "d'atelier, merci de nous les communiquer à <a href=\"mailto:campaigns@fsf.org"
 "\">campaigns@fsf.org</a>."
 
+#~ msgid "</span>"
+#~ msgstr "</code>"
+
+#~ msgid "$ gpg --export -a keyid > my_public_key.asc"
+#~ msgstr "$ gpg --export -a [keyID] > ma_cle_publique.asc"
+
 #~ msgid ""
 #~ "<a id=\"infographic\" href=\"https://emailselfdefense.fsf.org/en/"
 #~ "infographic.html\">"
@@ -2936,9 +2983,6 @@ msgstr ""
 #~ msgid "[Pump.io]"
 #~ msgstr "[Pump.io]"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -2987,9 +3031,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index 3a4b713ada9f8585728c2fcbb2f399c6a28b7d36..88d2db65355f611a7a0fbc6e3391489d73e31e50 100644 (file)
--- a/esd-gl.po
+++ b/esd-gl.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 4.0\n"
-"POT-Creation-Date: 2021-07-23 00:02+0200\n"
+"POT-Creation-Date: 2021-07-27 18:05+0200\n"
 "PO-Revision-Date: 2021-07-21 17:56+0200\n"
 "Last-Translator: Ariel Costas <ariel@costas.dev>\n"
 "Language-Team: Galician <>\n"
@@ -236,6 +236,20 @@ msgstr "GnuPG, GPG, openpgp, surveillance, privacy, email, security, GnuPG2"
 msgid "Email Self-Defense"
 msgstr "Defensa personal del correo electrónico"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -304,7 +318,7 @@ msgstr ""
 msgid "Donate"
 msgstr "Donar"
 
-#. type: Content of: <html><body><section><div><div><div><p><a>
+#. type: Content of: <html><body><header><div><div><p><a>
 msgid "<a id=\"infographic\" href=\"infographic.html\">"
 msgstr "<a id=\"infographic\" href=\"infographic.html\">"
 
@@ -586,9 +600,19 @@ msgstr "Windows"
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "Obtén GnuPG descargando GPG4Win"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | <a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a{+n+} email and file
+# | encryption software package that includes GnuPG. Download and install the
+# | latest version, choosing default options whenever asked. After it's
+# | installed, you can close any windows that it creates.
+#, fuzzy
+#| msgid ""
+#| "<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+#| "encryption software package that includes GnuPG. Download and install the "
+#| "latest version, choosing default options whenever asked. After it's "
+#| "installed, you can close any windows that it creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -987,22 +1011,27 @@ msgstr ""
 "hace de una manera confiable. Para exportar tus claves se puede hacer con "
 "los siguiente comandos:"
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
+# | <span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg
+# | --export-secret-keys -a [-[keyid]-] {+[keyID]+} > my_secret_key.asc
+#, fuzzy
+#| msgid ""
+#| "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
+#| "secret-keys -a [keyid] > my_secret_key.asc"
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
 "secret-keys -a [keyid] > mi_clave_secreta.asc"
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><p>
+# | $ gpg --export -a [-[keyid]-] {+[keyID]+} > my_public_key.asc {+</span>+}
+#, fuzzy
+#| msgid "$ gpg --export -a [keyid] > my_public_key.asc"
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr "$ gpg --export -a [keyid] > mi_clave_pública.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
-msgstr "</span>"
-
 #. type: Content of: <html><body><section><div><div><div><h6>
 msgid "Generate a revocation certificate"
 msgstr "Genera un certificado de revocación"
@@ -1043,9 +1072,15 @@ msgstr ""
 "comprometida\"</span>"
 
 #. type: Content of: <html><body><section><div><div><div><p>
+# | # You don't have to fill in a reason, but you can, then press enter for an
+# | empty line, and co[-m-]{+n+}firm your selection.
+#, fuzzy
+#| msgid ""
+#| "# You don't have to fill in a reason, but you can, then press enter for "
+#| "an empty line, and comfirm your selection."
 msgid ""
 "# You don't have to fill in a reason, but you can, then press enter for an "
-"empty line, and comfirm your selection."
+"empty line, and confirm your selection."
 msgstr ""
 "# No es necesario que rellenar un motivo, pero puedes hacerlo, luego pulsa "
 "Enter para añadir una línea vacía y confirma tu selección."
@@ -1055,7 +1090,7 @@ msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 "Mi llave no parece funcionar u obtengo un mensaje \"permiso denegado\"."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
@@ -1066,7 +1101,7 @@ msgstr ""
 "sistema no acepte tus claves. Puedes seguir los pasos siguientes para "
 "verificar y actualizar a los permisos correctos."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
@@ -1074,7 +1109,7 @@ msgstr ""
 "# Comprueba tus permisos: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
@@ -1082,7 +1117,7 @@ msgstr ""
 "# Establece los permisos para leer, escribir y ejecutar solo para ti, no "
 "para otros. Estos son los permisos recomendados para tu carpeta."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
@@ -1090,7 +1125,7 @@ msgstr ""
 "Puedes utilizar el código <span style=\"color:#2f5faa; font-family: "
 "monospace;\">chmod 700 ~/.gnupg</span>"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
@@ -1098,7 +1133,7 @@ msgstr ""
 "# Establece los permisos para leer y escribir solo para ti, no para otros. "
 "Estos son los permiso recomendados para las claves dentro de tu carpeta."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1136,9 +1171,9 @@ msgid ""
 "file on your computer."
 msgstr ""
 "Puedes encontrar más información sobre los servidores de claves<a href="
-"\"https://www.gnupg.org/gph/en/manual/x457.html\"> en este manual (en "
-"inglés)</a>. <a href=\"https://sks-keyservers.net/overview-of-pools.php\">El "
-"sitio web sks </a> mantiene una lista de los servidores de claves más "
+"\"https://www.gnupg.org/gph/en/manual/x457.html\"> en este manual (en inglés)"
+"</a>. <a href=\"https://sks-keyservers.net/overview-of-pools.php\">El sitio "
+"web sks </a> mantiene una lista de los servidores de claves más "
 "recomendados. También puedes <a href=\"https://www.gnupg.org/gph/en/manual/"
 "x56.html#AEN64\">exportar directamente tu clave</a> como un archivo en tu "
 "computadora."
@@ -1147,7 +1182,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr "Transfiriendo tus claves"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1159,24 +1194,36 @@ msgstr ""
 "se transfiere, se hace de manera fiable. Importar y exportar una claves se "
 "puede hacer con los siguientes comandos:"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+# | <span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg
+# | --export-secret-keys -a [-keyid-] {+[keyID]+} > my_private_key.asc
+#, fuzzy
+#| msgid ""
+#| "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
+#| "secret-keys -a keyid > my_private_key.asc"
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
 "secret-keys -a keyid > mi_clave_privada.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
-msgstr "$ gpg --export -a keyid > mi_clave_pública.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+# | $ gpg --export -a [-[keyid]-] {+[keyID]+} > my_public_key.asc
+#, fuzzy
+#| msgid "$ gpg --export -a [keyid] > my_public_key.asc"
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
+msgstr "$ gpg --export -a [keyid] > mi_clave_pública.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr "$ gpg --import mi_clave_privada.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | $ gpg --import my_public_key.asc {+</span>+}
+#, fuzzy
+#| msgid "$ gpg --import my_public_key.asc"
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr "$ gpg --import mi_clave_pública.asc"
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1187,7 +1234,7 @@ msgstr ""
 "Asegúrate de que el identificador de clave (keyID) mostrada sea la correcta "
 "y, si es así, continúa y añade la máxima confianza para ello:"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
@@ -1195,7 +1242,7 @@ msgstr ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[tu@correo] </span>"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1252,7 +1299,7 @@ msgstr "Paso 3.A: Solucionar problemas"
 msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr "<em>Paso 3.a</em> Configura tu correo electrónico con cifrado"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -1753,7 +1800,7 @@ msgstr ""
 #. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Edward will send you an encrypted email back saying your email was received "
-"and decypted. Your email client will automatically decrypt Edward's message."
+"and decrypted. Your email client will automatically decrypt Edward's message."
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><p>
@@ -2900,14 +2947,6 @@ msgstr ""
 "<a href=\"https://crm.fsf.org/civicrm/contribute/transact?reset=1&amp;"
 "id=14&amp;pk_campaign=email_self_defense&amp;pk_kwd=guide_donate\">"
 
-#. type: Content of: <html><body><header><div><div><p><a>
-msgid ""
-"<a id=\"infographic\" href=\"https://emailselfdefense.fsf.org/en/infographic."
-"html\">"
-msgstr ""
-"<a id=\"infographic\" href=\"https://emailselfdefense.fsf.org/en/infographic."
-"html\">"
-
 #. type: Attribute 'alt' of: <html><body><header><div><div><p><a><img>
 msgid "View &amp; share our infographic →"
 msgstr "Ver &amp; compartir nuestra infografía →"
@@ -3295,6 +3334,19 @@ msgstr ""
 "por favor háganoslo saber en <a href=\"mailto:campaigns@fsf.org"
 "\">campaigns@fsf.org</a>."
 
+#~ msgid "</span>"
+#~ msgstr "</span>"
+
+#~ msgid "$ gpg --export -a keyid > my_public_key.asc"
+#~ msgstr "$ gpg --export -a keyid > mi_clave_pública.asc"
+
+#~ msgid ""
+#~ "<a id=\"infographic\" href=\"https://emailselfdefense.fsf.org/en/"
+#~ "infographic.html\">"
+#~ msgstr ""
+#~ "<a id=\"infographic\" href=\"https://emailselfdefense.fsf.org/en/"
+#~ "infographic.html\">"
+
 #~ msgid ""
 #~ "The images on this page are under a <a href=\"https://creativecommons.org/"
 #~ "licenses/by/4.0/\">Creative Commons Attribution 4.0 license (or later "
@@ -3317,11 +3369,8 @@ msgstr ""
 #~ "tar.gz\">código fuente de Edward el bot de respuesta</a> por Andrew "
 #~ "Engelbrecht &lt;andrew@engelbrecht.io&gt; y Josh Drake &lt;zamnedix@gnu."
 #~ "org&gt;, disponible bajo una licencia GNU Affero General Public License. "
-#~ "<a href=\"http://www.gnu.org/licenses/license-list.html#OtherLicenses"
-#~ "\">¿Por qué estas licencias?</a>"
-
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
+#~ "<a href=\"http://www.gnu.org/licenses/license-list.html#OtherLicenses\">"
+#~ "¿Por qué estas licencias?</a>"
 
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
@@ -3371,9 +3420,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index 27a5633d7974f423c38e964a66a8d291e8e92bc3..51fd81bbe773c0bcb42eef299d1a80d59934e368 100644 (file)
--- a/esd-it.po
+++ b/esd-it.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense.fsf.org 3.0\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: 2014-09-28 18:57+0200\n"
 "Last-Translator: quietwalker <emanuelinux@gmail.com>\n"
 "Language-Team: \n"
@@ -288,6 +288,20 @@ msgstr "GnuPG, GPG, openpgp, surveillance, privacy, email, Enigmail"
 msgid "Email Self-Defense"
 msgstr "Autodifesa Email"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -742,12 +756,12 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "<em>Step 1.b</em> Ottieni GnuPG scaricando GPG4Win"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is a
-# | {+email and file encryption+} software package that includes GnuPG. [-<a
-# | href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and install
-# | [-it,-] {+the latest version,+} choosing default options whenever asked.
-# | After it's installed, you can close any windows that it creates.
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is [-a-]
+# | {+an email and file encryption+} software package that includes GnuPG.
+# | [-<a href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and
+# | install [-it,-] {+the latest version,+} choosing default options whenever
+# | asked. After it's installed, you can close any windows that it creates.
 #, fuzzy
 #| msgid ""
 #| "GPG4Win is a software package that includes GnuPG. <a href=\"https://www."
@@ -755,7 +769,7 @@ msgstr "<em>Step 1.b</em> Ottieni GnuPG scaricando GPG4Win"
 #| "whenever asked. After it's installed, you can close any windows that it "
 #| "creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -1126,18 +1140,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -1201,38 +1211,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1266,7 +1276,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1274,22 +1284,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1298,13 +1308,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1363,7 +1373,7 @@ msgstr ""
 "<em>Step 1.A</em> Configura il programma di posta elettronica con il tuo "
 "account email."
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -3074,9 +3084,6 @@ msgstr ""
 #~ "<a id=\"infographic\" href=\"https://emailselfdefense.fsf.org/it/"
 #~ "infographic.html\">"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/cs\">čeština - v4.0</a>"
 #~ msgstr "<a href=\"/cs\">čeština - v4.0</a>"
 
@@ -3116,9 +3123,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index b9afeb7f2d76b10256e65da51e3986510359f7b7..832da94e2a9bb93a543867f242e565452a970b9a 100644 (file)
--- a/esd-ja.po
+++ b/esd-ja.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 4.0\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: 2016-02-29 23:39+0000\n"
 "Last-Translator: NIIBE Yutaka <gniibe@fsiij.org>\n"
 "Language-Team: Japanese <www-ja-translators@gnu.org>\n"
@@ -308,6 +308,20 @@ msgstr "GnuPG, GPG, openpgp, surveillance, privacy, email, Enigmail"
 msgid "Email Self-Defense"
 msgstr "電子メール自衛"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -744,12 +758,12 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "<em>ステップ1.b</em>GPG4Winをダウンロードして、GnuPGを入手する"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is a
-# | {+email and file encryption+} software package that includes GnuPG. [-<a
-# | href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and install
-# | [-it,-] {+the latest version,+} choosing default options whenever asked.
-# | After it's installed, you can close any windows that it creates.
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is [-a-]
+# | {+an email and file encryption+} software package that includes GnuPG.
+# | [-<a href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and
+# | install [-it,-] {+the latest version,+} choosing default options whenever
+# | asked. After it's installed, you can close any windows that it creates.
 #, fuzzy
 #| msgid ""
 #| "GPG4Win is a software package that includes GnuPG. <a href=\"https://www."
@@ -757,7 +771,7 @@ msgstr "<em>ステップ1.b</em>GPG4Winをダウンロードして、GnuPGを入
 #| "whenever asked. After it's installed, you can close any windows that it "
 #| "creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -1200,18 +1214,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -1274,38 +1284,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1363,7 +1373,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1371,22 +1381,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1395,13 +1405,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1459,7 +1469,7 @@ msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr ""
 "<em>ステップ1.a</em>自分のメール・アカウントでメール・プログラムを設定する"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -3430,9 +3440,6 @@ msgstr ""
 #~ "で利用可能です。<a href=\"http://www.gnu.org/licenses/license-list."
 #~ "html#OtherLicenses\">どうしてこうしたライセンスなのでしょうか?</a>"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -3481,9 +3488,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index 7005f9e41acf5560b0dac1ec224df62a01169255..0d99f14b34c910556d1de942652c4989899ecb5b 100644 (file)
--- a/esd-ko.po
+++ b/esd-ko.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 4.0\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: 2014-06-26 08:45+0000\n"
 "Last-Translator: Yongmin Hong <revi@member.fsf.org>\n"
 "Language-Team: \n"
@@ -284,6 +284,20 @@ msgstr "GnuPG, GPG, openpgp, 감시, 개인 정보, 이메일, Enigmail"
 msgid "Email Self-Defense"
 msgstr "스스로 이메일 보호하기"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -708,12 +722,12 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "<em>순서 1.b</em> GPG4Win 다운로드하기"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is a
-# | {+email and file encryption+} software package that includes GnuPG. [-<a
-# | href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and install
-# | [-it,-] {+the latest version,+} choosing default options whenever asked.
-# | After it's installed, you can close any windows that it creates.
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is [-a-]
+# | {+an email and file encryption+} software package that includes GnuPG.
+# | [-<a href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and
+# | install [-it,-] {+the latest version,+} choosing default options whenever
+# | asked. After it's installed, you can close any windows that it creates.
 #, fuzzy
 #| msgid ""
 #| "GPG4Win is a software package that includes GnuPG. <a href=\"https://www."
@@ -721,7 +735,7 @@ msgstr "<em>순서 1.b</em> GPG4Win 다운로드하기"
 #| "whenever asked. After it's installed, you can close any windows that it "
 #| "creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -1068,18 +1082,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -1143,38 +1153,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1208,7 +1218,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1216,22 +1226,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1240,13 +1250,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1303,7 +1313,7 @@ msgstr "문제해결"
 msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr "<em>순서 1.a</em> 이메일 프로그램을 이메일 계정과 설정하기"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -3023,9 +3033,6 @@ msgstr ""
 #~ "<a id=\"infographic\" href=\"https://emailselfdefense.fsf.org/en/"
 #~ "infographic.html\">"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -3076,9 +3083,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index accda353384621e61ef24c7f5252f75a84a54d13..7ce10839671404d5a2d9e9528b2f8c564580349c 100644 (file)
--- a/esd-ml.po
+++ b/esd-ml.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 4.0\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: 2014-07-03 17:00:00+0200\n"
 "Last-Translator: Jsx <saurabh@rebugged.com>\n"
 "Language-Team: \n"
@@ -183,6 +183,17 @@ msgstr ""
 msgid "Email Self-Defense"
 msgstr ""
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr ""
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -588,9 +599,9 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -975,18 +986,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -1050,38 +1057,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1115,7 +1122,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1123,22 +1130,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1147,13 +1154,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1204,7 +1211,7 @@ msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr ""
 "<em>പടി 1.എ</em> നിങ്ങളുടെ ഇമെയിൽ പ്രോഗ്രാം നിങ്ങളുടെ ഇമെയിൽ ഉപയോഗിക്കാൻ തയ്യാറാക്കുക"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -2366,9 +2373,6 @@ msgid ""
 "know at <a href=\"mailto:campaigns@fsf.org\">campaigns@fsf.org</a>."
 msgstr ""
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ml\">മലയാളം <span class=\"tip\">tip</span></a>"
 #~ msgstr ""
 #~ "<a class=\"current\" href=\"/ml\">മലയാളം <span class=\"tip\">tip</span></"
index 5ae27cb99b85401987873ebd3763caf39d2de5bd..18d39bd9b76e5944e40a3264ec6509ac3d02eabe 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -295,6 +295,20 @@ msgstr "GnuPG, GPG, openpgp, vigilância, privacidade, e-mail, Enigmail"
 msgid "Email Self-Defense"
 msgstr "Autodefesa no E-mail"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -748,12 +762,12 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "<em>Etapa 1.b</em> Obtenha o GnuPG baixando o GPG4Win"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is a
-# | {+email and file encryption+} software package that includes GnuPG. [-<a
-# | href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and install
-# | [-it,-] {+the latest version,+} choosing default options whenever asked.
-# | After it's installed, you can close any windows that it creates.
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is [-a-]
+# | {+an email and file encryption+} software package that includes GnuPG.
+# | [-<a href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and
+# | install [-it,-] {+the latest version,+} choosing default options whenever
+# | asked. After it's installed, you can close any windows that it creates.
 #, fuzzy
 #| msgid ""
 #| "GPG4Win is a software package that includes GnuPG. <a href=\"https://www."
@@ -761,7 +775,7 @@ msgstr "<em>Etapa 1.b</em> Obtenha o GnuPG baixando o GPG4Win"
 #| "whenever asked. After it's installed, you can close any windows that it "
 #| "creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -1134,18 +1148,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -1206,38 +1216,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1271,7 +1281,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1279,22 +1289,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1303,13 +1313,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1368,7 +1378,7 @@ msgstr ""
 "<em>Etapa 1.a</em> Configure seu programa de e-mail para acessar sua conta "
 "de e-mail"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -3112,9 +3122,6 @@ msgstr ""
 #~ "<a id=\"infographic\" href=\"https://emailselfdefense.fsf.org/en/"
 #~ "infographic.html\">"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -3163,9 +3170,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index 4e80416b1fcdb63890418b9e100fbf68ebef49f4..bb39926f9781401453deb1d421c60fdfdeef9cd4 100644 (file)
--- a/esd-ro.po
+++ b/esd-ro.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:58+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -298,6 +298,20 @@ msgstr ""
 msgid "Email Self-Defense"
 msgstr "Protejarea corespondenței electronice"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -754,12 +768,12 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "<em>Pasul 1.b</em> Obțineți GnuPG descărcând GPG4Win"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is a
-# | {+email and file encryption+} software package that includes GnuPG. [-<a
-# | href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and install
-# | [-it,-] {+the latest version,+} choosing default options whenever asked.
-# | After it's installed, you can close any windows that it creates.
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is [-a-]
+# | {+an email and file encryption+} software package that includes GnuPG.
+# | [-<a href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and
+# | install [-it,-] {+the latest version,+} choosing default options whenever
+# | asked. After it's installed, you can close any windows that it creates.
 #, fuzzy
 #| msgid ""
 #| "GPG4Win is a software package that includes GnuPG. <a href=\"https://www."
@@ -767,7 +781,7 @@ msgstr "<em>Pasul 1.b</em> Obțineți GnuPG descărcând GPG4Win"
 #| "whenever asked. After it's installed, you can close any windows that it "
 #| "creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -1142,18 +1156,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -1217,38 +1227,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1282,7 +1292,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1290,22 +1300,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1314,13 +1324,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1379,7 +1389,7 @@ msgstr ""
 "<em>Pasul 1.a</em> Configurați-vă programul de poștă electronică cu contul "
 "dvs. de poștă electronică"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -3136,9 +3146,6 @@ msgstr ""
 #~ "<a id=\"infographic\" href=\"https://emailselfdefense.fsf.org/en/"
 #~ "infographic.html\">"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -3187,9 +3194,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index 1b81296a82a162e1d26906b53700b18bd0773c59..a0e2aab33eabb5a3580ea7482d375bf7c75a08fa 100644 (file)
--- a/esd-sq.po
+++ b/esd-sq.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 4.0\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:58+0200\n"
 "PO-Revision-Date: 2016-11-21 21:38+0200\n"
 "Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
 "Language-Team: besnik@programeshqip.org\n"
@@ -308,6 +308,20 @@ msgstr "GnuPG, GPG, openpgp, survejim, privatësi, email, Enigmail"
 msgid "Email Self-Defense"
 msgstr "Vetëmbrojtje Email-esh"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -739,12 +753,12 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "<em>Hapi 1.b</em> Merrni GnuPG-në, duke shkarkuar GPG4Win"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is a
-# | {+email and file encryption+} software package that includes GnuPG. [-<a
-# | href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and install
-# | [-it,-] {+the latest version,+} choosing default options whenever asked.
-# | After it's installed, you can close any windows that it creates.
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is [-a-]
+# | {+an email and file encryption+} software package that includes GnuPG.
+# | [-<a href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and
+# | install [-it,-] {+the latest version,+} choosing default options whenever
+# | asked. After it's installed, you can close any windows that it creates.
 #, fuzzy
 #| msgid ""
 #| "GPG4Win is a software package that includes GnuPG. <a href=\"https://www."
@@ -752,7 +766,7 @@ msgstr "<em>Hapi 1.b</em> Merrni GnuPG-në, duke shkarkuar GPG4Win"
 #| "whenever asked. After it's installed, you can close any windows that it "
 #| "creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -1205,18 +1219,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -1279,38 +1289,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1369,7 +1379,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1377,22 +1387,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1401,13 +1411,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1466,7 +1476,7 @@ msgstr ""
 "<em>Hapi 1.a</em> Rregullojeni programin tuaj për email me llogarinë tuaj "
 "email"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -3518,9 +3528,6 @@ msgstr ""
 #~ "një licence GNU Affero General Public License. <a href=\"http://www.gnu."
 #~ "org/licenses/license-list.html#OtherLicenses\">Pse këto licenca?</a>"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -3569,9 +3576,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index 6b0a66ecd6063828da0f04a4bab07ef4c38ec9dd..616d9809d529e595dcfb79706b543a703d93a87a 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:57+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -188,6 +188,14 @@ msgstr ""
 msgid "Email Self-Defense"
 msgstr ""
 
+#. type: Content of: <html><body><header><div><ul><li>
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr ""
+
+#. type: Content of: <html><body><header><div><ul><li>
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr ""
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -446,9 +454,9 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -727,18 +735,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg "
-"--export-secret-keys -a [keyid] > my_secret_key.asc"
+"--export-secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -779,38 +783,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no "
 "others. These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: "
 "monospace;\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">chmod 600 ~/.gnupg/*</span>"
@@ -845,7 +849,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -853,22 +857,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg "
-"--export-secret-keys -a keyid > my_private_key.asc"
+"--export-secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -877,13 +881,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -929,7 +933,7 @@ msgstr ""
 msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
index 9f5b6adeae8e213d945b839a6279f093191a3bd6..1032e6e77812288c409456c410006b673d78ba98 100644 (file)
--- a/esd-tr.po
+++ b/esd-tr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 4.0\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:58+0200\n"
 "PO-Revision-Date: 2021-07-24 07:31+0200\n"
 "Last-Translator: T. E. Kalayci <tekrei@member.fsf.org>\n"
 "Language-Team: \n"
@@ -230,6 +230,20 @@ msgstr "GnuPG, GPG, openpgp, gözetim, gizlilik, e-posta, güvenlik, GnuPG2"
 msgid "Email Self-Defense"
 msgstr "E-Posta Öz Savunma"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a class=\"current\" href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -573,9 +587,19 @@ msgstr "Windows"
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "GnuPG'yi GPG4Win programını indirerek edinin"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | <a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a{+n+} email and file
+# | encryption software package that includes GnuPG. Download and install the
+# | latest version, choosing default options whenever asked. After it's
+# | installed, you can close any windows that it creates.
+#, fuzzy
+#| msgid ""
+#| "<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+#| "encryption software package that includes GnuPG. Download and install the "
+#| "latest version, choosing default options whenever asked. After it's "
+#| "installed, you can close any windows that it creates."
+msgid ""
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -971,22 +995,27 @@ msgstr ""
 "yaptığınızdan emin olun. Anahtarlarınızın dışa aktarımı şu komutlarla "
 "yapılabilir:"
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
+# | <span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg
+# | --export-secret-keys -a [-[keyid]-] {+[keyID]+} > my_secret_key.asc
+#, fuzzy
+#| msgid ""
+#| "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
+#| "secret-keys -a [keyid] > my_secret_key.asc"
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
 "secret-keys -a [keyid] > gizli_anahtarim.asc"
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><p>
+# | $ gpg --export -a [-[keyid]-] {+[keyID]+} > my_public_key.asc {+</span>+}
+#, fuzzy
+#| msgid "$ gpg --export -a [keyid] > my_public_key.asc"
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr "$ gpg --export -a [keyid] > gizli_anahtarim.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
-msgstr "</span>"
-
 #. type: Content of: <html><body><section><div><div><div><h6>
 msgid "Generate a revocation certificate"
 msgstr "Bir iptal sertifikası üretin"
@@ -1039,7 +1068,7 @@ msgstr ""
 "Anahtarım çalışmıyor veya \"permission denied\" (izin verilmedi) hatası "
 "alıyorum"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
@@ -1050,7 +1079,7 @@ msgstr ""
 "Bir sonraki adımı kullanarak izinleri denetleyebilir ve doğru izinler "
 "şeklinde güncelleyebilirsiniz."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
@@ -1058,7 +1087,7 @@ msgstr ""
 "# İzinlerinizi denetleyin: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
@@ -1066,7 +1095,7 @@ msgstr ""
 "# Sadece kendiniz için okuma, yazma ve çalıştırma izinlerini verin, "
 "başkaları için değil. Bunlar dizininiz için önerilen izinlerdir."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
@@ -1074,7 +1103,7 @@ msgstr ""
 "Bunun için şunu kullanabilirsiniz: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">chmod 700 ~/.gnupg</span>"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
@@ -1083,7 +1112,7 @@ msgstr ""
 "başkaları için değil. Bunlar dizininiz içindeki anahtarlar için önerilen "
 "izinlerdir."
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1131,7 +1160,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr "Anahtarlarınızı aktarmak"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1143,24 +1172,36 @@ msgstr ""
 "aktarırken güvenli bir şekilde yaptığınızdan emin olun. Bir anahtarın içe ve "
 "dışa aktarılması aşağıdaki komutlarla yapılabilir:"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+# | <span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg
+# | --export-secret-keys -a [-keyid-] {+[keyID]+} > my_private_key.asc
+#, fuzzy
+#| msgid ""
+#| "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
+#| "secret-keys -a keyid > my_private_key.asc"
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
 "secret-keys -a keyid > gizli_anahtarim.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
-msgstr "$ gpg --export -a keyid > acik_anahtarim.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+# | $ gpg --export -a [-[keyid]-] {+[keyID]+} > my_public_key.asc
+#, fuzzy
+#| msgid "$ gpg --export -a [keyid] > my_public_key.asc"
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
+msgstr "$ gpg --export -a [keyid] > gizli_anahtarim.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr "$ gpg --import gizli_anahtarim.asc"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | $ gpg --import my_public_key.asc {+</span>+}
+#, fuzzy
+#| msgid "$ gpg --import my_public_key.asc"
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr "$ gpg --import acik_anahtarim.asc"
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1171,7 +1212,7 @@ msgstr ""
 "Görüntülen keyID'nin doğru olduğundan emin olun, eğer öyleyse devam edin ve "
 "en yüksek güvenilirlik (\"ultimate trust\") ayarlayın:"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
@@ -1179,7 +1220,7 @@ msgstr ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[eposta@adresiniz] </span>"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1236,7 +1277,7 @@ msgstr "Adım 3.A: Sorun giderme"
 msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr "<em>Adım 3.a</em> E-postanız için şifrelemeyi kurun"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -1262,8 +1303,8 @@ msgid ""
 "# Under \"File\" &rarr; <span style=\"color:#2f5faa;\">Import Secret Key(s) "
 "From File</span>"
 msgstr ""
-"# \"Dosya\" &rarr; <span style=\"color:#2f5faa;\">Dosyadan Gizli "
-"Anahtar(lar) Al</span> seçin"
+"# \"Dosya\" &rarr; <span style=\"color:#2f5faa;\">Dosyadan Gizli Anahtar"
+"(lar) Al</span> seçin"
 
 #. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
@@ -2570,11 +2611,11 @@ msgid ""
 msgstr ""
 "Kitlesel gözetime direnmeyi tercih eden her bir kişi, diğerlerinin de "
 "direnmesini kolaylaştırır. Güçlü şifrelemenin kullanımını normalleştiren her "
-"bir bireyin birçok güçlü etkisi vardır: gizliliğe gerçekten ihtiyacı "
-"olanlar(potansiyel ifşacıların ve aktivistlerin), büyük ihtimalle "
-"şifrelemeyi öğrenecek olabilir. Daha fazla kişinin şifrelemeyi bir çok şey "
-"için kullanması, gözetim sistemlerinin bu bulunmaması gerekenleri "
-"ayıklamasını daha da zorlaştırır ve bu insanlarla dayanışmamızı gösterir."
+"bir bireyin birçok güçlü etkisi vardır: gizliliğe gerçekten ihtiyacı olanlar"
+"(potansiyel ifşacıların ve aktivistlerin), büyük ihtimalle şifrelemeyi "
+"öğrenecek olabilir. Daha fazla kişinin şifrelemeyi bir çok şey için "
+"kullanması, gözetim sistemlerinin bu bulunmaması gerekenleri ayıklamasını "
+"daha da zorlaştırır ve bu insanlarla dayanışmamızı gösterir."
 
 #. type: Content of: <html><body><section><div><div><div><h3>
 msgid "People you respect may already be using encryption"
@@ -2831,6 +2872,12 @@ msgstr ""
 "bizimle <a href=\"mailto:campaigns@fsf.org\">campaigns@fsf.org</a> adresi "
 "aracılığıyla bağlantı kurun."
 
+#~ msgid "</span>"
+#~ msgstr "</span>"
+
+#~ msgid "$ gpg --export -a keyid > my_public_key.asc"
+#~ msgstr "$ gpg --export -a keyid > acik_anahtarim.asc"
+
 #~ msgid ""
 #~ "<a id=\"infographic\" href=\"https://emailselfdefense.fsf.org/en/"
 #~ "infographic.html\">"
@@ -2852,8 +2899,8 @@ msgstr ""
 #~ "</a>"
 #~ msgstr ""
 #~ "Bu sayfadaki resimler <a href=\"https://creativecommons.org/licenses/"
-#~ "by/4.0/deed.tr\">Creative Commons Alıntı 4.0 lisansı (veya sonraki "
-#~ "sürümü)</a> ile, geri kalan herşey <a href=\"https://creativecommons.org/"
+#~ "by/4.0/deed.tr\">Creative Commons Alıntı 4.0 lisansı (veya sonraki sürümü)"
+#~ "</a> ile, geri kalan herşey <a href=\"https://creativecommons.org/"
 #~ "licenses/by-sa/4.0/deed.tr\">Creative Commons Atıf-LisansDevam 4.0 "
 #~ "lisansı (veya sonraki sürümü)</a> ile lisanslanmıştır. Andrew Engelbrecht "
 #~ "<andrew@engelbrecht.io> ve Josh Drake <zamnedix@gnu.org> tarafında "
@@ -2863,9 +2910,6 @@ msgstr ""
 #~ "\"http://www.gnu.org/licenses/license-list.html#OtherLicenses\">Neden bu "
 #~ "lisanslar?</a>"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -2914,9 +2958,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a class=\"current\" href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 
index 04cbd81ad82f6fde05180780cac3dcc12903aa59..4a2e1a4e36506b0e9f94be113b278567bada79d0 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: emailselfdefense 4.0\n"
-"POT-Creation-Date: 2021-07-23 18:11+0200\n"
+"POT-Creation-Date: 2021-07-27 17:58+0200\n"
 "PO-Revision-Date: 2020-05-20 15:02+0800\n"
 "Last-Translator: Tom <hexuxin@foxmail.com>\n"
 "Language-Team: \n"
@@ -299,6 +299,20 @@ msgstr "GnuPG, GPG, openpgp, 监控, 隐私, 电子邮件, Enigmail"
 msgid "Email Self-Defense"
 msgstr "电子邮件加密指南"
 
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a class=\"current\" href=\"/en\">English - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
+msgid "<a class=\"current\" href=\"/en\">English - v5.0</a>"
+msgstr "<a href=\"/en\">English - v4.0</a>"
+
+#. type: Content of: <html><body><header><div><ul><li>
+# | <a href=\"/tr\">Türkçe - v[-4-]{+5+}.0</a>
+#, fuzzy
+#| msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
+msgid "<a href=\"/tr\">Türkçe - v5.0</a>"
+msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
+
 #. type: Content of: <html><body><header><div><ul><li>
 msgid ""
 "<a href=\"https://libreplanet.org/wiki/GPG_guide/Translation_Guide\"> "
@@ -703,12 +717,12 @@ msgstr ""
 msgid "Get GnuPG by downloading GPG4Win"
 msgstr "<em>Step 1.b</em> 下载 GPG4Win 获取 GnuPG"
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is a
-# | {+email and file encryption+} software package that includes GnuPG. [-<a
-# | href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and install
-# | [-it,-] {+the latest version,+} choosing default options whenever asked.
-# | After it's installed, you can close any windows that it creates.
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+# | [-GPG4Win-]{+<a href=\"https://www.gpg4win.org/\">GPG4Win</a>+} is [-a-]
+# | {+an email and file encryption+} software package that includes GnuPG.
+# | [-<a href=\"https://www.gpg4win.org/\">Download</a>-] {+Download+} and
+# | install [-it,-] {+the latest version,+} choosing default options whenever
+# | asked. After it's installed, you can close any windows that it creates.
 #, fuzzy
 #| msgid ""
 #| "GPG4Win is a software package that includes GnuPG. <a href=\"https://www."
@@ -716,7 +730,7 @@ msgstr "<em>Step 1.b</em> 下载 GPG4Win 获取 GnuPG"
 #| "whenever asked. After it's installed, you can close any windows that it "
 #| "creates."
 msgid ""
-"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is a email and file "
+"<a href=\"https://www.gpg4win.org/\">GPG4Win</a> is an email and file "
 "encryption software package that includes GnuPG. Download and install the "
 "latest version, choosing default options whenever asked. After it's "
 "installed, you can close any windows that it creates."
@@ -1144,18 +1158,14 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
+#. type: Content of: <html><body><section><div><div><div><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a [keyid] > my_secret_key.asc"
+"secret-keys -a [keyID] > my_secret_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><span>
-msgid "$ gpg --export -a [keyid] > my_public_key.asc"
-msgstr ""
-
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
-msgid "</span>"
+#. type: Content of: <html><body><section><div><div><div><p>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><h6>
@@ -1217,38 +1227,38 @@ msgstr ""
 msgid "My key doesn't seem to be working or I get a \"permission denied.\""
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Like every other file or folder, gpg keys are subject to permissions. If "
 "these are not set correctly, your system may not be accepting your keys. You "
 "can follow the next steps to check, and update to the right permissions."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Check your permissions: <span style=\"color:#2f5faa; font-family: "
 "monospace;\">ls -l ~/.gnupg/*</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read, write, execute for only yourself, no others. "
 "These are the recommended permissions for your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 700 ~/.gnupg</span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "# Set permissions to read and write for yourself only, no others. These are "
 "the recommended permissions for the keys inside your folder."
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "You can use the code: <span style=\"color:#2f5faa; font-family: monospace;"
 "\">chmod 600 ~/.gnupg/*</span>"
@@ -1305,7 +1315,7 @@ msgstr ""
 msgid "Transferring your keys"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Use the following commands to transfer your keys. To avoid getting your key "
 "compromised, store it in a safe place, and make sure that if it is "
@@ -1313,22 +1323,22 @@ msgid ""
 "can be done with the following commands:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --export-"
-"secret-keys -a keyid > my_private_key.asc"
+"secret-keys -a [keyID] > my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --export -a keyid > my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
+msgid "$ gpg --export -a [keyID] > my_public_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p><span>
 msgid "$ gpg --import my_private_key.asc"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd><span>
-msgid "$ gpg --import my_public_key.asc"
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
+msgid "$ gpg --import my_public_key.asc </span>"
 msgstr ""
 
 #. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
@@ -1337,13 +1347,13 @@ msgid ""
 "and add ultimate trust for it:"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "<span style=\"color:#2f5faa; font-family: monospace;\"> $ gpg --edit-key "
 "[your@email] </span>"
 msgstr ""
 
-#. type: Content of: <html><body><section><div><div><div><div><dl><dd>
+#. type: Content of: <html><body><section><div><div><div><div><dl><dd><p>
 msgid ""
 "Because this is your key, you should choose <span style=\"color:#2f5faa; "
 "font-family: monospace;\">ultimate</span>. You shouldn't trust anyone else's "
@@ -1400,7 +1410,7 @@ msgstr "疑难解答"
 msgid "<em>Step 3.a</em> Set up your email with encryption"
 msgstr "<em>Step 1.a</em> 配置电子邮件帐号"
 
-#. type: Content of: <html><body><section><div><div><div>
+#. type: Content of: <html><body><section><div><div><div><p>
 msgid ""
 "Once you have set up your email with encryption, you can start contributing "
 "to encrypted traffic on the Internet. First we'll get your email client to "
@@ -3277,9 +3287,6 @@ msgstr ""
 #~ "Public License 许可证进行许可。<a href=\"http://www.gnu.org/licenses/"
 #~ "license-list.html#OtherLicenses\">为什么要这些许可证?</a>"
 
-#~ msgid "<a class=\"current\" href=\"/en\">English - v4.0</a>"
-#~ msgstr "<a href=\"/en\">English - v4.0</a>"
-
 #~ msgid "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 #~ msgstr "<a href=\"/ar\">العربية <span class=\"tip\">tip</span></a>"
 
@@ -3328,9 +3335,6 @@ msgstr ""
 #~ msgid "<a href=\"/sv\">svenska - v4.0</a>"
 #~ msgstr "<a href=\"/sv\">svenska - v4.0</a>"
 
-#~ msgid "<a href=\"/tr\">Türkçe - v4.0</a>"
-#~ msgstr "<a href=\"/tr\">Türkçe - v4.0</a>"
-
 #~ msgid "<a href=\"/zh-hans\">简体中文 - v4.0</a>"
 #~ msgstr "<a class=\"current\" href=\"/zh-hans\">简体中文 - v4.0</a>"