Update all translations with latest messages

This commit is contained in:
James Valleroy 2016-08-11 20:03:49 -04:00
parent e1fc563a29
commit ec68446eec
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
18 changed files with 7829 additions and 2489 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-01 07:45+0530\n"
"POT-Creation-Date: 2016-08-11 19:55-0400\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"
@ -17,32 +17,32 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: plinth/action_utils.py:237
#: plinth/action_utils.py:242
#, python-brace-format
msgid "Listening on {kind} port {listen_address}:{port}"
msgstr ""
#: plinth/action_utils.py:240
#: plinth/action_utils.py:245
#, python-brace-format
msgid "Listening on {kind} port {port}"
msgstr ""
#: plinth/action_utils.py:326
#: plinth/action_utils.py:331
#, python-brace-format
msgid "Access URL {url} on tcp{kind}"
msgstr ""
#: plinth/action_utils.py:329
#: plinth/action_utils.py:334
#, python-brace-format
msgid "Access URL {url}"
msgstr ""
#: plinth/action_utils.py:357
#: plinth/action_utils.py:362
#, python-brace-format
msgid "Connect to {host}:{port}"
msgstr ""
#: plinth/action_utils.py:360
#: plinth/action_utils.py:365
#, python-brace-format
msgid "Cannot connect to {host}:{port}"
msgstr ""
@ -197,6 +197,7 @@ msgid "Language changed"
msgstr ""
#: plinth/modules/config/templates/config.html:32
#: plinth/modules/security/templates/security.html:32
msgid "Submit"
msgstr ""
@ -419,8 +420,8 @@ msgstr ""
#: plinth/modules/firewall/templates/firewall.html:46
#: plinth/modules/networks/templates/connection_show.html:261
#: plinth/modules/openvpn/templates/openvpn.html:67
#: plinth/modules/tor/templates/tor.html:35
#: plinth/modules/tor/templates/tor.html:65
#: plinth/modules/tor/templates/tor.html:51
#: plinth/modules/tor/templates/tor.html:82
msgid "Status"
msgstr ""
@ -505,22 +506,22 @@ msgid "Use HTTP basic authentication"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:143
#: plinth/modules/networks/forms.py:151 plinth/modules/transmission/forms.py:37
#: plinth/modules/networks/forms.py:168 plinth/modules/transmission/forms.py:37
msgid "Username"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:146
#: plinth/modules/networks/forms.py:152 plinth/modules/transmission/forms.py:41
#: plinth/modules/networks/forms.py:169 plinth/modules/transmission/forms.py:41
msgid "Password"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:149
#: plinth/modules/networks/forms.py:154
#: plinth/modules/networks/forms.py:171
msgid "Show password"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:153
msgid "IP Check URL"
msgid "URL to look up public IP"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:179
@ -578,7 +579,7 @@ msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_configure.html:40
#: plinth/modules/ikiwiki/templates/ikiwiki_create.html:32
#: plinth/modules/openvpn/templates/openvpn.html:124
#: plinth/modules/tor/templates/tor.html:93
#: plinth/modules/tor/templates/tor.html:110
#: plinth/modules/upgrades/templates/upgrades_configure.html:32
#: plinth/templates/service.html:67
msgid "Update setup"
@ -601,13 +602,13 @@ msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:37
#, python-format
msgid ""
"Behind NAT. This means that Dynamic DNS service will poll the \"IP Check URL"
"\" for changes (the \"IP Check URL\" entry is needed for this, otherwise IP "
"changes will not be detected). In case the WAN IP changes, it may take up to "
"%(timer)s minutes until your DNS entry is updated."
"Behind NAT. This means that Dynamic DNS service will poll the \"URL to look "
"up public IP\" for changes (the \"URL to look up public IP\" entry is needed "
"for this, otherwise IP changes will not be detected). In case the WAN IP "
"changes, it may take up to %(timer)s minutes until your DNS entry is updated."
msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:48
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:49
msgid "Last update"
msgstr ""
@ -649,6 +650,7 @@ msgstr ""
#: plinth/modules/firewall/templates/firewall.html:60
#: plinth/modules/letsencrypt/templates/letsencrypt.html:70
#: plinth/modules/names/templates/names.html:51
#: plinth/modules/networks/forms.py:62
msgid "Disabled"
msgstr ""
@ -675,45 +677,55 @@ msgid ""
"disabled in the firewall."
msgstr ""
#: plinth/modules/first_boot/forms.py:59 plinth/modules/users/forms.py:70
#: plinth/modules/first_boot/forms.py:60 plinth/modules/users/forms.py:70
msgid "Creating LDAP user failed."
msgstr ""
#: plinth/modules/first_boot/forms.py:67
#: plinth/modules/first_boot/forms.py:68
msgid "Failed to add new user to admin group."
msgstr ""
#: plinth/modules/first_boot/forms.py:83
msgid ""
"Console login access restricted to users in \"admin\" group. This can be "
"configured in security settings."
msgstr ""
#: plinth/modules/first_boot/forms.py:89
msgid "Failed to restrict console access."
msgstr ""
#: plinth/modules/first_boot/forms.py:101
msgid "User account created, you are now logged in"
msgstr ""
#: plinth/modules/first_boot/forms.py:116
#: plinth/modules/first_boot/forms.py:128
#, python-brace-format
msgid "The voucher you received with your {box_name} Danube Edition"
msgstr ""
#: plinth/modules/first_boot/forms.py:121
#: plinth/modules/first_boot/forms.py:133
msgid "Subdomain"
msgstr ""
#: plinth/modules/first_boot/forms.py:123
#: plinth/modules/first_boot/forms.py:135
msgid "The subdomain you want to register"
msgstr ""
#: plinth/modules/first_boot/forms.py:146
#: plinth/modules/first_boot/forms.py:158
msgid "This code is not valid"
msgstr ""
#: plinth/modules/first_boot/forms.py:152
#: plinth/modules/first_boot/forms.py:164
#, python-brace-format
msgid "This code is bound to the domain {domain}."
msgstr ""
#: plinth/modules/first_boot/forms.py:162
#: plinth/modules/first_boot/forms.py:174
msgid "The requested domain is already registered."
msgstr ""
#: plinth/modules/first_boot/forms.py:176
#: plinth/modules/first_boot/forms.py:188
#, python-brace-format
msgid "Domain registration failed: {response}."
msgstr ""
@ -806,11 +818,11 @@ msgstr ""
msgid "Skip Registration"
msgstr ""
#: plinth/modules/first_boot/views.py:71
#: plinth/modules/first_boot/views.py:70
msgid "Setup Complete"
msgstr ""
#: plinth/modules/first_boot/views.py:96
#: plinth/modules/first_boot/views.py:94
msgid "Pagekite setup finished. The HTTP and HTTPS services are activated now."
msgstr ""
@ -822,7 +834,7 @@ msgstr ""
msgid "Where to Get Help"
msgstr ""
#: plinth/modules/help/help.py:37
#: plinth/modules/help/help.py:37 plinth/modules/networks/forms.py:61
msgid "Manual"
msgstr ""
@ -923,6 +935,21 @@ msgid ""
"channel using the IRC web interface."
msgstr ""
#: plinth/modules/help/templates/statuslog.html:26
#, python-format
msgid ""
"This is the last %(num_lines)s lines of the status log for this web "
"interface. If you want to report a bug, please use the <a href=\"https://"
"github.com/freedombox/Plinth/issues\">bugtracker</a> and attach this status "
"log to the bug report."
msgstr ""
#: plinth/modules/help/templates/statuslog.html:36
msgid ""
"Caution: Please remove any passwords or other personal information from the "
"log, before submitting the bug report."
msgstr ""
#: plinth/modules/ikiwiki/__init__.py:40
msgid "Wiki and Blog (ikiwiki)"
msgstr ""
@ -1167,7 +1194,7 @@ msgstr ""
#: plinth/modules/monkeysphere/templates/monkeysphere.html:74
#: plinth/modules/monkeysphere/templates/monkeysphere_details.html:55
#: plinth/modules/tor/templates/tor.html:112
#: plinth/modules/tor/templates/tor.html:127
msgid "Service"
msgstr ""
@ -1355,11 +1382,21 @@ msgid ""
"interfaces. Select Internal only for trusted networks."
msgstr ""
#: plinth/modules/networks/forms.py:50
#: plinth/modules/networks/forms.py:48
#: plinth/modules/networks/templates/connections_diagram.html:78
msgid "External"
msgstr ""
#: plinth/modules/networks/forms.py:49
#: plinth/modules/networks/templates/connections_diagram.html:107
msgid "Internal"
msgstr ""
#: plinth/modules/networks/forms.py:51
msgid "IPv4 Addressing Method"
msgstr ""
#: plinth/modules/networks/forms.py:53
#: plinth/modules/networks/forms.py:54
#, python-brace-format
msgid ""
"\"Automatic\" method will make {box_name} acquire configuration from this "
@ -1367,79 +1404,145 @@ msgid ""
"router, configure clients on this network and share its Internet connection."
msgstr ""
#: plinth/modules/networks/forms.py:62
#: plinth/modules/networks/forms.py:59
msgid "Automatic (DHCP)"
msgstr ""
#: plinth/modules/networks/forms.py:60
msgid "Shared"
msgstr ""
#: plinth/modules/networks/forms.py:64
msgid "Address"
msgstr ""
#: plinth/modules/networks/forms.py:66
#: plinth/modules/networks/forms.py:68
msgid "Netmask"
msgstr ""
#: plinth/modules/networks/forms.py:67
#: plinth/modules/networks/forms.py:69
msgid ""
"Optional value. If left blank, a default netmask based on the address will "
"be used."
msgstr ""
#: plinth/modules/networks/forms.py:72
#: plinth/modules/networks/forms.py:74
#: plinth/modules/networks/templates/connection_show.html:202
#: plinth/modules/networks/templates/connection_show.html:241
msgid "Gateway"
msgstr ""
#: plinth/modules/networks/forms.py:73
#: plinth/modules/networks/forms.py:75
msgid "Optional value."
msgstr ""
#: plinth/modules/networks/forms.py:77
#: plinth/modules/networks/forms.py:79
msgid "DNS Server"
msgstr ""
#: plinth/modules/networks/forms.py:78
#: plinth/modules/networks/forms.py:80
msgid ""
"Optional value. If this value is given and IPv4 addressing method is "
"\"Automatic\", the DNS Servers provided by a DHCP server will be ignored."
msgstr ""
#: plinth/modules/networks/forms.py:84
#: plinth/modules/networks/forms.py:86
msgid "Second DNS Server"
msgstr ""
#: plinth/modules/networks/forms.py:85
#: plinth/modules/networks/forms.py:87
msgid ""
"Optional value. If this value is given and IPv4 Addressing Method is "
"\"Automatic\", the DNS Servers provided by a DHCP server will be ignored."
msgstr ""
#: plinth/modules/networks/forms.py:95
#: plinth/modules/networks/forms.py:97
msgid "-- select --"
msgstr ""
#: plinth/modules/networks/forms.py:179
#: plinth/modules/networks/forms.py:197
#: plinth/modules/networks/templates/connection_show.html:144
msgid "SSID"
msgstr ""
#: plinth/modules/networks/forms.py:180
#: plinth/modules/networks/forms.py:198
msgid "The visible name of the network."
msgstr ""
#: plinth/modules/networks/forms.py:182
#: plinth/modules/networks/forms.py:200
#: plinth/modules/networks/templates/connection_show.html:157
msgid "Mode"
msgstr ""
#: plinth/modules/networks/forms.py:187
#: plinth/modules/networks/forms.py:201
msgid "Infrastructure"
msgstr ""
#: plinth/modules/networks/forms.py:202
msgid "Access Point"
msgstr ""
#: plinth/modules/networks/forms.py:203
msgid "Ad-hoc"
msgstr ""
#: plinth/modules/networks/forms.py:205
msgid "Frequency Band"
msgstr ""
#: plinth/modules/networks/forms.py:206
msgid "Automatic"
msgstr ""
#: plinth/modules/networks/forms.py:207
msgid "A (5 GHz)"
msgstr ""
#: plinth/modules/networks/forms.py:208
msgid "B/G (2.4 GHz)"
msgstr ""
#: plinth/modules/networks/forms.py:210
#: plinth/modules/networks/templates/connection_show.html:173
msgid "Channel"
msgstr ""
#: plinth/modules/networks/forms.py:211
msgid ""
"Optional value. Wireless channel in the selected frequency band to restrict "
"to. Blank or 0 value means automatic selection."
msgstr ""
#: plinth/modules/networks/forms.py:218
msgid "BSSID"
msgstr ""
#: plinth/modules/networks/forms.py:219
msgid ""
"Optional value. Unique identifier for the access point. When connecting to "
"an access point, connect only if the BSSID of the access point matches the "
"one provided. Example: 00:11:22:aa:bb:cc."
msgstr ""
#: plinth/modules/networks/forms.py:226
msgid "Authentication Mode"
msgstr ""
#: plinth/modules/networks/forms.py:188
#: plinth/modules/networks/forms.py:227
msgid ""
"Select WPA if the wireless network is secured and requires clients to have "
"the password to connect."
msgstr ""
#: plinth/modules/networks/forms.py:192
#: plinth/modules/networks/forms.py:229
msgid "WPA"
msgstr ""
#: plinth/modules/networks/forms.py:230
msgid "Open"
msgstr ""
#: plinth/modules/networks/forms.py:232
msgid "Passphrase"
msgstr ""
@ -1449,12 +1552,12 @@ msgid "Network Connections"
msgstr ""
#: plinth/modules/networks/networks.py:36
#: plinth/modules/networks/networks.py:232
#: plinth/modules/networks/networks.py:241
msgid "Nearby Wi-Fi Networks"
msgstr ""
#: plinth/modules/networks/networks.py:38
#: plinth/modules/networks/networks.py:254
#: plinth/modules/networks/networks.py:265
msgid "Add Connection"
msgstr ""
@ -1474,58 +1577,62 @@ msgstr ""
msgid "This type of connection is not yet understood."
msgstr ""
#: plinth/modules/networks/networks.py:129
#: plinth/modules/networks/networks.py:188
#: plinth/modules/networks/networks.py:131
#: plinth/modules/networks/networks.py:197
#: plinth/modules/networks/templates/connections_edit.html:34
msgid "Edit Connection"
msgstr ""
#: plinth/modules/networks/networks.py:199
#: plinth/modules/networks/networks.py:208
#, python-brace-format
msgid "Activated connection {name}."
msgstr ""
#: plinth/modules/networks/networks.py:202
#: plinth/modules/networks/networks.py:211
msgid "Failed to activate connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:206
#: plinth/modules/networks/networks.py:215
#, python-brace-format
msgid "Failed to activate connection {name}: No suitable device is available."
msgstr ""
#: plinth/modules/networks/networks.py:219
#: plinth/modules/networks/networks.py:228
#, python-brace-format
msgid "Deactivated connection {name}."
msgstr ""
#: plinth/modules/networks/networks.py:222
#: plinth/modules/networks/networks.py:231
msgid "Failed to de-activate connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:272
#: plinth/modules/networks/networks.py:283
msgid "Adding New Generic Connection"
msgstr ""
#: plinth/modules/networks/networks.py:301
msgid "Adding New Ethernet Connection"
msgstr ""
#: plinth/modules/networks/networks.py:290
#: plinth/modules/networks/networks.py:319
msgid "Adding New PPPoE Connection"
msgstr ""
#: plinth/modules/networks/networks.py:322
#: plinth/modules/networks/networks.py:352
msgid "Adding New Wi-Fi Connection"
msgstr ""
#: plinth/modules/networks/networks.py:336
#: plinth/modules/networks/networks.py:366
#, python-brace-format
msgid "Connection {name} deleted."
msgstr ""
#: plinth/modules/networks/networks.py:339
#: plinth/modules/networks/networks.py:348
#: plinth/modules/networks/networks.py:369
#: plinth/modules/networks/networks.py:378
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:353
#: plinth/modules/networks/networks.py:383
#: plinth/modules/networks/templates/connections_delete.html:26
msgid "Delete Connection"
msgstr ""
@ -1554,6 +1661,7 @@ msgid "Delete connection"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:63
#: plinth/modules/snapshot/templates/snapshot.html:34
msgid "Delete"
msgstr ""
@ -1592,6 +1700,9 @@ msgid "Interface"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:110
#: plinth/modules/snapshot/templates/snapshot.html:32
#: plinth/modules/snapshot/templates/snapshot_delete.html:35
#: plinth/modules/snapshot/templates/snapshot_rollback.html:43
msgid "Description"
msgstr ""
@ -1630,10 +1741,6 @@ msgstr ""
msgid "Signal strength"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:173
msgid "Channel"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:181
msgid "IPv4"
msgstr ""
@ -1667,6 +1774,7 @@ msgid "This connection is not active."
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:266
#: plinth/modules/security/__init__.py:34 plinth/modules/security/views.py:46
msgid "Security"
msgstr ""
@ -1722,10 +1830,6 @@ msgstr ""
msgid "Spacing"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:78
msgid "External"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:83
#: plinth/modules/networks/templates/connections_diagram.html:113
#: plinth/network.py:37
@ -1743,10 +1847,6 @@ msgstr ""
msgid "Show connection %(connection.name)s"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:107
msgid "Internal"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:119
#, python-format
msgid "Show connection %(name)s"
@ -1846,7 +1946,7 @@ msgstr ""
#: plinth/modules/openvpn/templates/openvpn.html:116
#: plinth/modules/owncloud/templates/owncloud.html:39
#: plinth/modules/tor/templates/tor.html:85
#: plinth/modules/tor/templates/tor.html:102
msgid "Configuration"
msgstr ""
@ -1858,7 +1958,7 @@ msgstr ""
msgid "Setup failed."
msgstr ""
#: plinth/modules/openvpn/views.py:144 plinth/modules/tor/views.py:98
#: plinth/modules/openvpn/views.py:144 plinth/modules/tor/views.py:109
#: plinth/views.py:86 plinth/views.py:167
msgid "Setting unchanged"
msgstr ""
@ -2236,11 +2336,11 @@ msgid ""
"\">mobile</a> devices are available."
msgstr ""
#: plinth/modules/radicale/__init__.py:42
#: plinth/modules/radicale/__init__.py:41
msgid "Calendar and Addressbook (Radicale)"
msgstr ""
#: plinth/modules/radicale/__init__.py:46
#: plinth/modules/radicale/__init__.py:45
#, python-brace-format
msgid ""
"Radicale is a CalDAV and CardDAV server. It allows synchronization and "
@ -2250,6 +2350,24 @@ msgid ""
"a {box_name} login."
msgstr ""
#: plinth/modules/radicale/forms.py:28
msgid "Only the owner of a calendar/addressbook can view or make changes."
msgstr ""
#: plinth/modules/radicale/forms.py:30
msgid ""
"Any user can view any calendar/addressbook, but only the owner can make "
"changes."
msgstr ""
#: plinth/modules/radicale/forms.py:32
msgid "Any user can view or make changes to any calendar/addressbook."
msgstr ""
#: plinth/modules/radicale/views.py:53
msgid "Access rights configuration updated"
msgstr ""
#: plinth/modules/repro/__init__.py:38
msgid "SIP Server (repro)"
msgstr ""
@ -2331,6 +2449,26 @@ msgid ""
"a>)."
msgstr ""
#: plinth/modules/security/forms.py:29
msgid "Restrict console logins (recommended)"
msgstr ""
#: plinth/modules/security/forms.py:30
msgid ""
"When this option is enabled, only users in the \"admin\" group will be able "
"to log in to console or via SSH. Console users may be able to access some "
"services without further authorization."
msgstr ""
#: plinth/modules/security/views.py:63
#, python-brace-format
msgid "Error setting restricted access: {exception}"
msgstr ""
#: plinth/modules/security/views.py:66
msgid "Updated security configuration"
msgstr ""
#: plinth/modules/shaarli/__init__.py:36
msgid "Bookmarks (Shaarli)"
msgstr ""
@ -2346,6 +2484,112 @@ msgid ""
"account, which you will need to setup on the initial visit."
msgstr ""
#: plinth/modules/snapshot/__init__.py:34
msgid "Snapshots"
msgstr ""
#: plinth/modules/snapshot/__init__.py:37
msgid ""
"Snapshots allows creating and managing filesystem snapshots. These can be "
"used to roll back the system to a previously known good state in case of "
"unwanted changes to the system."
msgstr ""
#: plinth/modules/snapshot/__init__.py:41
msgid ""
"Automatic snapshots are taken every hour, day, month and year. Older "
"snapshots are automatically deleted keeping 10 of each kind and 50 in total. "
"Although snapshots are efficient and only store the differences, they may be "
"deleted to reclaim free space. Individual files from older snapshots can be "
"accessed by visiting \".snapshots\" directory in the filesystem. Snapshots "
"are not a replacement for backups."
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:30
#: plinth/modules/snapshot/templates/snapshot_delete.html:33
#: plinth/modules/snapshot/templates/snapshot_rollback.html:41
msgid "Number"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:31
#: plinth/modules/snapshot/templates/snapshot_delete.html:34
#: plinth/modules/snapshot/templates/snapshot_rollback.html:42
msgid "Date"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:33
msgid "Rollback"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:44
msgid "active"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:53
#, python-format
msgid "Rollback to snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:64
#, python-format
msgid "Delete snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:85
msgid "Create Snapshot"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_delete.html:27
msgid "Delete this snapshot permanently?"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_delete.html:53
#, python-format
msgid "Delete Snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:27
msgid "Roll back the system to this snapshot?"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:30
msgid ""
"A new snapshot with the current state of the file system will be "
"automatically created. You will be able to undo a rollback by reverting to "
"the newly created snapshot."
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:61
#, python-format
msgid "Rollback to Snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/views.py:37
msgid "Created snapshot."
msgstr ""
#: plinth/modules/snapshot/views.py:53
#, python-brace-format
msgid "Deleted snapshot #{number}."
msgstr ""
#: plinth/modules/snapshot/views.py:65
msgid "Delete Snapshot"
msgstr ""
#: plinth/modules/snapshot/views.py:75
#, python-brace-format
msgid "Rolled back to snapshot #{number}."
msgstr ""
#: plinth/modules/snapshot/views.py:78
msgid "The system must be restarted to complete the rollback."
msgstr ""
#: plinth/modules/snapshot/views.py:90
msgid "Rollback to Snapshot"
msgstr ""
#: plinth/modules/system/__init__.py:32 plinth/templates/base.html:109
msgid "System Configuration"
msgstr ""
@ -2386,24 +2630,24 @@ msgstr ""
msgid "Tor Hidden Service"
msgstr ""
#: plinth/modules/tor/__init__.py:139
#: plinth/modules/tor/__init__.py:138
msgid "Tor relay port available"
msgstr ""
#: plinth/modules/tor/__init__.py:147
#: plinth/modules/tor/__init__.py:146
msgid "Obfs3 transport registered"
msgstr ""
#: plinth/modules/tor/__init__.py:153
#: plinth/modules/tor/__init__.py:152
msgid "Obfs4 transport registered"
msgstr ""
#: plinth/modules/tor/__init__.py:190
#: plinth/modules/tor/__init__.py:189
#, python-brace-format
msgid "Access URL {url} on tcp{kind} via Tor"
msgstr ""
#: plinth/modules/tor/__init__.py:201
#: plinth/modules/tor/__init__.py:200
#, python-brace-format
msgid "Confirm Tor usage at {url} on tcp{kind}"
msgstr ""
@ -2413,69 +2657,91 @@ msgid "Enable Tor"
msgstr ""
#: plinth/modules/tor/forms.py:35
msgid "Enable Tor Hidden Service"
msgid "Enable Tor relay"
msgstr ""
#: plinth/modules/tor/forms.py:38
#, python-brace-format
msgid ""
"A hidden service will allow {box_name} to provide selected services (such as "
"ownCloud or chat) without revealing its location."
"When enabled, your {box_name} will run a Tor relay and donate bandwidth to "
"the Tor network. Do this if you have more than 2 megabits/s of upload and "
"download bandwidth."
msgstr ""
#: plinth/modules/tor/forms.py:42
#: plinth/modules/tor/forms.py:43
msgid "Enable Tor bridge relay"
msgstr ""
#: plinth/modules/tor/forms.py:46
msgid ""
"When enabled, relay information is published in the Tor bridge database "
"instead of public Tor relay database making it harder to censor this node. "
"This helps others circumvent censorship."
msgstr ""
#: plinth/modules/tor/forms.py:51
msgid "Enable Tor Hidden Service"
msgstr ""
#: plinth/modules/tor/forms.py:54
#, python-brace-format
msgid ""
"A hidden service will allow {box_name} to provide selected services (such as "
"wiki or chat) without revealing its location. Do not use this for strong "
"anonymity yet."
msgstr ""
#: plinth/modules/tor/forms.py:59
msgid "Download software packages over Tor"
msgstr ""
#: plinth/modules/tor/forms.py:44
#: plinth/modules/tor/forms.py:61
msgid ""
"When enabled, software will be downloaded over the Tor network for "
"installations and upgrades. This adds a degree of privacy and security "
"during software downloads."
msgstr ""
#: plinth/modules/tor/templates/tor.html:41
#: plinth/modules/tor/templates/tor.html:57
msgid "Tor configuration is being updated"
msgstr ""
#: plinth/modules/tor/templates/tor.html:49
#: plinth/modules/tor/templates/tor.html:66
msgid "Tor is running"
msgstr ""
#: plinth/modules/tor/templates/tor.html:52
#: plinth/modules/tor/templates/tor.html:69
msgid "Tor is not running"
msgstr ""
#: plinth/modules/tor/templates/tor.html:64
#: plinth/modules/tor/templates/tor.html:81
msgid "Hidden Service"
msgstr ""
#: plinth/modules/tor/templates/tor.html:66
#: plinth/modules/tor/templates/tor.html:83
msgid "Ports"
msgstr ""
#: plinth/modules/tor/templates/tor.html:96
msgid "Bridge"
#: plinth/modules/tor/templates/tor.html:114
msgid "Relay"
msgstr ""
#: plinth/modules/tor/templates/tor.html:99
#: plinth/modules/tor/templates/tor.html:116
#, python-format
msgid ""
"Your %(box_name)s is configured as a Tor bridge with obfsproxy, so it can "
"help circumvent censorship. If your %(box_name)s is behind a router or "
"firewall, you should make sure the following ports are open, and port-"
"forwarded, if necessary:"
msgstr ""
#: plinth/modules/tor/templates/tor.html:113
msgid "Port"
"If your %(box_name)s is behind a router or firewall, you should make sure "
"the following ports are open, and port-forwarded, if necessary:"
msgstr ""
#: plinth/modules/tor/templates/tor.html:128
msgid "Port"
msgstr ""
#: plinth/modules/tor/templates/tor.html:144
msgid "SOCKS"
msgstr ""
#: plinth/modules/tor/templates/tor.html:131
#: plinth/modules/tor/templates/tor.html:147
#, python-format
msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050."
msgstr ""
@ -2485,11 +2751,11 @@ msgstr ""
msgid "Action error: {0} [{1}] [{2}]"
msgstr ""
#: plinth/modules/tor/views.py:120
#: plinth/modules/tor/views.py:131
msgid "Configuration updated."
msgstr ""
#: plinth/modules/tor/views.py:122
#: plinth/modules/tor/views.py:133
msgid "An error occurred during configuration."
msgstr ""
@ -2624,7 +2890,7 @@ msgstr ""
msgid "Users and Groups"
msgstr ""
#: plinth/modules/users/__init__.py:79
#: plinth/modules/users/__init__.py:78
#, python-brace-format
msgid "Check LDAP entry \"{search_item}\""
msgstr ""
@ -2800,6 +3066,10 @@ msgstr ""
msgid "PPPoE"
msgstr ""
#: plinth/network.py:40
msgid "Generic"
msgstr ""
#: plinth/package.py:105
msgid "Error during installation"
msgstr ""
@ -2858,7 +3128,8 @@ msgstr ""
msgid ""
"This is an internal error and not something you caused or can fix. Please "
"report the error on the <a href=\"https://github.com/freedombox/Plinth/issues"
"\">bug tracker</a> so we can fix it."
"\">bug tracker</a> so we can fix it. Also, please attach the <a href=\"/"
"plinth/help/status-logs\">Status Log</a> to the bug report."
msgstr ""
#: plinth/templates/base.html:49

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-04 20:05+0530\n"
"POT-Creation-Date: 2016-08-11 19:55-0400\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"
@ -18,32 +18,32 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: plinth/action_utils.py:237
#: plinth/action_utils.py:242
#, python-brace-format
msgid "Listening on {kind} port {listen_address}:{port}"
msgstr ""
#: plinth/action_utils.py:240
#: plinth/action_utils.py:245
#, python-brace-format
msgid "Listening on {kind} port {port}"
msgstr ""
#: plinth/action_utils.py:326
#: plinth/action_utils.py:331
#, python-brace-format
msgid "Access URL {url} on tcp{kind}"
msgstr ""
#: plinth/action_utils.py:329
#: plinth/action_utils.py:334
#, python-brace-format
msgid "Access URL {url}"
msgstr ""
#: plinth/action_utils.py:357
#: plinth/action_utils.py:362
#, python-brace-format
msgid "Connect to {host}:{port}"
msgstr ""
#: plinth/action_utils.py:360
#: plinth/action_utils.py:365
#, python-brace-format
msgid "Cannot connect to {host}:{port}"
msgstr ""
@ -198,6 +198,7 @@ msgid "Language changed"
msgstr ""
#: plinth/modules/config/templates/config.html:32
#: plinth/modules/security/templates/security.html:32
msgid "Submit"
msgstr ""
@ -420,8 +421,8 @@ msgstr ""
#: plinth/modules/firewall/templates/firewall.html:46
#: plinth/modules/networks/templates/connection_show.html:261
#: plinth/modules/openvpn/templates/openvpn.html:67
#: plinth/modules/tor/templates/tor.html:35
#: plinth/modules/tor/templates/tor.html:65
#: plinth/modules/tor/templates/tor.html:51
#: plinth/modules/tor/templates/tor.html:82
msgid "Status"
msgstr ""
@ -506,22 +507,22 @@ msgid "Use HTTP basic authentication"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:143
#: plinth/modules/networks/forms.py:151 plinth/modules/transmission/forms.py:37
#: plinth/modules/networks/forms.py:168 plinth/modules/transmission/forms.py:37
msgid "Username"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:146
#: plinth/modules/networks/forms.py:152 plinth/modules/transmission/forms.py:41
#: plinth/modules/networks/forms.py:169 plinth/modules/transmission/forms.py:41
msgid "Password"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:149
#: plinth/modules/networks/forms.py:154
#: plinth/modules/networks/forms.py:171
msgid "Show password"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:153
msgid "IP Check URL"
msgid "URL to look up public IP"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:179
@ -579,7 +580,7 @@ msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_configure.html:40
#: plinth/modules/ikiwiki/templates/ikiwiki_create.html:32
#: plinth/modules/openvpn/templates/openvpn.html:124
#: plinth/modules/tor/templates/tor.html:93
#: plinth/modules/tor/templates/tor.html:110
#: plinth/modules/upgrades/templates/upgrades_configure.html:32
#: plinth/templates/service.html:67
msgid "Update setup"
@ -602,13 +603,13 @@ msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:37
#, python-format
msgid ""
"Behind NAT. This means that Dynamic DNS service will poll the \"IP Check URL"
"\" for changes (the \"IP Check URL\" entry is needed for this, otherwise IP "
"changes will not be detected). In case the WAN IP changes, it may take up to "
"%(timer)s minutes until your DNS entry is updated."
"Behind NAT. This means that Dynamic DNS service will poll the \"URL to look "
"up public IP\" for changes (the \"URL to look up public IP\" entry is needed "
"for this, otherwise IP changes will not be detected). In case the WAN IP "
"changes, it may take up to %(timer)s minutes until your DNS entry is updated."
msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:48
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:49
msgid "Last update"
msgstr ""
@ -650,6 +651,7 @@ msgstr ""
#: plinth/modules/firewall/templates/firewall.html:60
#: plinth/modules/letsencrypt/templates/letsencrypt.html:70
#: plinth/modules/names/templates/names.html:51
#: plinth/modules/networks/forms.py:62
msgid "Disabled"
msgstr ""
@ -676,45 +678,55 @@ msgid ""
"disabled in the firewall."
msgstr ""
#: plinth/modules/first_boot/forms.py:59 plinth/modules/users/forms.py:70
#: plinth/modules/first_boot/forms.py:60 plinth/modules/users/forms.py:70
msgid "Creating LDAP user failed."
msgstr ""
#: plinth/modules/first_boot/forms.py:67
#: plinth/modules/first_boot/forms.py:68
msgid "Failed to add new user to admin group."
msgstr ""
#: plinth/modules/first_boot/forms.py:83
msgid ""
"Console login access restricted to users in \"admin\" group. This can be "
"configured in security settings."
msgstr ""
#: plinth/modules/first_boot/forms.py:89
msgid "Failed to restrict console access."
msgstr ""
#: plinth/modules/first_boot/forms.py:101
msgid "User account created, you are now logged in"
msgstr ""
#: plinth/modules/first_boot/forms.py:116
#: plinth/modules/first_boot/forms.py:128
#, python-brace-format
msgid "The voucher you received with your {box_name} Danube Edition"
msgstr ""
#: plinth/modules/first_boot/forms.py:121
#: plinth/modules/first_boot/forms.py:133
msgid "Subdomain"
msgstr ""
#: plinth/modules/first_boot/forms.py:123
#: plinth/modules/first_boot/forms.py:135
msgid "The subdomain you want to register"
msgstr ""
#: plinth/modules/first_boot/forms.py:146
#: plinth/modules/first_boot/forms.py:158
msgid "This code is not valid"
msgstr ""
#: plinth/modules/first_boot/forms.py:152
#: plinth/modules/first_boot/forms.py:164
#, python-brace-format
msgid "This code is bound to the domain {domain}."
msgstr ""
#: plinth/modules/first_boot/forms.py:162
#: plinth/modules/first_boot/forms.py:174
msgid "The requested domain is already registered."
msgstr ""
#: plinth/modules/first_boot/forms.py:176
#: plinth/modules/first_boot/forms.py:188
#, python-brace-format
msgid "Domain registration failed: {response}."
msgstr ""
@ -807,11 +819,11 @@ msgstr ""
msgid "Skip Registration"
msgstr ""
#: plinth/modules/first_boot/views.py:71
#: plinth/modules/first_boot/views.py:70
msgid "Setup Complete"
msgstr ""
#: plinth/modules/first_boot/views.py:96
#: plinth/modules/first_boot/views.py:94
msgid "Pagekite setup finished. The HTTP and HTTPS services are activated now."
msgstr ""
@ -823,7 +835,7 @@ msgstr ""
msgid "Where to Get Help"
msgstr ""
#: plinth/modules/help/help.py:37
#: plinth/modules/help/help.py:37 plinth/modules/networks/forms.py:61
msgid "Manual"
msgstr ""
@ -924,6 +936,21 @@ msgid ""
"channel using the IRC web interface."
msgstr ""
#: plinth/modules/help/templates/statuslog.html:26
#, python-format
msgid ""
"This is the last %(num_lines)s lines of the status log for this web "
"interface. If you want to report a bug, please use the <a href=\"https://"
"github.com/freedombox/Plinth/issues\">bugtracker</a> and attach this status "
"log to the bug report."
msgstr ""
#: plinth/modules/help/templates/statuslog.html:36
msgid ""
"Caution: Please remove any passwords or other personal information from the "
"log, before submitting the bug report."
msgstr ""
#: plinth/modules/ikiwiki/__init__.py:40
msgid "Wiki and Blog (ikiwiki)"
msgstr ""
@ -1168,7 +1195,7 @@ msgstr ""
#: plinth/modules/monkeysphere/templates/monkeysphere.html:74
#: plinth/modules/monkeysphere/templates/monkeysphere_details.html:55
#: plinth/modules/tor/templates/tor.html:112
#: plinth/modules/tor/templates/tor.html:127
msgid "Service"
msgstr ""
@ -1356,11 +1383,21 @@ msgid ""
"interfaces. Select Internal only for trusted networks."
msgstr ""
#: plinth/modules/networks/forms.py:50
#: plinth/modules/networks/forms.py:48
#: plinth/modules/networks/templates/connections_diagram.html:78
msgid "External"
msgstr ""
#: plinth/modules/networks/forms.py:49
#: plinth/modules/networks/templates/connections_diagram.html:107
msgid "Internal"
msgstr ""
#: plinth/modules/networks/forms.py:51
msgid "IPv4 Addressing Method"
msgstr ""
#: plinth/modules/networks/forms.py:53
#: plinth/modules/networks/forms.py:54
#, python-brace-format
msgid ""
"\"Automatic\" method will make {box_name} acquire configuration from this "
@ -1368,79 +1405,145 @@ msgid ""
"router, configure clients on this network and share its Internet connection."
msgstr ""
#: plinth/modules/networks/forms.py:62
#: plinth/modules/networks/forms.py:59
msgid "Automatic (DHCP)"
msgstr ""
#: plinth/modules/networks/forms.py:60
msgid "Shared"
msgstr ""
#: plinth/modules/networks/forms.py:64
msgid "Address"
msgstr ""
#: plinth/modules/networks/forms.py:66
#: plinth/modules/networks/forms.py:68
msgid "Netmask"
msgstr ""
#: plinth/modules/networks/forms.py:67
#: plinth/modules/networks/forms.py:69
msgid ""
"Optional value. If left blank, a default netmask based on the address will "
"be used."
msgstr ""
#: plinth/modules/networks/forms.py:72
#: plinth/modules/networks/forms.py:74
#: plinth/modules/networks/templates/connection_show.html:202
#: plinth/modules/networks/templates/connection_show.html:241
msgid "Gateway"
msgstr ""
#: plinth/modules/networks/forms.py:73
#: plinth/modules/networks/forms.py:75
msgid "Optional value."
msgstr ""
#: plinth/modules/networks/forms.py:77
#: plinth/modules/networks/forms.py:79
msgid "DNS Server"
msgstr ""
#: plinth/modules/networks/forms.py:78
#: plinth/modules/networks/forms.py:80
msgid ""
"Optional value. If this value is given and IPv4 addressing method is "
"\"Automatic\", the DNS Servers provided by a DHCP server will be ignored."
msgstr ""
#: plinth/modules/networks/forms.py:84
#: plinth/modules/networks/forms.py:86
msgid "Second DNS Server"
msgstr ""
#: plinth/modules/networks/forms.py:85
#: plinth/modules/networks/forms.py:87
msgid ""
"Optional value. If this value is given and IPv4 Addressing Method is "
"\"Automatic\", the DNS Servers provided by a DHCP server will be ignored."
msgstr ""
#: plinth/modules/networks/forms.py:95
#: plinth/modules/networks/forms.py:97
msgid "-- select --"
msgstr ""
#: plinth/modules/networks/forms.py:179
#: plinth/modules/networks/forms.py:197
#: plinth/modules/networks/templates/connection_show.html:144
msgid "SSID"
msgstr ""
#: plinth/modules/networks/forms.py:180
#: plinth/modules/networks/forms.py:198
msgid "The visible name of the network."
msgstr ""
#: plinth/modules/networks/forms.py:182
#: plinth/modules/networks/forms.py:200
#: plinth/modules/networks/templates/connection_show.html:157
msgid "Mode"
msgstr ""
#: plinth/modules/networks/forms.py:187
#: plinth/modules/networks/forms.py:201
msgid "Infrastructure"
msgstr ""
#: plinth/modules/networks/forms.py:202
msgid "Access Point"
msgstr ""
#: plinth/modules/networks/forms.py:203
msgid "Ad-hoc"
msgstr ""
#: plinth/modules/networks/forms.py:205
msgid "Frequency Band"
msgstr ""
#: plinth/modules/networks/forms.py:206
msgid "Automatic"
msgstr ""
#: plinth/modules/networks/forms.py:207
msgid "A (5 GHz)"
msgstr ""
#: plinth/modules/networks/forms.py:208
msgid "B/G (2.4 GHz)"
msgstr ""
#: plinth/modules/networks/forms.py:210
#: plinth/modules/networks/templates/connection_show.html:173
msgid "Channel"
msgstr ""
#: plinth/modules/networks/forms.py:211
msgid ""
"Optional value. Wireless channel in the selected frequency band to restrict "
"to. Blank or 0 value means automatic selection."
msgstr ""
#: plinth/modules/networks/forms.py:218
msgid "BSSID"
msgstr ""
#: plinth/modules/networks/forms.py:219
msgid ""
"Optional value. Unique identifier for the access point. When connecting to "
"an access point, connect only if the BSSID of the access point matches the "
"one provided. Example: 00:11:22:aa:bb:cc."
msgstr ""
#: plinth/modules/networks/forms.py:226
msgid "Authentication Mode"
msgstr ""
#: plinth/modules/networks/forms.py:188
#: plinth/modules/networks/forms.py:227
msgid ""
"Select WPA if the wireless network is secured and requires clients to have "
"the password to connect."
msgstr ""
#: plinth/modules/networks/forms.py:192
#: plinth/modules/networks/forms.py:229
msgid "WPA"
msgstr ""
#: plinth/modules/networks/forms.py:230
msgid "Open"
msgstr ""
#: plinth/modules/networks/forms.py:232
msgid "Passphrase"
msgstr ""
@ -1450,12 +1553,12 @@ msgid "Network Connections"
msgstr ""
#: plinth/modules/networks/networks.py:36
#: plinth/modules/networks/networks.py:232
#: plinth/modules/networks/networks.py:241
msgid "Nearby Wi-Fi Networks"
msgstr ""
#: plinth/modules/networks/networks.py:38
#: plinth/modules/networks/networks.py:254
#: plinth/modules/networks/networks.py:265
msgid "Add Connection"
msgstr ""
@ -1475,58 +1578,62 @@ msgstr ""
msgid "This type of connection is not yet understood."
msgstr ""
#: plinth/modules/networks/networks.py:129
#: plinth/modules/networks/networks.py:188
#: plinth/modules/networks/networks.py:131
#: plinth/modules/networks/networks.py:197
#: plinth/modules/networks/templates/connections_edit.html:34
msgid "Edit Connection"
msgstr ""
#: plinth/modules/networks/networks.py:199
#: plinth/modules/networks/networks.py:208
#, python-brace-format
msgid "Activated connection {name}."
msgstr ""
#: plinth/modules/networks/networks.py:202
#: plinth/modules/networks/networks.py:211
msgid "Failed to activate connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:206
#: plinth/modules/networks/networks.py:215
#, python-brace-format
msgid "Failed to activate connection {name}: No suitable device is available."
msgstr ""
#: plinth/modules/networks/networks.py:219
#: plinth/modules/networks/networks.py:228
#, python-brace-format
msgid "Deactivated connection {name}."
msgstr ""
#: plinth/modules/networks/networks.py:222
#: plinth/modules/networks/networks.py:231
msgid "Failed to de-activate connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:272
#: plinth/modules/networks/networks.py:283
msgid "Adding New Generic Connection"
msgstr ""
#: plinth/modules/networks/networks.py:301
msgid "Adding New Ethernet Connection"
msgstr ""
#: plinth/modules/networks/networks.py:290
#: plinth/modules/networks/networks.py:319
msgid "Adding New PPPoE Connection"
msgstr ""
#: plinth/modules/networks/networks.py:322
#: plinth/modules/networks/networks.py:352
msgid "Adding New Wi-Fi Connection"
msgstr ""
#: plinth/modules/networks/networks.py:336
#: plinth/modules/networks/networks.py:366
#, python-brace-format
msgid "Connection {name} deleted."
msgstr ""
#: plinth/modules/networks/networks.py:339
#: plinth/modules/networks/networks.py:348
#: plinth/modules/networks/networks.py:369
#: plinth/modules/networks/networks.py:378
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:353
#: plinth/modules/networks/networks.py:383
#: plinth/modules/networks/templates/connections_delete.html:26
msgid "Delete Connection"
msgstr ""
@ -1555,6 +1662,7 @@ msgid "Delete connection"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:63
#: plinth/modules/snapshot/templates/snapshot.html:34
msgid "Delete"
msgstr ""
@ -1593,6 +1701,9 @@ msgid "Interface"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:110
#: plinth/modules/snapshot/templates/snapshot.html:32
#: plinth/modules/snapshot/templates/snapshot_delete.html:35
#: plinth/modules/snapshot/templates/snapshot_rollback.html:43
msgid "Description"
msgstr ""
@ -1631,10 +1742,6 @@ msgstr ""
msgid "Signal strength"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:173
msgid "Channel"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:181
msgid "IPv4"
msgstr ""
@ -1668,6 +1775,7 @@ msgid "This connection is not active."
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:266
#: plinth/modules/security/__init__.py:34 plinth/modules/security/views.py:46
msgid "Security"
msgstr ""
@ -1723,10 +1831,6 @@ msgstr ""
msgid "Spacing"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:78
msgid "External"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:83
#: plinth/modules/networks/templates/connections_diagram.html:113
#: plinth/network.py:37
@ -1744,10 +1848,6 @@ msgstr ""
msgid "Show connection %(connection.name)s"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:107
msgid "Internal"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:119
#, python-format
msgid "Show connection %(name)s"
@ -1847,7 +1947,7 @@ msgstr ""
#: plinth/modules/openvpn/templates/openvpn.html:116
#: plinth/modules/owncloud/templates/owncloud.html:39
#: plinth/modules/tor/templates/tor.html:85
#: plinth/modules/tor/templates/tor.html:102
msgid "Configuration"
msgstr ""
@ -1859,7 +1959,7 @@ msgstr ""
msgid "Setup failed."
msgstr ""
#: plinth/modules/openvpn/views.py:144 plinth/modules/tor/views.py:98
#: plinth/modules/openvpn/views.py:144 plinth/modules/tor/views.py:109
#: plinth/views.py:86 plinth/views.py:167
msgid "Setting unchanged"
msgstr ""
@ -2237,11 +2337,11 @@ msgid ""
"\">mobile</a> devices are available."
msgstr ""
#: plinth/modules/radicale/__init__.py:42
#: plinth/modules/radicale/__init__.py:41
msgid "Calendar and Addressbook (Radicale)"
msgstr ""
#: plinth/modules/radicale/__init__.py:46
#: plinth/modules/radicale/__init__.py:45
#, python-brace-format
msgid ""
"Radicale is a CalDAV and CardDAV server. It allows synchronization and "
@ -2251,6 +2351,24 @@ msgid ""
"a {box_name} login."
msgstr ""
#: plinth/modules/radicale/forms.py:28
msgid "Only the owner of a calendar/addressbook can view or make changes."
msgstr ""
#: plinth/modules/radicale/forms.py:30
msgid ""
"Any user can view any calendar/addressbook, but only the owner can make "
"changes."
msgstr ""
#: plinth/modules/radicale/forms.py:32
msgid "Any user can view or make changes to any calendar/addressbook."
msgstr ""
#: plinth/modules/radicale/views.py:53
msgid "Access rights configuration updated"
msgstr ""
#: plinth/modules/repro/__init__.py:38
msgid "SIP Server (repro)"
msgstr ""
@ -2332,6 +2450,26 @@ msgid ""
"a>)."
msgstr ""
#: plinth/modules/security/forms.py:29
msgid "Restrict console logins (recommended)"
msgstr ""
#: plinth/modules/security/forms.py:30
msgid ""
"When this option is enabled, only users in the \"admin\" group will be able "
"to log in to console or via SSH. Console users may be able to access some "
"services without further authorization."
msgstr ""
#: plinth/modules/security/views.py:63
#, python-brace-format
msgid "Error setting restricted access: {exception}"
msgstr ""
#: plinth/modules/security/views.py:66
msgid "Updated security configuration"
msgstr ""
#: plinth/modules/shaarli/__init__.py:36
msgid "Bookmarks (Shaarli)"
msgstr ""
@ -2347,6 +2485,112 @@ msgid ""
"account, which you will need to setup on the initial visit."
msgstr ""
#: plinth/modules/snapshot/__init__.py:34
msgid "Snapshots"
msgstr ""
#: plinth/modules/snapshot/__init__.py:37
msgid ""
"Snapshots allows creating and managing filesystem snapshots. These can be "
"used to roll back the system to a previously known good state in case of "
"unwanted changes to the system."
msgstr ""
#: plinth/modules/snapshot/__init__.py:41
msgid ""
"Automatic snapshots are taken every hour, day, month and year. Older "
"snapshots are automatically deleted keeping 10 of each kind and 50 in total. "
"Although snapshots are efficient and only store the differences, they may be "
"deleted to reclaim free space. Individual files from older snapshots can be "
"accessed by visiting \".snapshots\" directory in the filesystem. Snapshots "
"are not a replacement for backups."
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:30
#: plinth/modules/snapshot/templates/snapshot_delete.html:33
#: plinth/modules/snapshot/templates/snapshot_rollback.html:41
msgid "Number"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:31
#: plinth/modules/snapshot/templates/snapshot_delete.html:34
#: plinth/modules/snapshot/templates/snapshot_rollback.html:42
msgid "Date"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:33
msgid "Rollback"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:44
msgid "active"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:53
#, python-format
msgid "Rollback to snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:64
#, python-format
msgid "Delete snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:85
msgid "Create Snapshot"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_delete.html:27
msgid "Delete this snapshot permanently?"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_delete.html:53
#, python-format
msgid "Delete Snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:27
msgid "Roll back the system to this snapshot?"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:30
msgid ""
"A new snapshot with the current state of the file system will be "
"automatically created. You will be able to undo a rollback by reverting to "
"the newly created snapshot."
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:61
#, python-format
msgid "Rollback to Snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/views.py:37
msgid "Created snapshot."
msgstr ""
#: plinth/modules/snapshot/views.py:53
#, python-brace-format
msgid "Deleted snapshot #{number}."
msgstr ""
#: plinth/modules/snapshot/views.py:65
msgid "Delete Snapshot"
msgstr ""
#: plinth/modules/snapshot/views.py:75
#, python-brace-format
msgid "Rolled back to snapshot #{number}."
msgstr ""
#: plinth/modules/snapshot/views.py:78
msgid "The system must be restarted to complete the rollback."
msgstr ""
#: plinth/modules/snapshot/views.py:90
msgid "Rollback to Snapshot"
msgstr ""
#: plinth/modules/system/__init__.py:32 plinth/templates/base.html:109
msgid "System Configuration"
msgstr ""
@ -2387,24 +2631,24 @@ msgstr ""
msgid "Tor Hidden Service"
msgstr ""
#: plinth/modules/tor/__init__.py:139
#: plinth/modules/tor/__init__.py:138
msgid "Tor relay port available"
msgstr ""
#: plinth/modules/tor/__init__.py:147
#: plinth/modules/tor/__init__.py:146
msgid "Obfs3 transport registered"
msgstr ""
#: plinth/modules/tor/__init__.py:153
#: plinth/modules/tor/__init__.py:152
msgid "Obfs4 transport registered"
msgstr ""
#: plinth/modules/tor/__init__.py:190
#: plinth/modules/tor/__init__.py:189
#, python-brace-format
msgid "Access URL {url} on tcp{kind} via Tor"
msgstr ""
#: plinth/modules/tor/__init__.py:201
#: plinth/modules/tor/__init__.py:200
#, python-brace-format
msgid "Confirm Tor usage at {url} on tcp{kind}"
msgstr ""
@ -2414,69 +2658,91 @@ msgid "Enable Tor"
msgstr ""
#: plinth/modules/tor/forms.py:35
msgid "Enable Tor Hidden Service"
msgid "Enable Tor relay"
msgstr ""
#: plinth/modules/tor/forms.py:38
#, python-brace-format
msgid ""
"A hidden service will allow {box_name} to provide selected services (such as "
"ownCloud or chat) without revealing its location."
"When enabled, your {box_name} will run a Tor relay and donate bandwidth to "
"the Tor network. Do this if you have more than 2 megabits/s of upload and "
"download bandwidth."
msgstr ""
#: plinth/modules/tor/forms.py:42
#: plinth/modules/tor/forms.py:43
msgid "Enable Tor bridge relay"
msgstr ""
#: plinth/modules/tor/forms.py:46
msgid ""
"When enabled, relay information is published in the Tor bridge database "
"instead of public Tor relay database making it harder to censor this node. "
"This helps others circumvent censorship."
msgstr ""
#: plinth/modules/tor/forms.py:51
msgid "Enable Tor Hidden Service"
msgstr ""
#: plinth/modules/tor/forms.py:54
#, python-brace-format
msgid ""
"A hidden service will allow {box_name} to provide selected services (such as "
"wiki or chat) without revealing its location. Do not use this for strong "
"anonymity yet."
msgstr ""
#: plinth/modules/tor/forms.py:59
msgid "Download software packages over Tor"
msgstr ""
#: plinth/modules/tor/forms.py:44
#: plinth/modules/tor/forms.py:61
msgid ""
"When enabled, software will be downloaded over the Tor network for "
"installations and upgrades. This adds a degree of privacy and security "
"during software downloads."
msgstr ""
#: plinth/modules/tor/templates/tor.html:41
#: plinth/modules/tor/templates/tor.html:57
msgid "Tor configuration is being updated"
msgstr ""
#: plinth/modules/tor/templates/tor.html:49
#: plinth/modules/tor/templates/tor.html:66
msgid "Tor is running"
msgstr ""
#: plinth/modules/tor/templates/tor.html:52
#: plinth/modules/tor/templates/tor.html:69
msgid "Tor is not running"
msgstr ""
#: plinth/modules/tor/templates/tor.html:64
#: plinth/modules/tor/templates/tor.html:81
msgid "Hidden Service"
msgstr ""
#: plinth/modules/tor/templates/tor.html:66
#: plinth/modules/tor/templates/tor.html:83
msgid "Ports"
msgstr ""
#: plinth/modules/tor/templates/tor.html:96
msgid "Bridge"
#: plinth/modules/tor/templates/tor.html:114
msgid "Relay"
msgstr ""
#: plinth/modules/tor/templates/tor.html:99
#: plinth/modules/tor/templates/tor.html:116
#, python-format
msgid ""
"Your %(box_name)s is configured as a Tor bridge with obfsproxy, so it can "
"help circumvent censorship. If your %(box_name)s is behind a router or "
"firewall, you should make sure the following ports are open, and port-"
"forwarded, if necessary:"
msgstr ""
#: plinth/modules/tor/templates/tor.html:113
msgid "Port"
"If your %(box_name)s is behind a router or firewall, you should make sure "
"the following ports are open, and port-forwarded, if necessary:"
msgstr ""
#: plinth/modules/tor/templates/tor.html:128
msgid "Port"
msgstr ""
#: plinth/modules/tor/templates/tor.html:144
msgid "SOCKS"
msgstr ""
#: plinth/modules/tor/templates/tor.html:131
#: plinth/modules/tor/templates/tor.html:147
#, python-format
msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050."
msgstr ""
@ -2486,11 +2752,11 @@ msgstr ""
msgid "Action error: {0} [{1}] [{2}]"
msgstr ""
#: plinth/modules/tor/views.py:120
#: plinth/modules/tor/views.py:131
msgid "Configuration updated."
msgstr ""
#: plinth/modules/tor/views.py:122
#: plinth/modules/tor/views.py:133
msgid "An error occurred during configuration."
msgstr ""
@ -2625,7 +2891,7 @@ msgstr ""
msgid "Users and Groups"
msgstr ""
#: plinth/modules/users/__init__.py:79
#: plinth/modules/users/__init__.py:78
#, python-brace-format
msgid "Check LDAP entry \"{search_item}\""
msgstr ""
@ -2801,6 +3067,10 @@ msgstr ""
msgid "PPPoE"
msgstr ""
#: plinth/network.py:40
msgid "Generic"
msgstr ""
#: plinth/package.py:105
msgid "Error during installation"
msgstr ""
@ -2859,7 +3129,8 @@ msgstr ""
msgid ""
"This is an internal error and not something you caused or can fix. Please "
"report the error on the <a href=\"https://github.com/freedombox/Plinth/issues"
"\">bug tracker</a> so we can fix it."
"\">bug tracker</a> so we can fix it. Also, please attach the <a href=\"/"
"plinth/help/status-logs\">Status Log</a> to the bug report."
msgstr ""
#: plinth/templates/base.html:49

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-01 07:45+0530\n"
"POT-Creation-Date: 2016-08-11 19:55-0400\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"
@ -18,32 +18,32 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: plinth/action_utils.py:237
#: plinth/action_utils.py:242
#, python-brace-format
msgid "Listening on {kind} port {listen_address}:{port}"
msgstr ""
#: plinth/action_utils.py:240
#: plinth/action_utils.py:245
#, python-brace-format
msgid "Listening on {kind} port {port}"
msgstr ""
#: plinth/action_utils.py:326
#: plinth/action_utils.py:331
#, python-brace-format
msgid "Access URL {url} on tcp{kind}"
msgstr ""
#: plinth/action_utils.py:329
#: plinth/action_utils.py:334
#, python-brace-format
msgid "Access URL {url}"
msgstr ""
#: plinth/action_utils.py:357
#: plinth/action_utils.py:362
#, python-brace-format
msgid "Connect to {host}:{port}"
msgstr ""
#: plinth/action_utils.py:360
#: plinth/action_utils.py:365
#, python-brace-format
msgid "Cannot connect to {host}:{port}"
msgstr ""
@ -198,6 +198,7 @@ msgid "Language changed"
msgstr ""
#: plinth/modules/config/templates/config.html:32
#: plinth/modules/security/templates/security.html:32
msgid "Submit"
msgstr ""
@ -420,8 +421,8 @@ msgstr ""
#: plinth/modules/firewall/templates/firewall.html:46
#: plinth/modules/networks/templates/connection_show.html:261
#: plinth/modules/openvpn/templates/openvpn.html:67
#: plinth/modules/tor/templates/tor.html:35
#: plinth/modules/tor/templates/tor.html:65
#: plinth/modules/tor/templates/tor.html:51
#: plinth/modules/tor/templates/tor.html:82
msgid "Status"
msgstr ""
@ -506,22 +507,22 @@ msgid "Use HTTP basic authentication"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:143
#: plinth/modules/networks/forms.py:151 plinth/modules/transmission/forms.py:37
#: plinth/modules/networks/forms.py:168 plinth/modules/transmission/forms.py:37
msgid "Username"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:146
#: plinth/modules/networks/forms.py:152 plinth/modules/transmission/forms.py:41
#: plinth/modules/networks/forms.py:169 plinth/modules/transmission/forms.py:41
msgid "Password"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:149
#: plinth/modules/networks/forms.py:154
#: plinth/modules/networks/forms.py:171
msgid "Show password"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:153
msgid "IP Check URL"
msgid "URL to look up public IP"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:179
@ -579,7 +580,7 @@ msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_configure.html:40
#: plinth/modules/ikiwiki/templates/ikiwiki_create.html:32
#: plinth/modules/openvpn/templates/openvpn.html:124
#: plinth/modules/tor/templates/tor.html:93
#: plinth/modules/tor/templates/tor.html:110
#: plinth/modules/upgrades/templates/upgrades_configure.html:32
#: plinth/templates/service.html:67
msgid "Update setup"
@ -602,13 +603,13 @@ msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:37
#, python-format
msgid ""
"Behind NAT. This means that Dynamic DNS service will poll the \"IP Check URL"
"\" for changes (the \"IP Check URL\" entry is needed for this, otherwise IP "
"changes will not be detected). In case the WAN IP changes, it may take up to "
"%(timer)s minutes until your DNS entry is updated."
"Behind NAT. This means that Dynamic DNS service will poll the \"URL to look "
"up public IP\" for changes (the \"URL to look up public IP\" entry is needed "
"for this, otherwise IP changes will not be detected). In case the WAN IP "
"changes, it may take up to %(timer)s minutes until your DNS entry is updated."
msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:48
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:49
msgid "Last update"
msgstr ""
@ -650,6 +651,7 @@ msgstr ""
#: plinth/modules/firewall/templates/firewall.html:60
#: plinth/modules/letsencrypt/templates/letsencrypt.html:70
#: plinth/modules/names/templates/names.html:51
#: plinth/modules/networks/forms.py:62
msgid "Disabled"
msgstr ""
@ -676,45 +678,55 @@ msgid ""
"disabled in the firewall."
msgstr ""
#: plinth/modules/first_boot/forms.py:59 plinth/modules/users/forms.py:70
#: plinth/modules/first_boot/forms.py:60 plinth/modules/users/forms.py:70
msgid "Creating LDAP user failed."
msgstr ""
#: plinth/modules/first_boot/forms.py:67
#: plinth/modules/first_boot/forms.py:68
msgid "Failed to add new user to admin group."
msgstr ""
#: plinth/modules/first_boot/forms.py:83
msgid ""
"Console login access restricted to users in \"admin\" group. This can be "
"configured in security settings."
msgstr ""
#: plinth/modules/first_boot/forms.py:89
msgid "Failed to restrict console access."
msgstr ""
#: plinth/modules/first_boot/forms.py:101
msgid "User account created, you are now logged in"
msgstr ""
#: plinth/modules/first_boot/forms.py:116
#: plinth/modules/first_boot/forms.py:128
#, python-brace-format
msgid "The voucher you received with your {box_name} Danube Edition"
msgstr ""
#: plinth/modules/first_boot/forms.py:121
#: plinth/modules/first_boot/forms.py:133
msgid "Subdomain"
msgstr ""
#: plinth/modules/first_boot/forms.py:123
#: plinth/modules/first_boot/forms.py:135
msgid "The subdomain you want to register"
msgstr ""
#: plinth/modules/first_boot/forms.py:146
#: plinth/modules/first_boot/forms.py:158
msgid "This code is not valid"
msgstr ""
#: plinth/modules/first_boot/forms.py:152
#: plinth/modules/first_boot/forms.py:164
#, python-brace-format
msgid "This code is bound to the domain {domain}."
msgstr ""
#: plinth/modules/first_boot/forms.py:162
#: plinth/modules/first_boot/forms.py:174
msgid "The requested domain is already registered."
msgstr ""
#: plinth/modules/first_boot/forms.py:176
#: plinth/modules/first_boot/forms.py:188
#, python-brace-format
msgid "Domain registration failed: {response}."
msgstr ""
@ -807,11 +819,11 @@ msgstr ""
msgid "Skip Registration"
msgstr ""
#: plinth/modules/first_boot/views.py:71
#: plinth/modules/first_boot/views.py:70
msgid "Setup Complete"
msgstr ""
#: plinth/modules/first_boot/views.py:96
#: plinth/modules/first_boot/views.py:94
msgid "Pagekite setup finished. The HTTP and HTTPS services are activated now."
msgstr ""
@ -823,7 +835,7 @@ msgstr ""
msgid "Where to Get Help"
msgstr ""
#: plinth/modules/help/help.py:37
#: plinth/modules/help/help.py:37 plinth/modules/networks/forms.py:61
msgid "Manual"
msgstr ""
@ -924,6 +936,21 @@ msgid ""
"channel using the IRC web interface."
msgstr ""
#: plinth/modules/help/templates/statuslog.html:26
#, python-format
msgid ""
"This is the last %(num_lines)s lines of the status log for this web "
"interface. If you want to report a bug, please use the <a href=\"https://"
"github.com/freedombox/Plinth/issues\">bugtracker</a> and attach this status "
"log to the bug report."
msgstr ""
#: plinth/modules/help/templates/statuslog.html:36
msgid ""
"Caution: Please remove any passwords or other personal information from the "
"log, before submitting the bug report."
msgstr ""
#: plinth/modules/ikiwiki/__init__.py:40
msgid "Wiki and Blog (ikiwiki)"
msgstr ""
@ -1168,7 +1195,7 @@ msgstr ""
#: plinth/modules/monkeysphere/templates/monkeysphere.html:74
#: plinth/modules/monkeysphere/templates/monkeysphere_details.html:55
#: plinth/modules/tor/templates/tor.html:112
#: plinth/modules/tor/templates/tor.html:127
msgid "Service"
msgstr ""
@ -1356,11 +1383,21 @@ msgid ""
"interfaces. Select Internal only for trusted networks."
msgstr ""
#: plinth/modules/networks/forms.py:50
#: plinth/modules/networks/forms.py:48
#: plinth/modules/networks/templates/connections_diagram.html:78
msgid "External"
msgstr ""
#: plinth/modules/networks/forms.py:49
#: plinth/modules/networks/templates/connections_diagram.html:107
msgid "Internal"
msgstr ""
#: plinth/modules/networks/forms.py:51
msgid "IPv4 Addressing Method"
msgstr ""
#: plinth/modules/networks/forms.py:53
#: plinth/modules/networks/forms.py:54
#, python-brace-format
msgid ""
"\"Automatic\" method will make {box_name} acquire configuration from this "
@ -1368,79 +1405,145 @@ msgid ""
"router, configure clients on this network and share its Internet connection."
msgstr ""
#: plinth/modules/networks/forms.py:62
#: plinth/modules/networks/forms.py:59
msgid "Automatic (DHCP)"
msgstr ""
#: plinth/modules/networks/forms.py:60
msgid "Shared"
msgstr ""
#: plinth/modules/networks/forms.py:64
msgid "Address"
msgstr ""
#: plinth/modules/networks/forms.py:66
#: plinth/modules/networks/forms.py:68
msgid "Netmask"
msgstr ""
#: plinth/modules/networks/forms.py:67
#: plinth/modules/networks/forms.py:69
msgid ""
"Optional value. If left blank, a default netmask based on the address will "
"be used."
msgstr ""
#: plinth/modules/networks/forms.py:72
#: plinth/modules/networks/forms.py:74
#: plinth/modules/networks/templates/connection_show.html:202
#: plinth/modules/networks/templates/connection_show.html:241
msgid "Gateway"
msgstr ""
#: plinth/modules/networks/forms.py:73
#: plinth/modules/networks/forms.py:75
msgid "Optional value."
msgstr ""
#: plinth/modules/networks/forms.py:77
#: plinth/modules/networks/forms.py:79
msgid "DNS Server"
msgstr ""
#: plinth/modules/networks/forms.py:78
#: plinth/modules/networks/forms.py:80
msgid ""
"Optional value. If this value is given and IPv4 addressing method is "
"\"Automatic\", the DNS Servers provided by a DHCP server will be ignored."
msgstr ""
#: plinth/modules/networks/forms.py:84
#: plinth/modules/networks/forms.py:86
msgid "Second DNS Server"
msgstr ""
#: plinth/modules/networks/forms.py:85
#: plinth/modules/networks/forms.py:87
msgid ""
"Optional value. If this value is given and IPv4 Addressing Method is "
"\"Automatic\", the DNS Servers provided by a DHCP server will be ignored."
msgstr ""
#: plinth/modules/networks/forms.py:95
#: plinth/modules/networks/forms.py:97
msgid "-- select --"
msgstr ""
#: plinth/modules/networks/forms.py:179
#: plinth/modules/networks/forms.py:197
#: plinth/modules/networks/templates/connection_show.html:144
msgid "SSID"
msgstr ""
#: plinth/modules/networks/forms.py:180
#: plinth/modules/networks/forms.py:198
msgid "The visible name of the network."
msgstr ""
#: plinth/modules/networks/forms.py:182
#: plinth/modules/networks/forms.py:200
#: plinth/modules/networks/templates/connection_show.html:157
msgid "Mode"
msgstr ""
#: plinth/modules/networks/forms.py:187
#: plinth/modules/networks/forms.py:201
msgid "Infrastructure"
msgstr ""
#: plinth/modules/networks/forms.py:202
msgid "Access Point"
msgstr ""
#: plinth/modules/networks/forms.py:203
msgid "Ad-hoc"
msgstr ""
#: plinth/modules/networks/forms.py:205
msgid "Frequency Band"
msgstr ""
#: plinth/modules/networks/forms.py:206
msgid "Automatic"
msgstr ""
#: plinth/modules/networks/forms.py:207
msgid "A (5 GHz)"
msgstr ""
#: plinth/modules/networks/forms.py:208
msgid "B/G (2.4 GHz)"
msgstr ""
#: plinth/modules/networks/forms.py:210
#: plinth/modules/networks/templates/connection_show.html:173
msgid "Channel"
msgstr ""
#: plinth/modules/networks/forms.py:211
msgid ""
"Optional value. Wireless channel in the selected frequency band to restrict "
"to. Blank or 0 value means automatic selection."
msgstr ""
#: plinth/modules/networks/forms.py:218
msgid "BSSID"
msgstr ""
#: plinth/modules/networks/forms.py:219
msgid ""
"Optional value. Unique identifier for the access point. When connecting to "
"an access point, connect only if the BSSID of the access point matches the "
"one provided. Example: 00:11:22:aa:bb:cc."
msgstr ""
#: plinth/modules/networks/forms.py:226
msgid "Authentication Mode"
msgstr ""
#: plinth/modules/networks/forms.py:188
#: plinth/modules/networks/forms.py:227
msgid ""
"Select WPA if the wireless network is secured and requires clients to have "
"the password to connect."
msgstr ""
#: plinth/modules/networks/forms.py:192
#: plinth/modules/networks/forms.py:229
msgid "WPA"
msgstr ""
#: plinth/modules/networks/forms.py:230
msgid "Open"
msgstr ""
#: plinth/modules/networks/forms.py:232
msgid "Passphrase"
msgstr ""
@ -1450,12 +1553,12 @@ msgid "Network Connections"
msgstr ""
#: plinth/modules/networks/networks.py:36
#: plinth/modules/networks/networks.py:232
#: plinth/modules/networks/networks.py:241
msgid "Nearby Wi-Fi Networks"
msgstr ""
#: plinth/modules/networks/networks.py:38
#: plinth/modules/networks/networks.py:254
#: plinth/modules/networks/networks.py:265
msgid "Add Connection"
msgstr ""
@ -1475,58 +1578,62 @@ msgstr ""
msgid "This type of connection is not yet understood."
msgstr ""
#: plinth/modules/networks/networks.py:129
#: plinth/modules/networks/networks.py:188
#: plinth/modules/networks/networks.py:131
#: plinth/modules/networks/networks.py:197
#: plinth/modules/networks/templates/connections_edit.html:34
msgid "Edit Connection"
msgstr ""
#: plinth/modules/networks/networks.py:199
#: plinth/modules/networks/networks.py:208
#, python-brace-format
msgid "Activated connection {name}."
msgstr ""
#: plinth/modules/networks/networks.py:202
#: plinth/modules/networks/networks.py:211
msgid "Failed to activate connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:206
#: plinth/modules/networks/networks.py:215
#, python-brace-format
msgid "Failed to activate connection {name}: No suitable device is available."
msgstr ""
#: plinth/modules/networks/networks.py:219
#: plinth/modules/networks/networks.py:228
#, python-brace-format
msgid "Deactivated connection {name}."
msgstr ""
#: plinth/modules/networks/networks.py:222
#: plinth/modules/networks/networks.py:231
msgid "Failed to de-activate connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:272
#: plinth/modules/networks/networks.py:283
msgid "Adding New Generic Connection"
msgstr ""
#: plinth/modules/networks/networks.py:301
msgid "Adding New Ethernet Connection"
msgstr ""
#: plinth/modules/networks/networks.py:290
#: plinth/modules/networks/networks.py:319
msgid "Adding New PPPoE Connection"
msgstr ""
#: plinth/modules/networks/networks.py:322
#: plinth/modules/networks/networks.py:352
msgid "Adding New Wi-Fi Connection"
msgstr ""
#: plinth/modules/networks/networks.py:336
#: plinth/modules/networks/networks.py:366
#, python-brace-format
msgid "Connection {name} deleted."
msgstr ""
#: plinth/modules/networks/networks.py:339
#: plinth/modules/networks/networks.py:348
#: plinth/modules/networks/networks.py:369
#: plinth/modules/networks/networks.py:378
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:353
#: plinth/modules/networks/networks.py:383
#: plinth/modules/networks/templates/connections_delete.html:26
msgid "Delete Connection"
msgstr ""
@ -1555,6 +1662,7 @@ msgid "Delete connection"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:63
#: plinth/modules/snapshot/templates/snapshot.html:34
msgid "Delete"
msgstr ""
@ -1593,6 +1701,9 @@ msgid "Interface"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:110
#: plinth/modules/snapshot/templates/snapshot.html:32
#: plinth/modules/snapshot/templates/snapshot_delete.html:35
#: plinth/modules/snapshot/templates/snapshot_rollback.html:43
msgid "Description"
msgstr ""
@ -1631,10 +1742,6 @@ msgstr ""
msgid "Signal strength"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:173
msgid "Channel"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:181
msgid "IPv4"
msgstr ""
@ -1668,6 +1775,7 @@ msgid "This connection is not active."
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:266
#: plinth/modules/security/__init__.py:34 plinth/modules/security/views.py:46
msgid "Security"
msgstr ""
@ -1723,10 +1831,6 @@ msgstr ""
msgid "Spacing"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:78
msgid "External"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:83
#: plinth/modules/networks/templates/connections_diagram.html:113
#: plinth/network.py:37
@ -1744,10 +1848,6 @@ msgstr ""
msgid "Show connection %(connection.name)s"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:107
msgid "Internal"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:119
#, python-format
msgid "Show connection %(name)s"
@ -1847,7 +1947,7 @@ msgstr ""
#: plinth/modules/openvpn/templates/openvpn.html:116
#: plinth/modules/owncloud/templates/owncloud.html:39
#: plinth/modules/tor/templates/tor.html:85
#: plinth/modules/tor/templates/tor.html:102
msgid "Configuration"
msgstr ""
@ -1859,7 +1959,7 @@ msgstr ""
msgid "Setup failed."
msgstr ""
#: plinth/modules/openvpn/views.py:144 plinth/modules/tor/views.py:98
#: plinth/modules/openvpn/views.py:144 plinth/modules/tor/views.py:109
#: plinth/views.py:86 plinth/views.py:167
msgid "Setting unchanged"
msgstr ""
@ -2237,11 +2337,11 @@ msgid ""
"\">mobile</a> devices are available."
msgstr ""
#: plinth/modules/radicale/__init__.py:42
#: plinth/modules/radicale/__init__.py:41
msgid "Calendar and Addressbook (Radicale)"
msgstr ""
#: plinth/modules/radicale/__init__.py:46
#: plinth/modules/radicale/__init__.py:45
#, python-brace-format
msgid ""
"Radicale is a CalDAV and CardDAV server. It allows synchronization and "
@ -2251,6 +2351,24 @@ msgid ""
"a {box_name} login."
msgstr ""
#: plinth/modules/radicale/forms.py:28
msgid "Only the owner of a calendar/addressbook can view or make changes."
msgstr ""
#: plinth/modules/radicale/forms.py:30
msgid ""
"Any user can view any calendar/addressbook, but only the owner can make "
"changes."
msgstr ""
#: plinth/modules/radicale/forms.py:32
msgid "Any user can view or make changes to any calendar/addressbook."
msgstr ""
#: plinth/modules/radicale/views.py:53
msgid "Access rights configuration updated"
msgstr ""
#: plinth/modules/repro/__init__.py:38
msgid "SIP Server (repro)"
msgstr ""
@ -2332,6 +2450,26 @@ msgid ""
"a>)."
msgstr ""
#: plinth/modules/security/forms.py:29
msgid "Restrict console logins (recommended)"
msgstr ""
#: plinth/modules/security/forms.py:30
msgid ""
"When this option is enabled, only users in the \"admin\" group will be able "
"to log in to console or via SSH. Console users may be able to access some "
"services without further authorization."
msgstr ""
#: plinth/modules/security/views.py:63
#, python-brace-format
msgid "Error setting restricted access: {exception}"
msgstr ""
#: plinth/modules/security/views.py:66
msgid "Updated security configuration"
msgstr ""
#: plinth/modules/shaarli/__init__.py:36
msgid "Bookmarks (Shaarli)"
msgstr ""
@ -2347,6 +2485,112 @@ msgid ""
"account, which you will need to setup on the initial visit."
msgstr ""
#: plinth/modules/snapshot/__init__.py:34
msgid "Snapshots"
msgstr ""
#: plinth/modules/snapshot/__init__.py:37
msgid ""
"Snapshots allows creating and managing filesystem snapshots. These can be "
"used to roll back the system to a previously known good state in case of "
"unwanted changes to the system."
msgstr ""
#: plinth/modules/snapshot/__init__.py:41
msgid ""
"Automatic snapshots are taken every hour, day, month and year. Older "
"snapshots are automatically deleted keeping 10 of each kind and 50 in total. "
"Although snapshots are efficient and only store the differences, they may be "
"deleted to reclaim free space. Individual files from older snapshots can be "
"accessed by visiting \".snapshots\" directory in the filesystem. Snapshots "
"are not a replacement for backups."
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:30
#: plinth/modules/snapshot/templates/snapshot_delete.html:33
#: plinth/modules/snapshot/templates/snapshot_rollback.html:41
msgid "Number"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:31
#: plinth/modules/snapshot/templates/snapshot_delete.html:34
#: plinth/modules/snapshot/templates/snapshot_rollback.html:42
msgid "Date"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:33
msgid "Rollback"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:44
msgid "active"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:53
#, python-format
msgid "Rollback to snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:64
#, python-format
msgid "Delete snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:85
msgid "Create Snapshot"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_delete.html:27
msgid "Delete this snapshot permanently?"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_delete.html:53
#, python-format
msgid "Delete Snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:27
msgid "Roll back the system to this snapshot?"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:30
msgid ""
"A new snapshot with the current state of the file system will be "
"automatically created. You will be able to undo a rollback by reverting to "
"the newly created snapshot."
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:61
#, python-format
msgid "Rollback to Snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/views.py:37
msgid "Created snapshot."
msgstr ""
#: plinth/modules/snapshot/views.py:53
#, python-brace-format
msgid "Deleted snapshot #{number}."
msgstr ""
#: plinth/modules/snapshot/views.py:65
msgid "Delete Snapshot"
msgstr ""
#: plinth/modules/snapshot/views.py:75
#, python-brace-format
msgid "Rolled back to snapshot #{number}."
msgstr ""
#: plinth/modules/snapshot/views.py:78
msgid "The system must be restarted to complete the rollback."
msgstr ""
#: plinth/modules/snapshot/views.py:90
msgid "Rollback to Snapshot"
msgstr ""
#: plinth/modules/system/__init__.py:32 plinth/templates/base.html:109
msgid "System Configuration"
msgstr ""
@ -2387,24 +2631,24 @@ msgstr ""
msgid "Tor Hidden Service"
msgstr ""
#: plinth/modules/tor/__init__.py:139
#: plinth/modules/tor/__init__.py:138
msgid "Tor relay port available"
msgstr ""
#: plinth/modules/tor/__init__.py:147
#: plinth/modules/tor/__init__.py:146
msgid "Obfs3 transport registered"
msgstr ""
#: plinth/modules/tor/__init__.py:153
#: plinth/modules/tor/__init__.py:152
msgid "Obfs4 transport registered"
msgstr ""
#: plinth/modules/tor/__init__.py:190
#: plinth/modules/tor/__init__.py:189
#, python-brace-format
msgid "Access URL {url} on tcp{kind} via Tor"
msgstr ""
#: plinth/modules/tor/__init__.py:201
#: plinth/modules/tor/__init__.py:200
#, python-brace-format
msgid "Confirm Tor usage at {url} on tcp{kind}"
msgstr ""
@ -2414,69 +2658,91 @@ msgid "Enable Tor"
msgstr ""
#: plinth/modules/tor/forms.py:35
msgid "Enable Tor Hidden Service"
msgid "Enable Tor relay"
msgstr ""
#: plinth/modules/tor/forms.py:38
#, python-brace-format
msgid ""
"A hidden service will allow {box_name} to provide selected services (such as "
"ownCloud or chat) without revealing its location."
"When enabled, your {box_name} will run a Tor relay and donate bandwidth to "
"the Tor network. Do this if you have more than 2 megabits/s of upload and "
"download bandwidth."
msgstr ""
#: plinth/modules/tor/forms.py:42
#: plinth/modules/tor/forms.py:43
msgid "Enable Tor bridge relay"
msgstr ""
#: plinth/modules/tor/forms.py:46
msgid ""
"When enabled, relay information is published in the Tor bridge database "
"instead of public Tor relay database making it harder to censor this node. "
"This helps others circumvent censorship."
msgstr ""
#: plinth/modules/tor/forms.py:51
msgid "Enable Tor Hidden Service"
msgstr ""
#: plinth/modules/tor/forms.py:54
#, python-brace-format
msgid ""
"A hidden service will allow {box_name} to provide selected services (such as "
"wiki or chat) without revealing its location. Do not use this for strong "
"anonymity yet."
msgstr ""
#: plinth/modules/tor/forms.py:59
msgid "Download software packages over Tor"
msgstr ""
#: plinth/modules/tor/forms.py:44
#: plinth/modules/tor/forms.py:61
msgid ""
"When enabled, software will be downloaded over the Tor network for "
"installations and upgrades. This adds a degree of privacy and security "
"during software downloads."
msgstr ""
#: plinth/modules/tor/templates/tor.html:41
#: plinth/modules/tor/templates/tor.html:57
msgid "Tor configuration is being updated"
msgstr ""
#: plinth/modules/tor/templates/tor.html:49
#: plinth/modules/tor/templates/tor.html:66
msgid "Tor is running"
msgstr ""
#: plinth/modules/tor/templates/tor.html:52
#: plinth/modules/tor/templates/tor.html:69
msgid "Tor is not running"
msgstr ""
#: plinth/modules/tor/templates/tor.html:64
#: plinth/modules/tor/templates/tor.html:81
msgid "Hidden Service"
msgstr ""
#: plinth/modules/tor/templates/tor.html:66
#: plinth/modules/tor/templates/tor.html:83
msgid "Ports"
msgstr ""
#: plinth/modules/tor/templates/tor.html:96
msgid "Bridge"
#: plinth/modules/tor/templates/tor.html:114
msgid "Relay"
msgstr ""
#: plinth/modules/tor/templates/tor.html:99
#: plinth/modules/tor/templates/tor.html:116
#, python-format
msgid ""
"Your %(box_name)s is configured as a Tor bridge with obfsproxy, so it can "
"help circumvent censorship. If your %(box_name)s is behind a router or "
"firewall, you should make sure the following ports are open, and port-"
"forwarded, if necessary:"
msgstr ""
#: plinth/modules/tor/templates/tor.html:113
msgid "Port"
"If your %(box_name)s is behind a router or firewall, you should make sure "
"the following ports are open, and port-forwarded, if necessary:"
msgstr ""
#: plinth/modules/tor/templates/tor.html:128
msgid "Port"
msgstr ""
#: plinth/modules/tor/templates/tor.html:144
msgid "SOCKS"
msgstr ""
#: plinth/modules/tor/templates/tor.html:131
#: plinth/modules/tor/templates/tor.html:147
#, python-format
msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050."
msgstr ""
@ -2486,11 +2752,11 @@ msgstr ""
msgid "Action error: {0} [{1}] [{2}]"
msgstr ""
#: plinth/modules/tor/views.py:120
#: plinth/modules/tor/views.py:131
msgid "Configuration updated."
msgstr ""
#: plinth/modules/tor/views.py:122
#: plinth/modules/tor/views.py:133
msgid "An error occurred during configuration."
msgstr ""
@ -2625,7 +2891,7 @@ msgstr ""
msgid "Users and Groups"
msgstr ""
#: plinth/modules/users/__init__.py:79
#: plinth/modules/users/__init__.py:78
#, python-brace-format
msgid "Check LDAP entry \"{search_item}\""
msgstr ""
@ -2801,6 +3067,10 @@ msgstr ""
msgid "PPPoE"
msgstr ""
#: plinth/network.py:40
msgid "Generic"
msgstr ""
#: plinth/package.py:105
msgid "Error during installation"
msgstr ""
@ -2859,7 +3129,8 @@ msgstr ""
msgid ""
"This is an internal error and not something you caused or can fix. Please "
"report the error on the <a href=\"https://github.com/freedombox/Plinth/issues"
"\">bug tracker</a> so we can fix it."
"\">bug tracker</a> so we can fix it. Also, please attach the <a href=\"/"
"plinth/help/status-logs\">Status Log</a> to the bug report."
msgstr ""
#: plinth/templates/base.html:49

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-01 07:45+0530\n"
"POT-Creation-Date: 2016-08-11 19:55-0400\n"
"PO-Revision-Date: 2016-05-07 14:21+0000\n"
"Last-Translator: Sunil Mohan Adapa <sunil@medhas.org>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/freedombox/plinth/"
@ -20,32 +20,32 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 2.7-dev\n"
#: plinth/action_utils.py:237
#: plinth/action_utils.py:242
#, python-brace-format
msgid "Listening on {kind} port {listen_address}:{port}"
msgstr "Nasłuchuję na {kind} port {listen_address}{port}"
#: plinth/action_utils.py:240
#: plinth/action_utils.py:245
#, python-brace-format
msgid "Listening on {kind} port {port}"
msgstr "Nasłuchuję na {kind} port {port}"
#: plinth/action_utils.py:326
#: plinth/action_utils.py:331
#, python-brace-format
msgid "Access URL {url} on tcp{kind}"
msgstr "Adres URL {url} na {kind}"
#: plinth/action_utils.py:329
#: plinth/action_utils.py:334
#, python-brace-format
msgid "Access URL {url}"
msgstr "Adres URL {url}"
#: plinth/action_utils.py:357
#: plinth/action_utils.py:362
#, python-brace-format
msgid "Connect to {host}:{port}"
msgstr "Podłączony do {host}:{port}"
#: plinth/action_utils.py:360
#: plinth/action_utils.py:365
#, python-brace-format
msgid "Cannot connect to {host}:{port}"
msgstr "Nie mogę się podłączyć do {host}:{port}"
@ -221,6 +221,7 @@ msgid "Language changed"
msgstr "Język zmieniony"
#: plinth/modules/config/templates/config.html:32
#: plinth/modules/security/templates/security.html:32
msgid "Submit"
msgstr "Wyślij"
@ -453,8 +454,8 @@ msgstr ""
#: plinth/modules/firewall/templates/firewall.html:46
#: plinth/modules/networks/templates/connection_show.html:261
#: plinth/modules/openvpn/templates/openvpn.html:67
#: plinth/modules/tor/templates/tor.html:35
#: plinth/modules/tor/templates/tor.html:65
#: plinth/modules/tor/templates/tor.html:51
#: plinth/modules/tor/templates/tor.html:82
#, fuzzy
msgid "Status"
msgstr "Status"
@ -555,23 +556,23 @@ msgid "Use HTTP basic authentication"
msgstr "Użyj podstawowej autentyfikacji HTTP"
#: plinth/modules/dynamicdns/dynamicdns.py:143
#: plinth/modules/networks/forms.py:151 plinth/modules/transmission/forms.py:37
#: plinth/modules/networks/forms.py:168 plinth/modules/transmission/forms.py:37
msgid "Username"
msgstr "Nazwa użytkownika"
#: plinth/modules/dynamicdns/dynamicdns.py:146
#: plinth/modules/networks/forms.py:152 plinth/modules/transmission/forms.py:41
#: plinth/modules/networks/forms.py:169 plinth/modules/transmission/forms.py:41
msgid "Password"
msgstr "Hasło"
#: plinth/modules/dynamicdns/dynamicdns.py:149
#: plinth/modules/networks/forms.py:154
#: plinth/modules/networks/forms.py:171
msgid "Show password"
msgstr "Pokaż hasło"
#: plinth/modules/dynamicdns/dynamicdns.py:153
msgid "IP Check URL"
msgstr "Adres URL serwera pokazującego IP"
msgid "URL to look up public IP"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:179
msgid "Please provide an update URL or a GnuDIP server address"
@ -638,7 +639,7 @@ msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_configure.html:40
#: plinth/modules/ikiwiki/templates/ikiwiki_create.html:32
#: plinth/modules/openvpn/templates/openvpn.html:124
#: plinth/modules/tor/templates/tor.html:93
#: plinth/modules/tor/templates/tor.html:110
#: plinth/modules/upgrades/templates/upgrades_configure.html:32
#: plinth/templates/service.html:67
msgid "Update setup"
@ -663,13 +664,13 @@ msgstr "Bezpośrednie połłączenie z internetem."
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:37
#, python-format
msgid ""
"Behind NAT. This means that Dynamic DNS service will poll the \"IP Check URL"
"\" for changes (the \"IP Check URL\" entry is needed for this, otherwise IP "
"changes will not be detected). In case the WAN IP changes, it may take up to "
"%(timer)s minutes until your DNS entry is updated."
"Behind NAT. This means that Dynamic DNS service will poll the \"URL to look "
"up public IP\" for changes (the \"URL to look up public IP\" entry is needed "
"for this, otherwise IP changes will not be detected). In case the WAN IP "
"changes, it may take up to %(timer)s minutes until your DNS entry is updated."
msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:48
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:49
msgid "Last update"
msgstr "Ostatnie uaktualnienie"
@ -711,6 +712,7 @@ msgstr "Włączony"
#: plinth/modules/firewall/templates/firewall.html:60
#: plinth/modules/letsencrypt/templates/letsencrypt.html:70
#: plinth/modules/names/templates/names.html:51
#: plinth/modules/networks/forms.py:62
msgid "Disabled"
msgstr "Wyłączony"
@ -737,45 +739,55 @@ msgid ""
"disabled in the firewall."
msgstr ""
#: plinth/modules/first_boot/forms.py:59 plinth/modules/users/forms.py:70
#: plinth/modules/first_boot/forms.py:60 plinth/modules/users/forms.py:70
msgid "Creating LDAP user failed."
msgstr "Tworzenie użytkownika LDAP się nie udało."
#: plinth/modules/first_boot/forms.py:67
#: plinth/modules/first_boot/forms.py:68
msgid "Failed to add new user to admin group."
msgstr "Nieudane dodawanie użytkownika do grupy admin."
#: plinth/modules/first_boot/forms.py:83
msgid ""
"Console login access restricted to users in \"admin\" group. This can be "
"configured in security settings."
msgstr ""
#: plinth/modules/first_boot/forms.py:89
msgid "Failed to restrict console access."
msgstr ""
#: plinth/modules/first_boot/forms.py:101
msgid "User account created, you are now logged in"
msgstr "Utworzono konto użytkownika, możesz się teraz zalogować"
#: plinth/modules/first_boot/forms.py:116
#: plinth/modules/first_boot/forms.py:128
#, python-brace-format
msgid "The voucher you received with your {box_name} Danube Edition"
msgstr ""
#: plinth/modules/first_boot/forms.py:121
#: plinth/modules/first_boot/forms.py:133
msgid "Subdomain"
msgstr "Subdomena"
#: plinth/modules/first_boot/forms.py:123
#: plinth/modules/first_boot/forms.py:135
msgid "The subdomain you want to register"
msgstr "Subdomena którą chcesz zarejstrować"
#: plinth/modules/first_boot/forms.py:146
#: plinth/modules/first_boot/forms.py:158
msgid "This code is not valid"
msgstr "Ten kod nie jes ważny"
#: plinth/modules/first_boot/forms.py:152
#: plinth/modules/first_boot/forms.py:164
#, python-brace-format
msgid "This code is bound to the domain {domain}."
msgstr "Ten kod jest przywiązany do domeny {domain}."
#: plinth/modules/first_boot/forms.py:162
#: plinth/modules/first_boot/forms.py:174
msgid "The requested domain is already registered."
msgstr "Wnioskowana domena jest już zarejstrowana."
#: plinth/modules/first_boot/forms.py:176
#: plinth/modules/first_boot/forms.py:188
#, python-brace-format
msgid "Domain registration failed: {response}."
msgstr "Rejstracja domeny nieudana: {response}."
@ -882,11 +894,11 @@ msgstr "Zarejstruj"
msgid "Skip Registration"
msgstr "Pomiń rejstrację"
#: plinth/modules/first_boot/views.py:71
#: plinth/modules/first_boot/views.py:70
msgid "Setup Complete"
msgstr "Instalacja zakończona"
#: plinth/modules/first_boot/views.py:96
#: plinth/modules/first_boot/views.py:94
msgid "Pagekite setup finished. The HTTP and HTTPS services are activated now."
msgstr ""
"Ustawiania Pagekite zostało zakończone. Usługi HTTP i HTTPS są aktywne."
@ -899,7 +911,7 @@ msgstr "Dokumentacja"
msgid "Where to Get Help"
msgstr "Gdzie szukać pomocy"
#: plinth/modules/help/help.py:37
#: plinth/modules/help/help.py:37 plinth/modules/networks/forms.py:61
msgid "Manual"
msgstr "Instrukcja"
@ -1000,6 +1012,21 @@ msgid ""
"channel using the IRC web interface."
msgstr ""
#: plinth/modules/help/templates/statuslog.html:26
#, python-format
msgid ""
"This is the last %(num_lines)s lines of the status log for this web "
"interface. If you want to report a bug, please use the <a href=\"https://"
"github.com/freedombox/Plinth/issues\">bugtracker</a> and attach this status "
"log to the bug report."
msgstr ""
#: plinth/modules/help/templates/statuslog.html:36
msgid ""
"Caution: Please remove any passwords or other personal information from the "
"log, before submitting the bug report."
msgstr ""
#: plinth/modules/ikiwiki/__init__.py:40
msgid "Wiki and Blog (ikiwiki)"
msgstr ""
@ -1244,7 +1271,7 @@ msgstr ""
#: plinth/modules/monkeysphere/templates/monkeysphere.html:74
#: plinth/modules/monkeysphere/templates/monkeysphere_details.html:55
#: plinth/modules/tor/templates/tor.html:112
#: plinth/modules/tor/templates/tor.html:127
msgid "Service"
msgstr ""
@ -1432,11 +1459,21 @@ msgid ""
"interfaces. Select Internal only for trusted networks."
msgstr ""
#: plinth/modules/networks/forms.py:50
#: plinth/modules/networks/forms.py:48
#: plinth/modules/networks/templates/connections_diagram.html:78
msgid "External"
msgstr ""
#: plinth/modules/networks/forms.py:49
#: plinth/modules/networks/templates/connections_diagram.html:107
msgid "Internal"
msgstr ""
#: plinth/modules/networks/forms.py:51
msgid "IPv4 Addressing Method"
msgstr ""
#: plinth/modules/networks/forms.py:53
#: plinth/modules/networks/forms.py:54
#, python-brace-format
msgid ""
"\"Automatic\" method will make {box_name} acquire configuration from this "
@ -1444,79 +1481,145 @@ msgid ""
"router, configure clients on this network and share its Internet connection."
msgstr ""
#: plinth/modules/networks/forms.py:62
#: plinth/modules/networks/forms.py:59
msgid "Automatic (DHCP)"
msgstr ""
#: plinth/modules/networks/forms.py:60
msgid "Shared"
msgstr ""
#: plinth/modules/networks/forms.py:64
msgid "Address"
msgstr ""
#: plinth/modules/networks/forms.py:66
#: plinth/modules/networks/forms.py:68
msgid "Netmask"
msgstr ""
#: plinth/modules/networks/forms.py:67
#: plinth/modules/networks/forms.py:69
msgid ""
"Optional value. If left blank, a default netmask based on the address will "
"be used."
msgstr ""
#: plinth/modules/networks/forms.py:72
#: plinth/modules/networks/forms.py:74
#: plinth/modules/networks/templates/connection_show.html:202
#: plinth/modules/networks/templates/connection_show.html:241
msgid "Gateway"
msgstr ""
#: plinth/modules/networks/forms.py:73
#: plinth/modules/networks/forms.py:75
msgid "Optional value."
msgstr ""
#: plinth/modules/networks/forms.py:77
#: plinth/modules/networks/forms.py:79
msgid "DNS Server"
msgstr ""
#: plinth/modules/networks/forms.py:78
#: plinth/modules/networks/forms.py:80
msgid ""
"Optional value. If this value is given and IPv4 addressing method is "
"\"Automatic\", the DNS Servers provided by a DHCP server will be ignored."
msgstr ""
#: plinth/modules/networks/forms.py:84
#: plinth/modules/networks/forms.py:86
msgid "Second DNS Server"
msgstr ""
#: plinth/modules/networks/forms.py:85
#: plinth/modules/networks/forms.py:87
msgid ""
"Optional value. If this value is given and IPv4 Addressing Method is "
"\"Automatic\", the DNS Servers provided by a DHCP server will be ignored."
msgstr ""
#: plinth/modules/networks/forms.py:95
#: plinth/modules/networks/forms.py:97
msgid "-- select --"
msgstr ""
#: plinth/modules/networks/forms.py:179
#: plinth/modules/networks/forms.py:197
#: plinth/modules/networks/templates/connection_show.html:144
msgid "SSID"
msgstr ""
#: plinth/modules/networks/forms.py:180
#: plinth/modules/networks/forms.py:198
msgid "The visible name of the network."
msgstr ""
#: plinth/modules/networks/forms.py:182
#: plinth/modules/networks/forms.py:200
#: plinth/modules/networks/templates/connection_show.html:157
msgid "Mode"
msgstr ""
#: plinth/modules/networks/forms.py:187
#: plinth/modules/networks/forms.py:201
msgid "Infrastructure"
msgstr ""
#: plinth/modules/networks/forms.py:202
msgid "Access Point"
msgstr ""
#: plinth/modules/networks/forms.py:203
msgid "Ad-hoc"
msgstr ""
#: plinth/modules/networks/forms.py:205
msgid "Frequency Band"
msgstr ""
#: plinth/modules/networks/forms.py:206
msgid "Automatic"
msgstr ""
#: plinth/modules/networks/forms.py:207
msgid "A (5 GHz)"
msgstr ""
#: plinth/modules/networks/forms.py:208
msgid "B/G (2.4 GHz)"
msgstr ""
#: plinth/modules/networks/forms.py:210
#: plinth/modules/networks/templates/connection_show.html:173
msgid "Channel"
msgstr ""
#: plinth/modules/networks/forms.py:211
msgid ""
"Optional value. Wireless channel in the selected frequency band to restrict "
"to. Blank or 0 value means automatic selection."
msgstr ""
#: plinth/modules/networks/forms.py:218
msgid "BSSID"
msgstr ""
#: plinth/modules/networks/forms.py:219
msgid ""
"Optional value. Unique identifier for the access point. When connecting to "
"an access point, connect only if the BSSID of the access point matches the "
"one provided. Example: 00:11:22:aa:bb:cc."
msgstr ""
#: plinth/modules/networks/forms.py:226
msgid "Authentication Mode"
msgstr ""
#: plinth/modules/networks/forms.py:188
#: plinth/modules/networks/forms.py:227
msgid ""
"Select WPA if the wireless network is secured and requires clients to have "
"the password to connect."
msgstr ""
#: plinth/modules/networks/forms.py:192
#: plinth/modules/networks/forms.py:229
msgid "WPA"
msgstr ""
#: plinth/modules/networks/forms.py:230
msgid "Open"
msgstr ""
#: plinth/modules/networks/forms.py:232
msgid "Passphrase"
msgstr ""
@ -1526,12 +1629,12 @@ msgid "Network Connections"
msgstr ""
#: plinth/modules/networks/networks.py:36
#: plinth/modules/networks/networks.py:232
#: plinth/modules/networks/networks.py:241
msgid "Nearby Wi-Fi Networks"
msgstr ""
#: plinth/modules/networks/networks.py:38
#: plinth/modules/networks/networks.py:254
#: plinth/modules/networks/networks.py:265
msgid "Add Connection"
msgstr ""
@ -1551,58 +1654,62 @@ msgstr ""
msgid "This type of connection is not yet understood."
msgstr ""
#: plinth/modules/networks/networks.py:129
#: plinth/modules/networks/networks.py:188
#: plinth/modules/networks/networks.py:131
#: plinth/modules/networks/networks.py:197
#: plinth/modules/networks/templates/connections_edit.html:34
msgid "Edit Connection"
msgstr ""
#: plinth/modules/networks/networks.py:199
#: plinth/modules/networks/networks.py:208
#, python-brace-format
msgid "Activated connection {name}."
msgstr ""
#: plinth/modules/networks/networks.py:202
#: plinth/modules/networks/networks.py:211
msgid "Failed to activate connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:206
#: plinth/modules/networks/networks.py:215
#, python-brace-format
msgid "Failed to activate connection {name}: No suitable device is available."
msgstr ""
#: plinth/modules/networks/networks.py:219
#: plinth/modules/networks/networks.py:228
#, python-brace-format
msgid "Deactivated connection {name}."
msgstr ""
#: plinth/modules/networks/networks.py:222
#: plinth/modules/networks/networks.py:231
msgid "Failed to de-activate connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:272
#: plinth/modules/networks/networks.py:283
msgid "Adding New Generic Connection"
msgstr ""
#: plinth/modules/networks/networks.py:301
msgid "Adding New Ethernet Connection"
msgstr ""
#: plinth/modules/networks/networks.py:290
#: plinth/modules/networks/networks.py:319
msgid "Adding New PPPoE Connection"
msgstr ""
#: plinth/modules/networks/networks.py:322
#: plinth/modules/networks/networks.py:352
msgid "Adding New Wi-Fi Connection"
msgstr ""
#: plinth/modules/networks/networks.py:336
#: plinth/modules/networks/networks.py:366
#, python-brace-format
msgid "Connection {name} deleted."
msgstr ""
#: plinth/modules/networks/networks.py:339
#: plinth/modules/networks/networks.py:348
#: plinth/modules/networks/networks.py:369
#: plinth/modules/networks/networks.py:378
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:353
#: plinth/modules/networks/networks.py:383
#: plinth/modules/networks/templates/connections_delete.html:26
msgid "Delete Connection"
msgstr ""
@ -1631,6 +1738,7 @@ msgid "Delete connection"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:63
#: plinth/modules/snapshot/templates/snapshot.html:34
msgid "Delete"
msgstr ""
@ -1669,6 +1777,9 @@ msgid "Interface"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:110
#: plinth/modules/snapshot/templates/snapshot.html:32
#: plinth/modules/snapshot/templates/snapshot_delete.html:35
#: plinth/modules/snapshot/templates/snapshot_rollback.html:43
msgid "Description"
msgstr ""
@ -1707,10 +1818,6 @@ msgstr ""
msgid "Signal strength"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:173
msgid "Channel"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:181
msgid "IPv4"
msgstr ""
@ -1744,6 +1851,7 @@ msgid "This connection is not active."
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:266
#: plinth/modules/security/__init__.py:34 plinth/modules/security/views.py:46
msgid "Security"
msgstr ""
@ -1799,10 +1907,6 @@ msgstr ""
msgid "Spacing"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:78
msgid "External"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:83
#: plinth/modules/networks/templates/connections_diagram.html:113
#: plinth/network.py:37
@ -1820,10 +1924,6 @@ msgstr ""
msgid "Show connection %(connection.name)s"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:107
msgid "Internal"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:119
#, python-format
msgid "Show connection %(name)s"
@ -1923,7 +2023,7 @@ msgstr ""
#: plinth/modules/openvpn/templates/openvpn.html:116
#: plinth/modules/owncloud/templates/owncloud.html:39
#: plinth/modules/tor/templates/tor.html:85
#: plinth/modules/tor/templates/tor.html:102
msgid "Configuration"
msgstr "Konfiguracja"
@ -1935,7 +2035,7 @@ msgstr ""
msgid "Setup failed."
msgstr ""
#: plinth/modules/openvpn/views.py:144 plinth/modules/tor/views.py:98
#: plinth/modules/openvpn/views.py:144 plinth/modules/tor/views.py:109
#: plinth/views.py:86 plinth/views.py:167
msgid "Setting unchanged"
msgstr ""
@ -2313,11 +2413,11 @@ msgid ""
"\">mobile</a> devices are available."
msgstr ""
#: plinth/modules/radicale/__init__.py:42
#: plinth/modules/radicale/__init__.py:41
msgid "Calendar and Addressbook (Radicale)"
msgstr ""
#: plinth/modules/radicale/__init__.py:46
#: plinth/modules/radicale/__init__.py:45
#, python-brace-format
msgid ""
"Radicale is a CalDAV and CardDAV server. It allows synchronization and "
@ -2327,6 +2427,26 @@ msgid ""
"a {box_name} login."
msgstr ""
#: plinth/modules/radicale/forms.py:28
msgid "Only the owner of a calendar/addressbook can view or make changes."
msgstr ""
#: plinth/modules/radicale/forms.py:30
msgid ""
"Any user can view any calendar/addressbook, but only the owner can make "
"changes."
msgstr ""
#: plinth/modules/radicale/forms.py:32
msgid "Any user can view or make changes to any calendar/addressbook."
msgstr ""
#: plinth/modules/radicale/views.py:53
#, fuzzy
#| msgid "Configuration updated"
msgid "Access rights configuration updated"
msgstr "Konfigurcja uaktualniona"
#: plinth/modules/repro/__init__.py:38
msgid "SIP Server (repro)"
msgstr ""
@ -2408,6 +2528,29 @@ msgid ""
"a>)."
msgstr ""
#: plinth/modules/security/forms.py:29
msgid "Restrict console logins (recommended)"
msgstr ""
#: plinth/modules/security/forms.py:30
msgid ""
"When this option is enabled, only users in the \"admin\" group will be able "
"to log in to console or via SSH. Console users may be able to access some "
"services without further authorization."
msgstr ""
#: plinth/modules/security/views.py:63
#, fuzzy, python-brace-format
#| msgid "Error setting time zone: {exception}"
msgid "Error setting restricted access: {exception}"
msgstr "Błąd ustawiania strefy czaowej:{exception}"
#: plinth/modules/security/views.py:66
#, fuzzy
#| msgid "General Configuration"
msgid "Updated security configuration"
msgstr "Ustawienia główne"
#: plinth/modules/shaarli/__init__.py:36
msgid "Bookmarks (Shaarli)"
msgstr ""
@ -2423,6 +2566,112 @@ msgid ""
"account, which you will need to setup on the initial visit."
msgstr ""
#: plinth/modules/snapshot/__init__.py:34
msgid "Snapshots"
msgstr ""
#: plinth/modules/snapshot/__init__.py:37
msgid ""
"Snapshots allows creating and managing filesystem snapshots. These can be "
"used to roll back the system to a previously known good state in case of "
"unwanted changes to the system."
msgstr ""
#: plinth/modules/snapshot/__init__.py:41
msgid ""
"Automatic snapshots are taken every hour, day, month and year. Older "
"snapshots are automatically deleted keeping 10 of each kind and 50 in total. "
"Although snapshots are efficient and only store the differences, they may be "
"deleted to reclaim free space. Individual files from older snapshots can be "
"accessed by visiting \".snapshots\" directory in the filesystem. Snapshots "
"are not a replacement for backups."
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:30
#: plinth/modules/snapshot/templates/snapshot_delete.html:33
#: plinth/modules/snapshot/templates/snapshot_rollback.html:41
msgid "Number"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:31
#: plinth/modules/snapshot/templates/snapshot_delete.html:34
#: plinth/modules/snapshot/templates/snapshot_rollback.html:42
msgid "Date"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:33
msgid "Rollback"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:44
msgid "active"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:53
#, python-format
msgid "Rollback to snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:64
#, python-format
msgid "Delete snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:85
msgid "Create Snapshot"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_delete.html:27
msgid "Delete this snapshot permanently?"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_delete.html:53
#, python-format
msgid "Delete Snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:27
msgid "Roll back the system to this snapshot?"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:30
msgid ""
"A new snapshot with the current state of the file system will be "
"automatically created. You will be able to undo a rollback by reverting to "
"the newly created snapshot."
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:61
#, python-format
msgid "Rollback to Snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/views.py:37
msgid "Created snapshot."
msgstr ""
#: plinth/modules/snapshot/views.py:53
#, python-brace-format
msgid "Deleted snapshot #{number}."
msgstr ""
#: plinth/modules/snapshot/views.py:65
msgid "Delete Snapshot"
msgstr ""
#: plinth/modules/snapshot/views.py:75
#, python-brace-format
msgid "Rolled back to snapshot #{number}."
msgstr ""
#: plinth/modules/snapshot/views.py:78
msgid "The system must be restarted to complete the rollback."
msgstr ""
#: plinth/modules/snapshot/views.py:90
msgid "Rollback to Snapshot"
msgstr ""
#: plinth/modules/system/__init__.py:32 plinth/templates/base.html:109
msgid "System Configuration"
msgstr ""
@ -2463,24 +2712,24 @@ msgstr ""
msgid "Tor Hidden Service"
msgstr ""
#: plinth/modules/tor/__init__.py:139
#: plinth/modules/tor/__init__.py:138
msgid "Tor relay port available"
msgstr ""
#: plinth/modules/tor/__init__.py:147
#: plinth/modules/tor/__init__.py:146
msgid "Obfs3 transport registered"
msgstr ""
#: plinth/modules/tor/__init__.py:153
#: plinth/modules/tor/__init__.py:152
msgid "Obfs4 transport registered"
msgstr ""
#: plinth/modules/tor/__init__.py:190
#: plinth/modules/tor/__init__.py:189
#, python-brace-format
msgid "Access URL {url} on tcp{kind} via Tor"
msgstr ""
#: plinth/modules/tor/__init__.py:201
#: plinth/modules/tor/__init__.py:200
#, python-brace-format
msgid "Confirm Tor usage at {url} on tcp{kind}"
msgstr ""
@ -2490,69 +2739,93 @@ msgid "Enable Tor"
msgstr ""
#: plinth/modules/tor/forms.py:35
msgid "Enable Tor Hidden Service"
msgstr ""
#, fuzzy
#| msgid "Enable network time"
msgid "Enable Tor relay"
msgstr "Zezwól na czas z sieci"
#: plinth/modules/tor/forms.py:38
#, python-brace-format
msgid ""
"A hidden service will allow {box_name} to provide selected services (such as "
"ownCloud or chat) without revealing its location."
"When enabled, your {box_name} will run a Tor relay and donate bandwidth to "
"the Tor network. Do this if you have more than 2 megabits/s of upload and "
"download bandwidth."
msgstr ""
#: plinth/modules/tor/forms.py:42
#: plinth/modules/tor/forms.py:43
msgid "Enable Tor bridge relay"
msgstr ""
#: plinth/modules/tor/forms.py:46
msgid ""
"When enabled, relay information is published in the Tor bridge database "
"instead of public Tor relay database making it harder to censor this node. "
"This helps others circumvent censorship."
msgstr ""
#: plinth/modules/tor/forms.py:51
msgid "Enable Tor Hidden Service"
msgstr ""
#: plinth/modules/tor/forms.py:54
#, python-brace-format
msgid ""
"A hidden service will allow {box_name} to provide selected services (such as "
"wiki or chat) without revealing its location. Do not use this for strong "
"anonymity yet."
msgstr ""
#: plinth/modules/tor/forms.py:59
msgid "Download software packages over Tor"
msgstr ""
#: plinth/modules/tor/forms.py:44
#: plinth/modules/tor/forms.py:61
msgid ""
"When enabled, software will be downloaded over the Tor network for "
"installations and upgrades. This adds a degree of privacy and security "
"during software downloads."
msgstr ""
#: plinth/modules/tor/templates/tor.html:41
#: plinth/modules/tor/templates/tor.html:57
msgid "Tor configuration is being updated"
msgstr ""
#: plinth/modules/tor/templates/tor.html:49
#: plinth/modules/tor/templates/tor.html:66
msgid "Tor is running"
msgstr ""
#: plinth/modules/tor/templates/tor.html:52
#: plinth/modules/tor/templates/tor.html:69
msgid "Tor is not running"
msgstr ""
#: plinth/modules/tor/templates/tor.html:64
#: plinth/modules/tor/templates/tor.html:81
msgid "Hidden Service"
msgstr ""
#: plinth/modules/tor/templates/tor.html:66
#: plinth/modules/tor/templates/tor.html:83
msgid "Ports"
msgstr ""
#: plinth/modules/tor/templates/tor.html:96
msgid "Bridge"
#: plinth/modules/tor/templates/tor.html:114
msgid "Relay"
msgstr ""
#: plinth/modules/tor/templates/tor.html:99
#: plinth/modules/tor/templates/tor.html:116
#, python-format
msgid ""
"Your %(box_name)s is configured as a Tor bridge with obfsproxy, so it can "
"help circumvent censorship. If your %(box_name)s is behind a router or "
"firewall, you should make sure the following ports are open, and port-"
"forwarded, if necessary:"
msgstr ""
#: plinth/modules/tor/templates/tor.html:113
msgid "Port"
"If your %(box_name)s is behind a router or firewall, you should make sure "
"the following ports are open, and port-forwarded, if necessary:"
msgstr ""
#: plinth/modules/tor/templates/tor.html:128
msgid "Port"
msgstr ""
#: plinth/modules/tor/templates/tor.html:144
msgid "SOCKS"
msgstr ""
#: plinth/modules/tor/templates/tor.html:131
#: plinth/modules/tor/templates/tor.html:147
#, python-format
msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050."
msgstr ""
@ -2562,11 +2835,11 @@ msgstr ""
msgid "Action error: {0} [{1}] [{2}]"
msgstr ""
#: plinth/modules/tor/views.py:120
#: plinth/modules/tor/views.py:131
msgid "Configuration updated."
msgstr ""
#: plinth/modules/tor/views.py:122
#: plinth/modules/tor/views.py:133
msgid "An error occurred during configuration."
msgstr ""
@ -2701,7 +2974,7 @@ msgstr ""
msgid "Users and Groups"
msgstr ""
#: plinth/modules/users/__init__.py:79
#: plinth/modules/users/__init__.py:78
#, python-brace-format
msgid "Check LDAP entry \"{search_item}\""
msgstr ""
@ -2877,6 +3150,10 @@ msgstr ""
msgid "PPPoE"
msgstr ""
#: plinth/network.py:40
msgid "Generic"
msgstr ""
#: plinth/package.py:105
msgid "Error during installation"
msgstr ""
@ -2936,7 +3213,8 @@ msgstr ""
msgid ""
"This is an internal error and not something you caused or can fix. Please "
"report the error on the <a href=\"https://github.com/freedombox/Plinth/issues"
"\">bug tracker</a> so we can fix it."
"\">bug tracker</a> so we can fix it. Also, please attach the <a href=\"/"
"plinth/help/status-logs\">Status Log</a> to the bug report."
msgstr ""
#: plinth/templates/base.html:49
@ -3023,15 +3301,15 @@ msgstr ""
msgid "Application disabled"
msgstr ""
#~ msgid "IP Check URL"
#~ msgstr "Adres URL serwera pokazującego IP"
#~ msgid "Service discovery server is running"
#~ msgstr "Serwer wykrywania usług jest uruchomiony"
#~ msgid "Service discovery server is not running"
#~ msgstr "Serwer wykrywania usług nie jest uruchomiony"
#~ msgid "Enable network time"
#~ msgstr "Zezwól na czas z sieci"
#~ msgid "Network time server is running"
#~ msgstr "Serwer czasu jest uruchomiony"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-01 07:45+0530\n"
"POT-Creation-Date: 2016-08-11 19:55-0400\n"
"PO-Revision-Date: 2015-12-15 01:08+0000\n"
"Last-Translator: Daniel Sousa <daniel@sousa.me>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/freedombox/"
@ -19,32 +19,32 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.5-dev\n"
#: plinth/action_utils.py:237
#: plinth/action_utils.py:242
#, python-brace-format
msgid "Listening on {kind} port {listen_address}:{port}"
msgstr ""
#: plinth/action_utils.py:240
#: plinth/action_utils.py:245
#, python-brace-format
msgid "Listening on {kind} port {port}"
msgstr ""
#: plinth/action_utils.py:326
#: plinth/action_utils.py:331
#, python-brace-format
msgid "Access URL {url} on tcp{kind}"
msgstr ""
#: plinth/action_utils.py:329
#: plinth/action_utils.py:334
#, python-brace-format
msgid "Access URL {url}"
msgstr ""
#: plinth/action_utils.py:357
#: plinth/action_utils.py:362
#, python-brace-format
msgid "Connect to {host}:{port}"
msgstr ""
#: plinth/action_utils.py:360
#: plinth/action_utils.py:365
#, python-brace-format
msgid "Cannot connect to {host}:{port}"
msgstr ""
@ -248,6 +248,7 @@ msgid "Language changed"
msgstr "Língua mudada"
#: plinth/modules/config/templates/config.html:32
#: plinth/modules/security/templates/security.html:32
msgid "Submit"
msgstr "Submeter"
@ -471,8 +472,8 @@ msgstr ""
#: plinth/modules/firewall/templates/firewall.html:46
#: plinth/modules/networks/templates/connection_show.html:261
#: plinth/modules/openvpn/templates/openvpn.html:67
#: plinth/modules/tor/templates/tor.html:35
#: plinth/modules/tor/templates/tor.html:65
#: plinth/modules/tor/templates/tor.html:51
#: plinth/modules/tor/templates/tor.html:82
msgid "Status"
msgstr "Estado"
@ -559,22 +560,22 @@ msgid "Use HTTP basic authentication"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:143
#: plinth/modules/networks/forms.py:151 plinth/modules/transmission/forms.py:37
#: plinth/modules/networks/forms.py:168 plinth/modules/transmission/forms.py:37
msgid "Username"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:146
#: plinth/modules/networks/forms.py:152 plinth/modules/transmission/forms.py:41
#: plinth/modules/networks/forms.py:169 plinth/modules/transmission/forms.py:41
msgid "Password"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:149
#: plinth/modules/networks/forms.py:154
#: plinth/modules/networks/forms.py:171
msgid "Show password"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:153
msgid "IP Check URL"
msgid "URL to look up public IP"
msgstr ""
#: plinth/modules/dynamicdns/dynamicdns.py:179
@ -632,7 +633,7 @@ msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_configure.html:40
#: plinth/modules/ikiwiki/templates/ikiwiki_create.html:32
#: plinth/modules/openvpn/templates/openvpn.html:124
#: plinth/modules/tor/templates/tor.html:93
#: plinth/modules/tor/templates/tor.html:110
#: plinth/modules/upgrades/templates/upgrades_configure.html:32
#: plinth/templates/service.html:67
msgid "Update setup"
@ -655,13 +656,13 @@ msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:37
#, python-format
msgid ""
"Behind NAT. This means that Dynamic DNS service will poll the \"IP Check URL"
"\" for changes (the \"IP Check URL\" entry is needed for this, otherwise IP "
"changes will not be detected). In case the WAN IP changes, it may take up to "
"%(timer)s minutes until your DNS entry is updated."
"Behind NAT. This means that Dynamic DNS service will poll the \"URL to look "
"up public IP\" for changes (the \"URL to look up public IP\" entry is needed "
"for this, otherwise IP changes will not be detected). In case the WAN IP "
"changes, it may take up to %(timer)s minutes until your DNS entry is updated."
msgstr ""
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:48
#: plinth/modules/dynamicdns/templates/dynamicdns_status.html:49
msgid "Last update"
msgstr ""
@ -703,6 +704,7 @@ msgstr ""
#: plinth/modules/firewall/templates/firewall.html:60
#: plinth/modules/letsencrypt/templates/letsencrypt.html:70
#: plinth/modules/names/templates/names.html:51
#: plinth/modules/networks/forms.py:62
msgid "Disabled"
msgstr ""
@ -729,47 +731,57 @@ msgid ""
"disabled in the firewall."
msgstr ""
#: plinth/modules/first_boot/forms.py:59 plinth/modules/users/forms.py:70
#: plinth/modules/first_boot/forms.py:60 plinth/modules/users/forms.py:70
msgid "Creating LDAP user failed."
msgstr ""
#: plinth/modules/first_boot/forms.py:67
#: plinth/modules/first_boot/forms.py:68
msgid "Failed to add new user to admin group."
msgstr ""
#: plinth/modules/first_boot/forms.py:83
msgid ""
"Console login access restricted to users in \"admin\" group. This can be "
"configured in security settings."
msgstr ""
#: plinth/modules/first_boot/forms.py:89
msgid "Failed to restrict console access."
msgstr ""
#: plinth/modules/first_boot/forms.py:101
msgid "User account created, you are now logged in"
msgstr ""
#: plinth/modules/first_boot/forms.py:116
#: plinth/modules/first_boot/forms.py:128
#, python-brace-format
msgid "The voucher you received with your {box_name} Danube Edition"
msgstr ""
#: plinth/modules/first_boot/forms.py:121
#: plinth/modules/first_boot/forms.py:133
#, fuzzy
#| msgid "Domain Name"
msgid "Subdomain"
msgstr "Nome de Domínio"
#: plinth/modules/first_boot/forms.py:123
#: plinth/modules/first_boot/forms.py:135
msgid "The subdomain you want to register"
msgstr ""
#: plinth/modules/first_boot/forms.py:146
#: plinth/modules/first_boot/forms.py:158
msgid "This code is not valid"
msgstr ""
#: plinth/modules/first_boot/forms.py:152
#: plinth/modules/first_boot/forms.py:164
#, python-brace-format
msgid "This code is bound to the domain {domain}."
msgstr ""
#: plinth/modules/first_boot/forms.py:162
#: plinth/modules/first_boot/forms.py:174
msgid "The requested domain is already registered."
msgstr ""
#: plinth/modules/first_boot/forms.py:176
#: plinth/modules/first_boot/forms.py:188
#, python-brace-format
msgid "Domain registration failed: {response}."
msgstr ""
@ -864,11 +876,11 @@ msgstr ""
msgid "Skip Registration"
msgstr ""
#: plinth/modules/first_boot/views.py:71
#: plinth/modules/first_boot/views.py:70
msgid "Setup Complete"
msgstr ""
#: plinth/modules/first_boot/views.py:96
#: plinth/modules/first_boot/views.py:94
msgid "Pagekite setup finished. The HTTP and HTTPS services are activated now."
msgstr ""
@ -880,7 +892,7 @@ msgstr ""
msgid "Where to Get Help"
msgstr ""
#: plinth/modules/help/help.py:37
#: plinth/modules/help/help.py:37 plinth/modules/networks/forms.py:61
msgid "Manual"
msgstr ""
@ -981,6 +993,21 @@ msgid ""
"channel using the IRC web interface."
msgstr ""
#: plinth/modules/help/templates/statuslog.html:26
#, python-format
msgid ""
"This is the last %(num_lines)s lines of the status log for this web "
"interface. If you want to report a bug, please use the <a href=\"https://"
"github.com/freedombox/Plinth/issues\">bugtracker</a> and attach this status "
"log to the bug report."
msgstr ""
#: plinth/modules/help/templates/statuslog.html:36
msgid ""
"Caution: Please remove any passwords or other personal information from the "
"log, before submitting the bug report."
msgstr ""
#: plinth/modules/ikiwiki/__init__.py:40
msgid "Wiki and Blog (ikiwiki)"
msgstr ""
@ -1229,7 +1256,7 @@ msgstr ""
#: plinth/modules/monkeysphere/templates/monkeysphere.html:74
#: plinth/modules/monkeysphere/templates/monkeysphere_details.html:55
#: plinth/modules/tor/templates/tor.html:112
#: plinth/modules/tor/templates/tor.html:127
msgid "Service"
msgstr ""
@ -1423,11 +1450,21 @@ msgid ""
"interfaces. Select Internal only for trusted networks."
msgstr ""
#: plinth/modules/networks/forms.py:50
#: plinth/modules/networks/forms.py:48
#: plinth/modules/networks/templates/connections_diagram.html:78
msgid "External"
msgstr ""
#: plinth/modules/networks/forms.py:49
#: plinth/modules/networks/templates/connections_diagram.html:107
msgid "Internal"
msgstr ""
#: plinth/modules/networks/forms.py:51
msgid "IPv4 Addressing Method"
msgstr ""
#: plinth/modules/networks/forms.py:53
#: plinth/modules/networks/forms.py:54
#, python-brace-format
msgid ""
"\"Automatic\" method will make {box_name} acquire configuration from this "
@ -1435,79 +1472,145 @@ msgid ""
"router, configure clients on this network and share its Internet connection."
msgstr ""
#: plinth/modules/networks/forms.py:62
#: plinth/modules/networks/forms.py:59
msgid "Automatic (DHCP)"
msgstr ""
#: plinth/modules/networks/forms.py:60
msgid "Shared"
msgstr ""
#: plinth/modules/networks/forms.py:64
msgid "Address"
msgstr ""
#: plinth/modules/networks/forms.py:66
#: plinth/modules/networks/forms.py:68
msgid "Netmask"
msgstr ""
#: plinth/modules/networks/forms.py:67
#: plinth/modules/networks/forms.py:69
msgid ""
"Optional value. If left blank, a default netmask based on the address will "
"be used."
msgstr ""
#: plinth/modules/networks/forms.py:72
#: plinth/modules/networks/forms.py:74
#: plinth/modules/networks/templates/connection_show.html:202
#: plinth/modules/networks/templates/connection_show.html:241
msgid "Gateway"
msgstr ""
#: plinth/modules/networks/forms.py:73
#: plinth/modules/networks/forms.py:75
msgid "Optional value."
msgstr ""
#: plinth/modules/networks/forms.py:77
#: plinth/modules/networks/forms.py:79
msgid "DNS Server"
msgstr ""
#: plinth/modules/networks/forms.py:78
#: plinth/modules/networks/forms.py:80
msgid ""
"Optional value. If this value is given and IPv4 addressing method is "
"\"Automatic\", the DNS Servers provided by a DHCP server will be ignored."
msgstr ""
#: plinth/modules/networks/forms.py:84
#: plinth/modules/networks/forms.py:86
msgid "Second DNS Server"
msgstr ""
#: plinth/modules/networks/forms.py:85
#: plinth/modules/networks/forms.py:87
msgid ""
"Optional value. If this value is given and IPv4 Addressing Method is "
"\"Automatic\", the DNS Servers provided by a DHCP server will be ignored."
msgstr ""
#: plinth/modules/networks/forms.py:95
#: plinth/modules/networks/forms.py:97
msgid "-- select --"
msgstr ""
#: plinth/modules/networks/forms.py:179
#: plinth/modules/networks/forms.py:197
#: plinth/modules/networks/templates/connection_show.html:144
msgid "SSID"
msgstr ""
#: plinth/modules/networks/forms.py:180
#: plinth/modules/networks/forms.py:198
msgid "The visible name of the network."
msgstr ""
#: plinth/modules/networks/forms.py:182
#: plinth/modules/networks/forms.py:200
#: plinth/modules/networks/templates/connection_show.html:157
msgid "Mode"
msgstr ""
#: plinth/modules/networks/forms.py:187
#: plinth/modules/networks/forms.py:201
msgid "Infrastructure"
msgstr ""
#: plinth/modules/networks/forms.py:202
msgid "Access Point"
msgstr ""
#: plinth/modules/networks/forms.py:203
msgid "Ad-hoc"
msgstr ""
#: plinth/modules/networks/forms.py:205
msgid "Frequency Band"
msgstr ""
#: plinth/modules/networks/forms.py:206
msgid "Automatic"
msgstr ""
#: plinth/modules/networks/forms.py:207
msgid "A (5 GHz)"
msgstr ""
#: plinth/modules/networks/forms.py:208
msgid "B/G (2.4 GHz)"
msgstr ""
#: plinth/modules/networks/forms.py:210
#: plinth/modules/networks/templates/connection_show.html:173
msgid "Channel"
msgstr ""
#: plinth/modules/networks/forms.py:211
msgid ""
"Optional value. Wireless channel in the selected frequency band to restrict "
"to. Blank or 0 value means automatic selection."
msgstr ""
#: plinth/modules/networks/forms.py:218
msgid "BSSID"
msgstr ""
#: plinth/modules/networks/forms.py:219
msgid ""
"Optional value. Unique identifier for the access point. When connecting to "
"an access point, connect only if the BSSID of the access point matches the "
"one provided. Example: 00:11:22:aa:bb:cc."
msgstr ""
#: plinth/modules/networks/forms.py:226
msgid "Authentication Mode"
msgstr ""
#: plinth/modules/networks/forms.py:188
#: plinth/modules/networks/forms.py:227
msgid ""
"Select WPA if the wireless network is secured and requires clients to have "
"the password to connect."
msgstr ""
#: plinth/modules/networks/forms.py:192
#: plinth/modules/networks/forms.py:229
msgid "WPA"
msgstr ""
#: plinth/modules/networks/forms.py:230
msgid "Open"
msgstr ""
#: plinth/modules/networks/forms.py:232
msgid "Passphrase"
msgstr ""
@ -1517,12 +1620,12 @@ msgid "Network Connections"
msgstr ""
#: plinth/modules/networks/networks.py:36
#: plinth/modules/networks/networks.py:232
#: plinth/modules/networks/networks.py:241
msgid "Nearby Wi-Fi Networks"
msgstr ""
#: plinth/modules/networks/networks.py:38
#: plinth/modules/networks/networks.py:254
#: plinth/modules/networks/networks.py:265
msgid "Add Connection"
msgstr ""
@ -1542,58 +1645,62 @@ msgstr ""
msgid "This type of connection is not yet understood."
msgstr ""
#: plinth/modules/networks/networks.py:129
#: plinth/modules/networks/networks.py:188
#: plinth/modules/networks/networks.py:131
#: plinth/modules/networks/networks.py:197
#: plinth/modules/networks/templates/connections_edit.html:34
msgid "Edit Connection"
msgstr ""
#: plinth/modules/networks/networks.py:199
#: plinth/modules/networks/networks.py:208
#, python-brace-format
msgid "Activated connection {name}."
msgstr ""
#: plinth/modules/networks/networks.py:202
#: plinth/modules/networks/networks.py:211
msgid "Failed to activate connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:206
#: plinth/modules/networks/networks.py:215
#, python-brace-format
msgid "Failed to activate connection {name}: No suitable device is available."
msgstr ""
#: plinth/modules/networks/networks.py:219
#: plinth/modules/networks/networks.py:228
#, python-brace-format
msgid "Deactivated connection {name}."
msgstr ""
#: plinth/modules/networks/networks.py:222
#: plinth/modules/networks/networks.py:231
msgid "Failed to de-activate connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:272
#: plinth/modules/networks/networks.py:283
msgid "Adding New Generic Connection"
msgstr ""
#: plinth/modules/networks/networks.py:301
msgid "Adding New Ethernet Connection"
msgstr ""
#: plinth/modules/networks/networks.py:290
#: plinth/modules/networks/networks.py:319
msgid "Adding New PPPoE Connection"
msgstr ""
#: plinth/modules/networks/networks.py:322
#: plinth/modules/networks/networks.py:352
msgid "Adding New Wi-Fi Connection"
msgstr ""
#: plinth/modules/networks/networks.py:336
#: plinth/modules/networks/networks.py:366
#, python-brace-format
msgid "Connection {name} deleted."
msgstr ""
#: plinth/modules/networks/networks.py:339
#: plinth/modules/networks/networks.py:348
#: plinth/modules/networks/networks.py:369
#: plinth/modules/networks/networks.py:378
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: plinth/modules/networks/networks.py:353
#: plinth/modules/networks/networks.py:383
#: plinth/modules/networks/templates/connections_delete.html:26
msgid "Delete Connection"
msgstr ""
@ -1622,6 +1729,7 @@ msgid "Delete connection"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:63
#: plinth/modules/snapshot/templates/snapshot.html:34
msgid "Delete"
msgstr ""
@ -1660,6 +1768,9 @@ msgid "Interface"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:110
#: plinth/modules/snapshot/templates/snapshot.html:32
#: plinth/modules/snapshot/templates/snapshot_delete.html:35
#: plinth/modules/snapshot/templates/snapshot_rollback.html:43
msgid "Description"
msgstr ""
@ -1698,10 +1809,6 @@ msgstr ""
msgid "Signal strength"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:173
msgid "Channel"
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:181
msgid "IPv4"
msgstr ""
@ -1735,6 +1842,7 @@ msgid "This connection is not active."
msgstr ""
#: plinth/modules/networks/templates/connection_show.html:266
#: plinth/modules/security/__init__.py:34 plinth/modules/security/views.py:46
msgid "Security"
msgstr ""
@ -1790,10 +1898,6 @@ msgstr ""
msgid "Spacing"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:78
msgid "External"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:83
#: plinth/modules/networks/templates/connections_diagram.html:113
#: plinth/network.py:37
@ -1811,10 +1915,6 @@ msgstr ""
msgid "Show connection %(connection.name)s"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:107
msgid "Internal"
msgstr ""
#: plinth/modules/networks/templates/connections_diagram.html:119
#, python-format
msgid "Show connection %(name)s"
@ -1914,7 +2014,7 @@ msgstr ""
#: plinth/modules/openvpn/templates/openvpn.html:116
#: plinth/modules/owncloud/templates/owncloud.html:39
#: plinth/modules/tor/templates/tor.html:85
#: plinth/modules/tor/templates/tor.html:102
msgid "Configuration"
msgstr "Configuração"
@ -1926,7 +2026,7 @@ msgstr ""
msgid "Setup failed."
msgstr ""
#: plinth/modules/openvpn/views.py:144 plinth/modules/tor/views.py:98
#: plinth/modules/openvpn/views.py:144 plinth/modules/tor/views.py:109
#: plinth/views.py:86 plinth/views.py:167
msgid "Setting unchanged"
msgstr "Definição inalterada"
@ -2304,11 +2404,11 @@ msgid ""
"\">mobile</a> devices are available."
msgstr ""
#: plinth/modules/radicale/__init__.py:42
#: plinth/modules/radicale/__init__.py:41
msgid "Calendar and Addressbook (Radicale)"
msgstr ""
#: plinth/modules/radicale/__init__.py:46
#: plinth/modules/radicale/__init__.py:45
#, python-brace-format
msgid ""
"Radicale is a CalDAV and CardDAV server. It allows synchronization and "
@ -2318,6 +2418,26 @@ msgid ""
"a {box_name} login."
msgstr ""
#: plinth/modules/radicale/forms.py:28
msgid "Only the owner of a calendar/addressbook can view or make changes."
msgstr ""
#: plinth/modules/radicale/forms.py:30
msgid ""
"Any user can view any calendar/addressbook, but only the owner can make "
"changes."
msgstr ""
#: plinth/modules/radicale/forms.py:32
msgid "Any user can view or make changes to any calendar/addressbook."
msgstr ""
#: plinth/modules/radicale/views.py:53
#, fuzzy
#| msgid "Configuration updated"
msgid "Access rights configuration updated"
msgstr "Configuração atualizada"
#: plinth/modules/repro/__init__.py:38
msgid "SIP Server (repro)"
msgstr ""
@ -2399,6 +2519,29 @@ msgid ""
"a>)."
msgstr ""
#: plinth/modules/security/forms.py:29
msgid "Restrict console logins (recommended)"
msgstr ""
#: plinth/modules/security/forms.py:30
msgid ""
"When this option is enabled, only users in the \"admin\" group will be able "
"to log in to console or via SSH. Console users may be able to access some "
"services without further authorization."
msgstr ""
#: plinth/modules/security/views.py:63
#, fuzzy, python-brace-format
#| msgid "Error setting domain name: {exception}"
msgid "Error setting restricted access: {exception}"
msgstr "Erro ao definir o nome do domínio: {exception}"
#: plinth/modules/security/views.py:66
#, fuzzy
#| msgid "General Configuration"
msgid "Updated security configuration"
msgstr "Configuração Geral"
#: plinth/modules/shaarli/__init__.py:36
msgid "Bookmarks (Shaarli)"
msgstr ""
@ -2414,6 +2557,112 @@ msgid ""
"account, which you will need to setup on the initial visit."
msgstr ""
#: plinth/modules/snapshot/__init__.py:34
msgid "Snapshots"
msgstr ""
#: plinth/modules/snapshot/__init__.py:37
msgid ""
"Snapshots allows creating and managing filesystem snapshots. These can be "
"used to roll back the system to a previously known good state in case of "
"unwanted changes to the system."
msgstr ""
#: plinth/modules/snapshot/__init__.py:41
msgid ""
"Automatic snapshots are taken every hour, day, month and year. Older "
"snapshots are automatically deleted keeping 10 of each kind and 50 in total. "
"Although snapshots are efficient and only store the differences, they may be "
"deleted to reclaim free space. Individual files from older snapshots can be "
"accessed by visiting \".snapshots\" directory in the filesystem. Snapshots "
"are not a replacement for backups."
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:30
#: plinth/modules/snapshot/templates/snapshot_delete.html:33
#: plinth/modules/snapshot/templates/snapshot_rollback.html:41
msgid "Number"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:31
#: plinth/modules/snapshot/templates/snapshot_delete.html:34
#: plinth/modules/snapshot/templates/snapshot_rollback.html:42
msgid "Date"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:33
msgid "Rollback"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:44
msgid "active"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:53
#, python-format
msgid "Rollback to snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:64
#, python-format
msgid "Delete snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:85
msgid "Create Snapshot"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_delete.html:27
msgid "Delete this snapshot permanently?"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_delete.html:53
#, python-format
msgid "Delete Snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:27
msgid "Roll back the system to this snapshot?"
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:30
msgid ""
"A new snapshot with the current state of the file system will be "
"automatically created. You will be able to undo a rollback by reverting to "
"the newly created snapshot."
msgstr ""
#: plinth/modules/snapshot/templates/snapshot_rollback.html:61
#, python-format
msgid "Rollback to Snapshot #%(number)s"
msgstr ""
#: plinth/modules/snapshot/views.py:37
msgid "Created snapshot."
msgstr ""
#: plinth/modules/snapshot/views.py:53
#, python-brace-format
msgid "Deleted snapshot #{number}."
msgstr ""
#: plinth/modules/snapshot/views.py:65
msgid "Delete Snapshot"
msgstr ""
#: plinth/modules/snapshot/views.py:75
#, python-brace-format
msgid "Rolled back to snapshot #{number}."
msgstr ""
#: plinth/modules/snapshot/views.py:78
msgid "The system must be restarted to complete the rollback."
msgstr ""
#: plinth/modules/snapshot/views.py:90
msgid "Rollback to Snapshot"
msgstr ""
#: plinth/modules/system/__init__.py:32 plinth/templates/base.html:109
msgid "System Configuration"
msgstr ""
@ -2454,24 +2703,24 @@ msgstr ""
msgid "Tor Hidden Service"
msgstr ""
#: plinth/modules/tor/__init__.py:139
#: plinth/modules/tor/__init__.py:138
msgid "Tor relay port available"
msgstr ""
#: plinth/modules/tor/__init__.py:147
#: plinth/modules/tor/__init__.py:146
msgid "Obfs3 transport registered"
msgstr ""
#: plinth/modules/tor/__init__.py:153
#: plinth/modules/tor/__init__.py:152
msgid "Obfs4 transport registered"
msgstr ""
#: plinth/modules/tor/__init__.py:190
#: plinth/modules/tor/__init__.py:189
#, python-brace-format
msgid "Access URL {url} on tcp{kind} via Tor"
msgstr ""
#: plinth/modules/tor/__init__.py:201
#: plinth/modules/tor/__init__.py:200
#, python-brace-format
msgid "Confirm Tor usage at {url} on tcp{kind}"
msgstr ""
@ -2481,71 +2730,95 @@ msgid "Enable Tor"
msgstr ""
#: plinth/modules/tor/forms.py:35
msgid "Enable Tor Hidden Service"
msgstr ""
#, fuzzy
#| msgid "Enable network time"
msgid "Enable Tor relay"
msgstr "Ativar tempo da rede"
#: plinth/modules/tor/forms.py:38
#, python-brace-format
msgid ""
"A hidden service will allow {box_name} to provide selected services (such as "
"ownCloud or chat) without revealing its location."
"When enabled, your {box_name} will run a Tor relay and donate bandwidth to "
"the Tor network. Do this if you have more than 2 megabits/s of upload and "
"download bandwidth."
msgstr ""
#: plinth/modules/tor/forms.py:42
#: plinth/modules/tor/forms.py:43
msgid "Enable Tor bridge relay"
msgstr ""
#: plinth/modules/tor/forms.py:46
msgid ""
"When enabled, relay information is published in the Tor bridge database "
"instead of public Tor relay database making it harder to censor this node. "
"This helps others circumvent censorship."
msgstr ""
#: plinth/modules/tor/forms.py:51
msgid "Enable Tor Hidden Service"
msgstr ""
#: plinth/modules/tor/forms.py:54
#, python-brace-format
msgid ""
"A hidden service will allow {box_name} to provide selected services (such as "
"wiki or chat) without revealing its location. Do not use this for strong "
"anonymity yet."
msgstr ""
#: plinth/modules/tor/forms.py:59
msgid "Download software packages over Tor"
msgstr ""
#: plinth/modules/tor/forms.py:44
#: plinth/modules/tor/forms.py:61
msgid ""
"When enabled, software will be downloaded over the Tor network for "
"installations and upgrades. This adds a degree of privacy and security "
"during software downloads."
msgstr ""
#: plinth/modules/tor/templates/tor.html:41
#: plinth/modules/tor/templates/tor.html:57
#, fuzzy
#| msgid "Configuration updated"
msgid "Tor configuration is being updated"
msgstr "Configuração atualizada"
#: plinth/modules/tor/templates/tor.html:49
#: plinth/modules/tor/templates/tor.html:66
msgid "Tor is running"
msgstr ""
#: plinth/modules/tor/templates/tor.html:52
#: plinth/modules/tor/templates/tor.html:69
msgid "Tor is not running"
msgstr ""
#: plinth/modules/tor/templates/tor.html:64
#: plinth/modules/tor/templates/tor.html:81
msgid "Hidden Service"
msgstr ""
#: plinth/modules/tor/templates/tor.html:66
#: plinth/modules/tor/templates/tor.html:83
msgid "Ports"
msgstr ""
#: plinth/modules/tor/templates/tor.html:96
msgid "Bridge"
#: plinth/modules/tor/templates/tor.html:114
msgid "Relay"
msgstr ""
#: plinth/modules/tor/templates/tor.html:99
#: plinth/modules/tor/templates/tor.html:116
#, python-format
msgid ""
"Your %(box_name)s is configured as a Tor bridge with obfsproxy, so it can "
"help circumvent censorship. If your %(box_name)s is behind a router or "
"firewall, you should make sure the following ports are open, and port-"
"forwarded, if necessary:"
msgstr ""
#: plinth/modules/tor/templates/tor.html:113
msgid "Port"
"If your %(box_name)s is behind a router or firewall, you should make sure "
"the following ports are open, and port-forwarded, if necessary:"
msgstr ""
#: plinth/modules/tor/templates/tor.html:128
msgid "Port"
msgstr ""
#: plinth/modules/tor/templates/tor.html:144
msgid "SOCKS"
msgstr ""
#: plinth/modules/tor/templates/tor.html:131
#: plinth/modules/tor/templates/tor.html:147
#, python-format
msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050."
msgstr ""
@ -2555,13 +2828,13 @@ msgstr ""
msgid "Action error: {0} [{1}] [{2}]"
msgstr ""
#: plinth/modules/tor/views.py:120
#: plinth/modules/tor/views.py:131
#, fuzzy
#| msgid "Configuration updated"
msgid "Configuration updated."
msgstr "Configuração atualizada"
#: plinth/modules/tor/views.py:122
#: plinth/modules/tor/views.py:133
msgid "An error occurred during configuration."
msgstr ""
@ -2698,7 +2971,7 @@ msgstr ""
msgid "Users and Groups"
msgstr ""
#: plinth/modules/users/__init__.py:79
#: plinth/modules/users/__init__.py:78
#, python-brace-format
msgid "Check LDAP entry \"{search_item}\""
msgstr ""
@ -2874,6 +3147,10 @@ msgstr ""
msgid "PPPoE"
msgstr ""
#: plinth/network.py:40
msgid "Generic"
msgstr ""
#: plinth/package.py:105
msgid "Error during installation"
msgstr ""
@ -2935,7 +3212,8 @@ msgstr ""
msgid ""
"This is an internal error and not something you caused or can fix. Please "
"report the error on the <a href=\"https://github.com/freedombox/Plinth/issues"
"\">bug tracker</a> so we can fix it."
"\">bug tracker</a> so we can fix it. Also, please attach the <a href=\"/"
"plinth/help/status-logs\">Status Log</a> to the bug report."
msgstr ""
#: plinth/templates/base.html:49
@ -3030,9 +3308,6 @@ msgstr "Aplicações"
#~ msgid "Service discovery server is not running"
#~ msgstr "O Servidor da descoberta do serviço não está a correr"
#~ msgid "Enable network time"
#~ msgstr "Ativar tempo da rede"
#, fuzzy
#~| msgid "Service discovery server is running"
#~ msgid "Minetest server is running"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff