diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 0b62795d5..faff86571 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -248,7 +248,7 @@ msgid "" "accept all SSL " "certificates" msgstr "" -"accepte tous les +"accepte tous les " "certificats SSL" #: plinth/modules/dynamicdns/dynamicdns.py:137 @@ -470,7 +470,7 @@ msgid "" "interfaces. Select Internal only for trusted networks." msgstr "" "La zone pare-feu contrôlera quels services sont disponibles via ces " -"interface. Sélectionnez Interne seulement pour des réseaux de confiance.* +"interface. Sélectionnez Interne seulement pour des réseaux de confiance.* " #: plinth/modules/networks/forms.py:62 plinth/modules/networks/forms.py:135 msgid "IPv4 Addressing Method" diff --git a/locale/nb/LC_MESSAGES/django.po b/locale/nb/LC_MESSAGES/django.po new file mode 100644 index 000000000..5da4c9c55 --- /dev/null +++ b/locale/nb/LC_MESSAGES/django.po @@ -0,0 +1,1091 @@ +# Copyright (C) 2015 Petter Reinholdtsen +# This file is distributed under the same license as the Plinth package. +# +# Petter Reinholdtsen , 2015. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-31 15:27-0500\n" +"PO-Revision-Date: 2015-11-08 19:37+0100\n" +"Last-Translator: Petter Reinholdtsen \n" +"Language-Team: Norwegian Bokmål \n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 1.5\n" + +#: plinth/action_utils.py:191 +#, python-brace-format +msgid "Listening on {kind} port {listen_address}:{port}" +msgstr "Lytter på {kind} port {listen_address}:{port}" + +#: plinth/action_utils.py:194 +#, python-brace-format +msgid "Listening on {kind} port {port}" +msgstr "Lytter på {kind} port {port}" + +#: plinth/action_utils.py:275 +#, python-brace-format +msgid "Access URL {url} on tcp{kind}" +msgstr "" + +#: plinth/action_utils.py:278 +#, python-brace-format +msgid "Access URL {url}" +msgstr "" + +#: plinth/action_utils.py:309 +#, python-brace-format +msgid "Connect to {host}:{port}" +msgstr "" + +#: plinth/action_utils.py:312 +#, python-brace-format +msgid "Cannot connect to {host}:{port}" +msgstr "" + +#: plinth/modules/apps/apps.py:32 +msgid "Applications" +msgstr "" + +#: plinth/modules/avahi/__init__.py:40 plinth/modules/avahi/__init__.py:45 +#: plinth/modules/avahi/views.py:53 +msgid "Service Discovery" +msgstr "" + +#: plinth/modules/avahi/forms.py:29 +msgid "Enable service discovery" +msgstr "" + +#: plinth/modules/avahi/views.py:73 plinth/modules/datetime/views.py:85 +#: plinth/modules/deluge/views.py:80 plinth/modules/ikiwiki/views.py:95 +#: plinth/modules/mumble/views.py:80 plinth/modules/privoxy/views.py:83 +#: plinth/modules/roundcube/views.py:84 plinth/modules/shaarli/views.py:71 +#: plinth/modules/transmission/views.py:105 plinth/modules/xmpp/views.py:100 +msgid "Configuration updated" +msgstr "" + +#: plinth/modules/avahi/views.py:76 plinth/modules/datetime/views.py:99 +#: plinth/modules/deluge/views.py:82 plinth/modules/ikiwiki/views.py:97 +#: plinth/modules/mumble/views.py:82 plinth/modules/owncloud/owncloud.py:93 +#: plinth/modules/privoxy/views.py:85 plinth/modules/roundcube/views.py:86 +#: plinth/modules/shaarli/views.py:73 plinth/modules/tor/tor.py:222 +#: plinth/modules/transmission/views.py:107 +#: plinth/modules/upgrades/views.py:104 plinth/modules/xmpp/views.py:102 +msgid "Setting unchanged" +msgstr "" + +#: plinth/modules/config/config.py:64 +msgid "Hostname" +msgstr "" + +#: plinth/modules/config/config.py:65 +msgid "" +"Your hostname is the local name by which other machines on your LAN can " +"reach you. It must be alphanumeric, start with an alphabet and must not be " +"greater than 63 characters in length." +msgstr "" + +#: plinth/modules/config/config.py:70 +msgid "Invalid hostname" +msgstr "" + +#: plinth/modules/config/config.py:73 +#: plinth/modules/dynamicdns/dynamicdns.py:143 +msgid "Domain Name" +msgstr "" + +#: plinth/modules/config/config.py:74 +msgid "" +"Your domain name is the global name by which other machines on the Internet " +"can reach you. It must consist of alphanumeric words separated by dots." +msgstr "" + +#: plinth/modules/config/config.py:80 +#: plinth/modules/dynamicdns/dynamicdns.py:148 +msgid "Invalid domain name" +msgstr "" + +#: plinth/modules/config/config.py:86 +#: plinth/modules/dynamicdns/dynamicdns.py:36 +#: plinth/modules/ikiwiki/views.py:36 +msgid "Configure" +msgstr "" + +#: plinth/modules/config/config.py:108 +msgid "General Configuration" +msgstr "" + +#: plinth/modules/config/config.py:124 +#, python-format +msgid "Error setting hostname: %s" +msgstr "" + +#: plinth/modules/config/config.py:127 +msgid "Hostname set" +msgstr "" + +#: plinth/modules/config/config.py:129 +msgid "Hostname is unchanged" +msgstr "" + +#: plinth/modules/config/config.py:135 +#, python-format +msgid "Error setting domain name: %s" +msgstr "" + +#: plinth/modules/config/config.py:138 +msgid "Domain name set" +msgstr "" + +#: plinth/modules/config/config.py:140 +msgid "Domain name is unchanged" +msgstr "" + +#: plinth/modules/datetime/__init__.py:39 plinth/modules/datetime/views.py:58 +msgid "Date & Time" +msgstr "" + +#: plinth/modules/datetime/__init__.py:44 +msgid "Network Time Server" +msgstr "" + +#: plinth/modules/datetime/__init__.py:76 +msgid "NTP client in contact with servers" +msgstr "" + +#: plinth/modules/datetime/forms.py:31 +msgid "Enable network time" +msgstr "" + +#: plinth/modules/datetime/forms.py:35 +msgid "Time Zone" +msgstr "" + +#: plinth/modules/datetime/forms.py:36 +msgid "" +"Set your time zone to get accurate timestamps. This will set the systemwide " +"time zone." +msgstr "" + +#: plinth/modules/datetime/forms.py:47 +msgid "-- no time zone set --" +msgstr "" + +#: plinth/modules/datetime/views.py:93 +#, python-format +msgid "Error setting time zone: %s" +msgstr "" + +#: plinth/modules/datetime/views.py:96 +msgid "Time zone set" +msgstr "" + +#: plinth/modules/deluge/__init__.py:38 plinth/modules/deluge/views.py:56 +msgid "BitTorrent (Deluge)" +msgstr "" + +#: plinth/modules/deluge/__init__.py:43 +msgid "Deluge BitTorrent" +msgstr "" + +#: plinth/modules/deluge/forms.py:29 +msgid "Enable Deluge" +msgstr "" + +#: plinth/modules/diagnostics/diagnostics.py:55 +msgid "System Diagnostics" +msgstr "" + +#: plinth/modules/diagnostics/diagnostics.py:78 +msgid "Diagnostic Test" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:34 plinth/modules/help/help.py:39 +msgid "About" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:38 +msgid "Status" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:54 +msgid "dynamicdns" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:113 +msgid "Enable Dynamic DNS" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:116 +msgid "Service type" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:121 +msgid "GnudIP Server Address" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:126 +msgid "Invalid server name" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:128 +msgid "Update URL" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:132 +msgid "" +"accept all SSL " +"certificates" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:137 +msgid "" +"use HTTP basic " +"authentication" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:151 +#: plinth/modules/networks/forms.py:91 plinth/modules/transmission/forms.py:39 +msgid "Username" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:156 +#: plinth/modules/networks/forms.py:92 plinth/modules/transmission/forms.py:43 +msgid "Password" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:160 +msgid "show password" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:164 +msgid "IP check URL" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:222 +msgid "Configure dynamicdns Client" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:244 +msgid "Status of dynamicdns Client" +msgstr "" + +#: plinth/modules/dynamicdns/dynamicdns.py:377 +msgid "Dynamic DNS configuration is updated!" +msgstr "" + +#: plinth/modules/firewall/firewall.py:39 +#: plinth/modules/firewall/firewall.py:49 +#: plinth/modules/firewall/firewall.py:57 +msgid "Firewall" +msgstr "" + +#: plinth/modules/first_boot/forms.py:48 plinth/modules/users/forms.py:69 +msgid "Creating LDAP user failed." +msgstr "" + +#: plinth/modules/first_boot/forms.py:56 +msgid "Failed to add new user to admin group." +msgstr "" + +#: plinth/modules/first_boot/forms.py:78 +msgid "User account created, you are now logged in" +msgstr "" + +#: plinth/modules/first_boot/views.py:60 +msgid "Setup Complete" +msgstr "" + +#: plinth/modules/help/help.py:33 +msgid "Documentation" +msgstr "" + +#: plinth/modules/help/help.py:35 +msgid "Where to Get Help" +msgstr "" + +#: plinth/modules/help/help.py:37 plinth/modules/help/help.py:70 +msgid "FreedomBox Manual" +msgstr "" + +#: plinth/modules/help/help.py:46 +msgid "Documentation and FAQ" +msgstr "" + +#: plinth/modules/help/help.py:53 +#, python-brace-format +msgid "About the {box_name}" +msgstr "" + +#: plinth/modules/ikiwiki/__init__.py:38 +msgid "Wiki & Blog (Ikiwiki)" +msgstr "" + +#: plinth/modules/ikiwiki/__init__.py:43 +msgid "Ikiwiki wikis and blogs" +msgstr "" + +#: plinth/modules/ikiwiki/forms.py:29 +msgid "Enable Ikiwiki" +msgstr "" + +#: plinth/modules/ikiwiki/forms.py:36 +msgid "Type" +msgstr "" + +#: plinth/modules/ikiwiki/forms.py:39 +msgid "Name" +msgstr "" + +#: plinth/modules/ikiwiki/forms.py:41 +msgid "Admin Account Name" +msgstr "" + +#: plinth/modules/ikiwiki/forms.py:44 +msgid "Admin Account Password" +msgstr "" + +#: plinth/modules/ikiwiki/views.py:38 +msgid "Manage" +msgstr "" + +#: plinth/modules/ikiwiki/views.py:40 +msgid "Create" +msgstr "" + +#: plinth/modules/ikiwiki/views.py:73 +msgid "Wiki & Blog" +msgstr "" + +#: plinth/modules/ikiwiki/views.py:106 +msgid "Manage Wikis and Blogs" +msgstr "" + +#: plinth/modules/ikiwiki/views.py:132 +msgid "Create Wiki/Blog" +msgstr "" + +#: plinth/modules/ikiwiki/views.py:145 +#, python-format +msgid "Created wiki %s." +msgstr "" + +#: plinth/modules/ikiwiki/views.py:147 +#, python-format +msgid "Could not create wiki: %s" +msgstr "" + +#: plinth/modules/ikiwiki/views.py:158 +#, python-format +msgid "Created blog %s." +msgstr "" + +#: plinth/modules/ikiwiki/views.py:160 +#, python-format +msgid "Could not create blog: %s" +msgstr "" + +#: plinth/modules/ikiwiki/views.py:172 +#, python-format +msgid "%s deleted." +msgstr "" + +#: plinth/modules/ikiwiki/views.py:174 +#, python-format +msgid "Could not delete %s: %s" +msgstr "" + +#: plinth/modules/ikiwiki/views.py:179 +msgid "Delete Wiki/Blog" +msgstr "" + +#: plinth/modules/mumble/__init__.py:38 plinth/modules/mumble/views.py:58 +msgid "Voice Chat (Mumble)" +msgstr "" + +#: plinth/modules/mumble/__init__.py:43 +msgid "Mumble Voice Chat Server" +msgstr "" + +#: plinth/modules/mumble/forms.py:29 +msgid "Enable Mumble daemon" +msgstr "" + +#: plinth/modules/networks/__init__.py:108 +#, python-brace-format +msgid "Using DNSSEC on IPv{kind}" +msgstr "" + +#: plinth/modules/networks/forms.py:31 +msgid "-- select --" +msgstr "" + +#: plinth/modules/networks/forms.py:33 +#, python-brace-format +msgid "{interface} ({mac})" +msgstr "" + +#: plinth/modules/networks/forms.py:43 +msgid "Connection Type" +msgstr "" + +#: plinth/modules/networks/forms.py:50 plinth/modules/networks/forms.py:80 +#: plinth/modules/networks/forms.py:106 +msgid "Connection Name" +msgstr "" + +#: plinth/modules/networks/forms.py:52 plinth/modules/networks/forms.py:82 +msgid "Physical Interface" +msgstr "" + +#: plinth/modules/networks/forms.py:54 plinth/modules/networks/forms.py:84 +#: plinth/modules/networks/forms.py:110 +msgid "The network device that this connection should be bound to." +msgstr "" + +#: plinth/modules/networks/forms.py:57 plinth/modules/networks/forms.py:87 +#: plinth/modules/networks/forms.py:113 +msgid "Firewall Zone" +msgstr "" + +#: plinth/modules/networks/forms.py:58 plinth/modules/networks/forms.py:88 +#: plinth/modules/networks/forms.py:114 +msgid "" +"The firewall zone will control which services are available over this " +"interfaces. Select Internal only for trusted networks." +msgstr "" + +#: plinth/modules/networks/forms.py:62 plinth/modules/networks/forms.py:135 +msgid "IPv4 Addressing Method" +msgstr "" + +#: plinth/modules/networks/forms.py:67 plinth/modules/networks/forms.py:143 +msgid "Address" +msgstr "" + +#: plinth/modules/networks/forms.py:94 +msgid "Show password" +msgstr "" + +#: plinth/modules/networks/forms.py:108 +msgid "Physical interface" +msgstr "" + +#: plinth/modules/networks/forms.py:118 +msgid "SSID" +msgstr "" + +#: plinth/modules/networks/forms.py:119 +msgid "The visible name of the network." +msgstr "" + +#: plinth/modules/networks/forms.py:121 +msgid "Mode" +msgstr "" + +#: plinth/modules/networks/forms.py:126 +msgid "Authentication Mode" +msgstr "" + +#: plinth/modules/networks/forms.py:127 +msgid "" +"Select WPA if the wireless network is secured and requires clients to have " +"the password to connect." +msgstr "" + +#: plinth/modules/networks/forms.py:131 +msgid "Passphrase" +msgstr "" + +#: plinth/modules/networks/forms.py:139 +msgid "" +"Select Automatic (DHCP) if you are connecting to an existing wireless " +"network. Shared mode is useful when running an Access Point." +msgstr "" + +#: plinth/modules/networks/networks.py:36 +#: plinth/modules/networks/networks.py:55 +msgid "Network Connections" +msgstr "" + +#: plinth/modules/networks/networks.py:38 +#: plinth/modules/networks/networks.py:251 +msgid "Nearby Wi-Fi Networks" +msgstr "" + +#: plinth/modules/networks/networks.py:40 +#: plinth/modules/networks/networks.py:273 +msgid "Add Connection" +msgstr "" + +#: plinth/modules/networks/networks.py:46 +msgid "Networks" +msgstr "" + +#: plinth/modules/networks/networks.py:65 +msgid "Cannot show connection: Connection not found." +msgstr "" + +#: plinth/modules/networks/networks.py:99 +msgid "Show Connection information" +msgstr "" + +#: plinth/modules/networks/networks.py:112 +msgid "Cannot edit connection: Connection not found." +msgstr "" + +#: plinth/modules/networks/networks.py:118 +msgid "This type of connection is not yet understood." +msgstr "" + +#: plinth/modules/networks/networks.py:163 +#: plinth/modules/networks/networks.py:210 +msgid "Edit Connection" +msgstr "" + +#: plinth/modules/networks/networks.py:221 +#, python-format +msgid "Activated connection %s." +msgstr "" + +#: plinth/modules/networks/networks.py:223 +msgid "Failed to activate connection: Connection not found." +msgstr "" + +#: plinth/modules/networks/networks.py:227 +#, python-format +msgid "Failed to activate connection %s: No suitable device is available." +msgstr "" + +#: plinth/modules/networks/networks.py:239 +#, python-format +msgid "Deactivated connection %s." +msgstr "" + +#: plinth/modules/networks/networks.py:241 +msgid "Failed to de-activate connection: Connection not found." +msgstr "" + +#: plinth/modules/networks/networks.py:298 +msgid "Adding New Ethernet Connection" +msgstr "" + +#: plinth/modules/networks/networks.py:323 +msgid "Adding New PPPoE Connection" +msgstr "" + +#: plinth/modules/networks/networks.py:367 +msgid "Adding New Wi-Fi Connection" +msgstr "" + +#: plinth/modules/networks/networks.py:381 +#, python-format +msgid "Connection %s deleted." +msgstr "" + +#: plinth/modules/networks/networks.py:383 +#: plinth/modules/networks/networks.py:392 +msgid "Failed to delete connection: Connection not found." +msgstr "" + +#: plinth/modules/networks/networks.py:397 +msgid "Delete Connection" +msgstr "" + +#: plinth/modules/owncloud/owncloud.py:38 +msgid "Enable ownCloud" +msgstr "" + +#: plinth/modules/owncloud/owncloud.py:44 +msgid "File Hosting (ownCloud)" +msgstr "" + +#: plinth/modules/owncloud/owncloud.py:51 +#: plinth/modules/owncloud/owncloud.py:80 +msgid "ownCloud" +msgstr "" + +#: plinth/modules/owncloud/owncloud.py:97 +msgid "ownCloud enabled" +msgstr "" + +#: plinth/modules/owncloud/owncloud.py:100 +msgid "ownCloud disabled" +msgstr "" + +#: plinth/modules/pagekite/__init__.py:33 plinth/modules/pagekite/views.py:46 +msgid "Public Visibility (PageKite)" +msgstr "" + +#: plinth/modules/pagekite/forms.py:46 +msgid "Enable PageKite" +msgstr "" + +#: plinth/modules/pagekite/forms.py:49 +msgid "Server domain" +msgstr "" + +#: plinth/modules/pagekite/forms.py:50 +msgid "" +"Select your pagekite server. Set \"pagekite.net\" to use the default " +"pagekite.net server" +msgstr "" + +#: plinth/modules/pagekite/forms.py:54 +msgid "Server port" +msgstr "" + +#: plinth/modules/pagekite/forms.py:55 +msgid "Port of your pagekite server (default: 80)" +msgstr "" + +#: plinth/modules/pagekite/forms.py:57 +msgid "Kite name" +msgstr "" + +#: plinth/modules/pagekite/forms.py:58 +msgid "Example: mybox.pagekite.me" +msgstr "" + +#: plinth/modules/pagekite/forms.py:61 +msgid "Invalid kite name" +msgstr "" + +#: plinth/modules/pagekite/forms.py:64 +msgid "Kite secret" +msgstr "" + +#: plinth/modules/pagekite/forms.py:65 +msgid "" +"A secret associated with the kite or the default secret for your account if " +"no secret is set on the kite" +msgstr "" + +#: plinth/modules/pagekite/forms.py:81 +msgid "Kite details set" +msgstr "" + +#: plinth/modules/pagekite/forms.py:88 +msgid "Pagekite server set" +msgstr "" + +#: plinth/modules/pagekite/forms.py:94 +msgid "PageKite enabled" +msgstr "" + +#: plinth/modules/pagekite/forms.py:97 +msgid "PageKite disabled" +msgstr "" + +#: plinth/modules/pagekite/forms.py:129 +#, python-brace-format +msgid "Service enabled: {name}" +msgstr "" + +#: plinth/modules/pagekite/forms.py:133 +#, python-brace-format +msgid "Service disabled: {name}" +msgstr "" + +#: plinth/modules/pagekite/forms.py:179 +msgid "Deleted custom service" +msgstr "" + +#: plinth/modules/pagekite/forms.py:213 +msgid "" +"This service is available as a standard service. Please\n" +" use the 'Standard Services' page to enable it." +msgstr "" + +#: plinth/modules/pagekite/forms.py:222 +msgid "Added custom service" +msgstr "" + +#: plinth/modules/pagekite/forms.py:225 +msgid "This service already exists" +msgstr "" + +#: plinth/modules/pagekite/utils.py:52 +msgid "Web Server (HTTP)" +msgstr "" + +#: plinth/modules/pagekite/utils.py:53 +#, python-brace-format +msgid "Site will be available at http://{0}" +msgstr "" + +#: plinth/modules/pagekite/utils.py:62 +msgid "Web Server (HTTPS)" +msgstr "" + +#: plinth/modules/pagekite/utils.py:63 +#, python-brace-format +msgid "Site will be available at https://{0}" +msgstr "" + +#: plinth/modules/pagekite/utils.py:72 +msgid "Secure Shell (SSH)" +msgstr "" + +#: plinth/modules/pagekite/utils.py:73 +msgid "" +"See SSH client setup instructions" +msgstr "" + +#: plinth/modules/pagekite/views.py:34 +msgid "About PageKite" +msgstr "" + +#: plinth/modules/pagekite/views.py:36 +msgid "Configure PageKite" +msgstr "" + +#: plinth/modules/pagekite/views.py:38 +msgid "Standard Services" +msgstr "" + +#: plinth/modules/pagekite/views.py:40 +msgid "Custom Services" +msgstr "" + +#: plinth/modules/privoxy/__init__.py:39 plinth/modules/privoxy/views.py:59 +msgid "Web Proxy (Privoxy)" +msgstr "" + +#: plinth/modules/privoxy/__init__.py:44 +msgid "Privoxy Web Proxy" +msgstr "" + +#: plinth/modules/privoxy/__init__.py:86 +#, python-brace-format +msgid "Access {url} with proxy {proxy} on tcp{kind}" +msgstr "" + +#: plinth/modules/privoxy/forms.py:29 +msgid "Enable Privoxy" +msgstr "" + +#: plinth/modules/roundcube/__init__.py:36 +#: plinth/modules/roundcube/views.py:64 +msgid "Email Client (Roundcube)" +msgstr "" + +#: plinth/modules/roundcube/forms.py:29 +msgid "Enable Roundcube" +msgstr "" + +#: plinth/modules/shaarli/__init__.py:37 plinth/modules/shaarli/views.py:49 +msgid "Bookmarks (Shaarli)" +msgstr "" + +#: plinth/modules/shaarli/__init__.py:42 +msgid "Shaarli" +msgstr "" + +#: plinth/modules/shaarli/forms.py:29 +msgid "Enable Shaarli" +msgstr "" + +#: plinth/modules/system/system.py:26 +msgid "System" +msgstr "" + +#: plinth/modules/system/system.py:33 +msgid "System Configuration" +msgstr "" + +#: plinth/modules/tor/__init__.py:50 +msgid "Tor relay port available" +msgstr "" + +#: plinth/modules/tor/__init__.py:58 +msgid "Obfs3 transport registered" +msgstr "" + +#: plinth/modules/tor/__init__.py:64 +msgid "Scramblesuit transport registered" +msgstr "" + +#: plinth/modules/tor/__init__.py:101 +#, python-brace-format +msgid "Access URL {url} on tcp{kind} via Tor" +msgstr "" + +#: plinth/modules/tor/__init__.py:112 +#, python-brace-format +msgid "Confirm Tor usage at {url} on tcp{kind}" +msgstr "" + +#: plinth/modules/tor/tor.py:44 +msgid "Enable Tor" +msgstr "" + +#: plinth/modules/tor/tor.py:47 +msgid "Enable Tor Hidden Service" +msgstr "" + +#: plinth/modules/tor/tor.py:49 +msgid "" +"A hidden service will allow FreedomBox to provide selected services (such as " +"ownCloud or Chat) without revealing its location." +msgstr "" + +#: plinth/modules/tor/tor.py:53 +msgid "Download software packages over Tor" +msgstr "" + +#: plinth/modules/tor/tor.py:55 +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/tor.py:64 +msgid "Anonymity Network (Tor)" +msgstr "" + +#: plinth/modules/tor/tor.py:93 +msgid "Tor Control Panel" +msgstr "" + +#: plinth/modules/tor/tor.py:212 +#, python-brace-format +msgid "Action error: {0} [{1}] [{2}]" +msgstr "" + +#: plinth/modules/tor/tor.py:228 +msgid "Tor enabled" +msgstr "" + +#: plinth/modules/tor/tor.py:231 +msgid "Tor disabled" +msgstr "" + +#: plinth/modules/tor/tor.py:236 +msgid "Tor hidden service enabled" +msgstr "" + +#: plinth/modules/tor/tor.py:239 +msgid "Tor hidden service disabled" +msgstr "" + +#: plinth/modules/tor/tor.py:245 +msgid "Enabled package download over Tor" +msgstr "" + +#: plinth/modules/tor/tor.py:248 +msgid "Disabled package download over Tor" +msgstr "" + +#: plinth/modules/transmission/__init__.py:38 +#: plinth/modules/transmission/views.py:63 +msgid "BitTorrent (Transmission)" +msgstr "" + +#: plinth/modules/transmission/__init__.py:43 +msgid "Transmission BitTorrent" +msgstr "" + +#: plinth/modules/transmission/forms.py:29 +msgid "Enable Transmission daemon" +msgstr "" + +#: plinth/modules/transmission/forms.py:33 +msgid "Download directory" +msgstr "" + +#: plinth/modules/transmission/forms.py:34 +msgid "" +"Directory where downloads are saved. If you change the default directory, " +"ensure that the new directory exists and is writable by \"debian-tramission" +"\" user" +msgstr "" + +#: plinth/modules/transmission/forms.py:40 +msgid "Username to login to the web interface" +msgstr "" + +#: plinth/modules/transmission/forms.py:44 +msgid "" +"Password to login to the web interface. Current password is shown in a " +"hashed format. To set a new password, enter the password in plain text." +msgstr "" + +#: plinth/modules/upgrades/__init__.py:33 +msgid "Software Upgrades" +msgstr "" + +#: plinth/modules/upgrades/forms.py:29 +msgid "Enable automatic upgrades" +msgstr "" + +#: plinth/modules/upgrades/forms.py:30 +msgid "" +"When enabled, the unattended-upgrades program will be run once per day. It " +"will attempt to perform any package upgrades that are available." +msgstr "" + +#: plinth/modules/upgrades/views.py:34 plinth/modules/upgrades/views.py:61 +msgid "Automatic Upgrades" +msgstr "" + +#: plinth/modules/upgrades/views.py:36 +msgid "Upgrade Packages" +msgstr "" + +#: plinth/modules/upgrades/views.py:70 plinth/modules/upgrades/views.py:88 +msgid "Package Upgrades" +msgstr "" + +#: plinth/modules/upgrades/views.py:117 +#, python-format +msgid "Error when configuring unattended-upgrades: %s" +msgstr "" + +#: plinth/modules/upgrades/views.py:122 +msgid "Automatic upgrades enabled" +msgstr "Automatiske oppgraderinger aktiv" + +#: plinth/modules/upgrades/views.py:124 +msgid "Automatic upgrades disabled" +msgstr "Automatiske oppgraderinger avslått" + +#: plinth/modules/users/__init__.py:36 +msgid "Users and Groups" +msgstr "Brukere og grupper" + +#: plinth/modules/users/__init__.py:65 +#, python-brace-format +msgid "Check LDAP entry \"{search_item}\"" +msgstr "Sjekk LDAP-oppføring «{search_item}»" + +#: plinth/modules/users/forms.py:28 +msgid "admin" +msgstr "admin" + +#: plinth/modules/users/forms.py:29 +msgid "wiki" +msgstr "wiki" + +#: plinth/modules/users/forms.py:41 +msgid "Groups" +msgstr "Grupper" + +#: plinth/modules/users/forms.py:44 +msgid "" +"Select which services should be available to the new user. The user will be " +"able to log in to services that support single sign-on through LDAP, if they " +"are in the appropriate group.

Users in the admin group will be " +"able to log in to all services. They can also log in to the system through " +"SSH and have administrative privileges (sudo)." +msgstr "" + +#: plinth/modules/users/forms.py:79 +#, python-format +msgid "Failed to add new user to %s group." +msgstr "Klarte ikke å legge ny bruker til gruppen %s." + +#: plinth/modules/users/forms.py:124 +msgid "Renaming LDAP user failed." +msgstr "Klarte ikke bytte navn på LDAP-bruker." + +#: plinth/modules/users/forms.py:136 +msgid "Failed to remove user from group." +msgstr "Klarte ikke slette bruker fra gruppe." + +#: plinth/modules/users/forms.py:147 +msgid "Failed to add user to group." +msgstr "Klarte ikke legge bruker til gruppe." + +#: plinth/modules/users/forms.py:172 +msgid "Changing LDAP user password failed." +msgstr "Klarte ikke bytte passord for LDAP-bruker." + +#: plinth/modules/users/views.py:34 plinth/modules/users/views.py:69 +msgid "Users" +msgstr "Brukere" + +#: plinth/modules/users/views.py:36 plinth/modules/users/views.py:56 +msgid "Create User" +msgstr "Lag bruker" + +#: plinth/modules/users/views.py:54 +#, python-format +msgid "User %(username)s created." +msgstr "Bruker %(username)s opprettet." + +#: plinth/modules/users/views.py:78 +#, python-format +msgid "User %(username)s updated." +msgstr "Bruker %(username)s oppdatert." + +#: plinth/modules/users/views.py:79 +msgid "Edit User" +msgstr "Rediger bruker" + +#: plinth/modules/users/views.py:103 +msgid "Delete User" +msgstr "Slett bruker" + +#: plinth/modules/users/views.py:113 +#, python-format +msgid "User %s deleted." +msgstr "Slettet bruker %s." + +#: plinth/modules/users/views.py:120 +msgid "Deleting LDAP user failed." +msgstr "" + +#: plinth/modules/users/views.py:129 +msgid "Change Password" +msgstr "Endre passord" + +#: plinth/modules/users/views.py:130 +msgid "Password changed successfully." +msgstr "Vellykket passordbytte" + +#: plinth/modules/xmpp/__init__.py:41 plinth/modules/xmpp/__init__.py:46 +#: plinth/modules/xmpp/views.py:75 +msgid "Chat Server (XMPP)" +msgstr "Lynmeldingstjener (XMPP)" + +#: plinth/modules/xmpp/forms.py:29 +msgid "Enable XMPP" +msgstr "Aktiver XMPP" + +#: plinth/package.py:158 +msgid "packages not found" +msgstr "finner ikke pakker" + +#: plinth/package.py:265 +msgid "Installed and configured packages successfully" +msgstr "" + +#: plinth/package.py:268 +#, python-brace-format +msgid "Error installing packages: {details}" +msgstr "" + +#: plinth/service.py:74 +msgid "Web Server" +msgstr "Webserver" + +#: plinth/service.py:75 +msgid "Web Server over Secure Socket Layer" +msgstr "Webtjener over SSL" + +#: plinth/service.py:77 +msgid "Secure Shell (SSH) Server" +msgstr "" + +#: plinth/service.py:79 +msgid "FreedomBox Web Interface (Plinth)" +msgstr "" + +