aboutsummaryrefslogtreecommitdiff
path: root/docs/gettext/advanced.pot
blob: 598c9ac3863fd604b77060dde33f0eecc327988e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# SOME DESCRIPTIVE TITLE.
# Copyright (C) Micah Lee, et al.
# This file is distributed under the same license as the OnionShare package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OnionShare 2.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-31 16:26+1100\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../source/advanced.rst:2
msgid "Advanced Usage"
msgstr ""

#: ../../source/advanced.rst:7
msgid "Save Tabs"
msgstr ""

#: ../../source/advanced.rst:9
msgid "Everything in OnionShare is temporary by default. When OnionShare tabs are closed, addresses no longer exist and can't be used again. Your OnionShare service can also be persistent. If you host a website, persistence means it will be available on the same OnionShare address even if you reboot your computer."
msgstr ""

#: ../../source/advanced.rst:13
msgid "To make any tab persistent, check the \"Save this tab, and automatically open it when I open OnionShare\" box before starting your server. A purple pin icon appears to the left of its server status to tell you the tab is saved."
msgstr ""

#: ../../source/advanced.rst:18
msgid "When opening OnionShare, your saved tabs from the prior session will start opened. Each service then can be started manually, and will be available on the same OnionShare address and be protected by the same private key."
msgstr ""

#: ../../source/advanced.rst:21
msgid "If you save a tab, a copy of its onion service secret key is stored on your computer."
msgstr ""

#: ../../source/advanced.rst:26
msgid "Turn Off Private Key"
msgstr ""

#: ../../source/advanced.rst:28
msgid "By default, all OnionShare services are protected with a private key, which Tor calls \"client authentication\"."
msgstr ""

#: ../../source/advanced.rst:30
msgid "The Tor Browser will ask you to enter your private key when you load an OnionShare service. If you want allow the public to use your service, it's better to disable the private key altogether."
msgstr ""

#: ../../source/advanced.rst:33
msgid "To turn off the private key for any tab, check the \"This is a public OnionShare service (disables private key)\" box before starting the server. Then the server will be public and a private key is not needed to load it in the Tor Browser."
msgstr ""

#: ../../source/advanced.rst:39
msgid "Custom Titles"
msgstr ""

#: ../../source/advanced.rst:41
msgid "When people load OnionShare services in the Tor Browser they see the default title for each type of service. For example, the default title for chat services is \"OnionShare Chat\"."
msgstr ""

#: ../../source/advanced.rst:44
msgid "If you edit the \"Custom title\" setting before starting a server you can change it."
msgstr ""

#: ../../source/advanced.rst:47
msgid "Scheduled Times"
msgstr ""

#: ../../source/advanced.rst:49
msgid "OnionShare supports scheduling exactly when a service should start and stop. Before starting a server, click \"Show advanced settings\" in its tab and then check the boxes next to either \"Start onion service at scheduled time\", \"Stop onion service at scheduled time\", or both, and set the respective desired dates and times."
msgstr ""

#: ../../source/advanced.rst:53
msgid "Services scheduled to start in the future display a countdown timer when when the \"Start sharing\" button is clicked. Services scheduled to stop in the future display a countdown timer when started."
msgstr ""

#: ../../source/advanced.rst:56
msgid "**Scheduling an OnionShare service to automatically start can be used as a dead man's switch**. This means your service is made public at a given time in the future if you are not there to prevent it. If nothing happens to you, you can cancel the service before it's scheduled to start."
msgstr ""

#: ../../source/advanced.rst:62
msgid "**Scheduling an OnionShare service to automatically stop limits its exposure**. If you want to share secret info or something that will be outdated, you can do so for selected limited time."
msgstr ""

#: ../../source/advanced.rst:70
msgid "Command-line Interface"
msgstr ""

#: ../../source/advanced.rst:72
msgid "In addition to its graphical interface, OnionShare has a command-line interface."
msgstr ""

#: ../../source/advanced.rst:74
msgid "You can install just the command-line version of OnionShare using ``pip3``::"
msgstr ""

#: ../../source/advanced.rst:78
msgid "Note that you will also need the ``tor`` package installed. In macOS, install it with: ``brew install tor``"
msgstr ""

#: ../../source/advanced.rst:80
msgid "Then run it like this::"
msgstr ""

#: ../../source/advanced.rst:84
msgid "Info about installing it on different operating systems can be found in the `CLI README file <https://github.com/onionshare/onionshare/blob/develop/cli/README.md>`_ in the Git repository."
msgstr ""

#: ../../source/advanced.rst:86
msgid "If you installed OnionShare using the Snap package, you can also just run ``onionshare.cli`` to access the command-line interface version."
msgstr ""

#: ../../source/advanced.rst:89
msgid "Usage"
msgstr ""

#: ../../source/advanced.rst:91
msgid "Browse the command-line documentation by running ``onionshare --help``::"
msgstr ""