1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2015-02-12 01:15+0100\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 msgid "[[!meta title=\"Sharing encrypted secrets using keyringer\"]]\n"
27 "<span class=\"application\">[Keyringer](https://keyringer.pw/)</span> is\n"
28 "an encrypted and distributed secret sharing software running from the\n"
35 "<span class=\"application\">Keyringer</span> lets you manage and share\n"
36 "secrets using OpenPGP and [Git](http://git-scm.com/) with custom\n"
37 "commands to encrypt, decrypt, and edit text files and other kind of\n"
38 "documents. By storing those secrets in Git, you can share them with\n"
39 "other people in a distributed manner.\n"
44 msgid "<div class=\"note\">\n"
50 "<p>Using <span class=\"application\">keyringer</span> requires previous\n"
51 "knowledge of Git and the command line.</span>\n"
62 "To learn how to use *keyringer*, read the [documentation on the *keyringer* "
63 "website](https://keyringer.pw/)."
68 msgid "<div class=\"tip\">\n"
74 "<p>You can use the <span class=\"guilabel\">open</span> command of\n"
75 "<span class=\"application\">keyringer</span> to edit, encrypt, and\n"
76 "share <span class=\"application\">LibreOffice</span> documents,\n"
83 "To store your *keyringer* configuration across separate working\n"
84 "sessions, you can enable the [[<span class=\"guilabel\">Dotfiles</span>\n"
85 "persistence feature|doc/first_steps/persistence/configure/#dotfiles]]\n"
86 "and make persistent the files in the <span\n"
87 "class=\"filename\">.keyringer</span> folder of your\n"
88 "<span class=\"filename\">Home</span> folder.\n"
92 msgid "For example, if you have a single keyringer named **top-secret**:"
98 " /live/persistence/TailsData_unlocked/dotfiles\n"
105 msgid "To do so you can execute the following command:"
111 " rsync -v --archive --delete ~/.keyringer "
112 "/live/persistence/TailsData_unlocked/dotfiles/\n"
117 "Make sure to update your *dotfiles* each time you use the **init**, "
118 "**teardown**, **destroy**, or **preferences** command of *keyringer*."